diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-06-12 15:34:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-06-12 15:34:54 +0000 |
commit | bda284171f978a7b295c7916bf9e6e66509b3e65 (patch) | |
tree | e8a9574ca1738bfc0abed4657f2cd56f0f975022 /x11-fonts | |
parent | cb33bc9eed7e4e4109fa77ef31f9a8d8dd01ecb3 (diff) | |
download | ports-bda284171f978a7b295c7916bf9e6e66509b3e65.tar.gz ports-bda284171f978a7b295c7916bf9e6e66509b3e65.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-Font-TTF/Makefile | 90 | ||||
-rw-r--r-- | x11-fonts/p5-Font-TTF/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/p5-Font-TTF/pkg-plist | 5 |
3 files changed, 74 insertions, 27 deletions
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile index d99884c8175d..de52700da500 100644 --- a/x11-fonts/p5-Font-TTF/Makefile +++ b/x11-fonts/p5-Font-TTF/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Font-TTF -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= x11-fonts perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,27 +17,71 @@ COMMENT= Perl module for TrueType font hacking PERL_CONFIGURE= yes -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 \ - Font::TTF::Head.3 Font::TTF::Hhea.3 Font::TTF::Hmtx.3 \ - Font::TTF::Kern.3 Font::TTF::Kern::ClassArray.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::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::PSNames.3 \ - Font::TTF::Post.3 Font::TTF::Prep.3 Font::TTF::Prop.3 \ - Font::TTF::Segarr.3 Font::TTF::Table.3 Font::TTF::Tags.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 +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::Dumper.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::GrFeat.3 \ + Font::TTF::Hdmx.3 \ + Font::TTF::Head.3 \ + Font::TTF::Hhea.3 \ + Font::TTF::Hmtx.3 \ + Font::TTF::Kern.3 \ + Font::TTF::Kern::ClassArray.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::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::OTTags.3 \ + Font::TTF::OldCmap.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 + +post-extract: + @${FIND} ${WRKSRC} -name '*.swp' -delete .include <bsd.port.mk> diff --git a/x11-fonts/p5-Font-TTF/distinfo b/x11-fonts/p5-Font-TTF/distinfo index ebe6be4c82e3..d2ab4283d6b2 100644 --- a/x11-fonts/p5-Font-TTF/distinfo +++ b/x11-fonts/p5-Font-TTF/distinfo @@ -1,3 +1,3 @@ -MD5 (Font-TTF-0.43.tar.gz) = 3a92d8019722c227a521fe121027a3ef -SHA256 (Font-TTF-0.43.tar.gz) = 093d37f051093ff8274a53555db0f1f4474a43e940e4bde15b58a8628bac021d -SIZE (Font-TTF-0.43.tar.gz) = 172897 +MD5 (Font-TTF-0.44.tar.gz) = 4b54ddc535b4785cc31ff472baf21369 +SHA256 (Font-TTF-0.44.tar.gz) = 423f8f0f4c8de7094add34ead873502a9c343906bbeaad540462172a4bbd7faa +SIZE (Font-TTF-0.44.tar.gz) = 179191 diff --git a/x11-fonts/p5-Font-TTF/pkg-plist b/x11-fonts/p5-Font-TTF/pkg-plist index 97aba63d78af..cc6eed7a56ba 100644 --- a/x11-fonts/p5-Font-TTF/pkg-plist +++ b/x11-fonts/p5-Font-TTF/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Font/TTF/.packlist %%SITE_PERL%%/Font/TTF.pm %%SITE_PERL%%/Font/TTF/AATKern.pm @@ -9,6 +10,7 @@ %%SITE_PERL%%/Font/TTF/Coverage.pm %%SITE_PERL%%/Font/TTF/Cvt_.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 @@ -21,6 +23,7 @@ %%SITE_PERL%%/Font/TTF/GSUB.pm %%SITE_PERL%%/Font/TTF/Glyf.pm %%SITE_PERL%%/Font/TTF/Glyph.pm +%%SITE_PERL%%/Font/TTF/GrFeat.pm %%SITE_PERL%%/Font/TTF/Hdmx.pm %%SITE_PERL%%/Font/TTF/Head.pm %%SITE_PERL%%/Font/TTF/Hhea.pm @@ -45,6 +48,7 @@ %%SITE_PERL%%/Font/TTF/Mort/Subtable.pm %%SITE_PERL%%/Font/TTF/Name.pm %%SITE_PERL%%/Font/TTF/OS_2.pm +%%SITE_PERL%%/Font/TTF/OTTags.pm %%SITE_PERL%%/Font/TTF/OldCmap.pm %%SITE_PERL%%/Font/TTF/OldMort.pm %%SITE_PERL%%/Font/TTF/PCLT.pm @@ -54,7 +58,6 @@ %%SITE_PERL%%/Font/TTF/Prop.pm %%SITE_PERL%%/Font/TTF/Segarr.pm %%SITE_PERL%%/Font/TTF/Table.pm -%%SITE_PERL%%/Font/TTF/Tags.pm %%SITE_PERL%%/Font/TTF/Ttc.pm %%SITE_PERL%%/Font/TTF/Ttopen.pm %%SITE_PERL%%/Font/TTF/Useall.pm |