aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-String-Multibyte
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-26 13:50:41 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-26 13:50:41 +0800
commit222cabe698ffe06e769a8dfef8dc714b35504494 (patch)
tree208e6b6c18245656719a31f956bc12f7f3b9b152 /converters/p5-String-Multibyte
parent594c3521d333f30527491374509f5140e2152cd0 (diff)
downloadfreebsd-ports-gnome-222cabe698ffe06e769a8dfef8dc714b35504494.tar.gz
freebsd-ports-gnome-222cabe698ffe06e769a8dfef8dc714b35504494.tar.zst
freebsd-ports-gnome-222cabe698ffe06e769a8dfef8dc714b35504494.zip
add p5-String-Multibyte 0.07
Perl module to manipulate multibyte character strings PR: 34281 Submitted by: Seamus Venasse <svenasse@polaris.ca>
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