Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 1997 01:43:50 +0900 (JST)
From:      Jun-ichiro ITOH <itojun@csl.sony.co.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        itojun@itojun.org
Subject:   ports/3204: port update: nvi-m17n update
Message-ID:  <199704051643.BAA10160@fennel.csl.sony.co.jp>
Resent-Message-ID: <199704051650.IAA16174@freefall.freebsd.org>

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

>Number:         3204
>Category:       ports
>Synopsis:       port update: nvi-m17n update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr  5 08:50:02 PST 1997
>Last-Modified:
>Originator:     Jun-ichiro itojun ITOH <itojun@itojun.org>
>Organization:
Jun-ichiro itojun ITOH
>Release:        FreeBSD 2.2-RELEASE i386
>Environment:

FreeBSD fennel.csl.sony.co.jp 2.2-RELEASE FreeBSD 2.2-RELEASE #3: Fri Mar 21 21:06:21 JST 1997     itojun@fennel.csl.sony.co.jp:/usr/src/sys.22RELEASE-PAO-hyd970310/compile/FENNEL.v6  i386

>Description:

nvi-m17n has been updated. Please apply the patch to /usr/ports directory.
The update of nvi contains several bug fixes.
(I made it medium priority since some of the nvi bugs fixed are important)
The port update (context-diff attached at Fix section) includes euc-tw port.

>How-To-Repeat:

(none)

>Fix:
	
diff -cr ports-/chinese/nvi-big5/Makefile ports/chinese/nvi-big5/Makefile
*** ports-/chinese/nvi-big5/Makefile	Sat Mar 15 20:55:32 1997
--- ports/chinese/nvi-big5/Makefile	Sun Apr  6 01:07:11 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(big5)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:55:32 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(big5)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:55:32 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	cn-nvi-big5-1.79-970306
  CATEGORIES=	chinese editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	cn-nvi-big5-1.79-970403-1000
  CATEGORIES=	chinese editors
  
  MAINTAINER=	itojun@itojun.org
diff -cr ports-/chinese/nvi-euc-cn/Makefile ports/chinese/nvi-euc-cn/Makefile
*** ports-/chinese/nvi-euc-cn/Makefile	Sat Mar 15 20:55:56 1997
--- ports/chinese/nvi-euc-cn/Makefile	Sun Apr  6 01:07:13 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-cn)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.3 1997/03/15 11:55:56 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-cn)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.3 1997/03/15 11:55:56 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	cn-nvi-euccn-1.79-970306
  CATEGORIES=	chinese editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	cn-nvi-euccn-1.79-970403-1000
  CATEGORIES=	chinese editors
  
  MAINTAINER=	itojun@itojun.org
Only in ports/chinese/nvi-euc-tw: CVS
diff -cr ports-/chinese/nvi-euc-tw/Makefile ports/chinese/nvi-euc-tw/Makefile
*** ports-/chinese/nvi-euc-tw/Makefile	Sun Apr  6 01:35:16 1997
--- ports/chinese/nvi-euc-tw/Makefile	Sun Apr  6 01:07:16 1997
***************
*** 0 ****
--- 1,22 ----
+ # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-tw)
+ # Version required:	1.79
+ # Date created:		5 Apr 1997
+ # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
+ #
+ # $Id: Makefile,v 1.3 1997/03/15 11:55:56 asami Exp $
+ #
+ 
+ # can't use PORTSDIR here, since we haven't included bsd.port.mk
+ FILESDIR=	${.CURDIR}/../../editors/nvi/files
+ PATCHDIR=	${.CURDIR}/../../editors/nvi/patches
+ PKGDIR=		${.CURDIR}/../../editors/nvi/pkg
+ COMMENT=	${.CURDIR}/pkg/COMMENT
+ 
+ .include <${.CURDIR}/../../editors/nvi/Makefile>
+ 
+ PKGNAME=	cn-nvi-euctw-1.79-970403-1000
+ CATEGORIES=	chinese editors
+ 
+ MAINTAINER=	itojun@itojun.org
+ 
+ CONFIGURE_ARGS=	--enable-multibyte=euc-tw --program-prefix=n
diff -cr ports-/chinese/nvi-euc-tw/pkg/COMMENT ports/chinese/nvi-euc-tw/pkg/COMMENT
*** ports-/chinese/nvi-euc-tw/pkg/COMMENT	Sun Apr  6 01:35:23 1997
--- ports/chinese/nvi-euc-tw/pkg/COMMENT	Sun Apr  6 01:09:09 1997
***************
*** 0 ****
--- 1 ----
+ A clone of vi/ex, with multilingual patch, default settings for euc-tw.
Only in ports/chinese/nvi-euc-tw/pkg: CVS
Only in ports/chinese/nvi-euc-tw: work
Only in ports: distfiles
diff -cr ports-/editors/nvi/Makefile ports/editors/nvi/Makefile
*** ports-/editors/nvi/Makefile	Sat Mar 15 20:55:58 1997
--- ports/editors/nvi/Makefile	Sun Apr  6 01:07:20 1997
***************
*** 1,18 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(none)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:55:58 asami Exp $
  #
  
  DISTNAME=	nvi-1.79
