add p5-String-Multibyte 0.07

Perl module to manipulate multibyte character strings

PR:		34281
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-26 05:50:41 +00:00
parent e0250d2e22
commit 8b26a03f66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61989
6 changed files with 46 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (String-Multibyte-0.07.tar.gz) = 5cb4b2052730507ba8e5addb3285fb11

View file

@ -0,0 +1 @@
Perl module to manipulate multibyte character strings

View file

@ -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>

View file

@ -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