aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 17:27:03 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 17:27:03 +0800
commit19550d73cb796634fdb14719b11c0b299d1cf415 (patch)
tree63dfb5f64455372731c1a72c90e45b6cb34f4960 /japanese
parentd32d7b5ea531bda0beb161d614d863d84f726238 (diff)
downloadfreebsd-ports-gnome-19550d73cb796634fdb14719b11c0b299d1cf415.tar.gz
freebsd-ports-gnome-19550d73cb796634fdb14719b11c0b299d1cf415.tar.zst
freebsd-ports-gnome-19550d73cb796634fdb14719b11c0b299d1cf415.zip
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
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile3
-rw-r--r--japanese/nvi-euc-jp/Makefile21
-rw-r--r--japanese/nvi-iso-2022-jp/Makefile21
-rw-r--r--japanese/nvi-sjis/Makefile21
4 files changed, 0 insertions, 66 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 9cf7a8e39465..3031b9613c16 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -221,9 +221,6 @@
SUBDIR += ngraph-fonts
SUBDIR += nhocr
SUBDIR += nkf
- SUBDIR += nvi-euc-jp
- SUBDIR += nvi-iso-2022-jp
- SUBDIR += nvi-sjis
SUBDIR += ochusha
SUBDIR += onew
SUBDIR += otojiro-fpw
diff --git a/japanese/nvi-euc-jp/Makefile b/japanese/nvi-euc-jp/Makefile
deleted file mode 100644
index 62536101b795..000000000000
--- a/japanese/nvi-euc-jp/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-jp)
-# Date created: 6 Mar 1997
-# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -eucjp
-
-MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
-
-LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/canna-lib
-
-CATEGORIES= japanese editors
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-jp
-
-CONFIGURE_ARGS= --enable-multibyte=euc-jp --program-prefix=n --enable-canna
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/nvi-iso-2022-jp/Makefile b/japanese/nvi-iso-2022-jp/Makefile
deleted file mode 100644
index a69733b3440c..000000000000
--- a/japanese/nvi-iso-2022-jp/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: nvi-1.79 + multilingual patch(iso-2022-jp)
-# Date created: 6 Mar 1997
-# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -iso2022jp
-
-MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
-
-LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/canna-lib
-
-CATEGORIES= japanese editors
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Clone of vi/ex, with multilingual patch, default settings for iso-2022-jp
-
-CONFIGURE_ARGS= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile
deleted file mode 100644
index c49854f6652a..000000000000
--- a/japanese/nvi-sjis/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: nvi-1.79 + multilingual patch(sjis)
-# Date created: 6 Mar 1997
-# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -sjis
-
-MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
-
-LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/canna-lib
-
-CATEGORIES= japanese editors
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A clone of vi/ex, with multilingual patch, default settings for sjis
-
-CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna
-
-.include "${MASTERDIR}/Makefile"