aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-String-Multibyte
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 05:50:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 05:50:41 +0000
commit8b26a03f66fe20e94f25c9c9bdf11df7173b62e5 (patch)
tree2d12608c37618bb97ceb20e78a03d5f44ba6186b /converters/p5-String-Multibyte
parente0250d2e229a41aaa9fe19c6288fa53b8ab3cc78 (diff)
downloadports-8b26a03f66fe20e94f25c9c9bdf11df7173b62e5.tar.gz
ports-8b26a03f66fe20e94f25c9c9bdf11df7173b62e5.zip
Notes
Diffstat (limited to 'converters/p5-String-Multibyte')
-rw-r--r--converters/p5-String-Multibyte/Makefile22
-rw-r--r--converters/p5-String-Multibyte/distinfo1
-rw-r--r--converters/p5-String-Multibyte/pkg-comment1
-rw-r--r--converters/p5-String-Multibyte/pkg-descr10
-rw-r--r--converters/p5-String-Multibyte/pkg-plist11
5 files changed, 45 insertions, 0 deletions
diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile
new file mode 100644
index 000000000000..9fcb584dd552
--- /dev/null
+++ b/converters/p5-String-Multibyte/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: String::Multibyte
+# Date created: 25 Jan 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-Multibyte
+PORTVERSION= 0.07
+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
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/converters/p5-String-Multibyte/distinfo b/converters/p5-String-Multibyte/distinfo
new file mode 100644
index 000000000000..7644b3c97978
--- /dev/null
+++ b/converters/p5-String-Multibyte/distinfo
@@ -0,0 +1 @@
+MD5 (String-Multibyte-0.07.tar.gz) = 5cb4b2052730507ba8e5addb3285fb11
diff --git a/converters/p5-String-Multibyte/pkg-comment b/converters/p5-String-Multibyte/pkg-comment
new file mode 100644
index 000000000000..63976efd9382
--- /dev/null
+++ b/converters/p5-String-Multibyte/pkg-comment
@@ -0,0 +1 @@
+Perl module to manipulate multibyte character strings
diff --git a/converters/p5-String-Multibyte/pkg-descr b/converters/p5-String-Multibyte/pkg-descr
new file mode 100644
index 000000000000..c8d5f4fdfaa8
--- /dev/null
+++ b/converters/p5-String-Multibyte/pkg-descr
@@ -0,0 +1,10 @@
+This module provides some functions which emulate
+the corresponding CORE functions
+to manipulate multiple-byte character strings.
+
+This module uses the OOP syntax to tell methods
+in which charset the specified strings should be handled.
+
+WWW: http://search.cpan.org/search?dist=String-Multibyte
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/converters/p5-String-Multibyte/pkg-plist b/converters/p5-String-Multibyte/pkg-plist
new file mode 100644
index 000000000000..546ff00d7dde
--- /dev/null
+++ b/converters/p5-String-Multibyte/pkg-plist
@@ -0,0 +1,11 @@
+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/UTF8.pm
+@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