diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 09:34:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 09:34:13 +0000 |
commit | 3eb3831852d91a3891d36c693cc69ae8b829b1c5 (patch) | |
tree | 4b63d5d4f52bebb7c4ffcbe455ef22be1626419a | |
parent | ce765fb4a43fecd56b1901c2463916575c5affec (diff) | |
download | ports-3eb3831852d91a3891d36c693cc69ae8b829b1c5.tar.gz ports-3eb3831852d91a3891d36c693cc69ae8b829b1c5.zip |
Notes
-rw-r--r-- | java/eclipse-webtools/Makefile | 52 | ||||
-rw-r--r-- | java/eclipse-webtools/distinfo | 6 |
2 files changed, 20 insertions, 38 deletions
diff --git a/java/eclipse-webtools/Makefile b/java/eclipse-webtools/Makefile index 79e559801e77..192c8a468d64 100644 --- a/java/eclipse-webtools/Makefile +++ b/java/eclipse-webtools/Makefile @@ -6,50 +6,32 @@ # PORTNAME= webtools -PORTVERSION= 2.0.3 -PORTREVISION= 3 +PORTVERSION= 3.1.2 CATEGORIES= java devel www MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/webtools/downloads/drops/,} -MASTER_SITE_SUBDIR= R2.0/R-${PORTVERSION}-20080710044639/ +MASTER_SITE_SUBDIR= R3.1.2/R-${PORTVERSION}-20100211202452 PKGNAMEPREFIX= eclipse- -DISTNAME= wtp-R-${PORTVERSION}-20080710044639 +DISTNAME= wtp-R-${PORTVERSION}-20100211202452 DIST_SUBDIR= eclipse -MAINTAINER= freebsd-eclipse@FreeBSD.org +MAINTAINER= zhoushuqun@gmail.com COMMENT= Webtools for eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/lib/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \ - ${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \ + ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef -CONFLICTS= eclipse-lomboz-3.* - -NO_BUILD= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.5+ -JAVA_OS= native - -# remove files that already exist on the RUN_DEPENDS java/eclipse port -REMOVE_DUPLICATE_FILES= \ - eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar \ - eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar \ - eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar \ - eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar - -post-extract: -.for file in ${REMOVE_DUPLICATE_FILES} - @${RM} -f ${WRKSRC}/${file} -.endfor - -do-install: - @${MKDIR} ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/eclipse/features ${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) \ - | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ - | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST} + +OPTIONS= DTP "Enable support for EJB and JPT development" on + +.include <bsd.port.options.mk> + +.if defined(WITH_DTP) +RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/datatools:${PORTSDIR}/java/eclipse-datatools +.endif + +.include "${.CURDIR}/../eclipse/Makefile.plugins" .include <bsd.port.mk> diff --git a/java/eclipse-webtools/distinfo b/java/eclipse-webtools/distinfo index 09fe4260f15e..4d732f157a01 100644 --- a/java/eclipse-webtools/distinfo +++ b/java/eclipse-webtools/distinfo @@ -1,3 +1,3 @@ -MD5 (eclipse/wtp-R-2.0.3-20080710044639.zip) = 50b71ffba34da650dfa259388c043ab3 -SHA256 (eclipse/wtp-R-2.0.3-20080710044639.zip) = 0923fd32fd9c391ad1f283439c95edd681be91fc2b5ac1ed59a8f0b77d3a375b -SIZE (eclipse/wtp-R-2.0.3-20080710044639.zip) = 38746801 +MD5 (eclipse/wtp-R-3.1.2-20100211202452.zip) = e2c17a1d8b475bca50ac9e96ce23564d +SHA256 (eclipse/wtp-R-3.1.2-20100211202452.zip) = c9d4a2aaaa27e45964ba7a44a9cc7d0f862ecbaab359fad19f59b013f82f0195 +SIZE (eclipse/wtp-R-3.1.2-20100211202452.zip) = 70569359 |