1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

nkf-1.4, Network Kanji code conversion Filter

This commit is contained in:
Satoshi Asami 1995-02-06 05:28:26 +00:00
parent 3f213ef157
commit 11f6aecd8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=892
5 changed files with 55 additions and 0 deletions

31
japanese/nkf/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: nkf
# Version required: 1.4 + patches
# Date created: 5 February 1995
# Whom: asami
#
# $Id: Makefile,v 1.4 1994/11/25 18:20:48 asami Exp $
#
DISTNAME= nkf-1.4
MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/nkf/
DISTFILES= nkf-1.4.tar.gz nkf-patches.tar.gz nkf-speedup-patch.gz
EXTRACT_ONLY= nkf-1.4.tar.gz
WRKSRC= ${WRKDIR}/nkf
pre-patch: ${PATCH_COOKIE}
@echo "===> Applying unofficial patches for ${DISTNAME}"
@(mkdir ${WRKDIR}/patches)
@(tar -C ${WRKDIR}/patches -xzf ${DISTDIR}/nkf-patches.tar.gz)
@(cd ${WRKSRC}; \
for i in 1 2 3; do \
patch -s nkf.c < ${WRKDIR}/patches/patch$$i; \
done; \
for i in 4 5; do \
patch -s < ${WRKDIR}/patches/patch$$i; \
done; \
zcat ${DISTDIR}/nkf-speedup-patch.gz | patch -s; \
)
@echo "===> Installing custom Makefile for ${DISTNAME}"
@(cp ${FILESDIR}/Makefile ${WRKSRC})
.include <bsd.port.mk>

3
japanese/nkf/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (nkf-1.4.tar.gz) = 502f058f92999c5783f19ae3583f793c
MD5 (nkf-patches.tar.gz) = 2dcb866ad3dfa20996c2337c1a36a891
MD5 (nkf-speedup-patch.gz) = f25d1e7ae508ab59bec786bc7c28fe95

1
japanese/nkf/pkg-comment Normal file
View File

@ -0,0 +1 @@
nkf-1.4, Network Kanji code conversion Filter

15
japanese/nkf/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
Nkf is a yet another kanji code converter among networks, hosts and
terminals. It converts input kanji code to designated kanji code such
as 7-bit JIS, shifted-JIS or EUC.
One of the most unique facicility of nkf is the guess of the input
kanji code. It currently recognizes 7-bit JIS, shifted-JIS and EUC.
So users needn't the input kanji code specification.
The original author is Itaru Ichikawa (ichikawa@flab.fujitsu.co.jp).
This port for FreeBSD includes patches posted to fj.sources by
Kusakabe Youichi (void@merope.pleiades.or.jp) and NIDE Naoyuki
(nide@ics.nara-wu.ac.jp).
- Satoshi
(asami@cs.berkeley.edu)

5
japanese/nkf/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
@cwd /usr/local
@mode 755
bin/nkf
@mode 644
man/man1/nkf.1.gz