aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/p5-jcode.pl/pkg-descr
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>1999-09-05 23:33:13 +0800
committersada <sada@FreeBSD.org>1999-09-05 23:33:13 +0800
commit0732d9f82e1e8dfc6ed464c37dfd7cad6d586853 (patch)
tree5e8121e85d253e62dfc3a975db7012d76432b73e /japanese/p5-jcode.pl/pkg-descr
parent3dc8bd39ad26c14b3307f92e8f5a1859a014ba35 (diff)
downloadfreebsd-ports-graphics-0732d9f82e1e8dfc6ed464c37dfd7cad6d586853.tar.gz
freebsd-ports-graphics-0732d9f82e1e8dfc6ed464c37dfd7cad6d586853.tar.zst
freebsd-ports-graphics-0732d9f82e1e8dfc6ed464c37dfd7cad6d586853.zip
Remove dependency to japanese/jcode.pl.
Diffstat (limited to 'japanese/p5-jcode.pl/pkg-descr')
-rw-r--r--japanese/p5-jcode.pl/pkg-descr9
1 files changed, 1 insertions, 8 deletions
diff --git a/japanese/p5-jcode.pl/pkg-descr b/japanese/p5-jcode.pl/pkg-descr
index a3d69baebb0..5b765f0015b 100644
--- a/japanese/p5-jcode.pl/pkg-descr
+++ b/japanese/p5-jcode.pl/pkg-descr
@@ -2,18 +2,11 @@
It supports translation of each JIS, EUC, Shift JIS texts, and automatically
recognizes the encode-method of the target text files.
-This ``p5-jcode.pl-2.x'' is for Perl5 and depends on ``jcode-pl-2.x''.
-
To use this, your script should load this library as
+ require "jcode.pl";
or
+ require('jcode.pl');
-# 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
+sada@FreeBSD.org