Index: head/java/eclipse-datatools/Makefile =================================================================== --- head/java/eclipse-datatools/Makefile (revision 257079) +++ head/java/eclipse-datatools/Makefile (revision 257080) @@ -1,64 +1,60 @@ # New ports collection makefile for: eclipse-datatools # Date created: Sun 1 Apr 2007 22:18:17 UTC # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= datatools DISTVERSION= 1.6.1 PORTREVISION= 2 CATEGORIES= java devel databases MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downloads/,} MASTER_SITE_SUBDIR= ${PORTVERSION:R} PKGNAMEPREFIX= eclipse- DISTNAME= dtp_${DISTVERSION} DIST_SUBDIR= eclipse MAINTAINER= lioux@FreeBSD.org COMMENT= Data Tools Platform for the Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef LICENSE= EPL -LICENSE_NAME= Eclipse Public License -LICENSE_GROUPS= FSF OSI -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_TEXT= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ 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: # create destination dir @${MKDIR} ${PREFIX}/eclipse # install both files and directories @(cd ${WRKSRC}/eclipse && \ ${FIND} -s features plugins -type d \ -exec ${MKDIR} "${PREFIX}/eclipse/{}" \; && \ ${FIND} -s features plugins -not -type d \ -exec ${INSTALL_DATA} "{}" "${PREFIX}/eclipse/{}" \; \ ) # used to manually generate the plist files generate-plist-locally: build # annotate installation files @(cd ${WRKSRC}/eclipse && ${FIND} -s features plugins -not -type d) \ | ${SED} -ne 's,^,eclipse/,p' > ${PLIST} # annotate installation directories @(cd ${WRKSRC}/eclipse && ${FIND} -s -d features plugins -type d) \ | ${GREP} -vE '^plugins$$|^features$$' \ | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${PLIST} .include Property changes on: head/java/eclipse-datatools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/java/eclipse-hibernatetools/Makefile =================================================================== --- head/java/eclipse-hibernatetools/Makefile (revision 257079) +++ head/java/eclipse-hibernatetools/Makefile (revision 257080) @@ -1,66 +1,62 @@ # New ports collection makefile for: Eclipse Hibernate Tools # Date created: Mon 24 Dec 2007 11:16:09 UTC # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= hibernatetools DISTVERSION= 3.2.3.GA PORTREVISION= 2 CATEGORIES= java devel databases MASTER_SITES= SF/jboss/JBossTools/JBossTools%202.1.2.GA PKGNAMEPREFIX= eclipse- DISTNAME= HibernateTools-${DISTVERSION} DIST_SUBDIR= eclipse MAINTAINER= lioux@FreeBSD.org COMMENT= Hibernate3 Tools for the Eclipse IDE ## XXX - Notify the maintainer if the dependencies on either ## java/eclipse-gef of java/eclipse-webtools change RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef \ ${LOCALBASE}/eclipse/features/org.eclipse.wst.common_core.feature_2.0.2.v200802150100-7C78EKOE_EkMNlO6f7cjpz0/feature.xml:${PORTSDIR}/java/eclipse-webtools LICENSE= EPL LGPL3 -LICENSE_NAME_EPL= Eclipse Public License -LICENSE_GROUPS_EPL= FSF OSI -LICENSE_PERMS_EPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_TEXT_EPL= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php LICENSE_COMB= multi NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ 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: # create destination dir @${MKDIR} ${PREFIX}/eclipse # install both files and directories @(cd ${WRKSRC} && \ ${FIND} -s features plugins -type d \ -exec ${MKDIR} "${PREFIX}/eclipse/{}" \; && \ ${FIND} -s features plugins -not -type d \ -exec ${INSTALL_DATA} "{}" "${PREFIX}/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,^,eclipse/,p' > ${PLIST} # annotate installation directories @(cd ${WRKSRC} && ${FIND} -s -d features plugins -type d) \ | ${GREP} -vE '^plugins$$|^features$$' \ | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${PLIST} .include Property changes on: head/java/eclipse-hibernatetools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property