Tue Sep 20 11:43:30 2016 UTC ()
Updated fonts/p5-Font-TTF to 1.06
---------------------------------
1.06  2016-08-17

* Source repo moved from Subversion to Github
* OpenType script and lang tags updated from ISO/IEC 14496-22:2015, draft amendment 2
* Various POD improvements
* Add deepcopy mode to Dumper::ttfdump()
* Bug fixes
*    Wasn't installing on Windows Perl 5.22 and up
*    Reading mark-to-ligature lookups would crash if anchors were omitted
*    Incorrect extension lookup structure
*    Multiple fixes in Silf table processing
*    rt.cpan.org #106562 Uninitialized value warnings
*    rt.cpan.org #106816 spelling errors in manpage


(mef)
diff -r1.28 -r1.29 pkgsrc/fonts/p5-Font-TTF/Makefile
diff -r1.11 -r1.12 pkgsrc/fonts/p5-Font-TTF/distinfo

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

--- pkgsrc/fonts/p5-Font-TTF/Makefile 2016/06/08 19:23:51 1.28
+++ pkgsrc/fonts/p5-Font-TTF/Makefile 2016/09/20 11:43:30 1.29
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.28 2016/06/08 19:23:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2016/09/20 11:43:30 mef Exp $
2# 2#
3 3
4DISTNAME= Font-TTF-1.05 4DISTNAME= Font-TTF-1.06
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.11 -r1.12 pkgsrc/fonts/p5-Font-TTF/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/p5-Font-TTF/distinfo 2016/03/17 14:38:58 1.11
+++ pkgsrc/fonts/p5-Font-TTF/distinfo 2016/09/20 11:43:30 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2016/03/17 14:38:58 mef Exp $ 1$NetBSD: distinfo,v 1.12 2016/09/20 11:43:30 mef Exp $
2 2
3SHA1 (Font-TTF-1.05.tar.gz) = 2cd694692305c514335c345a4ecf12c4e3eb4dd4 3SHA1 (Font-TTF-1.06.tar.gz) = c2c1475e569d1fd30fdb43efe8ad25f63a974508
4RMD160 (Font-TTF-1.05.tar.gz) = 04f22870496a73d22879ca47479acfd830751c7b 4RMD160 (Font-TTF-1.06.tar.gz) = 2ef7cf2f5c46f6c840ebca0322db136c77f8aec5
5SHA512 (Font-TTF-1.05.tar.gz) = 7288a2de63fc92c36f3706f365b2ea886e37361b13400a14f940961b0263f6492b02f73048c653bdcd5c5d1bb714977f3c5326b7217dcf3683b16d5048cd1e63 5SHA512 (Font-TTF-1.06.tar.gz) = 2995544511e4cf9b1aa9a900b2272bf63a137fbbb752f2501d66c057b8272f7eb6f84326ed6121ffcbeb210f8f38b9219f59420a5a4b6664ce07aecc758ea029
6Size (Font-TTF-1.05.tar.gz) = 256957 bytes 6Size (Font-TTF-1.06.tar.gz) = 256048 bytes