diff options
author | abs <abs@pkgsrc.org> | 2009-02-26 08:46:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-02-26 08:46:33 +0000 |
commit | c60f822844e29fcf6ea92ebcc125d7da49718e0a (patch) | |
tree | 03023f774fc3ec406640a9c113d6811379b949bb /converters/p5-Text-Iconv | |
parent | c703613d554929591c539e5130078ecad0f1096f (diff) | |
download | pkgsrc-c60f822844e29fcf6ea92ebcc125d7da49718e0a.tar.gz |
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 (limited to 'converters/p5-Text-Iconv')
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Text-Iconv/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index 7ae17d9db38..4ca3421a52e 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -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 --git a/converters/p5-Text-Iconv/distinfo b/converters/p5-Text-Iconv/distinfo index 25295a38732..175860b3341 100644 --- a/converters/p5-Text-Iconv/distinfo +++ b/converters/p5-Text-Iconv/distinfo @@ -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 |