mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add p5-Font-TTF 0.28
Perl module for TrueType font hacking
This commit is contained in:
parent
d22fe6866e
commit
edc560bf7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58259
@ -26,6 +26,7 @@
|
||||
SUBDIR += nexfontsel
|
||||
SUBDIR += nucleus
|
||||
SUBDIR += p5-Font-AFM
|
||||
SUBDIR += p5-Font-TTF
|
||||
SUBDIR += p5-type1inst
|
||||
SUBDIR += sharefonts
|
||||
SUBDIR += tkfont
|
||||
|
44
x11-fonts/p5-Font-TTF/Makefile
Normal file
44
x11-fonts/p5-Font-TTF/Makefile
Normal file
@ -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>
|
1
x11-fonts/p5-Font-TTF/distinfo
Normal file
1
x11-fonts/p5-Font-TTF/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Font-TTF-0.28.tar.gz) = 0a1d9fde2e8a76c71f5510a1a7859069
|
1
x11-fonts/p5-Font-TTF/pkg-comment
Normal file
1
x11-fonts/p5-Font-TTF/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for TrueType font hacking
|
8
x11-fonts/p5-Font-TTF/pkg-descr
Normal file
8
x11-fonts/p5-Font-TTF/pkg-descr
Normal file
@ -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.
|
74
x11-fonts/p5-Font-TTF/pkg-plist
Normal file
74
x11-fonts/p5-Font-TTF/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user