diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:28:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:28:40 +0000 |
commit | 6ea82667847f35517b3ddb0ddafd0b08d9b4b26b (patch) | |
tree | 65da7fd33411585b7f08b9002fc65d235ee2c31c /textproc/p5-Text-FixedLength | |
parent | c7b9d6e00b80e46f957feddb4b064cb570300e6a (diff) | |
download | ports-6ea82667847f35517b3ddb0ddafd0b08d9b4b26b.tar.gz ports-6ea82667847f35517b3ddb0ddafd0b08d9b4b26b.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-FixedLength')
-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 |
5 files changed, 36 insertions, 0 deletions
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 |