mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove Subversive in favour of subversive.
This commit is contained in:
parent
7563fe2a8b
commit
fb36f37138
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185288
1
MOVED
1
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
|
||||
|
@ -8,7 +8,6 @@
|
||||
SUBDIR += ORBit2
|
||||
SUBDIR += ORBit2-reference
|
||||
SUBDIR += SpecTcl
|
||||
SUBDIR += Subversive
|
||||
SUBDIR += ZendOptimizer
|
||||
SUBDIR += a2dev
|
||||
SUBDIR += aap
|
||||
|
@ -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>
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user