diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-01-13 12:06:39 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-01-13 12:06:39 +0000 |
commit | b4168eb2d46b98666161f2c1e3f025c095d976e3 (patch) | |
tree | 8a02d26edd020f7f39ea270997be0d19db74cec2 /sysutils | |
parent | ab9f70a462ad0b4b5c879d2f0e4ab56bd3781124 (diff) | |
download | pkgsrc-b4168eb2d46b98666161f2c1e3f025c095d976e3.tar.gz |
psftools: update to 1.1.0 and take MAINTAINER.
ChangeLog:
2021-01-12 John Elliott
* psftools-1.1.0 released.
* ams2psf, psf2ams: Now support SCRCHAR.JOY, the LocoScript screen
font file.
* psf2ams: A short .PSF font converted to a .COM file will now only
redefine those characters defined by the .PSF font.
2020-12-22 John Elliott
* Support added for (internal and external) code page mappings
with more than 256 characters. The format of the .CP2 files used
to hold these mappings has been changed accordingly.
* Codepage names are now matched case-insensitively.
* New codepages: LS3 (LocoScript 3), QX10 (Epson QX-10) and PRINTIT
(MML Systems Printit, a subset of QX10)
* raw2psf: Bugfix: --codepage was not setting the Unicode mapping on
the last character in the font.
* psf2ams: If passed an 8x16 font, the self-loading COM file now
loads it at full height on the PCW16 (and scales it down
on other computers).
* psf2xbm: Added an --across option allowing the width of the output
bitmap to be changed (height is adjusted to match).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/psftools/Makefile | 6 | ||||
-rw-r--r-- | sysutils/psftools/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/psftools/Makefile b/sysutils/psftools/Makefile index 9b62a4b4430..b882853ebff 100644 --- a/sysutils/psftools/Makefile +++ b/sysutils/psftools/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2020/12/08 17:05:31 fcambus Exp $ +# $NetBSD: Makefile,v 1.10 2021/01/13 12:06:39 fcambus Exp $ # -DISTNAME= psftools-1.0.14 +DISTNAME= psftools-1.1.0 CATEGORIES= sysutils fonts MASTER_SITES= https://www.seasip.info/Unix/PSF/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= fcambus@NetBSD.org HOMEPAGE= https://www.seasip.info/Unix/PSF/ COMMENT= Tools for manipulating fixed-width, [typically] console fonts LICENSE= gnu-gpl-v2 diff --git a/sysutils/psftools/distinfo b/sysutils/psftools/distinfo index e5b4a0b8850..ea8b02364a2 100644 --- a/sysutils/psftools/distinfo +++ b/sysutils/psftools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/12/08 17:05:31 fcambus Exp $ +$NetBSD: distinfo,v 1.8 2021/01/13 12:06:39 fcambus Exp $ -SHA1 (psftools-1.0.14.tar.gz) = cd4a01856f49c6c8f07c9affcfc72ee2142f0e11 -RMD160 (psftools-1.0.14.tar.gz) = 78441e9161d9ed37c399b28fcad7202f23a66cf8 -SHA512 (psftools-1.0.14.tar.gz) = 82384977045e301404357d7861ea38dd276b005d4a258e406267c7c745946c1be25cbdf237563de1945ea0bdae4bfe5d14154ff7650298256e2d7a10f8e6f464 -Size (psftools-1.0.14.tar.gz) = 776662 bytes +SHA1 (psftools-1.1.0.tar.gz) = 089a15538761e1e0079a337975f740572349ceb6 +RMD160 (psftools-1.1.0.tar.gz) = dbfce1244eb04ea194719df6195d908f6c663f73 +SHA512 (psftools-1.1.0.tar.gz) = cc56c1b63f6fd89d0ceca628aa938eca0103a2510b72449961bee18b79c142a743c9f4546ba6c59e9b226d0142e85af8fafed0b444fb8036bca5548e4da08aaf +Size (psftools-1.1.0.tar.gz) = 805322 bytes |