original distribution of nvi multilingual patch (nvi-m17n)

updated to version 970820-1600.
This commit is contained in:
Jun-ichiro itojun Hagino 1997-08-21 16:55:28 +00:00
parent 6d78504def
commit d575c6ec05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7645
16 changed files with 30 additions and 36 deletions

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.4 1997/04/09 07:34:33 asami Exp $
# $Id: Makefile,v 1.5 1997/06/18 15:01:25 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= cn-nvi-big5-1.79-970617
PKGNAME= cn-nvi-big5-1.79-970820
CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.5 1997/04/09 07:34:40 asami Exp $
# $Id: Makefile,v 1.6 1997/06/18 15:01:28 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= cn-nvi-euccn-1.79-970617
PKGNAME= cn-nvi-euccn-1.79-970820
CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org

View File

@ -3,7 +3,7 @@
# Date created: 5 Apr 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.3 1997/04/09 08:14:24 asami Exp $
# $Id: Makefile,v 1.4 1997/06/18 15:01:29 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= cn-nvi-euctw-1.79-970617
PKGNAME= cn-nvi-euctw-1.79-970820
CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org

View File

@ -3,17 +3,17 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.4 1997/04/09 07:34:42 asami Exp $
# $Id: Makefile,v 1.5 1997/06/18 15:01:34 max Exp $
#
DISTNAME= nvi-1.79
PKGNAME= nvi-m17n-1.79-970617
PKGNAME= nvi-m17n-1.79-970820
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-970617-2330.diff.gz
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
PATCHFILES= nvi-1.79.m17n-970820-1600.diff.gz
MAINTAINER= itojun@itojun.org
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE= yes
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\"'
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
post-install:

View File

@ -1,2 +1,2 @@
MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
MD5 (nvi-1.79.m17n-970617-2330.diff.gz) = f23a3e66e8fa6c431eec6e6b68acdfcf
MD5 (nvi-1.79.m17n-970820-1600.diff.gz) = 74d27c92062ab2cad6fd28e0b68e76a1

View File

@ -8,7 +8,7 @@ Berkeley.
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
euc-jp-1978 euc-jp euc-jp-1983 euc-jp-1990 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
@ -19,8 +19,6 @@ With configurations, for Japanese encodings, you can also enjoy the
embedded canna support.
See /usr/local/share/vi/README.* for details of multilingual patch.
Default encoding is set by /usr/local/etc/vi.exrc.
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-970617-2330.diff.gz
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/

View File

@ -9,7 +9,6 @@ man/man1/nview.1
share/vi/README.english
share/vi/README.japanese
share/vi/recover
share/vi/catalog/
share/vi/catalog/dutch
share/vi/catalog/english
share/vi/catalog/french

View File

@ -3,17 +3,17 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.4 1997/04/09 07:34:42 asami Exp $
# $Id: Makefile,v 1.5 1997/06/18 15:01:34 max Exp $
#
DISTNAME= nvi-1.79
PKGNAME= nvi-m17n-1.79-970617
PKGNAME= nvi-m17n-1.79-970820
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-970617-2330.diff.gz
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
PATCHFILES= nvi-1.79.m17n-970820-1600.diff.gz
MAINTAINER= itojun@itojun.org
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE= yes
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\"'
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
post-install:

View File

@ -1,2 +1,2 @@
MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a
MD5 (nvi-1.79.m17n-970617-2330.diff.gz) = f23a3e66e8fa6c431eec6e6b68acdfcf
MD5 (nvi-1.79.m17n-970820-1600.diff.gz) = 74d27c92062ab2cad6fd28e0b68e76a1

View File

@ -8,7 +8,7 @@ Berkeley.
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
euc-jp-1978 euc-jp euc-jp-1983 euc-jp-1990 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
@ -19,8 +19,6 @@ With configurations, for Japanese encodings, you can also enjoy the
embedded canna support.
See /usr/local/share/vi/README.* for details of multilingual patch.
Default encoding is set by /usr/local/etc/vi.exrc.
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-970617-2330.diff.gz
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/

View File

@ -9,7 +9,6 @@ man/man1/nview.1
share/vi/README.english
share/vi/README.japanese
share/vi/recover
share/vi/catalog/
share/vi/catalog/dutch
share/vi/catalog/english
share/vi/catalog/french

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.5 1997/04/09 09:43:38 asami Exp $
# $Id: Makefile,v 1.6 1997/06/18 15:01:30 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -16,7 +16,7 @@ LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= jp-nvi-eucjp-1.79-970617
PKGNAME= jp-nvi-eucjp-1.79-970820
CATEGORIES= japanese editors
MAINTAINER= itojun@itojun.org

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.5 1997/04/09 09:43:51 asami Exp $
# $Id: Makefile,v 1.6 1997/06/18 15:01:30 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -16,7 +16,7 @@ LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= jp-nvi-iso2022jp-1.79-970617
PKGNAME= jp-nvi-iso2022jp-1.79-970820
CATEGORIES= japanese editors
MAINTAINER= itojun@itojun.org

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.5 1997/04/09 09:43:53 asami Exp $
# $Id: Makefile,v 1.6 1997/06/18 15:01:31 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -16,7 +16,7 @@ LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= jp-nvi-sjis-1.79-970617
PKGNAME= jp-nvi-sjis-1.79-970820
CATEGORIES= japanese editors
MAINTAINER= itojun@itojun.org

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.4 1997/04/09 07:34:50 asami Exp $
# $Id: Makefile,v 1.5 1997/06/18 15:01:32 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= kr-nvi-euckr-1.79-970617
PKGNAME= kr-nvi-euckr-1.79-970820
CATEGORIES= korean editors
MAINTAINER= itojun@itojun.org

View File

@ -3,7 +3,7 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.4 1997/04/09 07:34:51 asami Exp $
# $Id: Makefile,v 1.5 1997/06/18 15:01:33 max Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
.include <${.CURDIR}/../../editors/nvi/Makefile>
PKGNAME= kr-nvi-iso2022kr-1.79-970617
PKGNAME= kr-nvi-iso2022kr-1.79-970820
CATEGORIES= korean editors
MAINTAINER= itojun@itojun.org