From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 1 22:30:04 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84E6716A407 for ; Sun, 1 Apr 2007 22:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 642F313C4BC for ; Sun, 1 Apr 2007 22:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l31MU4RF091466 for ; Sun, 1 Apr 2007 22:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l31MU4bi091465; Sun, 1 Apr 2007 22:30:04 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2007 22:30:04 GMT Resent-Message-Id: <200704012230.l31MU4bi091465@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, Mario Sergio Fujikawa Ferreira Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B23E316A404 for ; Sun, 1 Apr 2007 22:25:18 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.freebsd.org (Postfix) with ESMTP id A31FF13C45B for ; Sun, 1 Apr 2007 22:25:18 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from 201.34.235.107 (201-34-235-107.bsace703.dsl.brasiltelecom.net.br [201.34.235.107]) by vette.gigo.com (Postfix) with ESMTP id D76E1D6 for ; Sun, 1 Apr 2007 15:25:15 -0700 (PDT) Received: (qmail 88152 invoked by uid 1001); 1 Apr 2007 19:24:13 -0300 Message-Id: <20070401222413.88114.qmail@exxodus.fedaykin.here> Date: 1 Apr 2007 19:24:13 -0300 From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsd-eclipse@FreeBSD.org Subject: ports/111116: [NEW PORT] java/eclipse-datatools: Datatools for eclipse 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: Sun, 01 Apr 2007 22:30:04 -0000 >Number: 111116 >Category: ports >Synopsis: [NEW PORT] java/eclipse-datatools: Datatools for eclipse >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: Sun Apr 01 22:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD exxodus.fedaykin.here 6.2-STABLE FreeBSD 6.2-STABLE #2: Sat Mar 17 03:59:53 BRT 2007 >Description: I am submitting this one to the freebsd-eclipse team for review. I would also like the team to take over maintainership of the port since it is part of the eclipse infrastructure. [ excerpt from developer's www site with modifications ] The Data Tools Platform (DTP) project will include extensible frameworks and exemplary tools, enabling a diverse set of plug-in offerings specific to particular data-centric technologies and supported by the DTP ecosystem. In the spirit of Eclipse, will be guided by the following values: + Vendor neutrality + Extensibility + Community Involvement + Transparency + Agile development WWW: http://www.eclipse.org/datatools/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- eclipse-datatools-0.9.1.shar 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-datatools # eclipse-datatools/Makefile # eclipse-datatools/distinfo # eclipse-datatools/pkg-descr # eclipse-datatools/Makefile.master-sites # echo c - eclipse-datatools mkdir -p eclipse-datatools > /dev/null 2>&1 echo x - eclipse-datatools/Makefile sed 's/^X//' >eclipse-datatools/Makefile << 'END-of-eclipse-datatools/Makefile' X# New ports collection makefile for: eclipse-datatools X# Date created: Dom 1 Abr 2007 22:18:17 UTC X# Whom: Mario Sergio Fujikawa Ferreira X# X# $FreeBSD$ X# X XPORTNAME= datatools XPORTVERSION= 0.9.1 XCATEGORIES= java devel databases XMASTER_SITE_SUBDIR= ${PORTVERSION} XPKGNAMEPREFIX= eclipse- XDISTNAME= dtp_${PORTVERSION} XDIST_SUBDIR= eclipse X XMAINTAINER= freebsd-eclipse@FreeBSD.org XCOMMENT= Datatools for eclipse X XRUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ X ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.2.1.v200609210005/feature.xml:${PORTSDIR}/java/eclipse-emf \ X ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.2.2.v20070208/feature.xml:${PORTSDIR}/java/eclipse-gef 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 X X.include "${.CURDIR}/Makefile.master-sites" X X.include END-of-eclipse-datatools/Makefile echo x - eclipse-datatools/distinfo sed 's/^X//' >eclipse-datatools/distinfo << 'END-of-eclipse-datatools/distinfo' XMD5 (eclipse/dtp_0.9.1.zip) = 91af6fda7e701e6dc710c8076d287060 XSHA256 (eclipse/dtp_0.9.1.zip) = 522ddf55b34f6e86fe4cbcde3e49bb8a1a6430b01a5d843353e12d73da6cb4e6 XSIZE (eclipse/dtp_0.9.1.zip) = 5381774 END-of-eclipse-datatools/distinfo echo x - eclipse-datatools/pkg-descr sed 's/^X//' >eclipse-datatools/pkg-descr << 'END-of-eclipse-datatools/pkg-descr' X[ excerpt from developer's www site with modifications ] X XThe Data Tools Platform (DTP) project will include extensible Xframeworks and exemplary tools, enabling a diverse set of plug-in Xofferings specific to particular data-centric technologies and Xsupported by the DTP ecosystem. In the spirit of Eclipse, will be Xguided by the following values: X X+ Vendor neutrality X+ Extensibility X+ Community Involvement X+ Transparency X+ Agile development X XWWW: http://www.eclipse.org/datatools/ END-of-eclipse-datatools/pkg-descr echo x - eclipse-datatools/Makefile.master-sites sed 's/^X//' >eclipse-datatools/Makefile.master-sites << 'END-of-eclipse-datatools/Makefile.master-sites' XMASTER_SITES+= \ X http://download.actuatechina.com/eclipse/datatools/downloads/%SUBDIR%/ \ X http://mirrors.nsa.co.il/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp.jaist.ac.jp/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X ftp://ftp.u-aizu.ac.jp/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X http://mirrors.gamevil.com/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X http://mirror.in.th/eclipse/datatools/downloads/%SUBDIR%/ \ X http://mirror.pacific.net.au/eclipse/datatools/downloads/%SUBDIR%/ \ X http://eclipse.planetmirror.com/datatools/downloads/%SUBDIR%/ \ X http://eclipse.prolet.org/datatools/downloads/%SUBDIR%/ \ X http://ftp.sh.cvut.cz/MIRRORS/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp.ntua.gr/mirror/eclipse/datatools/downloads/%SUBDIR%/ \ X http://eclipse.i-logic.hu//datatools/downloads/%SUBDIR%/ \ X ftp://mirror.isir.is/eclipse/datatools/downloads/%SUBDIR%/ \ X http://rm.mirror.garr.it/mirrors/eclipse/datatools/downloads/%SUBDIR%/ \ X ftp://ftp.uninett.no/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X ftp://ftp.man.szczecin.pl/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp.roedu.net/mirrors/eclipse.org/datatools/downloads/%SUBDIR%/ \ X ftp://mirror.mix.su/eclipse/datatools/downloads/%SUBDIR%/ \ X http://mirror.switch.ch/eclipse/datatools/downloads/%SUBDIR%/ \ X http://eclipse.ulak.net.tr/eclipseMirror/datatools/downloads/%SUBDIR%/ \ X http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/datatools/downloads/%SUBDIR%/ \ X http://mirrors.cat.pdx.edu/eclipse/datatools/downloads/%SUBDIR%/ \ X http://www.gtlib.gatech.edu/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X http://mirrors.ibiblio.org/pub/mirrors/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp.ussg.iu.edu/eclipse/datatools/downloads/%SUBDIR%/ \ X http://ftp.osuosl.org/pub/eclipse/datatools/downloads/%SUBDIR%/ \ X ftp://ftp.cse.buffalo.edu/pub/Eclipse/datatools/downloads/%SUBDIR%/ \ X ftp://ftp.cise.ufl.edu/pub/mirrors/eclipse/datatools/downloads/%SUBDIR%/ \ X http://download.eclipse.org/datatools/downloads/%SUBDIR%/ END-of-eclipse-datatools/Makefile.master-sites exit --- eclipse-datatools-0.9.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: