Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 1999 15:17:57 +0900 (JST)
From:      issei@jp.FreeBSD.ORG
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9343: Update port: japanese/tcsh-nls-*
Message-ID:  <199901060617.PAA15743@ns.issei.org>

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

>Number:         9343
>Category:       ports
>Synopsis:       Update ports: japanese/tcsh-nls-*
>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:   Tue Jan  5 22:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Issei Suzuki
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
Personal
>Environment:

	

>Description:

	1. Update distfiles.  Old distiles have been unfechable now.
	2. Add new NLS catalogs (tcsh-nls-merril, tcsh-nls-miyakonjo and
	   tcsh-nls-rushu).
	3. Remove ${FILES}/md5 in some port skeltons.  It is needless by using
	   ${MASTERDIR} variable.

>How-To-Repeat:

	

>Fix:
	Apply the following patch to japanese/tcsh-nls-* in ports-current.


diff -urN old/tcsh-nls-asuka/Makefile new/tcsh-nls-asuka/Makefile
--- old/tcsh-nls-asuka/Makefile	Tue Dec  1 11:25:00 1998
+++ new/tcsh-nls-asuka/Makefile	Wed Jan  6 14:24:56 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for: ja-tcsh NLS catalog (Soryu Asuka Langley)
-# Version required:	6.08.00
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.3 1998/12/01 03:06:18 asami Exp $
 #
 
-DISTNAME=	tcsh-6.08.00.add
-PKGNAME=	ja-tcsh-nls-asuka-6.08.00
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-asuka-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
 
diff -urN old/tcsh-nls-asuka/files/md5 new/tcsh-nls-asuka/files/md5
--- old/tcsh-nls-asuka/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-asuka/files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
diff -urN old/tcsh-nls-ayanami/Makefile new/tcsh-nls-ayanami/Makefile
--- old/tcsh-nls-ayanami/Makefile	Tue Dec  1 11:25:00 1998
+++ new/tcsh-nls-ayanami/Makefile	Wed Jan  6 14:27:17 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	ja-tcsh NLS catalog (Ayanami Rei)
-# Version required:	6.08.00
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.3 1998/12/01 03:06:18 asami Exp $
 #
 
-DISTNAME=	tcsh-6.08.00.add
-PKGNAME=	ja-tcsh-nls-ayanami-6.08.00
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-ayanami-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
 
diff -urN old/tcsh-nls-ayanami/files/md5 new/tcsh-nls-ayanami/files/md5
--- old/tcsh-nls-ayanami/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-ayanami/files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
diff -urN old/tcsh-nls-generic/Makefile new/tcsh-nls-generic/Makefile
--- old/tcsh-nls-generic/Makefile	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-generic/Makefile	Wed Jan  6 14:20:54 1999
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	ja-tcsh NLS catalog (Generic Japanese)
-# Version required:	6.08.0
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
@@ -7,23 +7,23 @@
 #
 
 .if !defined(NLSSRC)
-DISTNAME=	tcsh-6.08
-PKGNAME=	ja-tcsh-nls-generic-6.08.00
+DISTNAME=	tcsh-6.08.02
+PKGNAME=	ja-tcsh-nls-generic-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	ftp://ftp.astron.com/pub/tcsh/ \
 		http://www2.wbs.ne.jp/~znc/tcsh/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.00.add${EXTRACT_SUFX}
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.add2${EXTRACT_SUFX}
 
 MAINTAINER=	issei@jp.FreeBSD.ORG
 
 PATCH_DIST_STRIP=	-p1
-NLSSRC=		${DISTNAME}.00/nls/ja
+NLSSRC=		${DISTNAME}/nls/ja
 .endif
 
 BUILD_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
 RUN_DEPENDS=	tcsh:${PORTSDIR}/japanese/tcsh
 
-WRKSRC=		${WRKDIR}/tcsh-6.08.00.add
+WRKSRC=		${WRKDIR}/tcsh-6.08.02.add2
 
 NLSDIR=		${PREFIX}/share/nls
 GENCAT=		/usr/bin/gencat
diff -urN old/tcsh-nls-generic/files/md5 new/tcsh-nls-generic/files/md5
--- old/tcsh-nls-generic/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-generic/files/md5	Wed Jan  6 15:13:49 1999
@@ -1,2 +1,2 @@
-MD5 (tcsh-6.08.tar.gz) = e16e0f08b324e67f654ecab554042967
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
+MD5 (tcsh-6.08.02.tar.gz) = 72ebe4f11123bf6c4b04e674139e9478
+MD5 (tcsh-6.08.02.add2.tar.gz) = bc481e43ea0a48d5f75cc4d6b8daa0a5
diff -urN old/tcsh-nls-koshiki/Makefile new/tcsh-nls-koshiki/Makefile
--- old/tcsh-nls-koshiki/Makefile	Tue Dec  1 11:25:00 1998
+++ new/tcsh-nls-koshiki/Makefile	Wed Jan  6 14:49:46 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for: ja-tcsh NLS catalog (Koshiki Yukari)
-# Version required:	6.08.00
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.3 1998/12/01 03:06:19 asami Exp $
 #
 
