aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-01 08:37:34 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-01 08:37:34 +0000
commite4d730c33e6ea46852b7f39ee6f1b4036b4142fe (patch)
tree637b0b28ef7f5289a0cdffe4ed3c2028bb9fa999 /x11-fonts
parent6891a6b82959a909848944fc2691de8cd199c09a (diff)
downloadports-e4d730c33e6ea46852b7f39ee6f1b4036b4142fe.tar.gz
ports-e4d730c33e6ea46852b7f39ee6f1b4036b4142fe.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/p5-Font-TTF/Makefile22
-rw-r--r--x11-fonts/p5-Font-TTF/distinfo6
-rw-r--r--x11-fonts/p5-Font-TTF/pkg-plist95
3 files changed, 63 insertions, 60 deletions
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile
index 65f7dbf94b56..beacba145b48 100644
--- a/x11-fonts/p5-Font-TTF/Makefile
+++ b/x11-fonts/p5-Font-TTF/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= Font-TTF
-PORTVERSION= 0.38.1
+PORTVERSION= 0.40
CATEGORIES= x11-fonts perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Font
@@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for TrueType font hacking
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.38
PERL_CONFIGURE= yes
-MAN3= Font::TTF::AATKern.3 Font::TTF::Anchor.3 Font::TTF::Bsln.3 \
- Font::TTF::Cmap.3 Font::TTF::Coverage.3 Font::TTF::Cvt_.3 \
- Font::TTF::Delta.3 Font::TTF::Fdsc.3 Font::TTF::Feat.3 \
+MAN3= Font::TTF.3 Font::TTF::AATKern.3 Font::TTF::Anchor.3 \
+ Font::TTF::Bsln.3 Font::TTF::Cmap.3 Font::TTF::Coverage.3 \
+ Font::TTF::Cvt_.3 Font::TTF::Delta.3 Font::TTF::EBDT.3 \
+ Font::TTF::EBLC.3 Font::TTF::Fdsc.3 Font::TTF::Feat.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::Glyf.3 Font::TTF::Glyph.3 Font::TTF::Hdmx.3 \
@@ -30,15 +30,15 @@ MAN3= Font::TTF::AATKern.3 Font::TTF::Anchor.3 Font::TTF::Bsln.3 \
Font::TTF::Kern::CompactClassArray.3 Font::TTF::Kern::OrderedList.3 \
Font::TTF::Kern::StateTable.3 Font::TTF::Kern::Subtable.3 \
Font::TTF::LTSH.3 Font::TTF::Loca.3 Font::TTF::Manual.3 \
- Font::TTF::Maxp.3 Font::TTF::Mort.3 Font::TTF::Mort::Chain.3 \
+ Font::TTF::Maxp.3 Font::TTF::Mort.3 Font::TTF::Mort::Chain.3 \
Font::TTF::Mort::Contextual.3 Font::TTF::Mort::Insertion.3 \
Font::TTF::Mort::Ligature.3 Font::TTF::Mort::Noncontextual.3 \
Font::TTF::Mort::Rearrangement.3 Font::TTF::Mort::Subtable.3 \
Font::TTF::Name.3 Font::TTF::OS_2.3 Font::TTF::OldCmap.3 \
- Font::TTF::OldMort.3 Font::TTF::PCLT.3 Font::TTF::Post.3 \
- Font::TTF::Prep.3 Font::TTF::Prop.3 Font::TTF::Segarr.3 \
- Font::TTF::Table.3 Font::TTF::Ttc.3 Font::TTF::Ttopen.3 \
- Font::TTF::Utils.3 Font::TTF::Vhea.3 Font::TTF::Vmtx.3 \
- Font::TTF::XMLparse.3 Font::TTF::PSNames.3
+ Font::TTF::OldMort.3 Font::TTF::PCLT.3 Font::TTF::PSNames.3 \
+ Font::TTF::Post.3 Font::TTF::Prep.3 Font::TTF::Prop.3 \
+ Font::TTF::Segarr.3 Font::TTF::Table.3 Font::TTF::Ttc.3 \
+ Font::TTF::Ttopen.3 Font::TTF::Utils.3 Font::TTF::Vhea.3 \
+ Font::TTF::Vmtx.3 Font::TTF::XMLparse.3
.include <bsd.port.mk>
diff --git a/x11-fonts/p5-Font-TTF/distinfo b/x11-fonts/p5-Font-TTF/distinfo
index 87798e6e4af2..d610c9cf45ac 100644
--- a/x11-fonts/p5-Font-TTF/distinfo
+++ b/x11-fonts/p5-Font-TTF/distinfo
@@ -1,3 +1,3 @@
-MD5 (Font-TTF-0.38.1.tar.gz) = 45644142c73958569a3c2bcb929d8fb1
-SHA256 (Font-TTF-0.38.1.tar.gz) = c05cc6bb2bf12c47daed51ffff755dd06d47e739962eedc544131c8caba08a60
-SIZE (Font-TTF-0.38.1.tar.gz) = 131981
+MD5 (Font-TTF-0.40.tar.gz) = 874f54894bf83a339dd3259b71cc4352
+SHA256 (Font-TTF-0.40.tar.gz) = 31cfb404265764054efe777b2913e973174950933c913e5522ae6f5d28acd707
+SIZE (Font-TTF-0.40.tar.gz) = 138590
diff --git a/x11-fonts/p5-Font-TTF/pkg-plist b/x11-fonts/p5-Font-TTF/pkg-plist
index fea616f2dd95..21beb992b276 100644
--- a/x11-fonts/p5-Font-TTF/pkg-plist
+++ b/x11-fonts/p5-Font-TTF/pkg-plist
@@ -1,64 +1,67 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/TTF/.packlist
-%%SITE_PERL%%/Font/TTF/Cvt_.pm
-%%SITE_PERL%%/Font/TTF/Coverage.pm
-%%SITE_PERL%%/Font/TTF/Mort/Ligature.pm
-%%SITE_PERL%%/Font/TTF/Mort/Insertion.pm
-%%SITE_PERL%%/Font/TTF/Mort/Chain.pm
-%%SITE_PERL%%/Font/TTF/Mort/Contextual.pm
-%%SITE_PERL%%/Font/TTF/Mort/Rearrangement.pm
-%%SITE_PERL%%/Font/TTF/Mort/Noncontextual.pm
-%%SITE_PERL%%/Font/TTF/Mort/Subtable.pm
+%%SITE_PERL%%/Font/TTF.pm
+%%SITE_PERL%%/Font/TTF/AATKern.pm
+%%SITE_PERL%%/Font/TTF/AATutils.pm
+%%SITE_PERL%%/Font/TTF/Anchor.pm
%%SITE_PERL%%/Font/TTF/Bsln.pm
+%%SITE_PERL%%/Font/TTF/Changes
+%%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/EBDT.pm
+%%SITE_PERL%%/Font/TTF/EBLC.pm
+%%SITE_PERL%%/Font/TTF/Fdsc.pm
+%%SITE_PERL%%/Font/TTF/Feat.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/Glyf.pm
+%%SITE_PERL%%/Font/TTF/Glyph.pm
+%%SITE_PERL%%/Font/TTF/Hdmx.pm
+%%SITE_PERL%%/Font/TTF/Head.pm
+%%SITE_PERL%%/Font/TTF/Hhea.pm
+%%SITE_PERL%%/Font/TTF/Hmtx.pm
%%SITE_PERL%%/Font/TTF/Kern.pm
%%SITE_PERL%%/Font/TTF/Kern/ClassArray.pm
-%%SITE_PERL%%/Font/TTF/Kern/OrderedList.pm
-%%SITE_PERL%%/Font/TTF/Kern/Subtable.pm
%%SITE_PERL%%/Font/TTF/Kern/CompactClassArray.pm
+%%SITE_PERL%%/Font/TTF/Kern/OrderedList.pm
%%SITE_PERL%%/Font/TTF/Kern/StateTable.pm
-%%SITE_PERL%%/Font/TTF/Maxp.pm
-%%SITE_PERL%%/Font/TTF/Font.pm
-%%SITE_PERL%%/Font/TTF/PSNames.pm
-%%SITE_PERL%%/Font/TTF/Ttopen.pm
+%%SITE_PERL%%/Font/TTF/Kern/Subtable.pm
%%SITE_PERL%%/Font/TTF/LTSH.pm
-%%SITE_PERL%%/Font/TTF/Fmtx.pm
%%SITE_PERL%%/Font/TTF/Loca.pm
-%%SITE_PERL%%/Font/TTF/OldCmap.pm
-%%SITE_PERL%%/Font/TTF/Hmtx.pm
-%%SITE_PERL%%/Font/TTF/Name.pm
-%%SITE_PERL%%/Font/TTF/Mort.pm
%%SITE_PERL%%/Font/TTF/Manual.pod
-%%SITE_PERL%%/Font/TTF/Post.pm
-%%SITE_PERL%%/Font/TTF/AATKern.pm
-%%SITE_PERL%%/Font/TTF/AATutils.pm
-%%SITE_PERL%%/Font/TTF/XMLparse.pm
-%%SITE_PERL%%/Font/TTF/Changes
-%%SITE_PERL%%/Font/TTF/Vmtx.pm
-%%SITE_PERL%%/Font/TTF/Hdmx.pm
-%%SITE_PERL%%/Font/TTF/Utils.pm
-%%SITE_PERL%%/Font/TTF/GSUB.pm
-%%SITE_PERL%%/Font/TTF/Glyf.pm
-%%SITE_PERL%%/Font/TTF/Head.pm
-%%SITE_PERL%%/Font/TTF/Win32.pm
-%%SITE_PERL%%/Font/TTF/PCLT.pm
+%%SITE_PERL%%/Font/TTF/Maxp.pm
+%%SITE_PERL%%/Font/TTF/Mort.pm
+%%SITE_PERL%%/Font/TTF/Mort/Chain.pm
+%%SITE_PERL%%/Font/TTF/Mort/Contextual.pm
+%%SITE_PERL%%/Font/TTF/Mort/Insertion.pm
+%%SITE_PERL%%/Font/TTF/Mort/Ligature.pm
+%%SITE_PERL%%/Font/TTF/Mort/Noncontextual.pm
+%%SITE_PERL%%/Font/TTF/Mort/Rearrangement.pm
+%%SITE_PERL%%/Font/TTF/Mort/Subtable.pm
+%%SITE_PERL%%/Font/TTF/Name.pm
%%SITE_PERL%%/Font/TTF/OS_2.pm
-%%SITE_PERL%%/Font/TTF/GDEF.pm
-%%SITE_PERL%%/Font/TTF/Hhea.pm
+%%SITE_PERL%%/Font/TTF/OldCmap.pm
+%%SITE_PERL%%/Font/TTF/OldMort.pm
+%%SITE_PERL%%/Font/TTF/PCLT.pm
+%%SITE_PERL%%/Font/TTF/PSNames.pm
+%%SITE_PERL%%/Font/TTF/Post.pm
%%SITE_PERL%%/Font/TTF/Prep.pm
-%%SITE_PERL%%/Font/TTF/GPOS.pm
-%%SITE_PERL%%/Font/TTF/Anchor.pm
-%%SITE_PERL%%/Font/TTF/Feat.pm
-%%SITE_PERL%%/Font/TTF/Fdsc.pm
-%%SITE_PERL%%/Font/TTF/Cmap.pm
%%SITE_PERL%%/Font/TTF/Prop.pm
-%%SITE_PERL%%/Font/TTF/OldMort.pm
-%%SITE_PERL%%/Font/TTF/Glyph.pm
-%%SITE_PERL%%/Font/TTF/Vhea.pm
%%SITE_PERL%%/Font/TTF/Segarr.pm
-%%SITE_PERL%%/Font/TTF/Useall.pm
%%SITE_PERL%%/Font/TTF/Table.pm
-%%SITE_PERL%%/Font/TTF/Delta.pm
-%%SITE_PERL%%/Font/TTF/Fpgm.pm
%%SITE_PERL%%/Font/TTF/Ttc.pm
+%%SITE_PERL%%/Font/TTF/Ttopen.pm
+%%SITE_PERL%%/Font/TTF/Useall.pm
+%%SITE_PERL%%/Font/TTF/Utils.pm
+%%SITE_PERL%%/Font/TTF/Vhea.pm
+%%SITE_PERL%%/Font/TTF/Vmtx.pm
+%%SITE_PERL%%/Font/TTF/Win32.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