aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-05 11:24:13 +0800
committeredwin <edwin@FreeBSD.org>2003-02-05 11:24:13 +0800
commit6cff4b696c86c53134aa1c0005aee2fec764cd50 (patch)
treeeca79d6547d2f301fefd9564dbd8a0e65a3e1caa /converters
parent4939d4afed47ad1d836bdcf5bdcbffef94531e24 (diff)
downloadfreebsd-ports-graphics-6cff4b696c86c53134aa1c0005aee2fec764cd50.tar.gz
freebsd-ports-graphics-6cff4b696c86c53134aa1c0005aee2fec764cd50.tar.zst
freebsd-ports-graphics-6cff4b696c86c53134aa1c0005aee2fec764cd50.zip
Maintainer update: converters/p5-String-Multibyte from 1.00 to 1.03
PR: ports/47931 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'converters')
-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 6d29bf42780..ae5ea40107e 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 d6f6b093283..e57464eb987 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 489d33d6984..4db00575371 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