-DISTNAME=	tcsh-6.08.00.add
-PKGNAME=	ja-tcsh-nls-koshiki-6.08.00
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-koshiki-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
 
diff -urN old/tcsh-nls-koshiki/files/md5 new/tcsh-nls-koshiki/files/md5
--- old/tcsh-nls-koshiki/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-koshiki/files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
diff -urN old/tcsh-nls-merril/Makefile new/tcsh-nls-merril/Makefile
--- old/tcsh-nls-merril/Makefile	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-merril/Makefile	Wed Jan  6 14:34:22 1999
@@ -0,0 +1,21 @@
+# New ports collection makefile for:	ja-tcsh NLS catalog (Merril)
+# Version required:	6.08.02
+# Date created:		6 January 1999
+# Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-merril-6.08.02
+CATEGORIES=	japanese shells
+MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
+
+MAINTAINER=	issei@jp.FreeBSD.ORG
+
+MASTERDIR=	${.CURDIR}/../tcsh-nls-generic
+PKGDIR=		${.CURDIR}/pkg
+PLIST=		${MASTERDIR}/pkg/PLIST
+NLSSRC=		${DISTNAME}/nls/ja.merril
+
+.include	"${MASTERDIR}/Makefile"
diff -urN old/tcsh-nls-merril/pkg/COMMENT new/tcsh-nls-merril/pkg/COMMENT
--- old/tcsh-nls-merril/pkg/COMMENT	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-merril/pkg/COMMENT	Wed Jan  6 14:37:18 1999
@@ -0,0 +1 @@
+Japanese NLS catalog for TCSH. ("Merril" taste)
diff -urN old/tcsh-nls-merril/pkg/DESCR new/tcsh-nls-merril/pkg/DESCR
--- old/tcsh-nls-merril/pkg/DESCR	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-merril/pkg/DESCR	Wed Jan  6 14:40:30 1999
@@ -0,0 +1,7 @@
+Japanese NLS catalog for TCSH.
+
+NLS catalog allows you to customize output message from TCSH.
+This catalog makes them "Merril" taste.
+
+This catalog is made by:
+  "U-Gilly" <NCD01567@nifty.ne.jp>
diff -urN old/tcsh-nls-miyakonjo/Makefile new/tcsh-nls-miyakonjo/Makefile
--- old/tcsh-nls-miyakonjo/Makefile	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-miyakonjo/Makefile	Wed Jan  6 14:39:08 1999
@@ -0,0 +1,21 @@
+# New ports collection makefile for:	ja-tcsh NLS catalog (Miyakonjo)
+# Version required:	6.08.02
+# Date created:		6 January 1999
+# Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-miyakonjo-6.08.02
+CATEGORIES=	japanese shells
+MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
+
+MAINTAINER=	issei@jp.FreeBSD.ORG
+
+MASTERDIR=	${.CURDIR}/../tcsh-nls-generic
+PKGDIR=		${.CURDIR}/pkg
+PLIST=		${MASTERDIR}/pkg/PLIST
+NLSSRC=		${DISTNAME}/nls/ja.miyakonjo
+
+.include	"${MASTERDIR}/Makefile"
diff -urN old/tcsh-nls-miyakonjo/pkg/COMMENT new/tcsh-nls-miyakonjo/pkg/COMMENT
--- old/tcsh-nls-miyakonjo/pkg/COMMENT	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-miyakonjo/pkg/COMMENT	Wed Jan  6 14:39:19 1999
@@ -0,0 +1 @@
+Japanese NLS catalog for TCSH. ("Miyakonjo" taste)
diff -urN old/tcsh-nls-miyakonjo/pkg/DESCR new/tcsh-nls-miyakonjo/pkg/DESCR
--- old/tcsh-nls-miyakonjo/pkg/DESCR	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-miyakonjo/pkg/DESCR	Wed Jan  6 14:40:04 1999
@@ -0,0 +1,7 @@
+Japanese NLS catalog for TCSH.
+
+NLS catalog allows you to customize output message from TCSH.
+This catalog makes them "Miyakonjo" taste.
+
+This catalog is made by:
+  "Kubo@NEFS" <NCD01567@nifty.ne.jp>
diff -urN old/tcsh-nls-multi/Makefile new/tcsh-nls-multi/Makefile
--- old/tcsh-nls-multi/Makefile	Tue Dec  1 11:25:00 1998
+++ new/tcsh-nls-multi/Makefile	Wed Jan  6 14:27:47 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	ja-tcsh NLS catalog (Multi)
-# Version required:	6.08.00
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.3 1998/12/01 03:06:20 asami Exp $
 #
 
