From ec3b930df8738ddd91f27daa9bce321ad98adf39 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 18 Feb 2005 12:57:35 +0000 Subject: Update to 1.06: 2004-11-05 Gisle Aas Release 1.06 Make seek() return TRUE when it succeed. It used to return the new position, but we want to be compatible with the builtin seek(). Patch contributed by Kurt M. Brown Make print() and printf() return TRUE even when printing the empty string. The used to return the lenght of the string printed, but now they always return 1 to be compatible with the builtins. Make binmode() return TRUE unless layers are provided. 2004-04-01 Gisle Aas Release 1.05 Fix handling of paragraph mode. --- devel/p5-IO-String/Makefile | 6 +++--- devel/p5-IO-String/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/p5-IO-String') diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile index b48d9093f55..07d2ff6e9af 100644 --- a/devel/p5-IO-String/Makefile +++ b/devel/p5-IO-String/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:00 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/18 12:57:35 wiz Exp $ # -DISTNAME= IO-String-1.04 +DISTNAME= IO-String-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IO-String/ COMMENT= Perl module for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-IO-String/distinfo b/devel/p5-IO-String/distinfo index deeca6db87c..30af6870957 100644 --- a/devel/p5-IO-String/distinfo +++ b/devel/p5-IO-String/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/02/08 21:17:43 kim Exp $ +$NetBSD: distinfo,v 1.4 2005/02/18 12:57:35 wiz Exp $ -SHA1 (IO-String-1.04.tar.gz) = 052551f71eebbc219ba3cb898eecc340591d5f62 -Size (IO-String-1.04.tar.gz) = 6518 bytes +SHA1 (IO-String-1.06.tar.gz) = 80d8415a3664ba184b6e2a8c2e3209d126c15c84 +Size (IO-String-1.06.tar.gz) = 6983 bytes -- cgit v1.2.3