aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-IO-String/Makefile22
-rw-r--r--devel/p5-IO-String/distinfo1
-rw-r--r--devel/p5-IO-String/pkg-comment1
-rw-r--r--devel/p5-IO-String/pkg-descr8
-rw-r--r--devel/p5-IO-String/pkg-plist4
6 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index da36447461f6..2ba86b34b158 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -268,6 +268,7 @@
SUBDIR += p5-Filter
SUBDIR += p5-FreezeThaw
SUBDIR += p5-IO
+ SUBDIR += p5-IO-String
SUBDIR += p5-IO-Stty
SUBDIR += p5-IO-Tty
SUBDIR += p5-IO-stringy
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