-DISTNAME=	tcsh-6.08.00.add
-PKGNAME=	ja-tcsh-nls-multi-6.08.00
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-multi-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
 
diff -urN old/tcsh-nls-multi/files/md5 new/tcsh-nls-multi/files/md5
--- old/tcsh-nls-multi/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-multi/files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
diff -urN old/tcsh-nls-rishu/Makefile new/tcsh-nls-rishu/Makefile
--- old/tcsh-nls-rishu/Makefile	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-rishu/Makefile	Wed Jan  6 14:34:56 1999
@@ -0,0 +1,21 @@
+# New ports collection makefile for:	ja-tcsh NLS catalog (Rishu)
+# Version required:	6.08.02
+# Date created:		19 August 1998
+# Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-rishu-6.08.02
+CATEGORIES=	japanese shells
+MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
+
+MAINTAINER=	issei@jp.FreeBSD.ORG
+
+MASTERDIR=	${.CURDIR}/../tcsh-nls-generic
+PKGDIR=		${.CURDIR}/pkg
+PLIST=		${MASTERDIR}/pkg/PLIST
+NLSSRC=		${DISTNAME}/nls/ja.rishu
+
+.include	"${MASTERDIR}/Makefile"
diff -urN old/tcsh-nls-rishu/pkg/COMMENT new/tcsh-nls-rishu/pkg/COMMENT
--- old/tcsh-nls-rishu/pkg/COMMENT	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-rishu/pkg/COMMENT	Wed Jan  6 14:35:20 1999
@@ -0,0 +1 @@
+Japanese NLS catalog for TCSH. ("Rishu" taste)
diff -urN old/tcsh-nls-rishu/pkg/DESCR new/tcsh-nls-rishu/pkg/DESCR
--- old/tcsh-nls-rishu/pkg/DESCR	Thu Jan  1 09:00:00 1970
+++ new/tcsh-nls-rishu/pkg/DESCR	Wed Jan  6 14:40:54 1999
@@ -0,0 +1,7 @@
+Japanese NLS catalog for TCSH.
+
+NLS catalog allows you to customize output message from TCSH.
+This catalog makes them "Rishu" taste.
+
+This catalog is made by:
+  "U-Gilly" <NCD01567@nifty.ne.jp>
diff -urN old/tcsh-nls-roomi/Makefile new/tcsh-nls-roomi/Makefile
--- old/tcsh-nls-roomi/Makefile	Tue Dec  1 11:25:00 1998
+++ new/tcsh-nls-roomi/Makefile	Wed Jan  6 14:28:01 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for: ja-tcsh NLS catalog (Roomi)
-# Version required:	6.08.00
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.3 1998/12/01 03:06:20 asami Exp $
 #
 
-DISTNAME=	tcsh-6.08.00.add
-PKGNAME=	ja-tcsh-nls-roomi-6.08.00
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-roomi-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
 
diff -urN old/tcsh-nls-roomi/files/md5 new/tcsh-nls-roomi/files/md5
--- old/tcsh-nls-roomi/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-roomi/files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
diff -urN old/tcsh-nls-ruri2/Makefile new/tcsh-nls-ruri2/Makefile
--- old/tcsh-nls-ruri2/Makefile	Tue Dec  1 11:25:00 1998
+++ new/tcsh-nls-ruri2/Makefile	Wed Jan  6 14:28:14 1999
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	ja-tcsh NLS catalog (Hoshino Ruri)
-# Version required:	6.08.00
+# Version required:	6.08.02
 # Date created:		19 August 1998
 # Whom:			Issei Suzuki <issei@jp.FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.3 1998/12/01 03:06:21 asami Exp $
 #
 
-DISTNAME=	tcsh-6.08.00.add
-PKGNAME=	ja-tcsh-nls-ruri2-6.08.00
+DISTNAME=	tcsh-6.08.02.add2
+PKGNAME=	ja-tcsh-nls-ruri2-6.08.02
 CATEGORIES=	japanese shells
 MASTER_SITES=	http://www2.wbs.ne.jp/~znc/tcsh/
 
diff -urN old/tcsh-nls-ruri2/files/md5 new/tcsh-nls-ruri2/files/md5
--- old/tcsh-nls-ruri2/files/md5	Sat Oct 10 10:17:00 1998
+++ new/tcsh-nls-ruri2/files/md5	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-MD5 (tcsh-6.08.00.add.tar.gz) = 337432f7a4359a3d196910ee39263f8a
>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?199901060617.PAA15743>