Thu Mar 17 14:38:58 2016 UTC ()
Update to 1.05
--------------
1.05 (r1069, 2015-01-26)

* Add support for GSUB Type 8 Reverse-chaining substitution
* OpenType script/lang/feature tags now based on ISO/IEC 14496-22
* Remove deprecated GDL_old.pm
*
* Bug fixes:
*    Fix rt.cpan.org 92150, 93597
*        Force 0xFFFF sentry to be in a segment by itself in format 4 cmap subtables
*    Less aggressive cmap format 4 optimization to eliminate USV holes
*    Fix various issues reading WOFF-compressed font tables
*    Fix reading DSIG


(mef)
diff -r1.26 -r1.27 pkgsrc/fonts/p5-Font-TTF/Makefile
diff -r1.10 -r1.11 pkgsrc/fonts/p5-Font-TTF/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/fonts/p5-Font-TTF/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/p5-Font-TTF/Makefile 2015/06/12 10:50:05 1.26
+++ pkgsrc/fonts/p5-Font-TTF/Makefile 2016/03/17 14:38:58 1.27
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.26 2015/06/12 10:50:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2016/03/17 14:38:58 mef Exp $
2# 2#
3 3
4DISTNAME= Font-TTF-1.04 4DISTNAME= Font-TTF-1.05
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= perl5 6CATEGORIES= perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/~mhosken/Font-TTF/ 10HOMEPAGE= http://search.cpan.org/~mhosken/Font-TTF/
12COMMENT= Perl module for TrueType font hacking 11COMMENT= Perl module for TrueType font hacking
13LICENSE= artistic-2.0 12LICENSE= artistic-2.0
14 13
15DEPENDS+= p5-IO-String>=0:../../devel/p5-IO-String 14DEPENDS+= p5-IO-String>=0:../../devel/p5-IO-String
16 15
17PERL5_PACKLIST= auto/Font/TTF/.packlist 16PERL5_PACKLIST= auto/Font/TTF/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"

cvs diff -r1.10 -r1.11 pkgsrc/fonts/p5-Font-TTF/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/p5-Font-TTF/distinfo 2015/11/03 20:44:38 1.10
+++ pkgsrc/fonts/p5-Font-TTF/distinfo 2016/03/17 14:38:58 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2015/11/03 20:44:38 agc Exp $ 1$NetBSD: distinfo,v 1.11 2016/03/17 14:38:58 mef Exp $
2 2
3SHA1 (Font-TTF-1.04.tar.gz) = 3fcc0d97aa0fd484815846eed1d26a4a9fccd67f 3SHA1 (Font-TTF-1.05.tar.gz) = 2cd694692305c514335c345a4ecf12c4e3eb4dd4
4RMD160 (Font-TTF-1.04.tar.gz) = d5b0d11da41ce3d6f2d71cd8356fdc63b4237910 4RMD160 (Font-TTF-1.05.tar.gz) = 04f22870496a73d22879ca47479acfd830751c7b
5SHA512 (Font-TTF-1.04.tar.gz) = 6d5a4e672b1c9b214ae4e9db6c5e7e3db13773bef5cdae89e62e2fd944dc9949a4c69761cfdbb95ff2f22ece88ee62532bddc1133371f7d38681358e64524078 5SHA512 (Font-TTF-1.05.tar.gz) = 7288a2de63fc92c36f3706f365b2ea886e37361b13400a14f940961b0263f6492b02f73048c653bdcd5c5d1bb714977f3c5326b7217dcf3683b16d5048cd1e63
6Size (Font-TTF-1.04.tar.gz) = 251656 bytes 6Size (Font-TTF-1.05.tar.gz) = 256957 bytes