summaryrefslogtreecommitdiff
path: root/x11-fonts/p5-Font-AFM
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-11 15:58:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-11 15:58:04 +0000
commit0fc1ec28511d0e1f299f802ac008b24547a26f85 (patch)
tree4deffd21c4e7cca6231cd7bc1308963e4208536f /x11-fonts/p5-Font-AFM
parentRemove patch that may cause build breakage if XFREE86_VERSION == 4. (diff)
An interface to Adobe font metrics files
PR: ports/26860 Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes: svn path=/head/; revision=42521
Diffstat (limited to 'x11-fonts/p5-Font-AFM')
-rw-r--r--x11-fonts/p5-Font-AFM/Makefile22
-rw-r--r--x11-fonts/p5-Font-AFM/distinfo1
-rw-r--r--x11-fonts/p5-Font-AFM/pkg-comment1
-rw-r--r--x11-fonts/p5-Font-AFM/pkg-descr8
-rw-r--r--x11-fonts/p5-Font-AFM/pkg-plist18
5 files changed, 50 insertions, 0 deletions
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