diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:27:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:27:03 +0000 |
commit | fe6a7130373cd1ac52e899a693a7d657bf0aeb3c (patch) | |
tree | 03f6b77cea8298bba6280e293ddcef27907a924f /chinese | |
parent | a69ed1ce624cb3f9f13404e3e0e1fdf140ae4470 (diff) |
Remove unmaintained expired nvi related ports
2011-05-01 editors/nvi-m17n: Distfile is no more available
2011-05-01 chinese/nvi-big5: Distfile is no more available
2011-05-01 chinese/nvi-euc-cn: Distfile is no more available
2011-05-01 chinese/nvi-euc-tw: Distfile is no more available
2011-05-01 editors/nvi-perl: Distfile is no more available
2011-05-01 japanese/nvi-euc-jp: Distfile is no more available
2011-05-01 japanese/nvi-iso-2022-jp: Distfile is no more available
2011-05-01 japanese/nvi-sjis: Distfile is no more available
2011-05-01 korean/nvi-euc-kr: Distfile is no more available
2011-05-01 korean/nvi-iso-2022-kr: Distfile is no more available
Notes
Notes:
svn path=/head/; revision=273466
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 3 | ||||
-rw-r--r-- | chinese/nvi-big5/Makefile | 18 | ||||
-rw-r--r-- | chinese/nvi-euc-cn/Makefile | 18 | ||||
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 18 |
4 files changed, 0 insertions, 57 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 36532f2493a7..19480273d9b1 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -79,9 +79,6 @@ SUBDIR += muni SUBDIR += mutt SUBDIR += ntuttf - SUBDIR += nvi-big5 - SUBDIR += nvi-euc-cn - SUBDIR += nvi-euc-tw SUBDIR += oicq SUBDIR += opendesktop-fonts SUBDIR += oto diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile deleted file mode 100644 index 17b1e4beb314..000000000000 --- a/chinese/nvi-big5/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: nvi-1.79 + multilingual patch(big5) -# Date created: 6 Mar 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# -# $FreeBSD$ -# - -CATEGORIES= chinese editors -PKGNAMESUFFIX= -big5 - -MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of vi/ex, with multilingual patch, default settings for big5 - -CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n - -.include "${MASTERDIR}/Makefile" diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile deleted file mode 100644 index 23099a8d6d58..000000000000 --- a/chinese/nvi-euc-cn/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-cn) -# Date created: 6 Mar 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# -# $FreeBSD$ -# - -CATEGORIES= chinese editors -PKGNAMESUFFIX= -euccn - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-cn - -CONFIGURE_ARGS+= --enable-multibyte=euc-cn --program-prefix=n - -MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n - -.include "${MASTERDIR}/Makefile" diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile deleted file mode 100644 index 0b3c88f50e26..000000000000 --- a/chinese/nvi-euc-tw/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw) -# Date created: 5 Apr 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# -# $FreeBSD$ -# - -CATEGORIES= chinese editors -PKGNAMESUFFIX= -euctw - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-tw - -CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n - -MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n - -.include "${MASTERDIR}/Makefile" |