Index: head/devel/scala-ide/Makefile =================================================================== --- head/devel/scala-ide/Makefile (revision 381786) +++ head/devel/scala-ide/Makefile (revision 381787) @@ -1,36 +1,40 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= scala-ide DISTVERSION= 3.0.4 PORTREVISION= 1 CATEGORIES= devel java #MASTER_SITES= http://download.scala-ide.org/sdk/e37/scala210/dev/ MASTER_SITES= http://download.scala-ide.org/sdk/helium/e38/scala211/stable/ DISTNAME= update-site DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ale@FreeBSD.org 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 OPTIONS_DEFAULT=WTP WTP_DESC= Install Eclipse Web Tools Platform (required for Play2 plug-in) USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR}/site .include .if ${PORT_OPTIONS:MWTP} RUN_DEPENDS+= eclipse-webtools>0:${PORTSDIR}/java/eclipse-webtools .endif .include "${.CURDIR}/../../java/eclipse/Makefile.plugins" .include Index: head/devel/subclipse/Makefile =================================================================== --- head/devel/subclipse/Makefile (revision 381786) +++ head/devel/subclipse/Makefile (revision 381787) @@ -1,67 +1,71 @@ # Created by: tux@pinguru.net # $FreeBSD$ PORTNAME= subclipse PORTVERSION= 1.6.5 PORTREVISION= 4 CATEGORIES= devel java MASTER_SITES= http://subclipse.tigris.org/files/documents/906/46495/ DISTNAME= site-${PORTVERSION} 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} NO_BUILD= yes USES= zip:infozip ECLIPSE= ${PREFIX}/lib/eclipse SUBCLIPSE= org.tigris.subversion.subclipse SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \ features/${SUBCLIPSE}.graph.feature_1.0.7 \ features/${SUBCLIPSE}.mylyn_3.0.0 \ features/org.tigris.subversion.clientadapter.feature_1.6.4.1 \ features/org.tigris.subversion.clientadapter.javahl.feature_1.6.4.1 \ features/org.tigris.subversion.clientadapter.svnkit.feature_1.6.4 \ features/com.collabnet.subversion.merge.feature_1.10.0 \ features/com.sun.jna_3.0.9 \ features/org.tmatesoft.svnkit_1.3.0.5847 \ plugins/org.tigris.subversion.clientadapter_1.6.4.1 \ plugins/org.tigris.subversion.clientadapter.javahl_1.6.4.1 \ plugins/org.tigris.subversion.clientadapter.svnkit_1.6.4 \ plugins/${SUBCLIPSE}.core_${PORTVERSION} \ plugins/${SUBCLIPSE}.doc_1.3.0 \ plugins/${SUBCLIPSE}.graph_1.0.7 \ plugins/${SUBCLIPSE}.mylyn_3.0.0 \ plugins/${SUBCLIPSE}.ui_${PORTVERSION} \ plugins/com.collabnet.subversion.merge_1.10.0 \ plugins/com.sun.jna_3.0.9 \ plugins/org.tmatesoft.svnkit_1.3.0.5847 post-extract: .for f in ${SUBCLIPSEFILES} cd ${WRKSRC} \ && ${MKDIR} ${f} \ && ${UNZIP_CMD} ${f}.jar -d ${f} .endfor do-install: .for f in ${SUBCLIPSEFILES} @cd ${WRKSRC} \ && ${MKDIR} ${STAGEDIR}${ECLIPSE}/${f} \ && ${FIND} ${f} -type d -exec ${MKDIR} ${STAGEDIR}${ECLIPSE}/{} \; \ && ${FIND} ${f} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${ECLIPSE}/{} \; .endfor post-install: .for f in ${SUBCLIPSEFILES} @${FIND} ${WRKSRC}/${f} -not -type d \ | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${FIND} -d ${WRKSRC}/${f} -type d \ | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} .endfor .include Index: head/java/commonclipse/Makefile =================================================================== --- head/java/commonclipse/Makefile (revision 381786) +++ head/java/commonclipse/Makefile (revision 381787) @@ -1,30 +1,34 @@ # Created by: Sutra Zhou # $FreeBSD$ PORTNAME= commonclipse PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up DISTNAME= net.sf.commonclipse_${PORTVERSION} 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 NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native PLIST_SUB= DISTNAME=${DISTNAME} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/eclipse @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/eclipse @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/eclipse .include Index: head/java/eclipse-RDT/Makefile =================================================================== --- head/java/eclipse-RDT/Makefile (revision 381786) +++ head/java/eclipse-RDT/Makefile (revision 381787) @@ -1,63 +1,67 @@ # Created by: rehsack@web.de # $FreeBSD$ PORTNAME= RDT PORTVERSION= 0.9.1 PORTREVISION= 4 CATEGORIES= java editors devel MASTER_SITES= SF/rubyeclipse/${PORTNAME:tl}/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= eclipse- 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 USES= zip:infozip USE_RUBY= yes USE_JAVA= yes WRKSRC= ${WRKDIR}/${RDT} RDT= org.rubypeople.rdt RDTVERSION= ${PORTVERSION}.200711131528NGT ECLIPSE= ${PREFIX}/lib/eclipse RDTFILES= features/org.rubypeople.rdt_${RDTVERSION} \ features/com.aptana.rdt.mylyn_feature_${RDTVERSION} \ plugins/com.aptana.rdt.mylyn_${RDTVERSION} \ plugins/com.aptana.rdt.ui_${RDTVERSION} \ plugins/com.aptana.rdt_${RDTVERSION} \ plugins/org.epic.regexp_0.1.4 \ plugins/org.jruby_1.0.1.4620p \ plugins/org.kxml2_2.1.5 \ plugins/org.rubypeople.rdt.branding_${RDTVERSION} \ plugins/org.rubypeople.rdt.core_${RDTVERSION} \ plugins/org.rubypeople.rdt.debug.core_${RDTVERSION} \ plugins/org.rubypeople.rdt.debug.ui_${RDTVERSION} \ plugins/org.rubypeople.rdt.doc.user_${RDTVERSION} \ plugins/org.rubypeople.rdt.launching_${RDTVERSION} \ plugins/org.rubypeople.rdt.refactoring_${RDTVERSION} \ plugins/org.rubypeople.rdt.testunit_${RDTVERSION} \ plugins/org.rubypeople.rdt.ui_${RDTVERSION} post-extract: ${MKDIR} ${WRKSRC} .for FILE in ${RDTFILES} cd ${WRKSRC} \ && ${MKDIR} ${FILE} \ && ${UNZIP_CMD} ${WRKDIR}/${FILE}.jar -d ${FILE} .endfor do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} "${RDTFILES}" ${STAGEDIR}${ECLIPSE} post-install: .for FILE in ${RDTFILES} @${FIND} ${WRKSRC}/${FILE} -type f \ | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${FIND} -d ${WRKSRC}/${FILE} -type d -empty \ | ${SED} -ne 's,^${WRKSRC},@dir ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} .endfor .include Index: head/java/eclipse-aptana/Makefile =================================================================== --- head/java/eclipse-aptana/Makefile (revision 381786) +++ head/java/eclipse-aptana/Makefile (revision 381787) @@ -1,31 +1,35 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= aptana PORTVERSION= 1.2.2.024747 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://update1.aptana.org/studio/3.2/024747/ PKGNAMEPREFIX= eclipse- 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]* USES= zip JAVA_VERSION= 1.6+ NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes do-install: @(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) .include Index: head/java/eclipse-aptana-radrails/Makefile =================================================================== --- head/java/eclipse-aptana-radrails/Makefile (revision 381786) +++ head/java/eclipse-aptana-radrails/Makefile (revision 381787) @@ -1,30 +1,34 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= aptana PORTVERSION= 1.2.1.23268 PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= http://update1.aptana.org/rails/${PORTVERSION}/ \ http://update2.aptana.org/rails/${PORTVERSION}/ PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= -radrails 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 JAVA_VERSION= 1.6+ NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes do-install: @(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) .include Index: head/java/eclipse-aptana2/Makefile =================================================================== --- head/java/eclipse-aptana2/Makefile (revision 381786) +++ head/java/eclipse-aptana2/Makefile (revision 381787) @@ -1,32 +1,36 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= aptana PORTVERSION= 2.0.5.1278522500 #PORTREVISION= 0 PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://nivi.interfree.it/distfiles/eclipse-aptana2/ PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= 2 DISTNAME= com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5tN7 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* USES= zip JAVA_VERSION= 1.6+ NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes do-install: @(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) .include Index: head/java/eclipse-cdt/Makefile =================================================================== --- head/java/eclipse-cdt/Makefile (revision 381786) +++ head/java/eclipse-cdt/Makefile (revision 381787) @@ -1,74 +1,76 @@ # Created by: gldisater@gldis.ca # $FreeBSD$ PORTNAME= ${PLUGIN} PORTVERSION= 6.0.2 PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist PKGNAMEPREFIX= eclipse- 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 USE_JAVA= YES JAVA_OS= native JAVA_RUN= YES JAVA_VERSION= 1.6+ NO_BUILD= YES NO_WRKSUBDIR= YES ECLIPSE_CODENAME=galileo PLUGIN= cdt RM_VERSION= 5.1.0.201002161416 RM_NAME= org.eclipse.cdt.core RM_XLC= features/org.eclipse.cdt.xlc.feature_6.0.0.201002161416.jar \ features/org.eclipse.cdt.xlc.sdk_6.0.0.201002161416.jar \ features/org.eclipse.cdt.xlc.source_6.0.0.201002161416.jar \ plugins/org.eclipse.cdt.core.lrparser.xlc.source_5.1.0.201002161416.jar \ plugins/org.eclipse.cdt.core.lrparser.xlc_5.1.0.201002161416.jar \ plugins/org.eclipse.cdt.errorparsers.xlc.source_5.0.100.201002161416.jar \ plugins/org.eclipse.cdt.errorparsers.xlc_5.0.100.201002161416.jar \ plugins/org.eclipse.cdt.make.xlc.core.source_5.0.0.201002161416.jar \ plugins/org.eclipse.cdt.make.xlc.core_5.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlc.core.source_5.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlc.core_5.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlc.ui.source_6.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlc.ui_6.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlupc.ui.source_1.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlupc.ui_1.0.0.201002161416.jar .include .if ${ARCH} == "i386" RM_PLATFORM= win32 solaris qnx macosx aix linux.ppc linux.ia64 linux.x86_64 PLIST_SUB+= RM_I386="" PLIST_SUB+= RM_AMD64="@comment " .endif .if ${ARCH} == "amd64" RM_PLATFORM= win32 solaris qnx macosx aix linux.ppc linux.ia64 linux.x86 PLIST_SUB+= RM_I386="@comment " PLIST_SUB+= RM_AMD64="" .endif do-patch: # remove unneeded files .for i in ${RM_PLATFORM} @${RM} ${WRKDIR}/plugins/${RM_NAME}.${i}.source_${RM_VERSION}.jar @${RM} ${WRKDIR}/plugins/${RM_NAME}.${i}_${RM_VERSION}.jar .endfor .for i in ${RM_XLC} @${RM} ${WRKDIR}/${i} .endfor do-install: @(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) .include Index: head/java/eclipse-checkstyle/Makefile =================================================================== --- head/java/eclipse-checkstyle/Makefile (revision 381786) +++ head/java/eclipse-checkstyle/Makefile (revision 381787) @@ -1,27 +1,31 @@ # Created by: gldisater@gldis.ca # $FreeBSD$ PORTNAME= checkstyle PORTVERSION= 3.4.1.0 PORTREVISION= 7 CATEGORIES= java devel MASTER_SITES= SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1 PKGNAMEPREFIX= eclipse- DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} 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 NO_WRKSUBDIR= yes NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins .include Index: head/java/eclipse-datatools/Makefile =================================================================== --- head/java/eclipse-datatools/Makefile (revision 381786) +++ head/java/eclipse-datatools/Makefile (revision 381787) @@ -1,28 +1,32 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= datatools PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= java devel databases MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,} MASTER_SITE_SUBDIR=datatools/downloads/${PORTVERSION} PKGNAMEPREFIX= eclipse- DISTNAME= dtp-sdk_${PORTVERSION}.0 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 LICENSE= EPL WRKSRC= ${WRKDIR}/eclipse USES= zip .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Index: head/java/eclipse-emf/Makefile =================================================================== --- head/java/eclipse-emf/Makefile (revision 381786) +++ head/java/eclipse-emf/Makefile (revision 381787) @@ -1,24 +1,28 @@ # Created by: alex@FreeBSD.org # $FreeBSD$ PORTNAME= emf PORTVERSION= 2.9.2 PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,} MASTER_SITE_SUBDIR=modeling/emf/emf/downloads/drops/${PORTVERSION}/R201402031126 PKGNAMEPREFIX= eclipse- DISTNAME= emf-xsd-SDK-${PORTVERSION} 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 WRKSRC= ${WRKDIR}/eclipse .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Index: head/java/eclipse-examples/Makefile =================================================================== --- head/java/eclipse-examples/Makefile (revision 381786) +++ head/java/eclipse-examples/Makefile (revision 381787) @@ -1,26 +1,30 @@ # Created by: olgeni@FreeBSD.org # $FreeBSD$ PORTNAME= examples PORTVERSION= 3.0 PORTREVISION= 7 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-3.0-200406251208 PKGNAMEPREFIX= eclipse- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} 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 NO_BUILD= yes NO_WRKSUBDIR= yes do-install: cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse .include Index: head/java/eclipse-gef/Makefile =================================================================== --- head/java/eclipse-gef/Makefile (revision 381786) +++ head/java/eclipse-gef/Makefile (revision 381787) @@ -1,25 +1,29 @@ # Created by: olgeni@FreeBSD.org # $FreeBSD$ PORTNAME= gef PORTVERSION= 3.9.100 PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,} MASTER_SITE_SUBDIR=tools/gef/downloads/drops/${PORTVERSION}/R201405261516 PKGNAMEPREFIX= eclipse- DISTNAME= GEF-ALL-${PORTVERSION} 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 USES= zip .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Index: head/java/eclipse-gef-examples/Makefile =================================================================== --- head/java/eclipse-gef-examples/Makefile (revision 381786) +++ head/java/eclipse-gef-examples/Makefile (revision 381787) @@ -1,26 +1,30 @@ # Created by: olgeni@FreeBSD.org # $FreeBSD$ PORTNAME= gef PORTVERSION= 3.0 PORTREVISION= 7 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406251257/ PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= -examples DISTNAME= GEF-examples-${PORTVERSION} 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 NO_BUILD= yes NO_WRKSUBDIR= yes do-install: cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse .include Index: head/java/eclipse-hibernatetools/Makefile =================================================================== --- head/java/eclipse-hibernatetools/Makefile (revision 381786) +++ head/java/eclipse-hibernatetools/Makefile (revision 381787) @@ -1,50 +1,54 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= hibernatetools DISTVERSION= 3.2.3.GA PORTREVISION= 3 CATEGORIES= java devel databases MASTER_SITES= SF/jboss/JBossTools/JBossTools%202.1.2.GA PKGNAMEPREFIX= eclipse- DISTNAME= HibernateTools-${DISTVERSION} DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org 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 \ eclipse-gef>0:${PORTSDIR}/java/eclipse-gef \ eclipse-webtools>0:${PORTSDIR}/java/eclipse-webtools USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native post-extract: # avoid empty dirs since they break the automated PLIST generation @${FIND} ${WRKSRC} -type d -empty \ -exec ${TOUCH} "{}/.keep_me" \; do-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) # used to manually generate the plist files generate-plist-locally: build # annotate installation files @(cd ${WRKSRC} && ${FIND} -s features plugins -not -type d) \ | ${SED} -ne 's,^,lib/eclipse/,p' > ${PLIST} # annotate installation directories @(cd ${WRKSRC} && ${FIND} -s -d features plugins -type d -empty) \ | ${GREP} -vE '^plugins$$|^features$$' \ | ${SED} -ne 's,^,@dir lib/eclipse/,p' >> ${PLIST} .include Index: head/java/eclipse-jad/Makefile =================================================================== --- head/java/eclipse-jad/Makefile (revision 381786) +++ head/java/eclipse-jad/Makefile (revision 381787) @@ -1,35 +1,39 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= jad PORTVERSION= 3.3.0 PORTREVISION= 5 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}clipse/${PORTNAME}clipse3.3/${PORTVERSION}%20%28for%20Eclipse%20_%3D3.3M6%29 PKGNAMEPREFIX= eclipse- DISTNAME= net.sf.jadclipse_${PORTVERSION} EXTRACT_SUFX= .jar DIST_SUBDIR= eclipse 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 NO_WRKSUBDIR= yes NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ PLIST_FILES= share/eclipse/dropins/${DISTNAME}${EXTRACT_SUFX} post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/share/eclipse/dropins .include Index: head/java/eclipse-langpack/Makefile =================================================================== --- head/java/eclipse-langpack/Makefile (revision 381786) +++ head/java/eclipse-langpack/Makefile (revision 381787) @@ -1,34 +1,38 @@ # Created by: nork@FreeBSD.org # $FreeBSD$ PORTNAME= eclipse PORTVERSION= 3.2.1 PORTREVISION= 6 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= L-${PORTVERSION}_Language_Packs-200609210945 PKGNAMESUFFIX= -langpack DISTFILES= NLpack1-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} \ NLpack2-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} \ NLpack2a-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} \ NLpackBidi-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} 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 NO_WRKSUBDIR= yes PLIST= ${WRKDIR}/pkg-plist do-build: @${RM} -f ${PLIST} @${TOUCH} ${PLIST} (cd ${WRKSRC}; ${FIND} eclipse -type f) | ${SORT} | ${SED} -e 's,^eclipse,lib/eclipse,' > ${PLIST} do-install: ${SETENV} ${SH} ${FILESDIR}/install.sh ${WRKSRC} ${STAGEDIR}${PREFIX} .include Index: head/java/eclipse-pmd/Makefile =================================================================== --- head/java/eclipse-pmd/Makefile (revision 381786) +++ head/java/eclipse-pmd/Makefile (revision 381787) @@ -1,69 +1,73 @@ # Created by: Bruno Van Den Bossche # $FreeBSD$ PORTNAME= pmd PORTVERSION= 2.0.5.v3 PORTREVISION= 7 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/OldFiles PKGNAMEPREFIX= eclipse- DISTNAME= pmd-eclipse3-site-2.0.5 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 NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_EXTRACT= jre CPIO?= cpio --quiet -pdmu -R PMDVERSION= 1.8.0.v3 PLUGIN_CORE_DIR="net.sourceforge.pmd.core_${PMDVERSION}" PLUGIN_PMD_DIR= "net.sourceforge.pmd.eclipse_${PORTVERSION}" PLIST_SUB+= PLUGIN_PMD_DIR="${PLUGIN_PMD_DIR}" \ PLUGIN_CORE_DIR="${PLUGIN_CORE_DIR}" post-extract: cd ${WRKDIR}/features && ${MKDIR} ${PLUGIN_PMD_DIR} \ && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ && cd ${PLUGIN_PMD_DIR} \ && ${JAR} xvf ${PLUGIN_PMD_DIR}.jar \ && ${RM} ${PLUGIN_PMD_DIR}.jar cd ${WRKDIR}/plugins && ${MKDIR} ${PLUGIN_PMD_DIR} \ && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ && cd ${PLUGIN_PMD_DIR} \ && ${JAR} xvf ${PLUGIN_PMD_DIR}.jar \ && ${RM} ${PLUGIN_PMD_DIR}.jar cd ${WRKDIR}/plugins && ${MKDIR} ${PLUGIN_CORE_DIR} \ && ${CP} ${PLUGIN_CORE_DIR}.jar ${PLUGIN_CORE_DIR} \ && cd ${PLUGIN_CORE_DIR} \ && ${JAR} xvf ${PLUGIN_CORE_DIR}.jar \ && ${RM} ${PLUGIN_CORE_DIR}.jar do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${PLUGIN_PMD_DIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${PLUGIN_CORE_DIR} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/features/${PLUGIN_PMD_DIR} cd ${WRKDIR}/features/${PLUGIN_PMD_DIR} && ${FIND} . \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ ${STAGEDIR}${PREFIX}/lib/eclipse/features/${PLUGIN_PMD_DIR} cd ${WRKDIR}/plugins/${PLUGIN_PMD_DIR} && ${FIND} . \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${PLUGIN_PMD_DIR} cd ${WRKDIR}/plugins/${PLUGIN_CORE_DIR} && ${FIND} . \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${PLUGIN_CORE_DIR} .include Index: head/java/eclipse-propedit/Makefile =================================================================== --- head/java/eclipse-propedit/Makefile (revision 381786) +++ head/java/eclipse-propedit/Makefile (revision 381787) @@ -1,35 +1,39 @@ # Created by: Sutra Zhou # $FreeBSD$ PORTNAME= PropertiesEditor PORTVERSION= 4.8.2 PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= propedit/17247 PKGNAMEPREFIX= eclipse- DISTNAME= jp.gr.java_conf.ussiy.app.propedit_${PORTVERSION}_for_eclipse3.0 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 NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST} .include Index: head/java/eclipse-sqlexplorer/Makefile =================================================================== --- head/java/eclipse-sqlexplorer/Makefile (revision 381786) +++ head/java/eclipse-sqlexplorer/Makefile (revision 381787) @@ -1,32 +1,36 @@ # Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ PORTNAME= sqlexplorer PORTVERSION= 2.2.4 PORTREVISION= 6 CATEGORIES= java MASTER_SITES= SF/eclipsesql/SQL%20Explorer%20Plugin/${PORTVERSION} PKGNAMEPREFIX= eclipse- DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} 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 USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes do-install: @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \ | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d plugins -type d -empty) \ | ${GREP} -vE '^plugins$$' \ | ${SED} -ne 's,^,@dir lib/eclipse/,p' >> ${TMPPLIST} .include Index: head/java/eclipse-sysdeo-tomcat/Makefile =================================================================== --- head/java/eclipse-sysdeo-tomcat/Makefile (revision 381786) +++ head/java/eclipse-sysdeo-tomcat/Makefile (revision 381787) @@ -1,31 +1,35 @@ # Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ PORTNAME= sysdeo PORTVERSION= 3.1.0 PORTREVISION= 5 CATEGORIES= java MASTER_SITES= http://www.sysdeo.com/sysdeo/content/download/393/4930/file/ PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= -tomcat DISTNAME= tomcatPluginV31 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 NO_BUILD= yes NO_WRKSUBDIR= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins @(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \ | ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d -empty) \ | ${SED} -ne 's,^,@dir lib/eclipse/plugins/,p' >> ${TMPPLIST} .include Index: head/java/eclipse-uml/Makefile =================================================================== --- head/java/eclipse-uml/Makefile (revision 381786) +++ head/java/eclipse-uml/Makefile (revision 381787) @@ -1,35 +1,39 @@ # Created by: gldisater@gldis.ca # $FreeBSD$ PORTNAME= uml PORTVERSION= 1.1.1 PORTREVISION= 5 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/tools/uml2/downloads/drops/${PORTVERSION}/R200509282050/ PKGNAMEPREFIX= eclipse- DISTNAME= uml2-SDK-${PORTVERSION} 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 USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST} .include Index: head/java/eclipse-vep/Makefile =================================================================== --- head/java/eclipse-vep/Makefile (revision 381786) +++ head/java/eclipse-vep/Makefile (revision 381787) @@ -1,38 +1,42 @@ # Created by: alex@FreeBSD.org # $FreeBSD$ PORTNAME= vep PORTVERSION= 1.2 PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/ve/downloads/drops/,} MASTER_SITE_SUBDIR= R-${PORTVERSION}-200606280938 PKGNAMEPREFIX= eclipse- DISTNAME= VE-SDK-${PORTVERSION} 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 USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST} .include Index: head/java/eclipse-vep-examples/Makefile =================================================================== --- head/java/eclipse-vep-examples/Makefile (revision 381786) +++ head/java/eclipse-vep-examples/Makefile (revision 381787) @@ -1,29 +1,33 @@ # Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ PORTNAME= vep PORTVERSION= 1.1.0.1 PORTREVISION= 5 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/tools/ve/downloads/drops/R-1.1.0.1-200509071822/ PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= -examples DISTNAME= VE-examples-${PORTVERSION} 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 NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= RELEASEVERSION=1.1.0.1 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse .include Index: head/java/eclipse-viplugin/Makefile =================================================================== --- head/java/eclipse-viplugin/Makefile (revision 381786) +++ head/java/eclipse-viplugin/Makefile (revision 381787) @@ -1,31 +1,35 @@ # Created by: nork@FreeBSD.org # $FreeBSD$ PORTNAME= viPlugin PORTVERSION= 1.14.0 PORTREVISION= 5 CATEGORIES= java devel editors MASTER_SITES= http://www.satokar.com/viplugin/files/ PKGNAMEPREFIX= eclipse- DISTNAME= ${PORTNAME}_${PORTVERSION}_E30 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 NO_WRKSUBDIR= yes NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native PLIST_SUB= RELEASEVERSION=${PORTVERSION} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse .include Index: head/java/eclipse-webtools/Makefile =================================================================== --- head/java/eclipse-webtools/Makefile (revision 381786) +++ head/java/eclipse-webtools/Makefile (revision 381787) @@ -1,29 +1,33 @@ # Created by: markhobden@gmail.com # $FreeBSD$ PORTNAME= webtools PORTVERSION= 3.5.2 PORTREVISION= 1 CATEGORIES= java devel www MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,} MASTER_SITE_SUBDIR=webtools/downloads/drops/R${PORTVERSION}/R-${PORTVERSION}-20140217150812 PKGNAMEPREFIX= eclipse- DISTNAME= wtp4x-R-${PORTVERSION}-20140217150812 DIST_SUBDIR= eclipse MAINTAINER= ale@FreeBSD.org 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 \ eclipse-datatools>0:${PORTSDIR}/java/eclipse-datatools WRKSRC= ${WRKDIR}/eclipse USES= zip .include "${.CURDIR}/../eclipse/Makefile.plugins" .include