diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-29 19:42:17 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-29 19:42:17 +0000 |
commit | 6566c86693dee078686e17c7cb49959f9660b656 (patch) | |
tree | e39dbdc6d514c79fbcac66a46a60af3251f790ea /japanese/jcode.pl | |
parent | 3f6410116859228c42e53efed89deb5f409987b4 (diff) | |
download | ports-6566c86693dee078686e17c7cb49959f9660b656.tar.gz ports-6566c86693dee078686e17c7cb49959f9660b656.zip |
Notes
Diffstat (limited to 'japanese/jcode.pl')
-rw-r--r-- | japanese/jcode.pl/Makefile | 30 | ||||
-rw-r--r-- | japanese/jcode.pl/distinfo | 1 | ||||
-rw-r--r-- | japanese/jcode.pl/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/jcode.pl/pkg-descr | 19 | ||||
-rw-r--r-- | japanese/jcode.pl/pkg-plist | 1 |
5 files changed, 52 insertions, 0 deletions
diff --git a/japanese/jcode.pl/Makefile b/japanese/jcode.pl/Makefile new file mode 100644 index 000000000000..6e71131ed761 --- /dev/null +++ b/japanese/jcode.pl/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: jcode.pl +# Version required: 2.6 +# Date created: 20 February 1998 +# Whom: sada +# +# $Id$ +# + +DISTNAME= jcode.pl-2.6 +PKGNAME= ja-jcode.pl-2.6 +CATEGORIES= japanese +MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ + ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ +EXTRACT_SUFX= + +MAINTAINER= sada@e-mail.ne.jp + +NO_WRKSUBDIR= yes +NO_BUILD= yes +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= . + +INSTALLDIR= ${PREFIX}/lib/perl + +do-install: + @${MKDIR} ${INSTALLDIR} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${INSTALLDIR}/jcode.pl + +.include <bsd.port.mk> diff --git a/japanese/jcode.pl/distinfo b/japanese/jcode.pl/distinfo new file mode 100644 index 000000000000..02bc856f05dd --- /dev/null +++ b/japanese/jcode.pl/distinfo @@ -0,0 +1 @@ +MD5 (jcode.pl-2.6) = d9c9927d39e23a29273f61a769d638e4 diff --git a/japanese/jcode.pl/pkg-comment b/japanese/jcode.pl/pkg-comment new file mode 100644 index 000000000000..c76600868bfd --- /dev/null +++ b/japanese/jcode.pl/pkg-comment @@ -0,0 +1 @@ +Perl library for Japanese character code conversion diff --git a/japanese/jcode.pl/pkg-descr b/japanese/jcode.pl/pkg-descr new file mode 100644 index 000000000000..ebb8db4137cc --- /dev/null +++ b/japanese/jcode.pl/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/jcode.pl/pkg-plist b/japanese/jcode.pl/pkg-plist new file mode 100644 index 000000000000..89946d1529f4 --- /dev/null +++ b/japanese/jcode.pl/pkg-plist @@ -0,0 +1 @@ +lib/perl/jcode.pl |