p5-I18N-Charset maps Character Set names to the names officially

registered with IANA

PR:		15698
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
This commit is contained in:
Ade Lovett 2000-01-29 03:01:23 +00:00
parent 66c8094dca
commit ccc19be4da
6 changed files with 43 additions and 0 deletions

View file

@ -83,6 +83,7 @@
SUBDIR += orville-write
SUBDIR += p5-Array-PrintCols
SUBDIR += p5-Business-CreditCard
SUBDIR += p5-I18N-Charset
SUBDIR += p5-Locale-Codes
SUBDIR += peq
SUBDIR += pdmenu

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-I18N-Charset
# Version required: 1.03
# Date created: 26 December 1999
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= I18N-Charset-1.03
PKGNAME= p5-I18N-Charset-1.03
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= I18N
MAINTAINER= dima@Chg.RU
USE_PERL5= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= I18N::Charset.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (I18N-Charset-1.03.tar.gz) = 28d434fc00be341c4dedbe0d7c289666

View file

@ -0,0 +1 @@
Module which maps CharSet names to the names registered with IANA

View file

@ -0,0 +1,11 @@
This distribution contains a module I18N::Charset which maps Character
Set names to the names officially registered with IANA. For example,
'Shift_JIS' is the official name of 'x-sjis'.
It also maps character set names to Unicode::Map8 conversion scheme
names (if Unicode::Map8 is installed). For example, the Unicode::Map8
scheme name for 'windows-1251' is 'cp1251'.
--dima
dima@Chg.RU

View file

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/I18N/Charset.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N