Date: Tue, 30 May 2006 17:29:48 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98178: Update Port: converters/p5-Unicode-MapUTF8 1.09->1.11 Message-ID: <200605302329.k4UNTm1B010942@moondance.itsy-bitsy.net> Resent-Message-ID: <200605302340.k4UNeGCp090082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98178 >Category: ports >Synopsis: Update Port: converters/p5-Unicode-MapUTF8 1.09->1.11 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 30 23:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update from v1.09 to v1.11 - Update pkg-plist - Add WWW and Authors to pkg-descr 1.11 2005.10.10 Documentation changes. Addition of Build.PL support. Added various build tests, LICENSE, Artistic_License.txt, GPL_License.txt. Split documentation into seperate .pod file. Added Japanese translation of POD. 1.10 2005.05.22 - Fixed bug in conversion of ISO-2022-JP to UTF-8. Problem and fix found by Masahiro HONMA <masahiro.honma@tsutaya.co.jp>. Similar bugs in conversions of shift_jis and euc-jp to UTF-8 corrected as well. >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/converters/p5-Unicode-MapUTF8/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 26 Jul 2005 15:44:15 -0000 1.4 +++ Makefile 30 May 2006 23:29:21 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/converters/p5-Unicode-MapUTF8/Makefile,v 1.4 2005/07/26 15:44:15 kuriyama Exp $ PORTNAME= Unicode-MapUTF8 -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Unicode @@ -23,7 +23,7 @@ PERL_CONFIGURE= yes MAN3= Unicode::MapUTF8.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +#MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/converters/p5-Unicode-MapUTF8/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 22 Jan 2006 08:22:32 -0000 1.3 +++ distinfo 30 May 2006 23:29:21 -0000 @@ -1,3 +1,2 @@ -MD5 (Unicode-MapUTF8-1.09.tar.gz) = 32b2593bb38b24b5f5fef2aaf444a367 -SHA256 (Unicode-MapUTF8-1.09.tar.gz) = 838734e0d4fc8cdaaf94df7144e07072fad9602e4c305c0faed32498236dd98d -SIZE (Unicode-MapUTF8-1.09.tar.gz) = 7667 +MD5 (Unicode-MapUTF8-1.11.tar.gz) = 16e66ee0bdc0e6cc9c36e29212d8ffdc +SIZE (Unicode-MapUTF8-1.11.tar.gz) = 16402 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/converters/p5-Unicode-MapUTF8/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 25 Jun 2002 14:09:00 -0000 1.1 +++ pkg-descr 30 May 2006 23:29:21 -0000 @@ -1,6 +1,3 @@ -Unicode::MapUTF8 ----------------- - Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so @@ -9,3 +6,6 @@ As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. + +WWW: http://search.cpan.org/dist/Unicode-MapUTF8 +Author: Benjamin Franz <snowhare@nihongo.org> Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/converters/p5-Unicode-MapUTF8/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 24 Oct 2003 12:01:19 -0000 1.2 +++ pkg-plist 30 May 2006 23:29:21 -0000 @@ -1,5 +1,6 @@ %%SITE_PERL%%/Unicode/MapUTF8.pm +%%SITE_PERL%%/Unicode/MapUTF8.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8 -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode -@dirrm %%SITE_PERL%%/Unicode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode +@dirrmtry %%SITE_PERL%%/Unicode --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605302329.k4UNTm1B010942>