pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/psftools Update to 1.0.6 (well, actually a re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85f9c5e233a5
branches:  trunk
changeset: 537007:85f9c5e233a5
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Dec 31 23:38:29 2007 +0000

description:
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
    <jce%seasip.demon.co.uk@localhost>, 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.

diffstat:

 sysutils/psftools/Makefile |  5 +++--
 sysutils/psftools/PLIST    |  8 +++++++-
 sysutils/psftools/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 7 deletions(-)

diffs (80 lines):

diff -r 7dbbc6e6e081 -r 85f9c5e233a5 sysutils/psftools/Makefile
--- a/sysutils/psftools/Makefile        Mon Dec 31 20:06:37 2007 +0000
+++ b/sysutils/psftools/Makefile        Mon Dec 31 23:38:29 2007 +0000
@@ -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 -r 7dbbc6e6e081 -r 85f9c5e233a5 sysutils/psftools/PLIST
--- a/sysutils/psftools/PLIST   Mon Dec 31 20:06:37 2007 +0000
+++ b/sysutils/psftools/PLIST   Mon Dec 31 23:38:29 2007 +0000
@@ -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/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/raw2psf
 bin/txt2psf
 bin/wof2psf
+bin/wyse2psf
 bin/zx2psf
 include/psflib.h
 include/psfutils.h
@@ -36,12 +39,14 @@
 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/raw2psf.1
 man/man1/txt2psf.1
 man/man1/wof2psf.1
+man/man1/wyse2psf.1
 man/man1/zx2psf.1
diff -r 7dbbc6e6e081 -r 85f9c5e233a5 sysutils/psftools/distinfo
--- a/sysutils/psftools/distinfo        Mon Dec 31 20:06:37 2007 +0000
+++ b/sysutils/psftools/distinfo        Mon Dec 31 23:38:29 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index