diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 05:50:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 05:50:41 +0000 |
commit | 8b26a03f66fe20e94f25c9c9bdf11df7173b62e5 (patch) | |
tree | 2d12608c37618bb97ceb20e78a03d5f44ba6186b /converters | |
parent | e0250d2e229a41aaa9fe19c6288fa53b8ab3cc78 (diff) | |
download | ports-8b26a03f66fe20e94f25c9c9bdf11df7173b62e5.tar.gz ports-8b26a03f66fe20e94f25c9c9bdf11df7173b62e5.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-String-Multibyte/Makefile | 22 | ||||
-rw-r--r-- | converters/p5-String-Multibyte/distinfo | 1 | ||||
-rw-r--r-- | converters/p5-String-Multibyte/pkg-comment | 1 | ||||
-rw-r--r-- | converters/p5-String-Multibyte/pkg-descr | 10 | ||||
-rw-r--r-- | converters/p5-String-Multibyte/pkg-plist | 11 |
6 files changed, 46 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 640dbffba33a..4c8e459c9205 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -35,6 +35,7 @@ SUBDIR += p5-Convert-UU SUBDIR += p5-Convert-UUlib SUBDIR += p5-MIME-Base64 + SUBDIR += p5-String-Multibyte SUBDIR += p5-Text-Iconv SUBDIR += p5-Unicode-Map SUBDIR += p5-Unicode-Map8 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 |