Index: head/converters/p5-String-Multibyte/Makefile =================================================================== --- head/converters/p5-String-Multibyte/Makefile (revision 70170) +++ head/converters/p5-String-Multibyte/Makefile (revision 70171) @@ -1,22 +1,30 @@ # New ports collection makefile for: String::Multibyte # Date created: 25 Jan 2002 # Whom: Seamus Venasse # # $FreeBSD$ # PORTNAME= String-Multibyte -PORTVERSION= 0.07 +PORTVERSION= 1.00 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= String PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca PERL_CONFIGURE= yes -MAN3= String::Multibyte.3 +MAN3= String::Multibyte.3 \ + String::Multibyte::Bytes.3 \ + String::Multibyte::EUC.3 \ + String::Multibyte::EUC_JP.3 \ + String::Multibyte::ShiftJIS.3 \ + String::Multibyte::UTF16BE.3 \ + String::Multibyte::UTF16LE.3 \ + String::Multibyte::UTF8.3 \ + String::Multibyte::Unicode.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include Property changes on: head/converters/p5-String-Multibyte/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/converters/p5-String-Multibyte/distinfo =================================================================== --- head/converters/p5-String-Multibyte/distinfo (revision 70170) +++ head/converters/p5-String-Multibyte/distinfo (revision 70171) @@ -1 +1 @@ -MD5 (String-Multibyte-0.07.tar.gz) = 5cb4b2052730507ba8e5addb3285fb11 +MD5 (String-Multibyte-1.00.tar.gz) = 90ad7d08f8426b601fa6f9f238cc0944 Property changes on: head/converters/p5-String-Multibyte/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/converters/p5-String-Multibyte/pkg-plist =================================================================== --- head/converters/p5-String-Multibyte/pkg-plist (revision 70170) +++ head/converters/p5-String-Multibyte/pkg-plist (revision 70171) @@ -1,11 +1,14 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte/.packlist -lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte.pm -lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Bytes.pm -lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC.pm -lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC_JP.pm -lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/ShiftJIS.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Unicode.pm lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF8.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF16LE.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF16BE.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/ShiftJIS.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC_JP.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Bytes.pm +lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String 2>/dev/null || true Property changes on: head/converters/p5-String-Multibyte/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property