summaryrefslogtreecommitdiff
path: root/converters/jcode-perl
diff options
context:
space:
mode:
authorschmonz <schmonz>2007-05-29 01:06:26 +0000
committerschmonz <schmonz>2007-05-29 01:06:26 +0000
commit5f43acbc7a0df73e7b98db82d75868a47621e63c (patch)
tree4cb54c6a6b46b8a4c9d286014f7ef8d9ad847076 /converters/jcode-perl
parentfd1358aa402217f97cedbdbd498d91dd55e0193b (diff)
downloadpkgsrc-5f43acbc7a0df73e7b98db82d75868a47621e63c.tar.gz
Rename p5-jcode to jcode-perl (SVR4: jcopl) so it can be checked
out on a case-insensitive filesystem without interference from p5-Jcode. Discussed on tech-pkg@.
Diffstat (limited to 'converters/jcode-perl')
-rw-r--r--converters/jcode-perl/DESCR8
-rw-r--r--converters/jcode-perl/Makefile26
-rw-r--r--converters/jcode-perl/PLIST2
-rw-r--r--converters/jcode-perl/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/converters/jcode-perl/DESCR b/converters/jcode-perl/DESCR
new file mode 100644
index 00000000000..8e9cd129287
--- /dev/null
+++ b/converters/jcode-perl/DESCR
@@ -0,0 +1,8 @@
+jcode.pl is 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.
+
+Document is in jcode.pl itself as comment.
+And jcode.pl-history file (in Japanese) might help you:
+ ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/jcode.pl-history
+ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/jcode.pl-history
diff --git a/converters/jcode-perl/Makefile b/converters/jcode-perl/Makefile
new file mode 100644
index 00000000000..293453664ab
--- /dev/null
+++ b/converters/jcode-perl/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2007/05/29 01:06:31 schmonz Exp $
+
+DISTNAME= jcode.pl-2.13
+PKGNAME= ${DISTNAME:S/jcode.pl/jcode-perl/}
+SVR4_PKGNAME= jcopl
+CATEGORIES= japanese converters perl5
+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= tech-pkg-ja@jp.NetBSD.org
+HOMEPAGE= http://www.srekcah.org/jcode/
+COMMENT= Perl library for Japanese character code conversion
+
+WRKSRC= ${WRKDIR}
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+PERL5_CONFIGURE= NO
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PERL5_INSTALLVENDORLIB}/jcode.pl
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/jcode-perl/PLIST b/converters/jcode-perl/PLIST
new file mode 100644
index 00000000000..8129af82e2c
--- /dev/null
+++ b/converters/jcode-perl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2007/05/29 01:06:32 schmonz Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/jcode.pl
diff --git a/converters/jcode-perl/distinfo b/converters/jcode-perl/distinfo
new file mode 100644
index 00000000000..dcef34a30e3
--- /dev/null
+++ b/converters/jcode-perl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2007/05/29 01:06:36 schmonz Exp $
+
+SHA1 (jcode.pl-2.13) = a123c07e86addb950cb3d9b7128cff03aba12c60
+RMD160 (jcode.pl-2.13) = 413572cf7f5e4d809c4c6b43475548b289396dd2
+Size (jcode.pl-2.13) = 21093 bytes