pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/unifont unifont: Update to 12.0.01



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e08fa2a81a4
branches:  trunk
changeset: 320764:2e08fa2a81a4
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Mar 10 10:51:15 2019 +0000

description:
unifont: Update to 12.0.01

Changes:
Unifont 12.0
------------
5 March 2019 Release (Unifont 12.0.01)
These are the major changes:
  - Unicode Plane 0 (in Unifont):
      * David Corbett contributed the new Unicode 12.0.0 glyphs added to
        Lao (U+0E80..U+0EFF).
      * Paul Hardy contributed the new Unicode 12.0.0 glyphs added to
        Telugu, Vedic Extensions, Miscellaneous Symbols and Arrows,
        Supplemental Punctuation, Latin Extended-D, and Latin Extended-E.
        Paul Hardy also redrew glyphs in Phags-pa, CJK Unified Ideographs,
        CJK Unified Ideographs Extension A, Bopomofo, and Bopomofo Extended
        following changes in the modified glyphs depicted in Unicode 12.0.0
        code charts.
  ? Unicode Plane 1 (in Unifont Upper):
      * Johnnie Weaver contributed new scripts introduced in Unicode
        12.0.0:
          o U+10FE0..U+10FFF Elymaic
          o U+119A0..U+119FF Nandinagari
          o U+1B130..U+1B16F Small Kana Extension
          o U+1E100..U+1E14F Nyiakeng Puachue Hmong
          o U+1E2C0..U+1E2FF Wancho
      * David Corbett:
          o Contributed new Chess Symbols glyphs for Unicode 12.0.0 release
            (U+1FA00..U+1FA5F).
          o Contributed new scripts introduced in Unicode 12.0.0:
              - U+11FC0..U+11FFF Tamil Supplement
              - U+1ED00..U+1ED4F Ottoman Siyaq Numbers
      * Paul Hardy:
          o Raised Indic Siyaq Numbers script by three rows to match
            baseline of Arabic glyphs, as suggested by David Corbett.
          o Contributed new glyphs for Unicode 12.0.0 release in these
            scripts: Newa, Takri, Soyombo, Miao, Ideographic Symbols and
            Punctuation, Enclosed Alphanumeric Supplement, Transport and
            Map Symbols, Geometric Shapes Extended, Supplemental Symbols
            and Pictographs.
          o Contributed new scripts introduced in Unicode 12.0.0:
              - U+13430..U+1343F Egyptian Hieroglyph Format Controls
                (although Unifont, with its low resolution, does not
                support Egyptian Hieroglyphs)
              - U+1FA70..U+1FAFF Symbols and Pictographs Extended-A

diffstat:

 fonts/unifont/Makefile |   5 +++--
 fonts/unifont/PLIST    |   6 +++++-
 fonts/unifont/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (77 lines):

diff -r 67e5cb827330 -r 2e08fa2a81a4 fonts/unifont/Makefile
--- a/fonts/unifont/Makefile    Sun Mar 10 10:34:40 2019 +0000
+++ b/fonts/unifont/Makefile    Sun Mar 10 10:51:15 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/12/09 21:50:36 leot Exp $
+# $NetBSD: Makefile,v 1.13 2019/03/10 10:51:15 leot Exp $
 
-DISTNAME=      unifont-11.0.03
+DISTNAME=      unifont-12.0.01
 CATEGORIES=    fonts
 MASTER_SITES=  http://unifoundry.com/pub/unifont/${DISTNAME}/
 
@@ -33,6 +33,7 @@
 REPLACE_PERL+= src/unifontchojung
 REPLACE_PERL+= src/unifontksx
 REPLACE_PERL+= src/unihex2png
+REPLACE_PERL+= src/unihexrotate
 REPLACE_PERL+= src/unipng2hex
 
 .include "../../mk/bsd.pkg.mk"
diff -r 67e5cb827330 -r 2e08fa2a81a4 fonts/unifont/PLIST
--- a/fonts/unifont/PLIST       Sun Mar 10 10:34:40 2019 +0000
+++ b/fonts/unifont/PLIST       Sun Mar 10 10:51:15 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/08/16 12:48:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/03/10 10:51:15 leot Exp $
 bin/bdfimplode
 bin/hex2bdf
 bin/hex2sfd
@@ -9,6 +9,7 @@
 bin/johab2ucs2
 bin/unibdf2hex
 bin/unibmp2hex
+bin/unibmpbump
 bin/unicoverage
 bin/unidup
 bin/unifont-viewer
@@ -22,6 +23,7 @@
 bin/unihex2png
 bin/unihexfill
 bin/unihexgen
+bin/unihexrotate
 bin/unipagecount
 bin/unipng2hex
 man/man1/bdfimplode.1
@@ -34,6 +36,7 @@
 man/man1/johab2ucs2.1
 man/man1/unibdf2hex.1
 man/man1/unibmp2hex.1
+man/man1/unibmpbump.1
 man/man1/unicoverage.1
 man/man1/unidup.1
 man/man1/unifont-viewer.1
@@ -47,6 +50,7 @@
 man/man1/unihex2png.1
 man/man1/unihexfill.1
 man/man1/unihexgen.1
+man/man1/unihexrotate.1
 man/man1/unipagecount.1
 man/man1/unipng2hex.1
 man/man5/unifont.5
diff -r 67e5cb827330 -r 2e08fa2a81a4 fonts/unifont/distinfo
--- a/fonts/unifont/distinfo    Sun Mar 10 10:34:40 2019 +0000
+++ b/fonts/unifont/distinfo    Sun Mar 10 10:51:15 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/12/09 21:50:36 leot Exp $
+$NetBSD: distinfo,v 1.11 2019/03/10 10:51:15 leot Exp $
 
-SHA1 (unifont-11.0.03.tar.gz) = 8904882fb444f6d88d50a0ddaeb5370aea8aa0a1
-RMD160 (unifont-11.0.03.tar.gz) = eda61857112d9200f42e1556ffafaa6c1bbed3e2
-SHA512 (unifont-11.0.03.tar.gz) = fd24e48630acb4bac5e3a05aa541c5c93cbdda95ce162f62e05bc860a686f025e67af3c2e577bf96991119b70b2e3a0d1ef170466af3b8037df5a7014d009982
-Size (unifont-11.0.03.tar.gz) = 16182477 bytes
+SHA1 (unifont-12.0.01.tar.gz) = b3bbc128d2fef0522c7072c7027222af14ec277f
+RMD160 (unifont-12.0.01.tar.gz) = 95ce4ae22fada9f6856fc9237e57ca89d7ad86fb
+SHA512 (unifont-12.0.01.tar.gz) = 01d7bea3df6db0884fe5be82f0c7a546b418d2525fd0c7b18dc5f3751858de3f5029655713066a3b252df7790c1e3c09aecc2bc7958042ba630714947dd41f94
+Size (unifont-12.0.01.tar.gz) = 16261015 bytes
 SHA1 (patch-man_Makefile) = 3d4274578270fc8df1e713ffacaecabfa356383a



Home | Main Index | Thread Index | Old Index