summaryrefslogtreecommitdiff
path: root/fonts/bdftopcf
AgeCommit message (Collapse)AuthorFilesLines
2007-07-12Update to bdftopcf-1.0.1: Don't segfault when using stdin and a printfjoerg2-6/+6
that doesn't handle NULL, print <stdin> instead.
2007-05-07Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users.joerg1-1/+3
2006-11-14Import bdftopcf-1.0.0 from pkgsrc-wip:joerg4-0/+35
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.