forked from Lainports/freebsd-ports
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:
parent
66c8094dca
commit
ccc19be4da
6 changed files with 43 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
25
misc/p5-I18N-Charset/Makefile
Normal file
25
misc/p5-I18N-Charset/Makefile
Normal 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>
|
||||
1
misc/p5-I18N-Charset/distinfo
Normal file
1
misc/p5-I18N-Charset/distinfo
Normal file
|
|
@ -0,0 +1 @@
|
|||
MD5 (I18N-Charset-1.03.tar.gz) = 28d434fc00be341c4dedbe0d7c289666
|
||||
1
misc/p5-I18N-Charset/pkg-comment
Normal file
1
misc/p5-I18N-Charset/pkg-comment
Normal file
|
|
@ -0,0 +1 @@
|
|||
Module which maps CharSet names to the names registered with IANA
|
||||
11
misc/p5-I18N-Charset/pkg-descr
Normal file
11
misc/p5-I18N-Charset/pkg-descr
Normal 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
|
||||
4
misc/p5-I18N-Charset/pkg-plist
Normal file
4
misc/p5-I18N-Charset/pkg-plist
Normal 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
|
||||
Loading…
Add table
Reference in a new issue