diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-18 02:35:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-18 02:35:25 +0000 |
commit | bb0bfb1a2d9a7caa4237a6beadbcbfa34b180fba (patch) | |
tree | 05a1c1d4e170fcb6d65af34d4c4951d7580e0c14 | |
parent | 239672a4e01afd050845b6e05eb98460a15a12da (diff) | |
download | pkgsrc-bb0bfb1a2d9a7caa4237a6beadbcbfa34b180fba.tar.gz |
go-ttf: update to 2.008
Change pkgsrc versioning scheme to match upstream's.
Bigelow & Holmes have prepared new versions of the Go Fonts. The version
numbers have changed from 2.004 to 2.008. ChangeLog:
* New! 2 new fonts, bringing the total to 12: Go Smallcaps and Go
Smallcaps Italic.
* New! U+FFFD REPLACEMENT CHARACTER glyph added.
* U+00C5 LATIN CAPITAL LETTER A WITH RING ABOVE ring tweaked.
* U+00F0 LATIN SMALL LETTER ETH glyph lightened.
* Superfluous U+0005 <control> glyph removed.
* Split integral, chart draw, block, shade and related glyphs now span
the full height and have fewer seams when tiled.
* Raised most capital letter diacritics and some lowercase diacritics.
* Mono character widths fixed to be uniform.
* Underline position adjusted.
* SFNT glyph order and cmap table optimized.
* SFNT glyph names (post table) regularized, consistent with the AGLFN.
* ttfautohint upgraded to the latest version, from 1.5 to 1.6.
-rw-r--r-- | fonts/go-ttf/Makefile | 6 | ||||
-rw-r--r-- | fonts/go-ttf/PLIST | 4 | ||||
-rw-r--r-- | fonts/go-ttf/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/fonts/go-ttf/Makefile b/fonts/go-ttf/Makefile index 566d19b993f..a79e17778cf 100644 --- a/fonts/go-ttf/Makefile +++ b/fonts/go-ttf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/11/20 20:05:32 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/18 02:35:25 tnn Exp $ DISTNAME= ttfs -PKGNAME= go-ttf-0.0.20161118 +PKGNAME= go-ttf-2.008 CATEGORIES= fonts MASTER_SITES= https://go.googlesource.com/image/+archive/${COMMIT_ID}/font/gofont/ @@ -10,7 +10,7 @@ HOMEPAGE= https://blog.golang.org/go-fonts COMMENT= Family of high-quality WGL4 TrueType fonts created for the Go project LICENSE= modified-bsd -COMMIT_ID= d2f07f8aaaa906f1a64eee0e327fc681cdb2944f +COMMIT_ID= f03a046406d4d7fbfd4ed29f554da8f6114049fc DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} diff --git a/fonts/go-ttf/PLIST b/fonts/go-ttf/PLIST index 9b1574a29e6..7ec2a1dfbd3 100644 --- a/fonts/go-ttf/PLIST +++ b/fonts/go-ttf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/11/20 19:59:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/08/18 02:35:25 tnn Exp $ share/fonts/X11/TTF/Go-Bold-Italic.ttf share/fonts/X11/TTF/Go-Bold.ttf share/fonts/X11/TTF/Go-Italic.ttf @@ -9,3 +9,5 @@ share/fonts/X11/TTF/Go-Mono-Bold.ttf share/fonts/X11/TTF/Go-Mono-Italic.ttf share/fonts/X11/TTF/Go-Mono.ttf share/fonts/X11/TTF/Go-Regular.ttf +share/fonts/X11/TTF/Go-Smallcaps-Italic.ttf +share/fonts/X11/TTF/Go-Smallcaps.ttf diff --git a/fonts/go-ttf/distinfo b/fonts/go-ttf/distinfo index b4c334c324e..3d4ed18655d 100644 --- a/fonts/go-ttf/distinfo +++ b/fonts/go-ttf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/11/20 20:05:32 wiz Exp $ +$NetBSD: distinfo,v 1.3 2020/08/18 02:35:25 tnn Exp $ -SHA1 (go-ttf-0.0.20161118/ttfs.tar.gz) = 3f0bf1776c9b32254100fefa3b6b3e949e0cf745 -RMD160 (go-ttf-0.0.20161118/ttfs.tar.gz) = f50f3c3dd5a970b1edde74778bb09f094ffee745 -SHA512 (go-ttf-0.0.20161118/ttfs.tar.gz) = 1d72e07ffdc4d388ce7d9787582e5f82c02099c9d37dda4338592043a18269167b4025298a23a2749663916575251940b9045996a52e5251caf976ed86adbccd -Size (go-ttf-0.0.20161118/ttfs.tar.gz) = 704735 bytes +SHA1 (go-ttf-2.008/ttfs.tar.gz) = fe517f48047750deb66d4588b5ccdc1e2c6c831f +RMD160 (go-ttf-2.008/ttfs.tar.gz) = 6eac4d85ac020aaa63d8907b98da26f8e61830f0 +SHA512 (go-ttf-2.008/ttfs.tar.gz) = 2c97af3e55a422f3fb7a10f1abd64a3e2537e33bffe63064af857f9de8dc99dff5d52b89bbb7269fbe0a20c716ec43e24a104ad69a647de0eb4c4d31cc7ac93d +Size (go-ttf-2.008/ttfs.tar.gz) = 843538 bytes |