diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-04 08:56:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-04 08:56:57 +0000 |
commit | 9c47209d007df79cef2c10f15bee63b217181eef (patch) | |
tree | 6b737d20755736fe13b167293bc6aca5fe4dd760 /japanese | |
parent | 613fc96c617588845d15af7e6d6233cb7248f12c (diff) | |
download | ports-9c47209d007df79cef2c10f15bee63b217181eef.tar.gz ports-9c47209d007df79cef2c10f15bee63b217181eef.zip |
A fast ("quick") kanji code converter. Can also do CR+LF <-> LF.
Submitted by: max@sfc.wide.ad.jp
Notes
Notes:
svn path=/head/; revision=3066
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/qkc/Makefile | 33 | ||||
-rw-r--r-- | japanese/qkc/distinfo | 1 | ||||
-rw-r--r-- | japanese/qkc/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/qkc/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/qkc/pkg-plist | 2 |
5 files changed, 43 insertions, 0 deletions
diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile new file mode 100644 index 000000000000..896c6678bd3e --- /dev/null +++ b/japanese/qkc/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: qkcc +# Version required: 1.0 +# Date created: 03 May 1996 +# Whom: Masafumi NAKANE <max@sfc.wide.ad.jp> +# +# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# + +DISTNAME= qkcc100 +PKGNAME= qkc-1.0 +CATEGORIES+= japanese +MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/oct/ \ + ftp://ftp.iis.u-tokyo.ac.jp/pub1/unix/Kanji/ +EXTRACT_SUFX= .zip + +MAINTAINER= max@sfc.wide.ad.jp + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + +EXTRACT_CMD= unzip +EXTRACT_ARGS= -q +NO_WRKSUBDIR= yes +ALL_TARGET= + +do-install: + install -cs -o bin -g bin -m 755 ${WRKSRC}/qkc ${PREFIX}/bin + install -c -m 644 -o bin -g bin ${WRKSRC}/qkc.1 ${PREFIX}/man/man1 +.if !defined(NOMANCOMPRESS) +post-install: + gzip -9nf ${PREFIX}/man/man1/qkc.1 +.endif + +.include <bsd.port.mk> diff --git a/japanese/qkc/distinfo b/japanese/qkc/distinfo new file mode 100644 index 000000000000..b519c6384da6 --- /dev/null +++ b/japanese/qkc/distinfo @@ -0,0 +1 @@ +MD5 (qkcc100.zip) = 2e056df3a25335872c66e2057a2dade7 diff --git a/japanese/qkc/pkg-comment b/japanese/qkc/pkg-comment new file mode 100644 index 000000000000..6b7ffd9202b2 --- /dev/null +++ b/japanese/qkc/pkg-comment @@ -0,0 +1 @@ +Quick Kanji Code Converter (C version) diff --git a/japanese/qkc/pkg-descr b/japanese/qkc/pkg-descr new file mode 100644 index 000000000000..6995bf983add --- /dev/null +++ b/japanese/qkc/pkg-descr @@ -0,0 +1,6 @@ +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. + +- Masafumi diff --git a/japanese/qkc/pkg-plist b/japanese/qkc/pkg-plist new file mode 100644 index 000000000000..a273f48b7466 --- /dev/null +++ b/japanese/qkc/pkg-plist @@ -0,0 +1,2 @@ +bin/qkc +man/man1/qkc.1.gz |