Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 23:50:59 +0100
From:      "Mark Hobden" <mark@mclgm.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87467: [new port] java/eclipse-webtools
Message-ID:  <20051014225103.1EAAB43D48@mx1.FreeBSD.org>
Resent-Message-ID: <200510142300.j9EN0PF9093449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87467
>Category:       ports
>Synopsis:       [new port] java/eclipse-webtools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 23:00:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mark Hobden
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD mclgm.net 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Sun Sep 25 17:50:03 BST 2005 mark@mark.mclgm.net:/usr/obj/usr/src/sys/SMP i386
>Description:
Port of the Eclipse Webtools plugin.
>How-To-Repeat:
>Fix:

--- eclipse-webtools.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	eclipse-webtools
#	eclipse-webtools/Makefile
#	eclipse-webtools/distinfo
#	eclipse-webtools/pkg-descr
#
echo c - eclipse-webtools
mkdir -p eclipse-webtools > /dev/null 2>&1
echo x - eclipse-webtools/Makefile
sed 's/^X//' >eclipse-webtools/Makefile << 'END-of-eclipse-webtools/Makefile'
X# New ports collection makefile for:	eclipse-webtools
X# Date created:				October 14, 2005
X# Whom:					markhobden@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	webtools
XPORTVERSION=	0.7
XCATEGORIES=	java devel
XMASTER_SITES=	http://download.eclipse.org/webtools/downloads/drops/R-${PORTVERSION}-200507290654/
XPKGNAMEPREFIX=	eclipse-
XDISTNAME=	wtp-${PORTVERSION}
XDIST_SUBDIR=	eclipse
X
XMAINTAINER=	freebsd-eclipse@FreeBSD.org
XCOMMENT=	Webtools for eclipse
X
XRUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
X		${LOCALBASE}/eclipse/features/org.eclipse.emf_2.1.1/feature.xml:${PORTSDIR}/java/eclipse-emf \
X		${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef \
X		${LOCALBASE}/eclipse/features/org.eclipse.jem_1.1.0.1/feature.xml:${PORTSDIR}/java/eclipse-vep
X
XCONFLICTS=	eclipse-lomboz-3.*
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XUSE_ZIP=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.4+
XJAVA_OS=	native
X
Xdo-install:
X		@${MKDIR} ${PREFIX}/eclipse
X		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
X		@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
X		@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
X		@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
X			| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
X			| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
X
X.include <bsd.port.mk>
END-of-eclipse-webtools/Makefile
echo x - eclipse-webtools/distinfo
sed 's/^X//' >eclipse-webtools/distinfo << 'END-of-eclipse-webtools/distinfo'
XMD5 (eclipse/wtp-0.7.zip) = 008ce2ad8971c0f450fe94a460b530aa
XSIZE (eclipse/wtp-0.7.zip) = 27928806
END-of-eclipse-webtools/distinfo
echo x - eclipse-webtools/pkg-descr
sed 's/^X//' >eclipse-webtools/pkg-descr << 'END-of-eclipse-webtools/pkg-descr'
XThe Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with
Xtools for developing J2EE Web applications. The WTP project includes the
Xfollowing tools: source editors for HTML, Javascript, CSS, JSP, SQL, XML, DTD,
XXSD, and WSDL; graphical editors for XSD and WSDL; J2EE project natures,
Xbuilders, and models and a J2EE navigator; a Web service wizard and explorer,
Xand WS-I Test Tools; and database access and query tools and models.
X
XWWW: http://www.eclipse.org/webtools/
END-of-eclipse-webtools/pkg-descr
exit
--- eclipse-webtools.sh ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051014225103.1EAAB43D48>