Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 02:11:49 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47555: Update port: japanese/nkf to 2.02
Message-ID:  <200301271720.h0RHK186024487@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         47555
>Category:       ports
>Synopsis:       Update port: japanese/nkf to 2.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 27 09:20:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Ensure Technology Ltd.
>Environment:
System: FreeBSD sakura.ninth-nine.com 4.7-STABLE FreeBSD 4.7-STABLE #27: Sun Jan 12 05:45:39 JST 2003 nork@sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386
>Description:
	Update to 2.02.
>How-To-Repeat:
	N/A
>Fix:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/nkf/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	25 Oct 2002 03:59:45 -0000	1.23
+++ Makefile	27 Jan 2003 16:58:10 -0000
@@ -1,37 +1,29 @@
 # New ports collection makefile for:	nkf
-# Date created:		5 February 1995
-# Whom:			asami
+# Date created:				5 February 1995
+# Whom:					asami
 #
-# $FreeBSD: ports/japanese/nkf/Makefile,v 1.23 2002/10/25 03:59:45 motoyuki Exp $
+# $FreeBSD: ports/japanese/nkf/Makefile,v 1.22 2001/11/14 01:58:05 max Exp $
 #
 
 PORTNAME=	nkf
-PORTVERSION=	1.92
-PORTREVISION=	1
+PORTVERSION=	2.02
 CATEGORIES=	japanese
-MASTER_SITES=	ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/
-DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
-EXTRACT_SUFX=	.shar
+MASTER_SITES=	http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/
+DISTNAME=	${PORTNAME}${PORTVERSION:S/.//:S/./-/}
 
 MAINTAINER=	max@FreeBSD.org
 
-EXTRACT_CMD=	${SH}
-EXTRACT_BEFORE_ARGS=	# Empty
-EXTRACT_AFTER_ARGS=	> /dev/null
-
-NO_WRKSUBDIR=	yes
+WRKSRC=		${WRKDIR}/${DISTNAME}
 MAN1=		nkf.1
 MANLANG=	"" ja
-ALL_TARGET=	nkf
 
-do-extract:
-	@${RM} -rf ${WRKDIR}
-	@${MKDIR} ${WRKDIR}/NKF
-	@for file in ${EXTRACT_ONLY}; do \
-		if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
-		then \
-			exit 1; \
-		fi \
-	done
+do-build:
+	${CC} -o ${WRKSRC}/nkf ${CFLAGS} ${WRKSRC}/nkf.c ${WRKSRC}/utf8tbl.c
+	${WRKSRC}/nkf -e ${WRKSRC}/nkf.1j > ${WRKSRC}/nkf.1j.euc
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nkf        ${PREFIX}/bin
+	${INSTALL_DATA}    ${WRKSRC}/nkf.1      ${PREFIX}/man/man1/nkf.1
+	${INSTALL_DATA}    ${WRKSRC}/nkf.1j.euc ${PREFIX}/man/ja/man1/nkf.1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/japanese/nkf/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	28 Oct 2001 15:25:08 -0000	1.6
+++ distinfo	27 Jan 2003 16:58:12 -0000
@@ -1 +1 @@
-MD5 (nkf192.shar) = 2e560387657d5d7c725875e548394b0f
+MD5 (nkf202.tar.gz) = 5157b91879471b450997f4eec5af62e6
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/japanese/nkf/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	28 Aug 1996 08:52:05 -0000	1.3
+++ pkg-descr	27 Jan 2003 16:58:16 -0000
@@ -1,9 +1,11 @@
 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, MS-kanji (shifted-JIS) or EUC.
+as 7-bit JIS, MS-kanji (shifted-JIS), EUC or UTF-8.
 
 One of the most unique facicility of nkf is the guess of the input
-kanji code.  It currently recognizes 7-bit JIS, MS-kanji (shifted-JIS)
-and EUC.  So users needn't the input kanji code specification.
+kanji code.  It currently recognizes 7-bit JIS, MS-kanji (shifted-JIS),
+EUC and UTF-8.  So users needn't the input kanji code specification.
+
+WWW:	http://sourceforge.jp/projects/nkf/
 
 - Masafumi
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301271720.h0RHK186024487>