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 | |
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')
-rw-r--r-- | sysutils/psftools/DESCR | 11 | ||||
-rw-r--r-- | sysutils/psftools/Makefile | 18 | ||||
-rw-r--r-- | sysutils/psftools/PLIST | 55 | ||||
-rw-r--r-- | sysutils/psftools/distinfo | 5 |
4 files changed, 89 insertions, 0 deletions
diff --git a/sysutils/psftools/DESCR b/sysutils/psftools/DESCR new file mode 100644 index 00000000000..6e4c9608cce --- /dev/null +++ b/sysutils/psftools/DESCR @@ -0,0 +1,11 @@ +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, but anyone who wishes +to modify psf2txt is welcome to do so. diff --git a/sysutils/psftools/Makefile b/sysutils/psftools/Makefile new file mode 100644 index 00000000000..9affc22408a --- /dev/null +++ b/sysutils/psftools/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ +# + +DISTNAME= psftools-1.0.5 +CATEGORIES= sysutils fonts +MASTER_SITES= http://www.seasip.info/Unix/PSF/ + +MAINTAINER= bjs@NetBSD.org +HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html +COMMENT= Tools for manipulating fixed-width, [typically] console fonts + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake + +.include "../../mk/bsd.pkg.mk" 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 diff --git a/sysutils/psftools/distinfo b/sysutils/psftools/distinfo new file mode 100644 index 00000000000..2511fccbe71 --- /dev/null +++ b/sysutils/psftools/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ + +SHA1 (psftools-1.0.5.tar.gz) = dbf000a363b936ed3a9039ded5d760f7261816bb +RMD160 (psftools-1.0.5.tar.gz) = fc89d82eff7edf719d57ae317782acb47a667b4a +Size (psftools-1.0.5.tar.gz) = 531767 bytes |