summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-03-16 07:28:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-03-16 07:28:06 +0000
commit7942656240a87089b6daed872061f81f9e207077 (patch)
tree75a1df79eed04c1adf98f25dbddd2556202bd2c5 /editors
parentupdate WWW and MASTER_SITES (diff)
Deprecate unmaintained ports from editors where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Notes
Notes: svn path=/head/; revision=271007
Diffstat (limited to 'editors')
-rw-r--r--editors/MathPlanner/Makefile3
-rw-r--r--editors/cle/Makefile3
-rw-r--r--editors/dedit/Makefile3
-rw-r--r--editors/em/Makefile3
-rw-r--r--editors/leim21/Makefile3
-rw-r--r--editors/lpe/Makefile3
-rw-r--r--editors/nvi-m17n/Makefile3
-rw-r--r--editors/nvi-perl/Makefile3
-rw-r--r--editors/textedit/Makefile3
-rw-r--r--editors/vilearn/Makefile3
-rw-r--r--editors/xenon/Makefile3
11 files changed, 33 insertions, 0 deletions
diff --git a/editors/MathPlanner/Makefile b/editors/MathPlanner/Makefile
index b097bf62b2a1..47d1ca3e44fc 100644
--- a/editors/MathPlanner/Makefile
+++ b/editors/MathPlanner/Makefile
@@ -16,6 +16,9 @@ MASTER_SITES= http://koti.mbnet.fi/jarmonik/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A mathematical design and publishing application
+DEPRECATED= Upstream says project is canceled and no more distfiles can be found
+EXPIRATION_DATE= 2011-05-01
+
USE_QT_VER= 3
GNU_CONFIGURE= yes
diff --git a/editors/cle/Makefile b/editors/cle/Makefile
index 07ab72ad7009..39b01be67280 100644
--- a/editors/cle/Makefile
+++ b/editors/cle/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/Cle/
MAINTAINER= ports@FreeBSD.org
COMMENT= Command Line Editor (based on readline)
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile
index 4de3cd9fd9b8..a281292709cc 100644
--- a/editors/dedit/Makefile
+++ b/editors/dedit/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple GNOME i18n editor
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gnomelibs gnomeprefix gnomehack gtk12 glib12 orbit
diff --git a/editors/em/Makefile b/editors/em/Makefile
index 1c799e5da96d..5ccc45caeefe 100644
--- a/editors/em/Makefile
+++ b/editors/em/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-4.0.16-lt
MAINTAINER= ports@FreeBSD.org
COMMENT= Full screen editor based on MicroEMACS
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DEFINES=""
pre-patch:
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile
index 086f0df6bf78..fda00ff1c2e9 100644
--- a/editors/leim21/Makefile
+++ b/editors/leim21/Makefile
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.org
COMMENT= Libraries of (GNU) Emacs Input Method
+DEPRECATED= Distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
LATEST_LINK= leim21
USE_EMACS= yes
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index 60bf8e962901..888fd8976a52 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A "lightweight programmer's editor" with syntax highlighting
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
MAKE_JOBS_UNSAFE= yes
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile
index f429e2ceeb1e..7c743893f50c 100644
--- a/editors/nvi-m17n/Makefile
+++ b/editors/nvi-m17n/Makefile
@@ -20,6 +20,9 @@ PATCHFILES= nvi-1.79.m17n-20040401.diff.gz
MAINTAINER?= ports@FreeBSD.org
COMMENT?= A clone of vi/ex, with multilingual patch, no default settings
+DEPRECATED= Distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0 -f
WRKSRC= ${WRKDIR}/${DISTNAME}/build
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile
index d95d8d3d732f..a560547d8f07 100644
--- a/editors/nvi-perl/Makefile
+++ b/editors/nvi-perl/Makefile
@@ -20,6 +20,9 @@ PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
PATCH_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0
WRKSRC= ${WRKDIR}/${DISTNAME}/build
+DEPRECATED= Distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile
index e30e6dd1de7a..f5c3cbb86642 100644
--- a/editors/textedit/Makefile
+++ b/editors/textedit/Makefile
@@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= fenner
MAINTAINER= ports@FreeBSD.org
COMMENT= The OpenLook textedit application
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/textedit
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile
index 66dadb483b58..1fb18cadd484 100644
--- a/editors/vilearn/Makefile
+++ b/editors/vilearn/Makefile
@@ -16,6 +16,9 @@ DISTFILES= ${PORTNAME}.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= An interactive tutorial for the vi editor
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
EXTRACT_CMD= uncompress
EXTRACT_BEFORE_ARGS= -c
EXTRACT_AFTER_ARGS= | tail -n 1759 | sh
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile
index 1baf6ab2ee2c..09151e6bc78e 100644
--- a/editors/xenon/Makefile
+++ b/editors/xenon/Makefile
@@ -15,6 +15,9 @@ MASTER_SITES= http://sydney.proximity.com.au/~ben/xenon/dist/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple X-based text editor
+DEPRECATED= Upstream disapear and distfile is no more available
+EXPIRATION_DATE= 2011-05-01
+
USE_GMAKE= yes
USE_XORG= xpm
MAKEFILE= ${WRKSRC}/makefiles/Makefile.Linux