aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-String-Multibyte
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-15 17:31:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-15 17:31:47 +0000
commit8b208b963b69c55ad59edca887f90b31e3a8d11f (patch)
tree355fc4f8c838cd1cea6f63b678dd20f906ca30f2 /converters/p5-String-Multibyte
parentedaa37d51c92bd3d8cd0956db52c600b2e10f3cc (diff)
downloadports-8b208b963b69c55ad59edca887f90b31e3a8d11f.tar.gz
ports-8b208b963b69c55ad59edca887f90b31e3a8d11f.zip
upgrade to 1.00
PR: 45278 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=70171
Diffstat (limited to 'converters/p5-String-Multibyte')
-rw-r--r--converters/p5-String-Multibyte/Makefile12
-rw-r--r--converters/p5-String-Multibyte/distinfo2
-rw-r--r--converters/p5-String-Multibyte/pkg-plist15
3 files changed, 20 insertions, 9 deletions
diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile
index 9fcb584dd552..6d29bf427803 100644
--- a/converters/p5-String-Multibyte/Makefile
+++ b/converters/p5-String-Multibyte/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= String-Multibyte
-PORTVERSION= 0.07
+PORTVERSION= 1.00
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
@@ -16,7 +16,15 @@ 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 <bsd.port.mk>
diff --git a/converters/p5-String-Multibyte/distinfo b/converters/p5-String-Multibyte/distinfo
index 7644b3c97978..d6f6b0932830 100644
--- a/converters/p5-String-Multibyte/distinfo
+++ b/converters/p5-String-Multibyte/distinfo
@@ -1 +1 @@
-MD5 (String-Multibyte-0.07.tar.gz) = 5cb4b2052730507ba8e5addb3285fb11
+MD5 (String-Multibyte-1.00.tar.gz) = 90ad7d08f8426b601fa6f9f238cc0944
diff --git a/converters/p5-String-Multibyte/pkg-plist b/converters/p5-String-Multibyte/pkg-plist
index 546ff00d7dde..489d33d69842 100644
--- a/converters/p5-String-Multibyte/pkg-plist
+++ b/converters/p5-String-Multibyte/pkg-plist
@@ -1,10 +1,13 @@
-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