summaryrefslogtreecommitdiff
path: root/japanese/p5-jcode/pkg
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-06-08 09:49:29 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-06-08 09:49:29 +0000
commitb4fd6821e424c57bdbd8c652897cc82723f58c9f (patch)
treee82c04786444f513b8ea8ff48e25b03d25d0ecb4 /japanese/p5-jcode/pkg
parente764bc7c364b337d4544dc1b37b493c2830616cd (diff)
downloadpkgsrc-b4fd6821e424c57bdbd8c652897cc82723f58c9f.tar.gz
Import FreeBSD's "jcode.pl" port:
Perl library for Japanese character code conversion.
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