pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Text-Iconv Updated converters/p5-Text-Ic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/726b3a165887
branches:  trunk
changeset: 555228:726b3a165887
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Feb 26 08:46:33 2009 +0000

description:
Updated converters/p5-Text-Iconv to 1.7

1.5   Thu Aug 30 14:42:08 CEST 2007
        - Various small changes to make Text::Iconv compile on OpenVMS
          (based on a patch by Peter (Stig) Edwards)
        - Output buffer was always initialized to 5 bytes--this was
          just for testing, but I'd forgotten to revert back to the
          original code (detected via a bug report by Aldo LeTellier).

1.6   Sat Oct 13 00:16:30 CEST 2007
        - Makefile.PL now uses File::Spec to portably specify the null
          device.  This should make it possible to build Text::Iconv
          on Windows "out of the box".
        - Added get_attr() and set_attr() methods.  They provide an
          interface to the iconvctl() function of GNU libiconv.

1.7   Wed Oct 17 15:49:56 CEST 2007
        - Makefile.PL now explicitly declares "use 5.006;" since it
          uses functionality like delete() for array elements.
        - In Iconv.xs, moved the variable declarations in
          ti_set_attr() and ti_get_attr() into the PREINIT: section.
          This makes it possible to compile it using gcc 2.96.

diffstat:

 converters/p5-Text-Iconv/Makefile |  5 ++---
 converters/p5-Text-Iconv/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 7aed2ec36d48 -r 726b3a165887 converters/p5-Text-Iconv/Makefile
--- a/converters/p5-Text-Iconv/Makefile Thu Feb 26 08:24:05 2009 +0000
+++ b/converters/p5-Text-Iconv/Makefile Thu Feb 26 08:46:33 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2008/10/19 19:17:42 he Exp $
+# $NetBSD: Makefile,v 1.22 2009/02/26 08:46:33 abs Exp $
 #
 
-DISTNAME=      Text-Iconv-1.4
+DISTNAME=      Text-Iconv-1.7
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 SVR4_PKGNAME=  p5tic
 CATEGORIES=    converters perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
diff -r 7aed2ec36d48 -r 726b3a165887 converters/p5-Text-Iconv/distinfo
--- a/converters/p5-Text-Iconv/distinfo Thu Feb 26 08:24:05 2009 +0000
+++ b/converters/p5-Text-Iconv/distinfo Thu Feb 26 08:46:33 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 16:12:34 agc Exp $
+$NetBSD: distinfo,v 1.5 2009/02/26 08:46:33 abs Exp $
 
-SHA1 (Text-Iconv-1.4.tar.gz) = da006eff1745f0458a0c72f87eb49c8dc58a46aa
-RMD160 (Text-Iconv-1.4.tar.gz) = 8362b996e89cb0a7dd3d88918dfef53cfcefe4de
-Size (Text-Iconv-1.4.tar.gz) = 8986 bytes
+SHA1 (Text-Iconv-1.7.tar.gz) = 542849325b2d66c72e19ffb48bdc67fdd7e4bbea
+RMD160 (Text-Iconv-1.7.tar.gz) = ca248984bd161c3f57a15dac48f48d79f7221bbd
+Size (Text-Iconv-1.7.tar.gz) = 10454 bytes



Home | Main Index | Thread Index | Old Index