aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-29 03:01:23 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-29 03:01:23 +0000
commitccc19be4da5bf7c699a2cdba0acca3eeeb46f1df (patch)
tree6f4e77e35f797e25ad5c9fa9f8734e425b377a4f
parent66c8094dca0685570a6542cb691feef8454cf8ea (diff)
downloadports-ccc19be4da5bf7c699a2cdba0acca3eeeb46f1df.tar.gz
ports-ccc19be4da5bf7c699a2cdba0acca3eeeb46f1df.zip
p5-I18N-Charset maps Character Set names to the names officially
registered with IANA PR: 15698 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=25192
-rw-r--r--misc/Makefile1
-rw-r--r--misc/p5-I18N-Charset/Makefile25
-rw-r--r--misc/p5-I18N-Charset/distinfo1
-rw-r--r--misc/p5-I18N-Charset/pkg-comment1
-rw-r--r--misc/p5-I18N-Charset/pkg-descr11
-rw-r--r--misc/p5-I18N-Charset/pkg-plist4
6 files changed, 43 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 27e7cbb99a73..46367e0b42a6 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -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
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