! PKGNAME=	nvi-m17n-1.79-970306
  CATEGORIES=	japanese editors
  MASTER_SITES=	ftp://ftp.cs.berkeley.edu/ucb/4bsd/\
  		ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
  
! PATCHFILES=	nvi-1.79.m17n-970306.diff.gz
  PATCH_SITES=	ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
  
  MAINTAINER=	itojun@itojun.org
--- 1,18 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(none)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:55:58 asami Exp $
  #
  
  DISTNAME=	nvi-1.79
! PKGNAME=	nvi-m17n-1.79-970403-1000
  CATEGORIES=	japanese editors
  MASTER_SITES=	ftp://ftp.cs.berkeley.edu/ucb/4bsd/\
  		ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
  
! PATCHFILES=	nvi-1.79.m17n-970403-1000.diff.gz
  PATCH_SITES=	ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
  
  MAINTAINER=	itojun@itojun.org
diff -cr ports-/editors/nvi/files/md5 ports/editors/nvi/files/md5
*** ports-/editors/nvi/files/md5	Thu Mar  6 17:38:45 1997
--- ports/editors/nvi/files/md5	Sun Apr  6 01:12:42 1997
***************
*** 1,2 ****
  MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
! MD5 (nvi-1.79.m17n-970306.diff.gz) = a8db6119e61ad136c0d44b1792bb644c
--- 1,2 ----
  MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
! MD5 (nvi-1.79.m17n-970403-1000.diff.gz) = cb4071af6824d03c335300c8be6cc105
diff -cr ports-/editors/nvi/pkg/DESCR ports/editors/nvi/pkg/DESCR
*** ports-/editors/nvi/pkg/DESCR	Thu Mar  6 17:38:44 1997
--- ports/editors/nvi/pkg/DESCR	Sun Apr  6 01:14:45 1997
***************
*** 7,15 ****
  
  Multilingual patch enables you to use the following multilingual
  encoding methods, such as:
! 	none euc-jp-old euc-jp euc-cn euc-kr latin1 latin2 iso-2022-cn
! 	iso-2022-jp iso-2022-kr iso-2022-7-1 iso-2022-7-2 iso-2022-8-2
! 	sjis big5 hz
  Multilingual support has been set up to use some of the above (guess from
  the name of the ports/packages) as default value.
  You can change encoding style on the fly, or by setting up ~/.exrc.
--- 7,17 ----
  
  Multilingual patch enables you to use the following multilingual
  encoding methods, such as:
! 	none iso-8859-[1234789] latin1 latin2
! 	euc-jp-old euc-jp euc-cn euc-kr
! 	iso-2022-cn iso-2022-jp iso-2022-kr
! 	iso-2022-7-1 iso-2022-7-2 iso-2022-8-2
! 	sjis big5 hz euc-tw
  Multilingual support has been set up to use some of the above (guess from
  the name of the ports/packages) as default value.
  You can change encoding style on the fly, or by setting up ~/.exrc.
***************
*** 21,24 ****
  
  original distribution site:
  	ftp://ftp.cs.berkeley.edu/ucb/4bsd/nvi-1.79.tar.gz
