diff options
author | sada <sada@FreeBSD.org> | 1999-09-05 23:33:13 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-09-05 23:33:13 +0800 |
commit | 0732d9f82e1e8dfc6ed464c37dfd7cad6d586853 (patch) | |
tree | 5e8121e85d253e62dfc3a975db7012d76432b73e /japanese/p5-jcode.pl/pkg-descr | |
parent | 3dc8bd39ad26c14b3307f92e8f5a1859a014ba35 (diff) | |
download | freebsd-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-descr | 9 |
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 |