Reimport of package qkc from japanese/qkc into converters/qkc.
This is part of the japanese category retirement. CATEGORIES adjusted.
This commit is contained in:
parent
df792bb33e
commit
38e2b241c2
4 changed files with 32 additions and 0 deletions
4
converters/qkc/DESCR
Normal file
4
converters/qkc/DESCR
Normal file
|
@ -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.
|
21
converters/qkc/Makefile
Normal file
21
converters/qkc/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:14 seb 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 converters
|
||||
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"
|
3
converters/qkc/PLIST
Normal file
3
converters/qkc/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:00:14 seb Exp $
|
||||
bin/qkc
|
||||
man/ja_JP.EUC/man1/qkc.1
|
4
converters/qkc/distinfo
Normal file
4
converters/qkc/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:00:14 seb Exp $
|
||||
|
||||
SHA1 (qkcc100.zip) = 25b5ecc5d34c76d6e784686621e5679aeb0ded66
|
||||
Size (qkcc100.zip) = 36308 bytes
|
Loading…
Reference in a new issue