! 	ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/nvi-1.79.m17n-970306.diff.gz
--- 23,26 ----
  
  original distribution site:
  	ftp://ftp.cs.berkeley.edu/ucb/4bsd/nvi-1.79.tar.gz
! 	ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/nvi-1.79.m17n-970403-1000.diff.gz
Only in ports/editors/nvi: work
diff -cr ports-/japanese/nvi-euc-jp/Makefile ports/japanese/nvi-euc-jp/Makefile
*** ports-/japanese/nvi-euc-jp/Makefile	Sat Mar 15 20:56:01 1997
--- ports/japanese/nvi-euc-jp/Makefile	Sun Apr  6 01:07:23 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-jp)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:01 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-jp)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:01 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	jp-nvi-eucjp-1.79-970306
  CATEGORIES=	japanese editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	jp-nvi-eucjp-1.79-970403-1000
  CATEGORIES=	japanese editors
  
  MAINTAINER=	itojun@itojun.org
diff -cr ports-/japanese/nvi-iso-2022-jp/Makefile ports/japanese/nvi-iso-2022-jp/Makefile
*** ports-/japanese/nvi-iso-2022-jp/Makefile	Sat Mar 15 20:56:03 1997
--- ports/japanese/nvi-iso-2022-jp/Makefile	Sun Apr  6 01:07:25 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(iso-2022-jp)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:03 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(iso-2022-jp)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:03 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	jp-nvi-iso2022jp-1.79-970306
  CATEGORIES=	japanese editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	jp-nvi-iso2022jp-1.79-970403-1000
  CATEGORIES=	japanese editors
  
  MAINTAINER=	itojun@itojun.org
diff -cr ports-/japanese/nvi-sjis/Makefile ports/japanese/nvi-sjis/Makefile
*** ports-/japanese/nvi-sjis/Makefile	Sat Mar 15 20:56:05 1997
--- ports/japanese/nvi-sjis/Makefile	Sun Apr  6 01:07:28 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(sjis)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:05 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(sjis)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:05 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	jp-nvi-sjis-1.79-970306
  CATEGORIES=	japanese editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	jp-nvi-sjis-1.79-970403-1000
  CATEGORIES=	japanese editors
  
  MAINTAINER=	itojun@itojun.org
diff -cr ports-/korean/nvi-euc-kr/Makefile ports/korean/nvi-euc-kr/Makefile
*** ports-/korean/nvi-euc-kr/Makefile	Sat Mar 15 20:56:07 1997
--- ports/korean/nvi-euc-kr/Makefile	Sun Apr  6 01:07:30 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-kr)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:07 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(euc-kr)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:07 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	kr-nvi-euckr-1.79-970306
  CATEGORIES=	korean editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	kr-nvi-euckr-1.79-970403-1000
  CATEGORIES=	korean editors
  
  MAINTAINER=	itojun@itojun.org
diff -cr ports-/korean/nvi-iso-2022-kr/Makefile ports/korean/nvi-iso-2022-kr/Makefile
*** ports-/korean/nvi-iso-2022-kr/Makefile	Sat Mar 15 20:56:09 1997
--- ports/korean/nvi-iso-2022-kr/Makefile	Sun Apr  6 01:07:33 1997
***************
*** 1,6 ****
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(iso-2022-kr)
  # Version required:	1.79
! # Date created:		6 Mar 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:09 asami Exp $
--- 1,6 ----
  # New ports collection makefile for:	nvi-1.79 + multilingual patch(iso-2022-kr)
  # Version required:	1.79
! # Date created:		5 Apr 1997
  # Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
  #
  # $Id: Makefile,v 1.2 1997/03/15 11:56:09 asami Exp $
***************
*** 14,20 ****
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	kr-nvi-iso2022kr-1.79-970306
  CATEGORIES=	korean editors
  
  MAINTAINER=	itojun@itojun.org
--- 14,20 ----
  
  .include <${.CURDIR}/../../editors/nvi/Makefile>
  
! PKGNAME=	kr-nvi-iso2022kr-1.79-970403-1000
  CATEGORIES=	korean editors
  
  MAINTAINER=	itojun@itojun.org

>Audit-Trail:
>Unformatted:



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