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 Update to version 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/259bf8e0ff65
branches:  trunk
changeset: 483181:259bf8e0ff65
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Nov 08 22:07:54 2004 +0000

description:
Update to version 1.4.

While here set a more specific homepage.

Approved by abs@

Changes since last packaged version (1.2):

1.3   Mon Jun 28 19:25:43 CEST 2004
        - Makefile.PL now tries to detect the need for -liconv
        - added retval() method to Text::Iconv objects, which returns the
          iconv() return value (according to the Single UNIX Specification,
          "the number of non-identical conversions performed")
        - to make this possible, Text::Iconv objects are--on the C level--no
          longer just the iconv handle, but a struct (which can contain other
          information besides the handle)

1.4   Sun Jul 18 00:09:21 CEST 2004
        - Added instance attribute raise_error and corresponding
          method to control exception raising on a per-object basis.
        - Reset shift state for state-dependent conversions.
        - Makefile.PL now passes all options besides LIBS and INC to
          MakeMaker, so options like INSTALLDIRS=vendor work again.

diffstat:

 converters/p5-Text-Iconv/Makefile         |   8 ++++----
 converters/p5-Text-Iconv/distinfo         |   7 +++----
 converters/p5-Text-Iconv/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (56 lines):

diff -r 52b6c04c92eb -r 259bf8e0ff65 converters/p5-Text-Iconv/Makefile
--- a/converters/p5-Text-Iconv/Makefile Mon Nov 08 21:17:01 2004 +0000
+++ b/converters/p5-Text-Iconv/Makefile Mon Nov 08 22:07:54 2004 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:17 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/08 22:07:54 seb Exp $
 #
 
-DISTNAME=      Text-Iconv-1.2
+DISTNAME=      Text-Iconv-1.4
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5tic
 CATEGORIES=    converters perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
 MAINTAINER=    abs%NetBSD.org@localhost
-HOMEPAGE=      http://www.linguistik.uni-erlangen.de/~mxp/
+HOMEPAGE=      http://search.cpan.org/dist/Text-Iconv/
 COMMENT=       Perl interface to iconv() codeset conversion function
 
 USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Text/Iconv/.packlist
+MAKE_PARAMS=           LIBS=${BUILDLINK_LDADD.iconv}
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
diff -r 52b6c04c92eb -r 259bf8e0ff65 converters/p5-Text-Iconv/distinfo
--- a/converters/p5-Text-Iconv/distinfo Mon Nov 08 21:17:01 2004 +0000
+++ b/converters/p5-Text-Iconv/distinfo Mon Nov 08 22:07:54 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/03/06 19:49:00 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/11/08 22:07:54 seb Exp $
 
-SHA1 (Text-Iconv-1.2.tar.gz) = 93b8896321aca94095568d73a2cf6e3d7360a92d
-Size (Text-Iconv-1.2.tar.gz) = 6455 bytes
-SHA1 (patch-aa) = 8a3b147e8fcac8982f0e1822e1581fe18c39ad4e
+SHA1 (Text-Iconv-1.4.tar.gz) = da006eff1745f0458a0c72f87eb49c8dc58a46aa
+Size (Text-Iconv-1.4.tar.gz) = 8986 bytes
diff -r 52b6c04c92eb -r 259bf8e0ff65 converters/p5-Text-Iconv/patches/patch-aa
--- a/converters/p5-Text-Iconv/patches/patch-aa Mon Nov 08 21:17:01 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/14 22:38:57 abs Exp $
-
---- Makefile.PL.orig   Wed Aug  1 17:27:52 2001
-+++ Makefile.PL
-@@ -4,7 +4,7 @@
- WriteMakefile(
-     'NAME'       => 'Text::Iconv',
-     'VERSION_FROM' => 'Iconv.pm', # finds $VERSION
--    'LIBS'       => [''],   # e.g., '-lm' 
-+    'LIBS'       => ['-liconv'],   # e.g., '-lm' 
-     'DEFINE'     => '',     # e.g., '-DHAVE_SOMETHING' 
-     'INC'        => '',     # e.g., '-I/usr/include/other' 
-     'dist'         => {COMPRESS => 'gzip', SUFFIX => 'gz'},



Home | Main Index | Thread Index | Old Index