web tools plug-in for Eclipse, ok kurt@

This commit is contained in:
ian 2006-07-19 01:36:52 +00:00
parent 72cc63efad
commit 0efd6b8aa5
4 changed files with 2136 additions and 0 deletions

View File

@ -0,0 +1,42 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/19 01:36:52 ian Exp $
COMMENT= "Web Tools Platform for Eclipse"
V= 1.5.0
DISTNAME= wtp-sdk-R-${V}-200606281455
PKGNAME= eclipse-plugin-wtp-sdk-${V}
CATEGORIES= devel/eclipse/plugins java
HOMEPAGE= http://www.eclipse.org/webtools/
MAINTAINER= Ian Darwin <ian@darwinsys.com>
EXTRACT_SUFX= .zip
# Eclipse Public License Version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
PERMIT_PACKAGE_CDROM= "commercial distribution defend and indemnify clauses"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "commercial distribution defend and indemnify clauses"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.eclipse.org/webtools/downloads/drops/R-${V}-200606281455/
BUILD_DEPENDS= :gtar-*:archivers/gtar
RUN_DEPENDS= :eclipse-plugin-emf-sdk->=2.2.0:devel/eclipse/plugins/emf\
:eclipse-plugin-gef-sdk->=3.2:devel/eclipse/plugins/gef\
:eclipse-plugin-jem-sdk->=1.2:devel/eclipse/plugins/jem
USE_ZIP= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}
TAR= ${LOCALBASE}/bin/gtar
do-install:
cd ${WRKDIST} && ${TAR} cf - eclipse | \
(cd ${PREFIX} && ${TAR} -xf -)
cd ${PREFIX}/eclipse && rm epl-v10.html notice.html
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (wtp-sdk-R-1.5.0-200606281455.zip) = fc98b3e74ad38e8701fa64781ca05500
RMD160 (wtp-sdk-R-1.5.0-200606281455.zip) = b91be5762d73758424cfc9db9e3ac4c956a298c0
SHA1 (wtp-sdk-R-1.5.0-200606281455.zip) = 851785697d62902d1a9799bb5e8b7b6eeab5c9c7
SIZE (wtp-sdk-R-1.5.0-200606281455.zip) = 51353000

View File

@ -0,0 +1,4 @@
The Eclipse Web Tools Platform provides a large collection of tools for building
web-based applications on the Eclipse Platform, including J2EE project types,
full JSP/HTML editing capabilities, and more. Note that the WTP Runtime module
includes the Web Services Tools (WST) and J2EE Standard Tools (JST) in one package.

File diff suppressed because it is too large Load Diff