summaryrefslogtreecommitdiff
path: root/japanese/p5-jcode/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/p5-jcode/pkg')
-rw-r--r--japanese/p5-jcode/pkg/COMMENT1
-rw-r--r--japanese/p5-jcode/pkg/DESCR19
-rw-r--r--japanese/p5-jcode/pkg/PLIST1
3 files changed, 21 insertions, 0 deletions
diff --git a/japanese/p5-jcode/pkg/COMMENT b/japanese/p5-jcode/pkg/COMMENT
new file mode 100644
index 00000000000..c76600868bf
--- /dev/null
+++ b/japanese/p5-jcode/pkg/COMMENT
@@ -0,0 +1 @@
+Perl library for Japanese character code conversion
diff --git a/japanese/p5-jcode/pkg/DESCR b/japanese/p5-jcode/pkg/DESCR
new file mode 100644
index 00000000000..ebb8db4137c
--- /dev/null
+++ b/japanese/p5-jcode/pkg/DESCR
@@ -0,0 +1,19 @@
+``jcode.pl-2.x'' is a perl library for japanese character code conversion.
+It supports translation of each JIS, EUC, Shift JIS texts, and automatically
+recognizes the encode-method of the target text files.
+
+To use this, your script should load this library as
+
++ require "jcode.pl";
+or
++ require('jcode.pl');
+
+# ``unshift(@INC, '/usr/local/lib/perl');'' could be needed before.
+
+# See also:
+# http://www.bekkoame.or.jp/~syunji/perl/perl_j.html
+# http://www.bekkoame.or.jp/~syunji/perl/jcode20.txt
+# (both pages are written in Japanese)
+
+- SADA Kenji
+sada@e-mail.ne.jp
diff --git a/japanese/p5-jcode/pkg/PLIST b/japanese/p5-jcode/pkg/PLIST
new file mode 100644
index 00000000000..89946d1529f
--- /dev/null
+++ b/japanese/p5-jcode/pkg/PLIST
@@ -0,0 +1 @@
+lib/perl/jcode.pl