diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-19 04:58:15 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-19 04:58:15 +0000 |
commit | 16372c38e8ca931c76a42c36e0952a1e4cd8b7a0 (patch) | |
tree | 233b02af8df81b84e7cc6125ba342b9518d86ec7 /sysutils/psftools/PLIST | |
parent | 3a7155e12ad91c52a54b9a1015cb6b2316588cb7 (diff) | |
download | pkgsrc-16372c38e8ca931c76a42c36e0952a1e4cd8b7a0.tar.gz |
Import psftools-1.0.5.
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as
DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2
(any width) formats are supported; the default output format is PSF2.
Note that these programs share no code with the Linux console utilities
(kbd).
NOTE: One may use the psf2txt utility to generate data for inclusion in
NetBSD's (or OpenBSD's) wscons built-in kernel font headers. Currently,
the output requires some additional processing; I may add additional
functionality in the future, though anyone who wishes to contribute
patches is encouraged to do so! ;)
Diffstat (limited to 'sysutils/psftools/PLIST')
-rw-r--r-- | sysutils/psftools/PLIST | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/psftools/PLIST b/sysutils/psftools/PLIST new file mode 100644 index 00000000000..e90fac28234 --- /dev/null +++ b/sysutils/psftools/PLIST @@ -0,0 +1,55 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ +bin/cpi2psf +bin/cpicomp +bin/cpidcomp +bin/fnt2psf +bin/fnts2fon +bin/fon2fnts +bin/mda2psf +bin/page2cp2 +bin/psf2bdf +bin/psf2fnt +bin/psf2inc +bin/psf2pbms +bin/psf2raw +bin/psf2txt +bin/psf2wof +bin/psf2xbm +bin/psf2zx +bin/psfjoin +bin/psfmerge +bin/psfpages +bin/psfs2cpi +bin/psfxform +bin/raw2psf +bin/txt2psf +bin/wof2psf +bin/zx2psf +include/psflib.h +include/psfutils.h +lib/libpsf.la +man/man1/cpi2psf.1 +man/man1/cpicomp.1 +man/man1/cpidcomp.1 +man/man1/fnt2psf.1 +man/man1/fnts2fon.1 +man/man1/fon2fnts.1 +man/man1/mda2psf.1 +man/man1/psf2bdf.1 +man/man1/psf2fnt.1 +man/man1/psf2inc.1 +man/man1/psf2pbms.1 +man/man1/psf2raw.1 +man/man1/psf2txt.1 +man/man1/psf2wof.1 +man/man1/psf2xbm.1 +man/man1/psf2zx.1 +man/man1/psfjoin.1 +man/man1/psfmerge.1 +man/man1/psfpages.1 +man/man1/psfs2cpi.1 +man/man1/psfxform.1 +man/man1/raw2psf.1 +man/man1/txt2psf.1 +man/man1/wof2psf.1 +man/man1/zx2psf.1 |