From 6ea82667847f35517b3ddb0ddafd0b08d9b4b26b Mon Sep 17 00:00:00 2001 From: Will Andrews <will@FreeBSD.org> Date: Sun, 31 Dec 2000 05:28:40 +0000 Subject: 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> --- textproc/Makefile | 1 + textproc/p5-Text-FixedLength/Makefile | 23 +++++++++++++++++++++++ textproc/p5-Text-FixedLength/distinfo | 1 + textproc/p5-Text-FixedLength/pkg-comment | 1 + textproc/p5-Text-FixedLength/pkg-descr | 6 ++++++ textproc/p5-Text-FixedLength/pkg-plist | 5 +++++ 6 files changed, 37 insertions(+) create mode 100644 textproc/p5-Text-FixedLength/Makefile create mode 100644 textproc/p5-Text-FixedLength/distinfo create mode 100644 textproc/p5-Text-FixedLength/pkg-comment create mode 100644 textproc/p5-Text-FixedLength/pkg-descr create mode 100644 textproc/p5-Text-FixedLength/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 1acff38a90c7..a0c03692f70a 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 000000000000..77448f8373b7 --- /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 000000000000..6e61c1514cde --- /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 000000000000..99f795759f18 --- /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 000000000000..9962ed10c224 --- /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 000000000000..9ade71aff306 --- /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 -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0