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/
This commit is contained in:
Nicola Vitale 2007-12-22 14:23:42 +00:00
parent 5887db87ad
commit 26edf005bf
7 changed files with 127 additions and 0 deletions

View file

@ -21,6 +21,7 @@
SUBDIR += ecj-bootstrap
SUBDIR += eclipse
SUBDIR += eclipse-EPIC
SUBDIR += eclipse-aptana
SUBDIR += eclipse-cdt
SUBDIR += eclipse-checkstyle
SUBDIR += eclipse-clay-core

View file

@ -0,0 +1,54 @@
# New ports collection makefile for: eclipse-aptana
# Date created: 2007-11-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aptana
PORTVERSION= 004323
CATEGORIES= java devel
MASTER_SITES= http://update.aptana.com/install/${ECLIPSE_VER}/
PKGNAMEPREFIX= eclipse-
DISTNAME= aptana_update_${PORTVERSION}
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>

View file

@ -0,0 +1,3 @@
MD5 (aptana_update_004323.zip) = a92fa2f861916364694b721b7bbaa0b9
SHA256 (aptana_update_004323.zip) = f877afe6d2f2c9ca81fe15da46746cb94d7e0e30bce318ff29d32e4fe2b2bd97
SIZE (aptana_update_004323.zip) = 69177423

View file

@ -0,0 +1,6 @@
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/

View file

@ -0,0 +1,54 @@
# New ports collection makefile for: eclipse-aptana
# Date created: 2007-11-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aptana
PORTVERSION= 004323
CATEGORIES= java devel
MASTER_SITES= http://update.aptana.com/install/${ECLIPSE_VER}/
PKGNAMEPREFIX= eclipse-
DISTNAME= aptana_update_${PORTVERSION}
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>

View file

@ -0,0 +1,3 @@
MD5 (aptana_update_004323.zip) = a92fa2f861916364694b721b7bbaa0b9
SHA256 (aptana_update_004323.zip) = f877afe6d2f2c9ca81fe15da46746cb94d7e0e30bce318ff29d32e4fe2b2bd97
SIZE (aptana_update_004323.zip) = 69177423

View file

@ -0,0 +1,6 @@
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/