summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshell <shell>2003-01-31 10:53:56 +0000
committershell <shell>2003-01-31 10:53:56 +0000
commit7d6b174be544e23de26a07a8f966a4e5c62b9562 (patch)
treed7bb305e37a9c562720263f696dadf060a8ae2ef
parenta530645207f7d79307b61991f5fc6d8e98bd3c5f (diff)
downloadpkgsrc-7d6b174be544e23de26a07a8f966a4e5c62b9562.tar.gz
Updated to p5-IO-String-1.02
Changes : - Complemented the tiehandle interface with SEEK/TELL/EOF/BINMODE. - Make close($io) untie the object. This make it possible to avoid memory leaks in perl-5.8 which seems to have problems with self-ties. Based on patch by Eric Kolve <ekolve@attbi.com>. pkgsrc : - fmt on DESCR
-rw-r--r--devel/p5-IO-String/DESCR8
-rw-r--r--devel/p5-IO-String/Makefile4
-rw-r--r--devel/p5-IO-String/distinfo6
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-IO-String/DESCR b/devel/p5-IO-String/DESCR
index 832d6794f99..7f495da8b6b 100644
--- a/devel/p5-IO-String/DESCR
+++ b/devel/p5-IO-String/DESCR
@@ -1,4 +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.
+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
index c8fba2d6928..63be4262807 100644
--- a/devel/p5-IO-String/Makefile
+++ b/devel/p5-IO-String/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/10/13 22:22:48 seb Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/31 10:53:56 shell Exp $
#
-DISTNAME= IO-String-1.01
+DISTNAME= IO-String-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/devel/p5-IO-String/distinfo b/devel/p5-IO-String/distinfo
index 742e7081d66..1fc572473f5 100644
--- a/devel/p5-IO-String/distinfo
+++ b/devel/p5-IO-String/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/07/30 02:02:50 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2003/01/31 10:53:56 shell Exp $
-SHA1 (IO-String-1.01.tar.gz) = 8fd3153c21222855985a193c616df3080f701385
-Size (IO-String-1.01.tar.gz) = 5983 bytes
+SHA1 (IO-String-1.02.tar.gz) = 74a8c09d186358d89bf8b0084bd1a132c9f389c4
+Size (IO-String-1.02.tar.gz) = 6314 bytes