aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-String-Multibyte
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 03:24:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 03:24:13 +0000
commit7dffef4801c0dc0431c3b1173ce3a76f347b815f (patch)
tree46eabb1da711890bc2b19613fd498d3a0d996868 /converters/p5-String-Multibyte
parent572c8324c8ce885a7f4812c2e224d548f4bce81e (diff)
downloadports-7dffef4801c0dc0431c3b1173ce3a76f347b815f.tar.gz
ports-7dffef4801c0dc0431c3b1173ce3a76f347b815f.zip
Notes
Diffstat (limited to 'converters/p5-String-Multibyte')
-rw-r--r--converters/p5-String-Multibyte/Makefile10
-rw-r--r--converters/p5-String-Multibyte/distinfo2
-rw-r--r--converters/p5-String-Multibyte/pkg-plist8
3 files changed, 18 insertions, 2 deletions
diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile
index 6d29bf427803..ae5ea40107e6 100644
--- a/converters/p5-String-Multibyte/Makefile
+++ b/converters/p5-String-Multibyte/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= String-Multibyte
-PORTVERSION= 1.00
+PORTVERSION= 1.03
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
@@ -17,10 +17,18 @@ MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= String::Multibyte.3 \
+ String::Multibyte::Big5.3 \
+ String::Multibyte::Big5Plus.3 \
String::Multibyte::Bytes.3 \
String::Multibyte::EUC.3 \
String::Multibyte::EUC_JP.3 \
+ String::Multibyte::EUC_TW.3 \
+ String::Multibyte::GB18030.3 \
+ String::Multibyte::GBK.3 \
+ String::Multibyte::Grapheme.3 \
+ String::Multibyte::Johab.3 \
String::Multibyte::ShiftJIS.3 \
+ String::Multibyte::UHC.3 \
String::Multibyte::UTF16BE.3 \
String::Multibyte::UTF16LE.3 \
String::Multibyte::UTF8.3 \
diff --git a/converters/p5-String-Multibyte/distinfo b/converters/p5-String-Multibyte/distinfo
index d6f6b0932830..e57464eb9877 100644
--- a/converters/p5-String-Multibyte/distinfo
+++ b/converters/p5-String-Multibyte/distinfo
@@ -1 +1 @@
-MD5 (String-Multibyte-1.00.tar.gz) = 90ad7d08f8426b601fa6f9f238cc0944
+MD5 (String-Multibyte-1.03.tar.gz) = 4d53ddcaf62b151254c2a9e84a3bc6dc
diff --git a/converters/p5-String-Multibyte/pkg-plist b/converters/p5-String-Multibyte/pkg-plist
index 489d33d69842..4db00575371b 100644
--- a/converters/p5-String-Multibyte/pkg-plist
+++ b/converters/p5-String-Multibyte/pkg-plist
@@ -2,10 +2,18 @@ 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/UHC.pm
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/ShiftJIS.pm
+lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Johab.pm
+lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Grapheme.pm
+lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/GBK.pm
+lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/GB18030.pm
+lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC_TW.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/Big5Plus.pm
+lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Big5.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