From 93e17e300c57c502ad01529c2a0aae0452a08f04 Mon Sep 17 00:00:00 2001 From: bjs Date: Mon, 31 Dec 2007 23:38:29 +0000 Subject: Update to 1.0.6 (well, actually a release candidate, but it makes the most sense to me to bump the revision if there're changes). I thought it would be nice to have this in pkgsrc for the upcoming release. In this release: The author of psftools, John Elliot , has kindly written a utility for the NetBSD community which produces wsfont kernel headers from psf-format fonts-- and does a fantastic job of it, at that. If you're interested, install this package and see the psf2bsd(1) manual page. Also in this update: * psf2wyse: New utility to convert a PSF to a soft font that can be uploaded into a Wyse-60 or compatible terminal. * wyse2psf: Reverses psf2wyse; converts a Wyses soft font to PSF. --- sysutils/psftools/Makefile | 5 +++-- sysutils/psftools/PLIST | 8 +++++++- sysutils/psftools/distinfo | 8 ++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/sysutils/psftools/Makefile b/sysutils/psftools/Makefile index 9affc22408a..ec13e54cecb 100644 --- a/sysutils/psftools/Makefile +++ b/sysutils/psftools/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/31 23:38:29 bjs Exp $ # -DISTNAME= psftools-1.0.5 +DISTNAME= psftools-1.0.6-rc1 +PKGNAME= ${DISTNAME:S/-rc1//} CATEGORIES= sysutils fonts MASTER_SITES= http://www.seasip.info/Unix/PSF/ diff --git a/sysutils/psftools/PLIST b/sysutils/psftools/PLIST index e90fac28234..e335bf46415 100644 --- a/sysutils/psftools/PLIST +++ b/sysutils/psftools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/12/31 23:38:29 bjs Exp $ bin/cpi2psf bin/cpicomp bin/cpidcomp @@ -8,12 +8,14 @@ bin/fon2fnts bin/mda2psf bin/page2cp2 bin/psf2bdf +bin/psf2bsd bin/psf2fnt bin/psf2inc bin/psf2pbms bin/psf2raw bin/psf2txt bin/psf2wof +bin/psf2wyse bin/psf2xbm bin/psf2zx bin/psfjoin @@ -24,6 +26,7 @@ bin/psfxform bin/raw2psf bin/txt2psf bin/wof2psf +bin/wyse2psf bin/zx2psf include/psflib.h include/psfutils.h @@ -36,12 +39,14 @@ man/man1/fnts2fon.1 man/man1/fon2fnts.1 man/man1/mda2psf.1 man/man1/psf2bdf.1 +man/man1/psf2bsd.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/psf2wyse.1 man/man1/psf2xbm.1 man/man1/psf2zx.1 man/man1/psfjoin.1 @@ -52,4 +57,5 @@ man/man1/psfxform.1 man/man1/raw2psf.1 man/man1/txt2psf.1 man/man1/wof2psf.1 +man/man1/wyse2psf.1 man/man1/zx2psf.1 diff --git a/sysutils/psftools/distinfo b/sysutils/psftools/distinfo index 2511fccbe71..abacb12ead6 100644 --- a/sysutils/psftools/distinfo +++ b/sysutils/psftools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ +$NetBSD: distinfo,v 1.2 2007/12/31 23:38:30 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 +SHA1 (psftools-1.0.6-rc1.tar.gz) = c27e571bddf0bc1ab790f0b7cc57bf000be24247 +RMD160 (psftools-1.0.6-rc1.tar.gz) = 1f3837279bc5456762da40f5bfb2ab6f8c5a2b6a +Size (psftools-1.0.6-rc1.tar.gz) = 544284 bytes -- cgit v1.2.3