web tools plug-in for Eclipse, ok kurt@
This commit is contained in:
parent
72cc63efad
commit
0efd6b8aa5
42
devel/eclipse/plugins/wtp/Makefile
Normal file
42
devel/eclipse/plugins/wtp/Makefile
Normal 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>
|
4
devel/eclipse/plugins/wtp/distinfo
Normal file
4
devel/eclipse/plugins/wtp/distinfo
Normal 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
|
4
devel/eclipse/plugins/wtp/pkg/DESCR
Normal file
4
devel/eclipse/plugins/wtp/pkg/DESCR
Normal 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.
|
2086
devel/eclipse/plugins/wtp/pkg/PLIST
Normal file
2086
devel/eclipse/plugins/wtp/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user