diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-05-06 05:04:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-05-06 05:04:18 +0800 |
commit | 8c2f194a1111f264799796ec2556ca2c4e6fb295 (patch) | |
tree | 95c2ada0a44be4b5752a6e86856bf144f5897eb7 /textproc/p5-Text-Aligner | |
parent | 9d7920752bfda6523ab1ece761dd64f8eb4a8a89 (diff) | |
download | freebsd-ports-gnome-8c2f194a1111f264799796ec2556ca2c4e6fb295.tar.gz freebsd-ports-gnome-8c2f194a1111f264799796ec2556ca2c4e6fb295.tar.zst freebsd-ports-gnome-8c2f194a1111f264799796ec2556ca2c4e6fb295.zip |
Add p5-Text-Aligner 0.03, align text in columns.
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'textproc/p5-Text-Aligner')
-rw-r--r-- | textproc/p5-Text-Aligner/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/pkg-plist | 5 |
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 |