Sun Nov 17 12:35:41 2019 UTC ()
(sysutils/psftools) Updated 1.0.7 to 1.0.13

(pkgsrc change)
 - Add LICENSE = gnu-gpl-v2

(upstream changes)
2019-07-05 John Elliott

        * psftools-1.0.13 released.

2019-05-17 John Elliott

        * zx2psf: Added 'move1' mode to zx2psf - like 'bare' but remaps the
                 pound and copyright to their ISO-8859-1 positions. [Damien
                 Guard]

2019-03-19 John Elliott

        * psftools-1.0.12 released.

        * fnt2psf: Changed the Windows 1.x font extract to seek to the
         character bitmap rather than assuming it directly follows the
         widths table.

2017-03-17 John Elliott

        * cpi2psf: Was unable to parse LCD.CPI from Toshiba MS-DOS 3.30,
                 which is slightly out of spec.
        * Updated GEM codepage now that there's a Unicode dingbat for 'bell'.
         (U+1F514).

2012-01-81 John Elliott

        * loadpsf: Support for Wang PC colour and mono video cards. Does
                  not support 'CGDC' or 'IBM emulation' card types.

2010-11-14 John Elliott

        * Updated build scripts to a more recent autoconf / automake.

2009-05-03 John Elliott

        * loadpsf: Added support for Compaq Portable plasma displays.

2008-06-21 John Elliott

        * psftools-1.0.8 released.
        * psfs2mda: Created new utility to build an MDA character ROM image.
        * mda2psf: Added a --compaq option to match the --compaq option in
          psfs2mda(1).


(mef)
diff -r1.6 -r1.7 pkgsrc/sysutils/psftools/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/psftools/PLIST
diff -r1.5 -r1.6 pkgsrc/sysutils/psftools/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/psftools/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/psftools/Makefile 2012/10/23 19:51:20 1.6
+++ pkgsrc/sysutils/psftools/Makefile 2019/11/17 12:35:41 1.7
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2012/10/23 19:51:20 asau Exp $ 1# $NetBSD: Makefile,v 1.7 2019/11/17 12:35:41 mef Exp $
2# 2#
3 3
4DISTNAME= psftools-1.0.7 4DISTNAME= psftools-1.0.13
5CATEGORIES= sysutils fonts 5CATEGORIES= sysutils fonts
6MASTER_SITES= http://www.seasip.info/Unix/PSF/ 6MASTER_SITES= http://www.seasip.info/Unix/PSF/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html 9HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html
10COMMENT= Tools for manipulating fixed-width, [typically] console fonts 10COMMENT= Tools for manipulating fixed-width, [typically] console fonts
 11LICENSE= gnu-gpl-v2
11 12
12GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14USE_TOOLS+= gmake 15USE_TOOLS+= gmake
15 16
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/psftools/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/psftools/PLIST 2008/07/23 23:47:16 1.3
+++ pkgsrc/sysutils/psftools/PLIST 2019/11/17 12:35:41 1.4
@@ -1,39 +1,40 @@ @@ -1,39 +1,40 @@
1@comment $NetBSD: PLIST,v 1.3 2008/07/23 23:47:16 bjs Exp $ 1@comment $NetBSD: PLIST,v 1.4 2019/11/17 12:35:41 mef Exp $
2bin/bbc2psf 2bin/bbc2psf
3bin/cpi2psf 3bin/cpi2psf
4bin/cpicomp 4bin/cpicomp
5bin/cpidcomp 5bin/cpidcomp
6bin/fnt2psf 6bin/fnt2psf
7bin/fnts2fon 7bin/fnts2fon
8bin/fon2fnts 8bin/fon2fnts
9bin/mda2psf 9bin/mda2psf
10bin/page2cp2 10bin/page2cp2
11bin/psf2bbc 11bin/psf2bbc
12bin/psf2bdf 12bin/psf2bdf
13bin/psf2bsd 13bin/psf2bsd
14bin/psf2fnt 14bin/psf2fnt
15bin/psf2inc 15bin/psf2inc
16bin/psf2pbms 16bin/psf2pbms
17bin/psf2raw 17bin/psf2raw
18bin/psf2txt 18bin/psf2txt
19bin/psf2wof 19bin/psf2wof
20bin/psf2wyse 20bin/psf2wyse
21bin/psf2xbm 21bin/psf2xbm
22bin/psf2zx 22bin/psf2zx
23bin/psfjoin 23bin/psfjoin
24bin/psfmerge 24bin/psfmerge
25bin/psfpages 25bin/psfpages
26bin/psfs2cpi 26bin/psfs2cpi
 27bin/psfs2mda
