diff options
author | ade <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
commit | 29e27c6e855b1c53b3341511083b91c45b8288b4 (patch) | |
tree | f33125d7d3ccce7c24f3c8e698893ee789f2d73a /misc/p5-I18N-Charset | |
parent | a04be7bf240c66a556ebf25ea6c2d0ecd2e16e82 (diff) | |
download | FreeBSD-ports-29e27c6e855b1c53b3341511083b91c45b8288b4.zip FreeBSD-ports-29e27c6e855b1c53b3341511083b91c45b8288b4.tar.gz |
p5-I18N-Charset maps Character Set names to the names officially
registered with IANA
PR: 15698
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'misc/p5-I18N-Charset')
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 25 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/pkg-descr | 11 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/pkg-plist | 4 |
5 files changed, 42 insertions, 0 deletions
diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile new file mode 100644 index 0000000..15e8458 --- /dev/null +++ b/misc/p5-I18N-Charset/Makefile @@ -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> diff --git a/misc/p5-I18N-Charset/distinfo b/misc/p5-I18N-Charset/distinfo new file mode 100644 index 0000000..2589eb7 --- /dev/null +++ b/misc/p5-I18N-Charset/distinfo @@ -0,0 +1 @@ +MD5 (I18N-Charset-1.03.tar.gz) = 28d434fc00be341c4dedbe0d7c289666 diff --git a/misc/p5-I18N-Charset/pkg-comment b/misc/p5-I18N-Charset/pkg-comment new file mode 100644 index 0000000..fe27977 --- /dev/null +++ b/misc/p5-I18N-Charset/pkg-comment @@ -0,0 +1 @@ +Module which maps CharSet names to the names registered with IANA diff --git a/misc/p5-I18N-Charset/pkg-descr b/misc/p5-I18N-Charset/pkg-descr new file mode 100644 index 0000000..59f7ef3 --- /dev/null +++ b/misc/p5-I18N-Charset/pkg-descr @@ -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 diff --git a/misc/p5-I18N-Charset/pkg-plist b/misc/p5-I18N-Charset/pkg-plist new file mode 100644 index 0000000..c763c60 --- /dev/null +++ b/misc/p5-I18N-Charset/pkg-plist @@ -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 |