summaryrefslogtreecommitdiff
path: root/x11-fonts/p5-Font-TTF
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-28 16:06:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-28 16:06:32 +0000
commitedc560bf7e8537234062c3ab2d2062297654f5b8 (patch)
tree7ecefc7e4fb3d4c190ca1092ca10a3b81f3a2fa1 /x11-fonts/p5-Font-TTF
parentadd missing files. (diff)
add p5-Font-TTF 0.28
Perl module for TrueType font hacking
Notes
Notes: svn path=/head/; revision=58259
Diffstat (limited to 'x11-fonts/p5-Font-TTF')
-rw-r--r--x11-fonts/p5-Font-TTF/Makefile44
-rw-r--r--x11-fonts/p5-Font-TTF/distinfo1
-rw-r--r--x11-fonts/p5-Font-TTF/pkg-comment1
-rw-r--r--x11-fonts/p5-Font-TTF/pkg-descr8
-rw-r--r--x11-fonts/p5-Font-TTF/pkg-plist74
5 files changed, 128 insertions, 0 deletions
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile
new file mode 100644
index 000000000000..7fcc8d0e3f86
--- /dev/null
+++ b/x11-fonts/p5-Font-TTF/Makefile
@@ -0,0 +1,44 @@
+# ex:ts=8
+# Ports collection makefile for: p5-Font-TTF
+# Date created: Apr 28, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Font-TTF
+PORTVERSION= 0.28
+CATEGORIES= x11-fonts perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Font
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN1= ttfbuilder.plx.1
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+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 \
+ 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::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
new file mode 100644
index 000000000000..a6a3f16108f5
--- /dev/null
+++ b/x11-fonts/p5-Font-TTF/distinfo
@@ -0,0 +1 @@
+MD5 (Font-TTF-0.28.tar.gz) = 0a1d9fde2e8a76c71f5510a1a7859069
diff --git a/x11-fonts/p5-Font-TTF/pkg-comment b/x11-fonts/p5-Font-TTF/pkg-comment
new file mode 100644
index 000000000000..f2617285160c
--- /dev/null
+++ b/x11-fonts/p5-Font-TTF/pkg-comment
@@ -0,0 +1 @@
+Perl module for TrueType font hacking
diff --git a/x11-fonts/p5-Font-TTF/pkg-descr b/x11-fonts/p5-Font-TTF/pkg-descr
new file mode 100644
index 000000000000..2591a247eb53
--- /dev/null
+++ b/x11-fonts/p5-Font-TTF/pkg-descr
@@ -0,0 +1,8 @@
+Perl module for TrueType font hacking. Supports reading, processing and
+writing of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT,
+bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern,
+loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the reading and
+writing of all other table types.
+
+In short, you can do almost anything with a standard TrueType font with
+this module.
diff --git a/x11-fonts/p5-Font-TTF/pkg-plist b/x11-fonts/p5-Font-TTF/pkg-plist
new file mode 100644
index 000000000000..1d347af2e812
--- /dev/null
+++ b/x11-fonts/p5-Font-TTF/pkg-plist
@@ -0,0 +1,74 @@
+bin/check_attach.plx
+bin/eurofix.plx
+bin/hackos2.plx
+bin/psfix.plx
+bin/ttfbuilder.plx
+bin/ttfname.plx
+bin/ttfremap.plx
+lib/perl5/site_perl/%%PERL_VER%%/ttfmod.pl
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/AATKern.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/AATutils.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Anchor.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Bsln.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Changes
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Cmap.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Coverage.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Cvt_.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Delta.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Fdsc.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Feat.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Fmtx.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Font.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Fpgm.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/GDEF.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/GPOS.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/GSUB.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Glyf.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Glyph.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Hdmx.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Head.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Hhea.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Hmtx.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern/ClassArray.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern/CompactClassArray.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern/Subtable.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern/OrderedList.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern/StateTable.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/LTSH.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Loca.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Manual.pod
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Maxp.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Rearrangement.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Noncontextual.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Chain.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Subtable.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Ligature.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Contextual.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort/Insertion.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Name.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/OS_2.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/OldCmap.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/OldMort.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/PCLT.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/PSNames.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Post.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Prep.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Prop.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Segarr.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Table.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Ttc.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Ttopen.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Useall.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Utils.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Vhea.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Vmtx.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Win32.pm
+lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/XMLparse.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Font/TTF/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Kern
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Font/TTF/Mort
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Font/TTF
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Font 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Font 2>/dev/null || true