Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 12:45:12 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16110: Update port: japanese/nkf to 1.71
Message-ID:  <20000113204512.8B3D8151C4@hub.freebsd.org>

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

>Number:         16110
>Category:       ports
>Synopsis:       Update port: japanese/nkf to 1.71
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 12:50:08 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.71

Remove file:
files/Makefile

Contacted maintainer with no response.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/japanese/nkf/Makefile japanese/nkf/Makefile
--- /usr/ports/japanese/nkf/Makefile	Tue Aug 31 19:15:17 1999
+++ japanese/nkf/Makefile	Sun Dec 26 10:35:00 1999
@@ -1,22 +1,37 @@
 # New ports collection makefile for:	nkf
-# Version required:	1.6
+# Version required:	1.71
 # Date created:		5 February 1995
 # Whom:			asami
 #
 # $FreeBSD: ports/japanese/nkf/Makefile,v 1.17 1999/08/31 06:46:01 mharo Exp $
 #
 
-DISTNAME=	nkf-1.62
-PKGNAME=	ja-nkf-1.62
+DISTNAME=	nkf171
+PKGNAME=	ja-nkf-1.71
 CATEGORIES=	japanese
-MASTER_SITES=	http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
+MASTER_SITES=	ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ \
+		ftp://ftp.win.ne.jp/pub/misc/ \
+		ftp://ftp.eos.hokudai.ac.jp/pub/tools/code-conv/nkf/
+EXTRACT_SUFX=	.shar
 
 MAINTAINER=	max@FreeBSD.org
 
+EXTRACT_CMD=	${CAT}
+EXTRACT_BEFORE_ARGS=	# empty
+EXTRACT_AFTER_ARGS=	| ${SH}
+
+NO_WRKSUBDIR=	yes
 MAN1=		nkf.1
+MANLANG=	"" ja
+
+do-build:
+	(cd ${WRKSRC}; ${CC} ${CFLAGS} nkf.c -o nkf)
 
-post-extract:
-	@${ECHO} "===>  Installing custom Makefile for ${DISTNAME}"
-	@(${CP} ${FILESDIR}/Makefile ${WRKSRC})
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nkf ${PREFIX}/bin/nkf
+	${INSTALL_MAN} ${WRKSRC}/nkf.1 ${PREFIX}/man/man1/nkf.1
+	${INSTALL_MAN} ${WRKSRC}/nkf.1j ${PREFIX}/man/ja/man1/nkf.1
+	@${MKDIR} ${PREFIX}/share/nkf
+	${INSTALL_DATA} ${WRKSRC}/NKF/* ${PREFIX}/share/nkf
 
 .include <bsd.port.mk>
diff -urN /usr/ports/japanese/nkf/files/Makefile japanese/nkf/files/Makefile
--- /usr/ports/japanese/nkf/files/Makefile	Tue Sep  1 19:28:40 1998
+++ japanese/nkf/files/Makefile	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
-# Makefile for nkf
-#
-# Picks up CFLAGS from /etc/make.conf, and PREFIX from the environment
-#
-# by Satoshi Asami (asami@cs.berkeley.edu)
-
-PROGRAM = nkf
-MANPAGE = nkf.1
-SRC = nkf.c
-OBJ = nkf.o
-
-all: ${PROGRAM}
-
-${PROGRAM}:	${OBJ}
-	${CC} ${CFLAGS} -o ${PROGRAM} ${OBJ}
-
-install:	${PROGRAM}
-	${INSTALL} -c -s ${PROGRAM} ${PREFIX}/bin
-	${INSTALL} -c ${MANPAGE} ${PREFIX}/man/man1
diff -urN /usr/ports/japanese/nkf/files/md5 japanese/nkf/files/md5
--- /usr/ports/japanese/nkf/files/md5	Sun Sep 29 07:19:16 1996
+++ japanese/nkf/files/md5	Sun Dec 26 10:24:20 1999
@@ -1 +1 @@
-MD5 (nkf-1.62.tar.gz) = dc718ce2be8da8f592b68fc024ab3ec1
+MD5 (nkf171.shar) = 15c8a80760f5da0416c89cce1690c870
diff -urN /usr/ports/japanese/nkf/pkg/DESCR japanese/nkf/pkg/DESCR
--- /usr/ports/japanese/nkf/pkg/DESCR	Wed Aug 28 18:33:35 1996
+++ japanese/nkf/pkg/DESCR	Sun Dec 26 10:26:38 1999
@@ -7,3 +7,5 @@
 and EUC.  So users needn't the input kanji code specification.
 
 - Masafumi
+
+WWW: http://rananim.ie.u-ryukyu.ac.jp/~kono/software.html
diff -urN /usr/ports/japanese/nkf/pkg/PLIST japanese/nkf/pkg/PLIST
--- /usr/ports/japanese/nkf/pkg/PLIST	Tue Sep  1 07:46:44 1998
+++ japanese/nkf/pkg/PLIST	Fri Jan 14 05:27:32 2000
@@ -1 +1,9 @@
 bin/nkf
+share/nkf/Changes
+share/nkf/MANIFEST
+share/nkf/Makefile.PL
+share/nkf/NKF.pm
+share/nkf/NKF.xs
+share/nkf/README
+share/nkf/test.pl
+@dirrm share/nkf


>Release-Note:
>Audit-Trail:
>Unformatted:


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




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