Commit graph

6 commits

Author SHA1 Message Date
wiz
3085adcd4d 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
2014-12-31 14:12:49 +00:00
wiz
182e7f6c79 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
2013-01-29 05:50:42 +00:00
wiz
e703d5d26f 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.
2012-08-12 16:03:24 +00:00
tnn
3f2c0a6b45 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.
2009-11-09 17:43:58 +00:00
joerg
b60cebc039 Update to bdftopcf-1.0.1: Don't segfault when using stdin and a printf
that doesn't handle NULL, print <stdin> instead.
2007-07-12 13:21:38 +00:00
joerg
6db0db8a2d 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.
2006-11-14 19:49:24 +00:00