diff options
author | glewis <glewis@FreeBSD.org> | 2010-07-17 10:15:47 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2010-07-17 10:15:47 +0800 |
commit | 5fe23d2f43c72bd5ae513fee6126c8782a42a9a0 (patch) | |
tree | 5cac3925c31308ed6cab384755228abc6df8e270 | |
parent | 557742c86e6dd11f22efd3b472c3242a69a9a707 (diff) | |
download | freebsd-ports-gnome-5fe23d2f43c72bd5ae513fee6126c8782a42a9a0.tar.gz freebsd-ports-gnome-5fe23d2f43c72bd5ae513fee6126c8782a42a9a0.tar.zst freebsd-ports-gnome-5fe23d2f43c72bd5ae513fee6126c8782a42a9a0.zip |
. Remove deprecated port eclipse-v4all which was scheduled for removal
2010-06-08.
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/eclipse-v4all/Makefile | 33 | ||||
-rw-r--r-- | java/eclipse-v4all/distinfo | 3 | ||||
-rw-r--r-- | java/eclipse-v4all/pkg-descr | 7 | ||||
-rw-r--r-- | java/eclipse-v4all/pkg-plist | 15 |
5 files changed, 0 insertions, 59 deletions
diff --git a/java/Makefile b/java/Makefile index 9ffc4a3376e3..1765f1edf598 100644 --- a/java/Makefile +++ b/java/Makefile @@ -50,7 +50,6 @@ SUBDIR += eclipse-sqlexplorer SUBDIR += eclipse-sysdeo-tomcat SUBDIR += eclipse-uml - SUBDIR += eclipse-v4all SUBDIR += eclipse-vep SUBDIR += eclipse-vep-examples SUBDIR += eclipse-viplugin diff --git a/java/eclipse-v4all/Makefile b/java/eclipse-v4all/Makefile deleted file mode 100644 index 3d00535e011e..000000000000 --- a/java/eclipse-v4all/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: eclipse-v4all -# Date created: Mon Mar 14 05:39:49 GMT 2005 -# Whom: wes@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= v4all -PORTVERSION= 2.1.1.9 -PORTREVISION= 4 -CATEGORIES= java devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_2_1_1_9 -DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} - -MAINTAINER= wes@freebsd.org -COMMENT= An Eclipse Plugin for Designing Java Swing & SWT GUIs - -DEPRECATED= Not useful with Eclipse 3.x -EXPIRATION_DATE=2010-06-08 - -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse - -NO_BUILD= yes -USE_ZIP= yes -WRKSRC= ${WRKDIR} - -ECLIPSE= ${PREFIX}/eclipse - -do-install: - @${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features - @${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins - -.include <bsd.port.mk> diff --git a/java/eclipse-v4all/distinfo b/java/eclipse-v4all/distinfo deleted file mode 100644 index c3fdd4b35bd7..000000000000 --- a/java/eclipse-v4all/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (v4all_2_1_1_9.zip) = 86625db7b52d00f6f7ae228948391ec0 -SHA256 (v4all_2_1_1_9.zip) = 6f6d244170f66c903fd60b65ae2f91e6f4e88bef6212145c8f96798864981ae4 -SIZE (v4all_2_1_1_9.zip) = 2117197 diff --git a/java/eclipse-v4all/pkg-descr b/java/eclipse-v4all/pkg-descr deleted file mode 100644 index cf278f28a1f2..000000000000 --- a/java/eclipse-v4all/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -V4ALL Eclipse GUI Designer - -An Eclipse Plugin for Designing Java Swing & SWT GUIs and generating -the code. The design model has XML format and is rather abstract -and not tightly coupled with the generated target API. - -WWW: http://sourceforge.net/projects/v4all/ diff --git a/java/eclipse-v4all/pkg-plist b/java/eclipse-v4all/pkg-plist deleted file mode 100644 index 2b2d8352c7f0..000000000000 --- a/java/eclipse-v4all/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -eclipse/features/org.eclipse.v4all.feature_2.1.1.9/cpl-v10.html -eclipse/features/org.eclipse.v4all.feature_2.1.1.9/feature.properties -eclipse/features/org.eclipse.v4all.feature_2.1.1.9/feature.xml -eclipse/features/org.eclipse.v4all.feature_2.1.1.9/license.html -eclipse/features/org.eclipse.v4all.feature_2.1.1.9/Thumbs.db -eclipse/features/org.eclipse.v4all.feature_2.1.1.9/V4ALL_update_120.gif -eclipse/plugins/org.eclipse.v4all_2.1.1.9/icons/Thumbs.db -eclipse/plugins/org.eclipse.v4all_2.1.1.9/icons/v4all.gif -eclipse/plugins/org.eclipse.v4all_2.1.1.9/plugin.properties -eclipse/plugins/org.eclipse.v4all_2.1.1.9/plugin.xml -eclipse/plugins/org.eclipse.v4all_2.1.1.9/v4all.jar -@dirrm eclipse/features/org.eclipse.v4all.feature_2.1.1.9/ -@dirrm eclipse/plugins/org.eclipse.v4all_2.1.1.9/icons/ -@dirrm eclipse/plugins/org.eclipse.v4all_2.1.1.9/temp/ -@dirrm eclipse/plugins/org.eclipse.v4all_2.1.1.9/ |