summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authornra <nra>2001-10-09 18:43:30 +0000
committernra <nra>2001-10-09 18:43:30 +0000
commit1d30b6b546872f440d15435e8e4300c2f1f356eb (patch)
tree5c1846535d4b89372453a7220cf1e6e36ecb0587 /japanese
parent4e333d3aa8619d3c398c5522bca756df05d27198 (diff)
downloadpkgsrc-1d30b6b546872f440d15435e8e4300c2f1f356eb.tar.gz
Add qkc-1.0. PR 14179 by Hiramatsu Yoshifumi.
Qkc is a kanji code converter capable of SHIFT-JIS, EUC and JIS. Unlike nkf, qkc can handle multiple files at a time. Qkc also has functionality to change end-of-line characters, ie, from CR+LF to LF, or to CR, and vice versa.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/qkc/Makefile21
-rw-r--r--japanese/qkc/distinfo4
-rw-r--r--japanese/qkc/pkg/DESCR4
-rw-r--r--japanese/qkc/pkg/PLIST3
4 files changed, 32 insertions, 0 deletions
diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile
new file mode 100644
index 00000000000..a13c152d3b0
--- /dev/null
+++ b/japanese/qkc/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/09 18:43:30 nra Exp $
+# FreeBSD: ports/japanese/qkc/Makefile,v 1.15 2001/05/10 11:42:23 max Exp
+
+DISTNAME= qkcc100
+PKGNAME= qkc-1.0
+CATEGORIES= japanese
+MASTER_SITES= http://hp.vector.co.jp/authors/VA000501/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= hiramatu@boreas.dti.ne.jp
+HOMEPAGE= http://hp.vector.co.jp/authors/VA000501/
+COMMENT= Quick Kanji code Converter
+
+WRKSRC= ${WRKDIR}
+ALL_TARGET= qkc
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/qkc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/qkc.1 ${PREFIX}/man/ja_JP.EUC/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/japanese/qkc/distinfo b/japanese/qkc/distinfo
new file mode 100644
index 00000000000..582258d952c
--- /dev/null
+++ b/japanese/qkc/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/09 18:43:30 nra Exp $
+
+SHA1 (qkcc100.zip) = 25b5ecc5d34c76d6e784686621e5679aeb0ded66
+Size (qkcc100.zip) = 36308 bytes
diff --git a/japanese/qkc/pkg/DESCR b/japanese/qkc/pkg/DESCR
new file mode 100644
index 00000000000..a193df653ad
--- /dev/null
+++ b/japanese/qkc/pkg/DESCR
@@ -0,0 +1,4 @@
+Qkc is a kanji code converter capable of SHIFT-JIS, EUC and JIS.
+Unlike nkf, qkc can handle multiple files at a time. Qkc also has
+functionality to change end-of-line characters, ie, from CR+LF to LF,
+or to CR, and vice versa.
diff --git a/japanese/qkc/pkg/PLIST b/japanese/qkc/pkg/PLIST
new file mode 100644
index 00000000000..f59b3210ded
--- /dev/null
+++ b/japanese/qkc/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/09 18:43:30 nra Exp $
+bin/qkc
+man/ja_JP.EUC/man1/qkc.1