pkgsrc-Bugs archive

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

pkg/34419: [update] textproc/p5-Encode



>Number:         34419
>Category:       pkg
>Synopsis:       [update] textproc/p5-Encode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:08 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
        miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 2.18

- Changelog
! bin/enc2xs
  overhauled the -C option
  - added ascii-ctrl', 'null', 'utf-8-strict' to core
  - auto-generated Encode::ConfigLocal no longer use v-string for version
  - now searches modules via File::Find so Encode/JP/Mobile is happy
! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm
  use strict added; though all they do is load XS, it's
  still better a practice
! *.pm
  use warnings added to all of them for better practices' sake.

2.17 
! encode.pm
  'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true
  but chin is not china or chinese.
  http://d.hatena.ne.jp/jankogai/20060508/1147090316
! Encode.xs
  Integrated maintperl change (27824|27824) which I overlooked
  -- sorry, Nicholas and Coverity Scan.

2.16 
! bin/piconv
  --xmlcref and --htmlcref added.
! Encode.pm
  Copyright Notice Added.
  http://rt.cpan.org/NoAuth/Bug.html?id=#19056  
! *
  Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20
  And all .pm's are now perltidy-ed.


>How-To-Repeat:





>Fix:


--- p5-Encode.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Encode/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    13 Apr 2006 19:45:41 -0000      1.1.1.1
+++ Makefile    30 Aug 2006 09:27:15 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $
 
-DISTNAME=      Encode-2.14
+DISTNAME=      Encode-2.18
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Encode/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Encode/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    13 Apr 2006 19:45:41 -0000      1.1.1.1
+++ distinfo    30 Aug 2006 09:27:36 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2006/04/13 19:45:41 minskim Exp $
 
-SHA1 (Encode-2.14.tar.gz) = 4b2eade10e6258aec75242e7fe6c1fc17523176a
-RMD160 (Encode-2.14.tar.gz) = 49a3cf2ad697d26ad88af4695ced6b6fbff23301
-Size (Encode-2.14.tar.gz) = 2005991 bytes
+SHA1 (Encode-2.18.tar.gz) = 196a98ad92ea99f08b7760670c4bf2b24788d8e7
+RMD160 (Encode-2.18.tar.gz) = a59c296248e6b58969000b764d3a855498da5e5f
+Size (Encode-2.18.tar.gz) = 1993778 bytes
--- p5-Encode.diff ends here ---






Home | Main Index | Thread Index | Old Index