From 9658cb8007497d791f0046f27c496b816ceff616 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 6 Mar 1997 08:38:46 +0000 Subject: Attempt to import 8 ports at once. I sure hope this will work. editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh --- chinese/nvi-euc-cn/Makefile | 26 ++++++++++++++++++++++++++ chinese/nvi-euc-cn/pkg-comment | 1 + 2 files changed, 27 insertions(+) create mode 100644 chinese/nvi-euc-cn/Makefile create mode 100644 chinese/nvi-euc-cn/pkg-comment (limited to 'chinese/nvi-euc-cn') diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile new file mode 100644 index 0000000..ce77017 --- /dev/null +++ b/chinese/nvi-euc-cn/Makefile @@ -0,0 +1,26 @@ +# 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 +# +# $Id$ +# + +# can't use PORTSDIR here, since we haven't included bsd.port.mk +.include <${.CURDIR}/../../editors/nvi/Makefile> +# bsd.port.mk has been included in the above statement, so we don't need to +# include it again. + +PKGNAME= cn-nvi-euccn-1.79-970306 +CATEGORIES= chinese editors + +MAINTAINER= itojun@itojun.org + +#LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna + +FILESDIR= ${PORTSDIR}/editors/nvi/files +PATCHDIR= ${PORTSDIR}/editors/nvi/patches +PKGDIR= ${PORTSDIR}/editors/nvi/pkg +COMMENT= ${.CURDIR}/pkg/COMMENT + +CONFIGURE_ARGS= --enable-multibyte=eucu-cn --program-prefix=n diff --git a/chinese/nvi-euc-cn/pkg-comment b/chinese/nvi-euc-cn/pkg-comment new file mode 100644 index 0000000..517f5ec --- /dev/null +++ b/chinese/nvi-euc-cn/pkg-comment @@ -0,0 +1 @@ +A clone of vi/ex, with multilingual patch, default settings for euc-cn. -- cgit v1.1