From 9465408708762e68140534d2607ea4f52e648904 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Wed, 29 May 2002 14:11:24 +0000 Subject: Initial import of p5-Font-TTF from Rui-Xiang Guo in pkg/17035. p5-Font-TTF is a 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. --- fonts/p5-Font-TTF/DESCR | 8 ++++++++ fonts/p5-Font-TTF/Makefile | 19 +++++++++++++++++++ fonts/p5-Font-TTF/PLIST | 1 + fonts/p5-Font-TTF/distinfo | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 fonts/p5-Font-TTF/DESCR create mode 100644 fonts/p5-Font-TTF/Makefile create mode 100644 fonts/p5-Font-TTF/PLIST create mode 100644 fonts/p5-Font-TTF/distinfo (limited to 'fonts/p5-Font-TTF') diff --git a/fonts/p5-Font-TTF/DESCR b/fonts/p5-Font-TTF/DESCR new file mode 100644 index 00000000000..2591a247eb5 --- /dev/null +++ b/fonts/p5-Font-TTF/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/fonts/p5-Font-TTF/Makefile b/fonts/p5-Font-TTF/Makefile new file mode 100644 index 00000000000..24a062aa802 --- /dev/null +++ b/fonts/p5-Font-TTF/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/29 14:11:24 uebayasi Exp $ +# + +DISTNAME= Font-TTF-0.28 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for TrueType font hacking + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Font/TTF/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/p5-Font-TTF/PLIST b/fonts/p5-Font-TTF/PLIST new file mode 100644 index 00000000000..e2b338f6f17 --- /dev/null +++ b/fonts/p5-Font-TTF/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/29 14:11:24 uebayasi Exp $ diff --git a/fonts/p5-Font-TTF/distinfo b/fonts/p5-Font-TTF/distinfo new file mode 100644 index 00000000000..725597da9f0 --- /dev/null +++ b/fonts/p5-Font-TTF/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/29 14:11:24 uebayasi Exp $ + +SHA1 (Font-TTF-0.28.tar.gz) = 24891f59838e9a069a6f7f8b8431ab2a83ba9d54 +Size (Font-TTF-0.28.tar.gz) = 153500 bytes -- cgit v1.2.3