diff options
Diffstat (limited to 'java/eclipse-datatools')
-rw-r--r-- | java/eclipse-datatools/Makefile | 32 | ||||
-rw-r--r-- | java/eclipse-datatools/distinfo | 2 | ||||
-rw-r--r-- | java/eclipse-datatools/pkg-descr | 15 |
3 files changed, 0 insertions, 49 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile deleted file mode 100644 index 048b11f24643..000000000000 --- a/java/eclipse-datatools/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= datatools -PORTVERSION= 1.12 -PORTREVISION= 1 -CATEGORIES= java devel databases -MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/,} -MASTER_SITE_SUBDIR=datatools/downloads/${PORTVERSION} -PKGNAMEPREFIX= eclipse- -DISTNAME= dtp-sdk_${PORTVERSION}.0 -DIST_SUBDIR= eclipse - -MAINTAINER= ljboiler@gmail.com -COMMENT= Data Tools Platform for the Eclipse IDE - -BROKEN= plugin is obsolete or malfunctioning with latest eclipse -DEPRECATED= evaluation recommendation is to remove rather than update -EXPIRATION_DATE= 2015-04-18 - -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ - eclipse-emf>0:${PORTSDIR}/java/eclipse-emf \ - eclipse-gef>0:${PORTSDIR}/java/eclipse-gef - -LICENSE= EPL - -WRKSRC= ${WRKDIR}/eclipse -USES= zip - -.include "${.CURDIR}/../eclipse/Makefile.plugins" - -.include <bsd.port.mk> diff --git a/java/eclipse-datatools/distinfo b/java/eclipse-datatools/distinfo deleted file mode 100644 index be1f4b9c7112..000000000000 --- a/java/eclipse-datatools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (eclipse/dtp-sdk_1.12.0.zip) = f30426a80a42ccb7d8ca45d7fbdca769093a69e71cc371b0e3ce2a6ab68a0e96 -SIZE (eclipse/dtp-sdk_1.12.0.zip) = 27562380 diff --git a/java/eclipse-datatools/pkg-descr b/java/eclipse-datatools/pkg-descr deleted file mode 100644 index e949774f7896..000000000000 --- a/java/eclipse-datatools/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -[ 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/ |