diff -ruN --exclude=CVS /usr/ports/x11-fonts/p5-Font-TTF/Makefile ./Makefile --- /usr/ports/x11-fonts/p5-Font-TTF/Makefile 2012-11-17 14:03:29.000000000 +0800 +++ ./Makefile 2013-02-10 08:47:29.000000000 +0800 @@ -1,13 +1,7 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Font-TTF -# Date created: Apr 28, 2002 -# Whom: ijliao -# # $FreeBSD: ports/x11-fonts/p5-Font-TTF/Makefile,v 1.20 2012/11/17 06:03:29 svnexp Exp $ -# PORTNAME= Font-TTF -PORTVERSION= 0.48 +PORTVERSION= 1.02 CATEGORIES= x11-fonts perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,12 +26,16 @@ Font::TTF::EBLC.3 \ Font::TTF::Fdsc.3 \ Font::TTF::Feat.3 \ + Font::TTF::Features::Cvar.3 \ + Font::TTF::Features::Size.3 \ + Font::TTF::Features::Sset.3 \ Font::TTF::Fmtx.3 \ Font::TTF::Font.3 \ Font::TTF::Fpgm.3 \ Font::TTF::GDEF.3 \ Font::TTF::GPOS.3 \ Font::TTF::GSUB.3 \ + Font::TTF::Gloc.3 \ Font::TTF::Glyf.3 \ Font::TTF::Glyph.3 \ Font::TTF::GrFeat.3 \ @@ -74,6 +72,7 @@ Font::TTF::Prep.3 \ Font::TTF::Prop.3 \ Font::TTF::Segarr.3 \ + Font::TTF::Silf.3 \ Font::TTF::Sill.3 \ Font::TTF::Table.3 \ Font::TTF::Ttc.3 \ @@ -81,9 +80,9 @@ Font::TTF::Utils.3 \ Font::TTF::Vhea.3 \ Font::TTF::Vmtx.3 \ + Font::TTF::Woff.3 \ + Font::TTF::Woff::MetaData.3 \ + Font::TTF::Woff::PrivateData.3 \ Font::TTF::XMLparse.3 -post-extract: - @${FIND} ${WRKSRC} -name '*.swp' -delete - .include diff -ruN --exclude=CVS /usr/ports/x11-fonts/p5-Font-TTF/distinfo ./distinfo --- /usr/ports/x11-fonts/p5-Font-TTF/distinfo 2010-12-24 10:57:21.000000000 +0800 +++ ./distinfo 2013-02-10 08:45:17.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Font-TTF-0.48.tar.gz) = f924dec242312dfbe2740b8f6f03c491b007c3494b9e3c8d2f432a18d13e1f52 -SIZE (Font-TTF-0.48.tar.gz) = 201426 +SHA256 (Font-TTF-1.02.tar.gz) = ddf4d38d21d8aa865379867a64c34b88d347545bd1f3a526f1da8ec7a93199fa +SIZE (Font-TTF-1.02.tar.gz) = 220317 diff -ruN --exclude=CVS /usr/ports/x11-fonts/p5-Font-TTF/pkg-plist ./pkg-plist --- /usr/ports/x11-fonts/p5-Font-TTF/pkg-plist 2010-12-24 10:57:21.000000000 +0800 +++ ./pkg-plist 2013-02-10 08:46:48.000000000 +0800 @@ -8,19 +8,24 @@ %%SITE_PERL%%/Font/TTF/Cmap.pm %%SITE_PERL%%/Font/TTF/Coverage.pm %%SITE_PERL%%/Font/TTF/Cvt_.pm -%%SITE_PERL%%/Font/TTF/Delta.pm %%SITE_PERL%%/Font/TTF/DSIG.pm +%%SITE_PERL%%/Font/TTF/Delta.pm %%SITE_PERL%%/Font/TTF/Dumper.pm %%SITE_PERL%%/Font/TTF/EBDT.pm %%SITE_PERL%%/Font/TTF/EBLC.pm %%SITE_PERL%%/Font/TTF/Fdsc.pm %%SITE_PERL%%/Font/TTF/Feat.pm +%%SITE_PERL%%/Font/TTF/Features/Cvar.pm +%%SITE_PERL%%/Font/TTF/Features/Size.pm +%%SITE_PERL%%/Font/TTF/Features/Sset.pm %%SITE_PERL%%/Font/TTF/Fmtx.pm %%SITE_PERL%%/Font/TTF/Font.pm %%SITE_PERL%%/Font/TTF/Fpgm.pm %%SITE_PERL%%/Font/TTF/GDEF.pm %%SITE_PERL%%/Font/TTF/GPOS.pm %%SITE_PERL%%/Font/TTF/GSUB.pm +%%SITE_PERL%%/Font/TTF/Glat.pm +%%SITE_PERL%%/Font/TTF/Gloc.pm %%SITE_PERL%%/Font/TTF/Glyf.pm %%SITE_PERL%%/Font/TTF/Glyph.pm %%SITE_PERL%%/Font/TTF/GrFeat.pm @@ -57,6 +62,7 @@ %%SITE_PERL%%/Font/TTF/Prep.pm %%SITE_PERL%%/Font/TTF/Prop.pm %%SITE_PERL%%/Font/TTF/Segarr.pm +%%SITE_PERL%%/Font/TTF/Silf.pm %%SITE_PERL%%/Font/TTF/Sill.pm %%SITE_PERL%%/Font/TTF/Table.pm %%SITE_PERL%%/Font/TTF/Ttc.pm @@ -66,11 +72,16 @@ %%SITE_PERL%%/Font/TTF/Vhea.pm %%SITE_PERL%%/Font/TTF/Vmtx.pm %%SITE_PERL%%/Font/TTF/Win32.pm +%%SITE_PERL%%/Font/TTF/Woff.pm +%%SITE_PERL%%/Font/TTF/Woff/MetaData.pm +%%SITE_PERL%%/Font/TTF/Woff/PrivateData.pm %%SITE_PERL%%/Font/TTF/XMLparse.pm %%SITE_PERL%%/ttfmod.pl -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/TTF -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font -@dirrm %%SITE_PERL%%/Font/TTF/Mort -@dirrm %%SITE_PERL%%/Font/TTF/Kern +@dirrmtry %%SITE_PERL%%/Font/TTF/Woff +@dirrmtry %%SITE_PERL%%/Font/TTF/Mort +@dirrmtry %%SITE_PERL%%/Font/TTF/Kern +@dirrmtry %%SITE_PERL%%/Font/TTF/Features @dirrmtry %%SITE_PERL%%/Font/TTF @dirrmtry %%SITE_PERL%%/Font +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/TTF +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font