aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules1
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/Subversive/Makefile34
-rw-r--r--devel/Subversive/distinfo3
-rw-r--r--devel/Subversive/pkg-descr19
6 files changed, 1 insertions, 58 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index f48993c1c268..2537981fa8a9 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -127,7 +127,6 @@ SoXt ports/x11-toolkits/SoXt
Sockets ports/net/Sockets
Sockets-devel ports/net/Sockets-devel
SpecTcl ports/devel/SpecTcl
-Subversive ports/devel/Subversive
Tee ports/sysutils/Tee
TenDRA ports/lang/TenDRA
Terminal ports/x11/Terminal
diff --git a/MOVED b/MOVED
index 0426505a654c..49be9a2d85c1 100644
--- a/MOVED
+++ b/MOVED
@@ -2827,3 +2827,4 @@ lang/ruby16||2007-02-13|Port passed expiry date and was removed.
lang/ruby16-shim-ruby18||2007-02-13|Port passed expiry date and was removed.
lang/ruby16_static||2007-02-13|Port passed expiry date and was removed.
lang/ruby18_static||2007-02-13|Port passed expiry date and was removed.
+devel/Subversive|devel/subversive|2007-02-16|Normalize port name
diff --git a/devel/Makefile b/devel/Makefile
index 9c2899beea84..441acb05b531 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8,7 +8,6 @@
SUBDIR += ORBit2
SUBDIR += ORBit2-reference
SUBDIR += SpecTcl
- SUBDIR += Subversive
SUBDIR += ZendOptimizer
SUBDIR += a2dev
SUBDIR += aap
diff --git a/devel/Subversive/Makefile b/devel/Subversive/Makefile
deleted file mode 100644
index 9167feaaeaef..000000000000
--- a/devel/Subversive/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: Subversive
-# Date created: 14 Feb 2007
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Subversive
-DISTVERSION= 1.1.0.RC5
-CATEGORIES= devel java
-MASTER_SITES= http://www.polarion.org/projects/subversive/download/1.1/builds/
-DISTNAME= ${PORTNAME}_${DISTVERSION}-LocalUpdateSite
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= An Eclipse plug-in that provides Subversion support
-
-RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
- svn:${PORTSDIR}/devel/subversion
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-USE_ZIP= yes
-USE_JAVA= yes
-JAVA_VERSION= 1.4+
-JAVA_OS= native
-
-do-install:
- @${MKDIR} ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
- @(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) | \
- ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/devel/Subversive/distinfo b/devel/Subversive/distinfo
deleted file mode 100644
index 4e5b69607915..000000000000
--- a/devel/Subversive/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Subversive_1.1.0.RC5-LocalUpdateSite.zip) = d054727a6b6eb1b42c51ce2dc2e4058d
-SHA256 (Subversive_1.1.0.RC5-LocalUpdateSite.zip) = d8e025a3a14787c7d204a8713fa662003c6af5f1f1f41300951e73a57c913b57
-SIZE (Subversive_1.1.0.RC5-LocalUpdateSite.zip) = 6275463
diff --git a/devel/Subversive/pkg-descr b/devel/Subversive/pkg-descr
deleted file mode 100644
index d8c42630fc3b..000000000000
--- a/devel/Subversive/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-The Subversive project is a brand new Eclipse plug-in that provides
-Subversion support. From a user point of view, Subversive provides
-Subversion support similar to CVS support, which is already part of
-the standard Eclipse platform.
-
-The main use cases, which are familiar to CVS users, are:
- * Connection to the repository using different connection types
- * Repository browsing
- * Check-out
- * Synchronization
- * Commiting
- * Update
- * Resolving conflicts
- * Adding to the list of ignored resources
-
-WWW: http://www.polarion.org/index.php?page=overview&project=subversive
-
-- Alex Dupre
-ale@FreeBSD.org