diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
commit | ccc19be4da5bf7c699a2cdba0acca3eeeb46f1df (patch) | |
tree | 6f4e77e35f797e25ad5c9fa9f8734e425b377a4f /misc/p5-I18N-Charset | |
parent | 66c8094dca0685570a6542cb691feef8454cf8ea (diff) | |
download | ports-ccc19be4da5bf7c699a2cdba0acca3eeeb46f1df.tar.gz ports-ccc19be4da5bf7c699a2cdba0acca3eeeb46f1df.zip |
Notes
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 000000000000..15e8458c45ed --- /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 000000000000..2589eb70c9f8 --- /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 000000000000..fe27977f5a6f --- /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 000000000000..59f7ef3a8c99 --- /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 000000000000..c763c603e6e0 --- /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 |