diff options
author | nikita <nikita@pkgsrc.org> | 2020-11-11 08:09:25 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2020-11-11 08:09:25 +0000 |
commit | 9c797a5fa6bda41acfeaa778c9e1562e8b383438 (patch) | |
tree | 7f5fedc8be630b218572d831b32640d2a484bac9 /fonts/unscii/Makefile | |
parent | c93eb3461dafb3eb0cb3aa6ca822115450f330a5 (diff) | |
download | pkgsrc-9c797a5fa6bda41acfeaa778c9e1562e8b383438.tar.gz |
fonts/unscii: Update to version 2.1
Changelog taken from http://pelulamu.net/unscii/:
In 2020-03-10, the new Unicode version 13.0 added 214 graphics
characters for "legacy computing" (including, among all, the missing
PETSCII characters, and a majority of missing Teletext/Videotex
characters). Most of these were already included in Unscii 1.x, but
now I have been able to give them proper Unicode mappings as
well. This is the main reason for the Unscii 2.0 release.
Additionally, Unscii 2.0 fixes errors in some characters, legibility
in some others and adds a bunch of new ones.
Diffstat (limited to 'fonts/unscii/Makefile')
-rw-r--r-- | fonts/unscii/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/unscii/Makefile b/fonts/unscii/Makefile index 0ed6baa3632..cfe09fe021a 100644 --- a/fonts/unscii/Makefile +++ b/fonts/unscii/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/09/04 11:36:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/11/11 08:09:25 nikita Exp $ -DISTNAME= unscii-1.1-src +DISTNAME= unscii-2.1-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 2 CATEGORIES= fonts MASTER_SITES= http://pelulamu.net/unscii/ |