Date: Mon, 6 Apr 2009 13:44:07 GMT From: Heiner Strauß <heiner_ej@yahoo.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133421: [NEW PORT] java/eclipse-xsd: EMF-XSD Runtime Message-ID: <200904061344.n36Di7Dv070897@www.freebsd.org> Resent-Message-ID: <200904061350.n36Do3vp083895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133421 >Category: ports >Synopsis: [NEW PORT] java/eclipse-xsd: EMF-XSD Runtime >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: Mon Apr 06 13:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Heiner Strauß >Release: FreeBSD 7.1-STABLE >Organization: BILCH Com >Environment: FreeBSD think.schlaf.bilch.com 7.1-STABLE FreeBSD 7.1-STABLE #0: Fri Feb 20 01:28:27 CET 2009 root@think.schlaf.bilch.com:/usr/src/sys/i386/compile/THINK i386 >Description: This is the Eclipse EMF-XSD Runtime. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-xsd # eclipse-xsd/Makefile # eclipse-xsd/pkg-descr # eclipse-xsd/distinfo # echo c - eclipse-xsd mkdir -p eclipse-xsd > /dev/null 2>&1 echo x - eclipse-xsd/Makefile sed 's/^X//' >eclipse-xsd/Makefile << '7f1df400fb46cf5edde6c8b71181e9b4' X# New ports collection makefile for: eclipse-xsd X# Date created: April 06, 2009 X# Whom: heiner_ej@yahoo.de X# X# $FreeBSD$ X# X XPORTNAME= xsd XPORTVERSION= 2.4.1 XCATEGORIES= java devel XMASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,} XMASTER_SITE_SUBDIR=${PORTVERSION}/R200808251517 XPKGNAMEPREFIX= eclipse- XDISTNAME= xsd-runtime-${PORTVERSION} XDIST_SUBDIR= eclipse X XMAINTAINER= freebsd-eclipse@FreeBSD.org XCOMMENT= Eclipse Modeling Framework for XSD X XRUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_ZIP= yes XUSE_JAVA= yes XJAVA_VERSION= 1.5+ 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> 7f1df400fb46cf5edde6c8b71181e9b4 echo x - eclipse-xsd/pkg-descr sed 's/^X//' >eclipse-xsd/pkg-descr << 'a99cc3b299c32632155bd6fb71c3d74c' XEMF is a modeling framework and code generation facility for building Xtools and other applications based on a structured data model. From a Xmodel specification described in XMI, EMF provides tools and runtime Xsupport to produce a set of Java classes for the model, a set of adapter Xclasses that enable viewing and command-based editing of the model, and Xa basic editor. Models can be specified using annotated Java, XML Xdocuments, or modeling tools like Rational Rose, then imported into EMF. XMost important of all, EMF provides the foundation for interoperability Xwith other EMF-based tools and applications. X XWWW: http://www.eclipse.org/emf/ a99cc3b299c32632155bd6fb71c3d74c echo x - eclipse-xsd/distinfo sed 's/^X//' >eclipse-xsd/distinfo << '71a2b0bbfa05055148c2470dca5e9912' XMD5 (eclipse/xsd-runtime-2.4.1.zip) = a9816a84c95b20dc1985f9da864bf97d XSHA256 (eclipse/xsd-runtime-2.4.1.zip) = 0c59d017f7f992d0c0fc341912373b37b7560a7ba54482ddbec6e7b735e3a8f7 XSIZE (eclipse/xsd-runtime-2.4.1.zip) = 1185283 71a2b0bbfa05055148c2470dca5e9912 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904061344.n36Di7Dv070897>