summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/jcode.pl/Makefile30
-rw-r--r--japanese/jcode.pl/distinfo1
-rw-r--r--japanese/jcode.pl/pkg-comment1
-rw-r--r--japanese/jcode.pl/pkg-descr19
-rw-r--r--japanese/jcode.pl/pkg-plist1
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