Skip to content

Commit 6d49a70

Browse files
author
mef
committed
(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).
1 parent f96bf37 commit 6d49a70

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

sysutils/psftools/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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 $
22
#
33

4-
DISTNAME= psftools-1.0.7
4+
DISTNAME= psftools-1.0.13
55
CATEGORIES= sysutils fonts
66
MASTER_SITES= http://www.seasip.info/Unix/PSF/
77

88
MAINTAINER= [email protected]
99
HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html
1010
COMMENT= Tools for manipulating fixed-width, [typically] console fonts
11+
LICENSE= gnu-gpl-v2
1112

1213
GNU_CONFIGURE= yes
1314
USE_LIBTOOL= yes

sysutils/psftools/PLIST

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22
bin/bbc2psf
33
bin/cpi2psf
44
bin/cpicomp
@@ -24,6 +24,7 @@ bin/psfjoin
2424
bin/psfmerge
2525
bin/psfpages
2626
bin/psfs2cpi
27+
bin/psfs2mda
2728
bin/psfxform
2829
bin/raw2psf
2930
bin/txt2psf
@@ -55,6 +56,7 @@ man/man1/psfjoin.1
5556
man/man1/psfmerge.1
5657
man/man1/psfpages.1
5758
man/man1/psfs2cpi.1
59+
man/man1/psfs2mda.1
5860
man/man1/psfxform.1
5961
man/man1/raw2psf.1
6062
man/man1/txt2psf.1

sysutils/psftools/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -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 $
22

3-
SHA1 (psftools-1.0.7.tar.gz) = 4e8b2e7686532a25c18cacaeb90a8f0ed57a30c6
4-
RMD160 (psftools-1.0.7.tar.gz) = 7be57c4a8598e2b442750751cd3304ca5790d9d7
5-
SHA512 (psftools-1.0.7.tar.gz) = 9135f4aa8ea4a4cfdaebc7764db0409b304dc34310ebe84d6fc786d42a392c79da4f097b6b3526edaf862305edf8794ef62f6bf48a3de5dac22c8e0c0c77aa14
6-
Size (psftools-1.0.7.tar.gz) = 547537 bytes
3+
SHA1 (psftools-1.0.13.tar.gz) = 9ac5a7a879091a5d1d28e338cc9f45eae48574c6
4+
RMD160 (psftools-1.0.13.tar.gz) = 0a14edd0bcd47ebf2daf69e891e896a1e471dfe8
5+
SHA512 (psftools-1.0.13.tar.gz) = 63a2bc4b5e2c61a195c41bea26a912963fb89ac49f1cb909ba4513be57dfcbe1d5b70e68ac516a8d1f4cabe576a11aaed3368a428f5b4dc65d38df959a28861d
6+
Size (psftools-1.0.13.tar.gz) = 765129 bytes

0 commit comments

Comments
 (0)