aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-21 09:54:46 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-21 09:54:46 +0000
commit0d8b37dcfa4394de27943aac9817ca275ca1701d (patch)
treee782376895e6fa7c76f2978302fd3eea41d5e911
parent9a235821faabf094545d7c84e56331205da15a28 (diff)
downloadports-0d8b37dcfa4394de27943aac9817ca275ca1701d.tar.gz
ports-0d8b37dcfa4394de27943aac9817ca275ca1701d.zip
eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18. PR: 195985 Submitted by: Jimmy Kelley (eclipse maintainer) Reason: by-product of upcoming eclipse upgrade
Notes
Notes: svn path=/head/; revision=381787
-rw-r--r--devel/scala-ide/Makefile4
-rw-r--r--devel/subclipse/Makefile4
-rw-r--r--java/commonclipse/Makefile4
-rw-r--r--java/eclipse-RDT/Makefile4
-rw-r--r--java/eclipse-aptana-radrails/Makefile4
-rw-r--r--java/eclipse-aptana/Makefile4
-rw-r--r--java/eclipse-aptana2/Makefile4
-rw-r--r--java/eclipse-cdt/Makefile2
-rw-r--r--java/eclipse-checkstyle/Makefile4
-rw-r--r--java/eclipse-datatools/Makefile4
-rw-r--r--java/eclipse-emf/Makefile4
-rw-r--r--java/eclipse-examples/Makefile4
-rw-r--r--java/eclipse-gef-examples/Makefile4
-rw-r--r--java/eclipse-gef/Makefile4
-rw-r--r--java/eclipse-hibernatetools/Makefile4
-rw-r--r--java/eclipse-jad/Makefile4
-rw-r--r--java/eclipse-langpack/Makefile4
-rw-r--r--java/eclipse-pmd/Makefile4
-rw-r--r--java/eclipse-propedit/Makefile4
-rw-r--r--java/eclipse-sqlexplorer/Makefile4
-rw-r--r--java/eclipse-sysdeo-tomcat/Makefile4
-rw-r--r--java/eclipse-uml/Makefile4
-rw-r--r--java/eclipse-vep-examples/Makefile4
-rw-r--r--java/eclipse-vep/Makefile4
-rw-r--r--java/eclipse-viplugin/Makefile4
-rw-r--r--java/eclipse-webtools/Makefile4
26 files changed, 102 insertions, 0 deletions
diff --git a/devel/scala-ide/Makefile b/devel/scala-ide/Makefile
index 513d05525b33..ecb1ced07c27 100644
--- a/devel/scala-ide/Makefile
+++ b/devel/scala-ide/Makefile
@@ -15,6 +15,10 @@ COMMENT= Scala plugin for the Eclipse IDE
LICENSE= BSD3CLAUSE
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
OPTIONS_DEFINE= WTP
diff --git a/devel/subclipse/Makefile b/devel/subclipse/Makefile
index 0ada504d6c75..b6b85eba45f9 100644
--- a/devel/subclipse/Makefile
+++ b/devel/subclipse/Makefile
@@ -12,6 +12,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Subversion plugin for the Eclipse IDE Framework
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}
diff --git a/java/commonclipse/Makefile b/java/commonclipse/Makefile
index 4812f4dece35..28bcb007c79b 100644
--- a/java/commonclipse/Makefile
+++ b/java/commonclipse/Makefile
@@ -12,6 +12,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= zhoushuqun@gmail.com
COMMENT= Commonclipse is an eclipse plugin for jakarta commons-lang users
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-RDT/Makefile b/java/eclipse-RDT/Makefile
index c0e536b2c995..4aec5234398d 100644
--- a/java/eclipse-RDT/Makefile
+++ b/java/eclipse-RDT/Makefile
@@ -12,6 +12,10 @@ DISTNAME= ${RDT}-${RDTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= RDT adds Ruby support to the Eclipse IDE Framework
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
diff --git a/java/eclipse-aptana-radrails/Makefile b/java/eclipse-aptana-radrails/Makefile
index ca6f138ada76..8d081acf3c12 100644
--- a/java/eclipse-aptana-radrails/Makefile
+++ b/java/eclipse-aptana-radrails/Makefile
@@ -14,6 +14,10 @@ DISTNAME= org.radrails.rails_feature-${PORTVERSION}-278787EUNvWohWG-fz0019H9P9Y9
MAINTAINER= ports@FreeBSD.org
COMMENT= IDE for Ruby and the Ruby on Rails framework (Eclipse plugin)
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/lib/eclipse/features/com.aptana.ide.feature_1.2.7.024747.jar:${PORTSDIR}/java/eclipse-aptana
USES= zip
diff --git a/java/eclipse-aptana/Makefile b/java/eclipse-aptana/Makefile
index e2915a526131..3940a2e496a5 100644
--- a/java/eclipse-aptana/Makefile
+++ b/java/eclipse-aptana/Makefile
@@ -13,6 +13,10 @@ DISTNAME= aptana_update_${PORTVERSION:E}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Aptana Web Development Tools (Eclipse plugin)
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
CONFLICTS_INSTALL= eclipse-aptana-[2-9]*
diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile
index 92b9ab7c0864..39be627d2e5e 100644
--- a/java/eclipse-aptana2/Makefile
+++ b/java/eclipse-aptana2/Makefile
@@ -14,6 +14,10 @@ DISTNAME= com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5
MAINTAINER= nivit@FreeBSD.org
COMMENT= Aptana Studio 2 Web Development Tools (Eclipse plugin)
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
CONFLICTS_INSTALL= eclipse-aptana-1*
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile
index 3743be93426c..973277b36745 100644
--- a/java/eclipse-cdt/Makefile
+++ b/java/eclipse-cdt/Makefile
@@ -13,6 +13,8 @@ DISTNAME= ${PLUGIN}-master-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C/C++ plugin for Eclipse IDE
+IGNORE= plugin malfunctions, but an upgrade is planned
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-checkstyle/Makefile b/java/eclipse-checkstyle/Makefile
index f9d21e89ec2c..82e473c6b860 100644
--- a/java/eclipse-checkstyle/Makefile
+++ b/java/eclipse-checkstyle/Makefile
@@ -13,6 +13,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Integrates the Checkstyle Java code auditor into Eclipse
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile
index 1f206f56a95b..048b11f24643 100644
--- a/java/eclipse-datatools/Makefile
+++ b/java/eclipse-datatools/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ljboiler@gmail.com
COMMENT= Data Tools Platform for the Eclipse IDE
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
eclipse-emf>0:${PORTSDIR}/java/eclipse-emf \
eclipse-gef>0:${PORTSDIR}/java/eclipse-gef
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile
index 3803599cf19a..5a1dcfc09a6a 100644
--- a/java/eclipse-emf/Makefile
+++ b/java/eclipse-emf/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Eclipse Modeling Framework
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile
index 870a7ea3552d..8849f9c1f535 100644
--- a/java/eclipse-examples/Makefile
+++ b/java/eclipse-examples/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Examples for the Eclipse IDE
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-gef-examples/Makefile b/java/eclipse-gef-examples/Makefile
index 9e3c2faa4a0b..eb1b884f52fd 100644
--- a/java/eclipse-gef-examples/Makefile
+++ b/java/eclipse-gef-examples/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical Editing Framework for the Eclipse IDE (examples)
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-gef/Makefile b/java/eclipse-gef/Makefile
index 98ad0c6f682e..8ae266255d9e 100644
--- a/java/eclipse-gef/Makefile
+++ b/java/eclipse-gef/Makefile
@@ -15,6 +15,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= zhoushuqun@gmail.com
COMMENT= Graphical Editing Framework for the Eclipse IDE
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/eclipse
diff --git a/java/eclipse-hibernatetools/Makefile b/java/eclipse-hibernatetools/Makefile
index 1c1808a51abf..86cb4ae31c0b 100644
--- a/java/eclipse-hibernatetools/Makefile
+++ b/java/eclipse-hibernatetools/Makefile
@@ -16,6 +16,10 @@ COMMENT= Hibernate3 Tools for the Eclipse IDE
LICENSE= EPL LGPL3
LICENSE_COMB= multi
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
## XXX - Notify the maintainer if the dependencies on either
## java/eclipse-gef of java/eclipse-webtools change
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
diff --git a/java/eclipse-jad/Makefile b/java/eclipse-jad/Makefile
index bf7f7e9b1b67..fa36d3acfc5e 100644
--- a/java/eclipse-jad/Makefile
+++ b/java/eclipse-jad/Makefile
@@ -15,6 +15,10 @@ EXTRACT_ONLY=
MAINTAINER= ale@FreeBSD.org
COMMENT= Jad Java decompiler plugin for the Eclipse IDE
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
jad:${PORTSDIR}/java/jad
diff --git a/java/eclipse-langpack/Makefile b/java/eclipse-langpack/Makefile
index 60921e7d2e2a..d613663dc77f 100644
--- a/java/eclipse-langpack/Makefile
+++ b/java/eclipse-langpack/Makefile
@@ -17,6 +17,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Eclipse Language Pack Feature
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-pmd/Makefile b/java/eclipse-pmd/Makefile
index 67ab20cb700d..e24178a3a843 100644
--- a/java/eclipse-pmd/Makefile
+++ b/java/eclipse-pmd/Makefile
@@ -13,6 +13,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Scan Java source code and look for potential problems
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-propedit/Makefile b/java/eclipse-propedit/Makefile
index db84d41f6502..da6dda276b85 100644
--- a/java/eclipse-propedit/Makefile
+++ b/java/eclipse-propedit/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= zhoushuqun@gmail.com
COMMENT= Properties editor for eclipse
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile
index 5a606ca147c9..c528d5c3bf6c 100644
--- a/java/eclipse-sqlexplorer/Makefile
+++ b/java/eclipse-sqlexplorer/Makefile
@@ -13,6 +13,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Visual database query tool for Eclipse
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
eclipse-gef>0:${PORTSDIR}/java/eclipse-gef
diff --git a/java/eclipse-sysdeo-tomcat/Makefile b/java/eclipse-sysdeo-tomcat/Makefile
index e0c7d5a4bc5c..509f76cd2257 100644
--- a/java/eclipse-sysdeo-tomcat/Makefile
+++ b/java/eclipse-sysdeo-tomcat/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Sysdeo Tomcat Launcher plugin for Eclipse
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS+= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-uml/Makefile b/java/eclipse-uml/Makefile
index 388c452cf75c..b56cfe504cab 100644
--- a/java/eclipse-uml/Makefile
+++ b/java/eclipse-uml/Makefile
@@ -13,6 +13,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework creating UML diagrams in Eclipse
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
eclipse-emf>0:${PORTSDIR}/java/eclipse-emf
diff --git a/java/eclipse-vep-examples/Makefile b/java/eclipse-vep-examples/Makefile
index 83470ea0be76..18c6d538d7c3 100644
--- a/java/eclipse-vep-examples/Makefile
+++ b/java/eclipse-vep-examples/Makefile
@@ -14,6 +14,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Visual Editor Project for the Eclipse IDE (examples)
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-vep/Makefile b/java/eclipse-vep/Makefile
index f7c175002f04..4220e8ef286f 100644
--- a/java/eclipse-vep/Makefile
+++ b/java/eclipse-vep/Makefile
@@ -15,6 +15,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework for creating GUI builders for Eclipse
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
eclipse-emf>0:${PORTSDIR}/java/eclipse-emf \
eclipse-gef>0:${PORTSDIR}/java/eclipse-gef
diff --git a/java/eclipse-viplugin/Makefile b/java/eclipse-viplugin/Makefile
index f86f4644a52e..12c8d621e5b7 100644
--- a/java/eclipse-viplugin/Makefile
+++ b/java/eclipse-viplugin/Makefile
@@ -13,6 +13,10 @@ DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Vi like keybinding Eclipse plugin FREETRIAL Version
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
diff --git a/java/eclipse-webtools/Makefile b/java/eclipse-webtools/Makefile
index 1a022e3a81ee..dc1d30a1a331 100644
--- a/java/eclipse-webtools/Makefile
+++ b/java/eclipse-webtools/Makefile
@@ -16,6 +16,10 @@ COMMENT= Webtools for eclipse
LICENSE= EPL
+BROKEN= plugin is obsolete or malfunctioning with latest eclipse
+DEPRECATED= evaluation recommendation is to remove rather than update
+EXPIRATION_DATE= 2015-04-18
+
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
eclipse-emf>0:${PORTSDIR}/java/eclipse-emf \
eclipse-gef>0:${PORTSDIR}/java/eclipse-gef \