summaryrefslogtreecommitdiff
path: root/devel/p5-IO-String
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-07-30 02:02:50 +0000
committerdmcmahill <dmcmahill>2002-07-30 02:02:50 +0000
commit06c14925f507c77eb37c3061ebef3afc1d6f8d06 (patch)
tree5e3dba1b5fc680f85b684b1a6bb0b03b325aefd5 /devel/p5-IO-String
parentdfebf77c7b55b085d59ce2708c73007246e32f41 (diff)
downloadpkgsrc-06c14925f507c77eb37c3061ebef3afc1d6f8d06.tar.gz
initial import of p5-IO-String-1.01
This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
Diffstat (limited to 'devel/p5-IO-String')
-rw-r--r--devel/p5-IO-String/DESCR4
-rw-r--r--devel/p5-IO-String/Makefile19
-rw-r--r--devel/p5-IO-String/PLIST1
-rw-r--r--devel/p5-IO-String/distinfo4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-IO-String/DESCR b/devel/p5-IO-String/DESCR
new file mode 100644
index 00000000000..832d6794f99
--- /dev/null
+++ b/devel/p5-IO-String/DESCR
@@ -0,0 +1,4 @@
+IO::String is an IO::File (and IO::Handle) compatible class that read
+or write data from in-core strings. It is really just a
+simplification of Eryq's IO-stringy modules. As such IO::String is
+a replacement for IO::Scalar.
diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile
new file mode 100644
index 00000000000..376a02bc749
--- /dev/null
+++ b/devel/p5-IO-String/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $
+#
+
+DISTNAME= IO-String-1.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= Perl module for I/O on in-core objects like strings and arrays
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/String/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-String/PLIST b/devel/p5-IO-String/PLIST
new file mode 100644
index 00000000000..48d1abd0609
--- /dev/null
+++ b/devel/p5-IO-String/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $
diff --git a/devel/p5-IO-String/distinfo b/devel/p5-IO-String/distinfo
new file mode 100644
index 00000000000..742e7081d66
--- /dev/null
+++ b/devel/p5-IO-String/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $
+
+SHA1 (IO-String-1.01.tar.gz) = 8fd3153c21222855985a193c616df3080f701385
+Size (IO-String-1.01.tar.gz) = 5983 bytes