pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/psftools (sysutils/psftools) Updated 1.0.7 to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f442a203552
branches: trunk
changeset: 417886:5f442a203552
user: mef <mef%pkgsrc.org@localhost>
date: Sun Nov 17 12:35:41 2019 +0000
description:
(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).
diffstat:
sysutils/psftools/Makefile | 5 +++--
sysutils/psftools/PLIST | 4 +++-
sysutils/psftools/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (60 lines):
diff -r 73a7eae844a2 -r 5f442a203552 sysutils/psftools/Makefile
--- a/sysutils/psftools/Makefile Sun Nov 17 12:29:45 2019 +0000
+++ b/sysutils/psftools/Makefile Sun Nov 17 12:35:41 2019 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2012/10/23 19:51:20 asau Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/17 12:35:41 mef Exp $
#
-DISTNAME= psftools-1.0.7
+DISTNAME= psftools-1.0.13
CATEGORIES= sysutils fonts
MASTER_SITES= http://www.seasip.info/Unix/PSF/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html
COMMENT= Tools for manipulating fixed-width, [typically] console fonts
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff -r 73a7eae844a2 -r 5f442a203552 sysutils/psftools/PLIST
--- a/sysutils/psftools/PLIST Sun Nov 17 12:29:45 2019 +0000
+++ b/sysutils/psftools/PLIST Sun Nov 17 12:35:41 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/07/23 23:47:16 bjs Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/11/17 12:35:41 mef Exp $
bin/bbc2psf
bin/cpi2psf
bin/cpicomp
@@ -24,6 +24,7 @@
bin/psfmerge
bin/psfpages
bin/psfs2cpi
+bin/psfs2mda
bin/psfxform
bin/raw2psf
bin/txt2psf
@@ -55,6 +56,7 @@
man/man1/psfmerge.1
man/man1/psfpages.1
man/man1/psfs2cpi.1
+man/man1/psfs2mda.1
man/man1/psfxform.1
man/man1/raw2psf.1
man/man1/txt2psf.1
diff -r 73a7eae844a2 -r 5f442a203552 sysutils/psftools/distinfo
--- a/sysutils/psftools/distinfo Sun Nov 17 12:29:45 2019 +0000
+++ b/sysutils/psftools/distinfo Sun Nov 17 12:35:41 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:32:26 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/11/17 12:35:41 mef Exp $
-SHA1 (psftools-1.0.7.tar.gz) = 4e8b2e7686532a25c18cacaeb90a8f0ed57a30c6
-RMD160 (psftools-1.0.7.tar.gz) = 7be57c4a8598e2b442750751cd3304ca5790d9d7
-SHA512 (psftools-1.0.7.tar.gz) = 9135f4aa8ea4a4cfdaebc7764db0409b304dc34310ebe84d6fc786d42a392c79da4f097b6b3526edaf862305edf8794ef62f6bf48a3de5dac22c8e0c0c77aa14
-Size (psftools-1.0.7.tar.gz) = 547537 bytes
+SHA1 (psftools-1.0.13.tar.gz) = 9ac5a7a879091a5d1d28e338cc9f45eae48574c6
+RMD160 (psftools-1.0.13.tar.gz) = 0a14edd0bcd47ebf2daf69e891e896a1e471dfe8
+SHA512 (psftools-1.0.13.tar.gz) = 63a2bc4b5e2c61a195c41bea26a912963fb89ac49f1cb909ba4513be57dfcbe1d5b70e68ac516a8d1f4cabe576a11aaed3368a428f5b4dc65d38df959a28861d
+Size (psftools-1.0.13.tar.gz) = 765129 bytes
Home |
Main Index |
Thread Index |
Old Index