Up to [cvs.NetBSD.org] / pkgsrc / fonts / bdftopcf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:10 2022 UTC (3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Reset MAINTAINER
Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 15 23:14:49 2022 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.15: +4 -5
lines
Diff to previous 1.15 (colored)
bdftopcf: update to 1.1.1. Alan Coopersmith (16): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Adopt X.Org standard coding style (via x-indent-all.sh) Add .git-blame-ignore-revs to hide whitespace commits from git blame Variable scope reductions as recommended by cppcheck Delete functions identified as unused by cppcheck Make some functions static that aren't called from other files Remove redundant assignment Remove redundant null-pointer check Fix -Wsign-compare warnings Remove unnecessary cast of strlen result in malloc argument Remove weak symbol setup from Atom code bdftopcf 1.1.1 Matthieu Herrb (1): Depend on xproto and fsproto that are now used.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 18 23:31:00 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:29 2018 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
xorgproto: use xorgproto instead of separate *proto packages Remove now obsolete packages.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 8 08:43:45 2017 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.12: +4 -3
lines
Diff to previous 1.12 (colored)
bdftopcf: update to 1.1. This release imports the libXfont 1.x BDF-reading and PCF-writing code, as this program is the only known user of that code and libXfont 1.x is otherwise unmaintained. No functional difference should be apparent, this is just another step towards eliminating the old version of libXfont from the world.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 31 14:12:49 2014 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.11: +2 -4
lines
Diff to previous 1.11 (colored)
Update to 1.0.5: This minor maintenance release fixes a couple of issues with the usage messages printed for incorrect options, and updates the configure scripts to the latest X.Org standards. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Correct usage message for scanline unit option to be -u, not -s Print which option was in error along with usage message configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 bdftopcf 1.0.5
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:02 2013 UTC (9 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 3 10:04:56 2013 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 29 05:50:42 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update to 1.0.4: This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (7): Adopt X.Org standard coding style (via x-indent.sh) Initialize font to 0 values directly instead of via bzero Combine usage message strings Add -v flag to print version info Use symbolic names instead of raw integers for stdin & stdout fd's Use remove() instead of unlink() to remove files bdftopcf 1.0.4 Gaetan Nadon (4): config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 3 18:28:17 2012 UTC (10 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.7: +1 -3
lines
Diff to previous 1.7 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 12 16:03:24 2012 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Update to 1.0.3: This minor maintenance release unsurprisingly provides the usual recent collection of build configuration improvements and janitorial cleanups. Alan Coopersmith (4): config: upgrade to util-macros 1.8 for additional man page support Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target Remove unnecessary calls from configure.ac bdftopcf 1.0.3 Gaetan Nadon (6): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: update AC_PREREQ statement to 2.60 Jesse Adkins (1): Purge cvs tags.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:11 2011 UTC (11 years, 3 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 9 17:43:58 2009 UTC (13 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update to bdftopcf-1.0.2. Minor janitorial release. Add pointers to mailing list, bugzilla, wiki & git repo to README Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS bdftopcf 1.0.2 Add missing PHONY line for automatic ChangeLog generation Ansification and compile warning fixes.
Revision 1.4 / (download) - annotate - [select for diffs], Sat May 24 21:45:20 2008 UTC (14 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Switch master site to MASTER_SITE_XORG.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 12 13:21:38 2007 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to bdftopcf-1.0.1: Don't segfault when using stdin and a printf that doesn't handle NULL, print <stdin> instead.
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 7 20:13:27 2007 UTC (15 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 14 19:49:24 2006 UTC (16 years, 2 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import bdftopcf-1.0.0 from pkgsrc-wip: The bdftopcf tool converts X fonts from Bitmap Distribution Format to Portable Compiled Format. Fonts in the Portable Compiled Format can be read by any architecture, although the file is structured to allow one particular architecture to read them directly without reformatting. This allows fast reading on the appropriate machine, but the files are still portable (but read more slowly) on other machines.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 14 19:49:24 2006 UTC (16 years, 2 months ago) by joerg
Branch: MAIN
Initial revision