diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 15:58:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 15:58:04 +0000 |
commit | 0fc1ec28511d0e1f299f802ac008b24547a26f85 (patch) | |
tree | 4deffd21c4e7cca6231cd7bc1308963e4208536f | |
parent | faeaffbcb336e308f081185beff97a9fb8a59d07 (diff) | |
download | ports-0fc1ec28511d0e1f299f802ac008b24547a26f85.tar.gz ports-0fc1ec28511d0e1f299f802ac008b24547a26f85.zip |
Notes
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/p5-Font-AFM/Makefile | 22 | ||||
-rw-r--r-- | x11-fonts/p5-Font-AFM/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/p5-Font-AFM/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/p5-Font-AFM/pkg-descr | 8 | ||||
-rw-r--r-- | x11-fonts/p5-Font-AFM/pkg-plist | 18 |
6 files changed, 51 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 9b3f895c5a6d..b072163f7c52 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -20,6 +20,7 @@ SUBDIR += mozilla-fonts SUBDIR += nexfontsel SUBDIR += nucleus + SUBDIR += p5-Font-AFM SUBDIR += p5-type1inst SUBDIR += sharefonts SUBDIR += tkfont diff --git a/x11-fonts/p5-Font-AFM/Makefile b/x11-fonts/p5-Font-AFM/Makefile new file mode 100644 index 000000000000..1f7d85038f1d --- /dev/null +++ b/x11-fonts/p5-Font-AFM/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Font-AFM +# Date created: 25 April 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= Font-AFM +PORTVERSION= 1.18 +CATEGORIES= x11-fonts perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Font +PKGNAMEPREFIX= p5- + +MAINTAINER= petef@databits.net + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Font::AFM.3 + +.include <bsd.port.mk> diff --git a/x11-fonts/p5-Font-AFM/distinfo b/x11-fonts/p5-Font-AFM/distinfo new file mode 100644 index 000000000000..2fe2cbd4fe35 --- /dev/null +++ b/x11-fonts/p5-Font-AFM/distinfo @@ -0,0 +1 @@ +MD5 (Font-AFM-1.18.tar.gz) = 4e134a23de7be8c44f70e87d831c4f18 diff --git a/x11-fonts/p5-Font-AFM/pkg-comment b/x11-fonts/p5-Font-AFM/pkg-comment new file mode 100644 index 000000000000..737f0112de3a --- /dev/null +++ b/x11-fonts/p5-Font-AFM/pkg-comment @@ -0,0 +1 @@ +An interface to Adobe font metrics files diff --git a/x11-fonts/p5-Font-AFM/pkg-descr b/x11-fonts/p5-Font-AFM/pkg-descr new file mode 100644 index 000000000000..4f57e41b180e --- /dev/null +++ b/x11-fonts/p5-Font-AFM/pkg-descr @@ -0,0 +1,8 @@ +This module implements the Font::AFM class. Objects of this class +are initialised from an AFM-file and allows you to obtain information +about the font and the metrics of the various glyphs in the font. + +WWW: http://search.cpan.org/search?dist=Font-AFM + +- Pete +petef@databits.net diff --git a/x11-fonts/p5-Font-AFM/pkg-plist b/x11-fonts/p5-Font-AFM/pkg-plist new file mode 100644 index 000000000000..853f74be0545 --- /dev/null +++ b/x11-fonts/p5-Font-AFM/pkg-plist @@ -0,0 +1,18 @@ +lib/perl5/site_perl/%%PERL_VER%%/Font/AFM.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/Courier.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/CourierBold.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/CourierBoldOblique.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/CourierOblique.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/Helvetica.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/HelveticaBold.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/HelveticaBoldOblique.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/HelveticaOblique.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/TimesBold.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/TimesBoldItalic.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/TimesItalic.pm +lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics/TimesRoman.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Font/AFM/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Font/AFM +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Font 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Font/Metrics +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Font 2>/dev/null || true |