pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-IO-String Update to 1.06:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1b2742ea26a
branches: trunk
changeset: 489182:b1b2742ea26a
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 18 12:57:35 2005 +0000
description:
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.
<https://rt.cpan.org/Ticket/Display.html?id=5425>
diffstat:
devel/p5-IO-String/Makefile | 6 +++---
devel/p5-IO-String/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 1db18fc943f4 -r b1b2742ea26a devel/p5-IO-String/Makefile
--- a/devel/p5-IO-String/Makefile Fri Feb 18 12:54:24 2005 +0000
+++ b/devel/p5-IO-String/Makefile Fri Feb 18 12:57:35 2005 +0000
@@ -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@localhost
+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 -r 1db18fc943f4 -r b1b2742ea26a devel/p5-IO-String/distinfo
--- a/devel/p5-IO-String/distinfo Fri Feb 18 12:54:24 2005 +0000
+++ b/devel/p5-IO-String/distinfo Fri Feb 18 12:57:35 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index