From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 6 13:50:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EC111065673 for ; Mon, 6 Apr 2009 13:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29FC08FC0C for ; Mon, 6 Apr 2009 13:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n36Do3GJ083900 for ; Mon, 6 Apr 2009 13:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n36Do3vp083895; Mon, 6 Apr 2009 13:50:03 GMT (envelope-from gnats) Resent-Date: Mon, 6 Apr 2009 13:50:03 GMT Resent-Message-Id: <200904061350.n36Do3vp083895@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heiner Strauß Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDCF01065673 for ; Mon, 6 Apr 2009 13:44:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A0E888FC1D for ; Mon, 6 Apr 2009 13:44:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n36Di74c070900 for ; Mon, 6 Apr 2009 13:44:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n36Di7Dv070897; Mon, 6 Apr 2009 13:44:07 GMT (envelope-from nobody) Message-Id: <200904061344.n36Di7Dv070897@www.freebsd.org> Date: Mon, 6 Apr 2009 13:44:07 GMT From: Heiner Strauß To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/133421: [NEW PORT] java/eclipse-xsd: EMF-XSD Runtime X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 13:50:03 -0000 >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 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: