diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 23:18:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 23:18:15 +0000 |
commit | 43d985bbf8322fae418b91a5f4ae91c64b3b54d2 (patch) | |
tree | fc5d8c9e505615beacfb82c4749cd01e6529b5a3 /devel/p5-IO-String | |
parent | 8efdb7c230940638560b33d867452c542b69b914 (diff) | |
download | ports-43d985bbf8322fae418b91a5f4ae91c64b3b54d2.tar.gz ports-43d985bbf8322fae418b91a5f4ae91c64b3b54d2.zip |
Notes
Diffstat (limited to 'devel/p5-IO-String')
-rw-r--r-- | devel/p5-IO-String/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IO-String/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-IO-String/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-IO-String/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-IO-String/pkg-plist | 4 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile new file mode 100644 index 000000000000..16c04b02fac3 --- /dev/null +++ b/devel/p5-IO-String/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-IO-String +# Date created: 13 March 2001 +# Whom: Johann Visagie <johann@egenetics.com> +# +# $FreeBSD$ +# + +PORTNAME= IO-String +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= johann@egenetics.com + +PERL_CONFIGURE= YES + +MAN3= IO::String.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/devel/p5-IO-String/distinfo b/devel/p5-IO-String/distinfo new file mode 100644 index 000000000000..e1baa42aa9d7 --- /dev/null +++ b/devel/p5-IO-String/distinfo @@ -0,0 +1 @@ +MD5 (IO-String-1.01.tar.gz) = 0983ca19b9b1bcadde5ea23b7b7a2f33 diff --git a/devel/p5-IO-String/pkg-comment b/devel/p5-IO-String/pkg-comment new file mode 100644 index 000000000000..3f5677780fd0 --- /dev/null +++ b/devel/p5-IO-String/pkg-comment @@ -0,0 +1 @@ +Simplified Perl5 module to handle I/O on in-core strings diff --git a/devel/p5-IO-String/pkg-descr b/devel/p5-IO-String/pkg-descr new file mode 100644 index 000000000000..4423f2195e0e --- /dev/null +++ b/devel/p5-IO-String/pkg-descr @@ -0,0 +1,8 @@ +IO::String is an IO::File (and IO::Handle) compatible class that reads data +from or writes data to in-core strings. It is essentially a simplification +of parts of the IO-stringy collection of modules. As such, IO::String is a +replacement for IO::Scalar. + +Author: Gisle Aas <gisle@aas.no> + +-- Johann Visagie <johann@egenetics.com> diff --git a/devel/p5-IO-String/pkg-plist b/devel/p5-IO-String/pkg-plist new file mode 100644 index 000000000000..8ff2b7126c05 --- /dev/null +++ b/devel/p5-IO-String/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/IO/String.pm +lib/perl5/site_perl/%%PERL_VER%%/mach/auto/IO/String/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/IO/String +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true |