27bin/psfxform 28bin/psfxform
28bin/raw2psf 29bin/raw2psf
29bin/txt2psf 30bin/txt2psf
30bin/wof2psf 31bin/wof2psf
31bin/wyse2psf 32bin/wyse2psf
32bin/zx2psf 33bin/zx2psf
33include/psflib.h 34include/psflib.h
34include/psfutils.h 35include/psfutils.h
35lib/libpsf.la 36lib/libpsf.la
36man/man1/cpi2psf.1 37man/man1/cpi2psf.1
37man/man1/cpicomp.1 38man/man1/cpicomp.1
38man/man1/cpidcomp.1 39man/man1/cpidcomp.1
39man/man1/fnt2psf.1 40man/man1/fnt2psf.1
@@ -45,19 +46,20 @@ man/man1/psf2bsd.1 @@ -45,19 +46,20 @@ man/man1/psf2bsd.1
45man/man1/psf2fnt.1 46man/man1/psf2fnt.1
46man/man1/psf2inc.1 47man/man1/psf2inc.1
47man/man1/psf2pbms.1 48man/man1/psf2pbms.1
48man/man1/psf2raw.1 49man/man1/psf2raw.1
49man/man1/psf2txt.1 50man/man1/psf2txt.1
50man/man1/psf2wof.1 51man/man1/psf2wof.1
51man/man1/psf2wyse.1 52man/man1/psf2wyse.1
52man/man1/psf2xbm.1 53man/man1/psf2xbm.1
53man/man1/psf2zx.1 54man/man1/psf2zx.1
54man/man1/psfjoin.1 55man/man1/psfjoin.1
55man/man1/psfmerge.1 56man/man1/psfmerge.1
56man/man1/psfpages.1 57man/man1/psfpages.1
57man/man1/psfs2cpi.1 58man/man1/psfs2cpi.1
 59man/man1/psfs2mda.1
58man/man1/psfxform.1 60man/man1/psfxform.1
59man/man1/raw2psf.1 61man/man1/raw2psf.1
60man/man1/txt2psf.1 62man/man1/txt2psf.1
61man/man1/wof2psf.1 63man/man1/wof2psf.1
62man/man1/wyse2psf.1 64man/man1/wyse2psf.1
63man/man1/zx2psf.1 65man/man1/zx2psf.1

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/psftools/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/psftools/distinfo 2015/11/04 01:32:26 1.5
+++ pkgsrc/sysutils/psftools/distinfo 2019/11/17 12:35:41 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2015/11/04 01:32:26 agc Exp $ 1$NetBSD: distinfo,v 1.6 2019/11/17 12:35:41 mef Exp $
2 2
3SHA1 (psftools-1.0.7.tar.gz) = 4e8b2e7686532a25c18cacaeb90a8f0ed57a30c6 3SHA1 (psftools-1.0.13.tar.gz) = 9ac5a7a879091a5d1d28e338cc9f45eae48574c6
4RMD160 (psftools-1.0.7.tar.gz) = 7be57c4a8598e2b442750751cd3304ca5790d9d7 4RMD160 (psftools-1.0.13.tar.gz) = 0a14edd0bcd47ebf2daf69e891e896a1e471dfe8
5SHA512 (psftools-1.0.7.tar.gz) = 9135f4aa8ea4a4cfdaebc7764db0409b304dc34310ebe84d6fc786d42a392c79da4f097b6b3526edaf862305edf8794ef62f6bf48a3de5dac22c8e0c0c77aa14 5SHA512 (psftools-1.0.13.tar.gz) = 63a2bc4b5e2c61a195c41bea26a912963fb89ac49f1cb909ba4513be57dfcbe1d5b70e68ac516a8d1f4cabe576a11aaed3368a428f5b4dc65d38df959a28861d
6Size (psftools-1.0.7.tar.gz) = 547537 bytes 6Size (psftools-1.0.13.tar.gz) = 765129 bytes