diff options
Diffstat (limited to 'java/eclipse-aptana2')
| -rw-r--r-- | java/eclipse-aptana2/Makefile | 56 | ||||
| -rw-r--r-- | java/eclipse-aptana2/distinfo | 3 | ||||
| -rw-r--r-- | java/eclipse-aptana2/pkg-descr | 6 |
3 files changed, 0 insertions, 65 deletions
diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile deleted file mode 100644 index 1f665da6828e..000000000000 --- a/java/eclipse-aptana2/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: eclipse-aptana -# Date created: 2007-11-14 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= aptana -PORTVERSION= 1.1.7.015414 -#PORTREVISION= 0 -PORTEPOCH= 1 -CATEGORIES= java devel -MASTER_SITES= http://update.aptana.com/install/studio/${ECLIPSE_VER}/ -PKGNAMEPREFIX= eclipse- -DISTNAME= aptana_update_${PORTVERSION:E} - -MAINTAINER= nivit@FreeBSD.org -COMMENT= Aptana Web Development Tools (Eclipse plugin) - -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse - -ECLIPSE_VER= 3.2 - -JAVA_OS= native -JAVA_VENDOR= bsdjava -JAVA_VERSION= 1.5+ - -NO_BUILD= yes -NO_WRKSUBDIR= yes - -USE_JAVA= yes -USE_ZIP= yes - -post-extract: - @cd ${WRKDIR}; \ - ${MKDIR} ${WRKDIR}/eclipse; \ - DIRS=$$(${FIND} . -type d -mindepth 1 -not -name eclipse); \ - for DIR in $${DIRS}; do \ - FILES=$$(${FIND} $${DIR} -type f -name "*.jar"); \ - ${MKDIR} ${WRKDIR}/eclipse/$${DIR}; \ - for FILE in $${FILES}; do \ - JARDIR=$$(${BASENAME} $${DIR})/$$(${BASENAME} $${FILE} .jar); \ - ${UNZIP_CMD} -o $${FILE} -d ${WRKDIR}/eclipse/$${JARDIR}; \ - done; \ - done; - -do-install: - @cd ${WRKDIR} && ${CP} -R eclipse ${PREFIX}/; - -post-install: - @cd ${WRKDIR}; \ - ${ECHO_CMD} "@comment pkg-plist automatically generated" >> ${TMPPLIST}; \ - ${FIND} -s eclipse -type f -exec ${ECHO_CMD} {} ";" >> ${TMPPLIST}; \ - ${FIND} -s eclipse -type d | ${SORT} -r | ${GREP} -vE '^eclipse$$|^eclipse/plugins$$|^eclipse/features$$' | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}; - -.include <bsd.port.mk> diff --git a/java/eclipse-aptana2/distinfo b/java/eclipse-aptana2/distinfo deleted file mode 100644 index 7835246c9c63..000000000000 --- a/java/eclipse-aptana2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (aptana_update_015414.zip) = 69956dcfdcf3d395f7a7669db9a2b6bf -SHA256 (aptana_update_015414.zip) = 3d0ec621401dfde9c4f9ad58d53e75cce2a8b8babb414fc96d673d8b8078b708 -SIZE (aptana_update_015414.zip) = 97165156 diff --git a/java/eclipse-aptana2/pkg-descr b/java/eclipse-aptana2/pkg-descr deleted file mode 100644 index 8dd2e85b0220..000000000000 --- a/java/eclipse-aptana2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Aptana Studio is an IDE, designed for web developers and provides -robust support for HTML, CSS and Javascript (bundled libraries: -ExtJS, jQuery, Mochikit, Scriptaculous, Adobe Spry, YUI, Prototype, -and Dojo). This is the plug-in for Eclipse. - -WWW: http://www.aptana.com/ |
