aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Aligner
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-05-05 21:04:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-05-05 21:04:18 +0000
commit2671451d9b3ec6116eb8fc7ab357c867410a24ed (patch)
tree129a37bc300ce1ed6387dd46a1a4bcc3a96cf4a7 /textproc/p5-Text-Aligner
parenta769f4ba0451f8a5f54f5a60588aee1f279a04a0 (diff)
downloadports-2671451d9b3ec6116eb8fc7ab357c867410a24ed.tar.gz
ports-2671451d9b3ec6116eb8fc7ab357c867410a24ed.zip
Add p5-Text-Aligner 0.03, align text in columns.
PR: ports/66224 Submitted by: Autrijus Tang <autrijus@autrijus.org>
Notes
Notes: svn path=/head/; revision=108491
Diffstat (limited to 'textproc/p5-Text-Aligner')
-rw-r--r--textproc/p5-Text-Aligner/Makefile22
-rw-r--r--textproc/p5-Text-Aligner/distinfo2
-rw-r--r--textproc/p5-Text-Aligner/pkg-descr2
-rw-r--r--textproc/p5-Text-Aligner/pkg-plist5
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile
new file mode 100644
index 000000000000..7467c3062006
--- /dev/null
+++ b/textproc/p5-Text-Aligner/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: textproc/p5-Text-Aligner
+# Date created: May 2004
+# Whom: Autrijus Tang <autrijus@autrijus.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Aligner
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= autrijus@autrijus.org
+COMMENT= Align text in columns
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::Aligner.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Aligner/distinfo b/textproc/p5-Text-Aligner/distinfo
new file mode 100644
index 000000000000..d3a189872276
--- /dev/null
+++ b/textproc/p5-Text-Aligner/distinfo
@@ -0,0 +1,2 @@
+MD5 (Text-Aligner-0.03.tar.gz) = dd329d4e7e0ef200fd1f653ac9e828e0
+SIZE (Text-Aligner-0.03.tar.gz) = 15274
diff --git a/textproc/p5-Text-Aligner/pkg-descr b/textproc/p5-Text-Aligner/pkg-descr
new file mode 100644
index 000000000000..686dfed5c326
--- /dev/null
+++ b/textproc/p5-Text-Aligner/pkg-descr
@@ -0,0 +1,2 @@
+Text::Aligner exports a single function, align(), which is used to
+justify strings to various alignment styles.
diff --git a/textproc/p5-Text-Aligner/pkg-plist b/textproc/p5-Text-Aligner/pkg-plist
new file mode 100644
index 000000000000..093547840c58
--- /dev/null
+++ b/textproc/p5-Text-Aligner/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Text/Aligner.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aligner/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aligner
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true