diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 16:38:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 16:38:46 +0800 |
commit | 9658cb8007497d791f0046f27c496b816ceff616 (patch) | |
tree | 822f0aa2ef17efce9ec9408585cf542532a10ff0 /korean/nvi-iso-2022-kr | |
parent | d4cbf7579499ac0ce9a5efac912499757869d705 (diff) | |
download | freebsd-ports-gnome-9658cb8007497d791f0046f27c496b816ceff616.tar.gz freebsd-ports-gnome-9658cb8007497d791f0046f27c496b816ceff616.tar.zst freebsd-ports-gnome-9658cb8007497d791f0046f27c496b816ceff616.zip |
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 <itojun@csl.sony.co.jp>
Diffstat (limited to 'korean/nvi-iso-2022-kr')
-rw-r--r-- | korean/nvi-iso-2022-kr/Makefile | 26 | ||||
-rw-r--r-- | korean/nvi-iso-2022-kr/pkg-comment | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/korean/nvi-iso-2022-kr/Makefile b/korean/nvi-iso-2022-kr/Makefile new file mode 100644 index 000000000000..5d23d8328223 --- /dev/null +++ b/korean/nvi-iso-2022-kr/Makefile @@ -0,0 +1,26 @@ +# 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$ +# + +# 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= kr-nvi-iso2022kr-1.79-970306 +CATEGORIES= korean 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=iso-2022-kr --program-prefix=n diff --git a/korean/nvi-iso-2022-kr/pkg-comment b/korean/nvi-iso-2022-kr/pkg-comment new file mode 100644 index 000000000000..bac2232ec6f8 --- /dev/null +++ b/korean/nvi-iso-2022-kr/pkg-comment @@ -0,0 +1 @@ +A clone of vi/ex, with multilingual patch, default settings for iso-2022-kr. |