pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
(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).
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
* Codepages: The PPCGREEK codepage had the two lower-case sigmas the
wrong way round. Various other corrections made to the PPCGREEK and
PPC860 codepages.
* psf2bbc: Converts a PSF font to a BBC Micro soft font.
* bbc2psf: Reverses psf2bbc; converts a BBC Micro soft font to PSF.
* The BBCMICRO codepage now covers characters 32-255.
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>, 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.
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as
DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2
(any width) formats are supported; the default output format is PSF2.
Note that these programs share no code with the Linux console utilities
(kbd).
NOTE: One may use the psf2txt utility to generate data for inclusion in
NetBSD's (or OpenBSD's) wscons built-in kernel font headers. Currently,
the output requires some additional processing; I may add additional
functionality in the future, though anyone who wishes to contribute
patches is encouraged to do so! ;)