diff options
author | will <will@FreeBSD.org> | 2000-12-31 05:28:40 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 05:28:40 +0000 |
commit | 28e7b0670725bb6fc9e22d170798038d5815f224 (patch) | |
tree | 290e881a1a26985e36095d10fac43ff3277997c1 | |
parent | ca3325ec357550d8ad6438097d0f57aa26414e43 (diff) | |
download | FreeBSD-ports-28e7b0670725bb6fc9e22d170798038d5815f224.zip FreeBSD-ports-28e7b0670725bb6fc9e22d170798038d5815f224.tar.gz |
Add p5-Text-FixedLength 0.12, a perl module to parse and create fixed
length field records.
PR: 23933
Submitted by: Anton Berezin <tobez@tobez.org>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-FixedLength/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-FixedLength/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-FixedLength/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-FixedLength/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Text-FixedLength/pkg-plist | 5 |
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1acff38..a0c0369 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -79,6 +79,7 @@ SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter SUBDIR += p5-Text-Filter-Chain + SUBDIR += p5-Text-FixedLength SUBDIR += p5-Text-Template SUBDIR += p5-XML-DOM SUBDIR += p5-XML-Parser diff --git a/textproc/p5-Text-FixedLength/Makefile b/textproc/p5-Text-FixedLength/Makefile new file mode 100644 index 0000000..77448f8 --- /dev/null +++ b/textproc/p5-Text-FixedLength/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-FixedLength +# Date created: 29 December 2000 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-FixedLength +PORTVERSION= 0.12 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Text::FixedLength.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-FixedLength/distinfo b/textproc/p5-Text-FixedLength/distinfo new file mode 100644 index 0000000..6e61c15 --- /dev/null +++ b/textproc/p5-Text-FixedLength/distinfo @@ -0,0 +1 @@ +MD5 (Text-FixedLength-0.12.tar.gz) = 0d567248f2152260bbf0035dace35d31 diff --git a/textproc/p5-Text-FixedLength/pkg-comment b/textproc/p5-Text-FixedLength/pkg-comment new file mode 100644 index 0000000..99f7957 --- /dev/null +++ b/textproc/p5-Text-FixedLength/pkg-comment @@ -0,0 +1 @@ +Parse and create fixed length field records diff --git a/textproc/p5-Text-FixedLength/pkg-descr b/textproc/p5-Text-FixedLength/pkg-descr new file mode 100644 index 0000000..9962ed1 --- /dev/null +++ b/textproc/p5-Text-FixedLength/pkg-descr @@ -0,0 +1,6 @@ +Text::FixedLength was made to be able to manipulate fixed length field +records. You can manipulate arrays of data, or files of data. This +module allows you to change between delimited and fixed length records. + +-Anton +<tobez@tobez.org> diff --git a/textproc/p5-Text-FixedLength/pkg-plist b/textproc/p5-Text-FixedLength/pkg-plist new file mode 100644 index 0000000..9ade71a --- /dev/null +++ b/textproc/p5-Text-FixedLength/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FixedLength/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/FixedLength.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/FixedLength +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true |