Update to 0.22; submitted by maintainer.

This commit is contained in:
naddy 2001-04-13 19:58:29 +00:00
parent 652c140897
commit e4f6a1841c
3 changed files with 34 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/30 21:54:47 avsm Exp $
# $OpenBSD: Makefile,v 1.2 2001/04/13 19:58:29 naddy Exp $
COMMENT= "perl module for TrueType font hacking"
DISTNAME= Font-TTF-0.21
DISTNAME= Font-TTF-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.364
NEED_VERSION= 1.391
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Font
@ -27,7 +27,7 @@ EG_FILES= StripCmap addpclt makemono ttfdeltable ttfenc \
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
.for i in ${EG_FILES}
${INSTALL_DATA} ${EG_DIR}/$i.plx ${EXAMPLE_DIR}/$i.plx
${INSTALL_SCRIPT} ${EG_DIR}/$i.plx ${EXAMPLE_DIR}/$i.plx
.endfor
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (Font-TTF-0.21.tar.gz) = c70f02c6b1b0b97d2c4f0c1884e22f4e
RMD160 (Font-TTF-0.21.tar.gz) = 8101923ac4a10be3dfda6791d205619ef9926bdd
SHA1 (Font-TTF-0.21.tar.gz) = 85d7a8c06e3a0d73aff75c041c7a52485d0798ca
MD5 (Font-TTF-0.22.tar.gz) = 13bcc456cd3d9300e054ddbda323bc61
RMD160 (Font-TTF-0.22.tar.gz) = c0fbfc1e3ffa91b9462a64dc3651e08426dfdad3
SHA1 (Font-TTF-0.22.tar.gz) = 40adb3d71d267293994ee498dbd2033511bd6299

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/30 21:54:48 avsm Exp $
@comment $OpenBSD: PLIST,v 1.2 2001/04/13 19:58:30 naddy Exp $
bin/eurofix.plx
bin/hackos2.plx
bin/psfix.plx
@ -27,11 +27,23 @@ libdata/perl5/site_perl/Font/TTF/Head.pm
libdata/perl5/site_perl/Font/TTF/Hhea.pm
libdata/perl5/site_perl/Font/TTF/Hmtx.pm
libdata/perl5/site_perl/Font/TTF/Kern.pm
libdata/perl5/site_perl/Font/TTF/Kern/ClassArray.pm
libdata/perl5/site_perl/Font/TTF/Kern/CompactClassArray.pm
libdata/perl5/site_perl/Font/TTF/Kern/OrderedList.pm
libdata/perl5/site_perl/Font/TTF/Kern/StateTable.pm
libdata/perl5/site_perl/Font/TTF/Kern/Subtable.pm
libdata/perl5/site_perl/Font/TTF/LTSH.pm
libdata/perl5/site_perl/Font/TTF/Loca.pm
libdata/perl5/site_perl/Font/TTF/Manual.pod
libdata/perl5/site_perl/Font/TTF/Maxp.pm
libdata/perl5/site_perl/Font/TTF/Mort.pm
libdata/perl5/site_perl/Font/TTF/Mort/Chain.pm
libdata/perl5/site_perl/Font/TTF/Mort/Contextual.pm
libdata/perl5/site_perl/Font/TTF/Mort/Insertion.pm
libdata/perl5/site_perl/Font/TTF/Mort/Ligature.pm
libdata/perl5/site_perl/Font/TTF/Mort/Noncontextual.pm
libdata/perl5/site_perl/Font/TTF/Mort/Rearrangement.pm
libdata/perl5/site_perl/Font/TTF/Mort/Subtable.pm
libdata/perl5/site_perl/Font/TTF/Name.pm
libdata/perl5/site_perl/Font/TTF/OS_2.pm
libdata/perl5/site_perl/Font/TTF/OldCmap.pm
@ -71,11 +83,23 @@ man/man3/Font::TTF::Head.3p
man/man3/Font::TTF::Hhea.3p
man/man3/Font::TTF::Hmtx.3p
man/man3/Font::TTF::Kern.3p
man/man3/Font::TTF::Kern::ClassArray.3p
man/man3/Font::TTF::Kern::CompactClassArray.3p
man/man3/Font::TTF::Kern::OrderedList.3p
man/man3/Font::TTF::Kern::StateTable.3p
man/man3/Font::TTF::Kern::Subtable.3p
man/man3/Font::TTF::LTSH.3p
man/man3/Font::TTF::Loca.3p
man/man3/Font::TTF::Manual.3p
man/man3/Font::TTF::Maxp.3p
man/man3/Font::TTF::Mort.3p
man/man3/Font::TTF::Mort::Chain.3p
man/man3/Font::TTF::Mort::Contextual.3p
man/man3/Font::TTF::Mort::Insertion.3p
man/man3/Font::TTF::Mort::Ligature.3p
man/man3/Font::TTF::Mort::Noncontextual.3p
man/man3/Font::TTF::Mort::Rearrangement.3p
man/man3/Font::TTF::Mort::Subtable.3p
man/man3/Font::TTF::Name.3p
man/man3/Font::TTF::OS_2.3p
man/man3/Font::TTF::OldCmap.3p
@ -101,4 +125,6 @@ share/examples/p5-Font-TTF/ttfwidth.plx
share/examples/p5-Font-TTF/xmldump.plx
share/examples/p5-Font-TTF/zerohyph.plx
@dirrm share/examples/p5-Font-TTF
@dirrm libdata/perl5/site_perl/Font/TTF/Mort
@dirrm libdata/perl5/site_perl/Font/TTF/Kern
@dirrm libdata/perl5/site_perl/Font/TTF