Add subversion r727, a version control system. This is a placebo until the
subversion developers decide they want to get subversion more exposure. So this port basically does nothing but point people at a location where they can get the maintainer's latest work. RESTRICTED is to keep it from being used anywhere, anyhow, and in any way, in addition to the other NO_*.
This commit is contained in:
parent
c9948e7561
commit
54d616646b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53081
@ -617,6 +617,7 @@
|
||||
SUBDIR += str
|
||||
SUBDIR += strace
|
||||
SUBDIR += styx
|
||||
SUBDIR += subversion
|
||||
SUBDIR += swarm
|
||||
SUBDIR += swigruby
|
||||
SUBDIR += t1lib
|
||||
|
44
devel/subversion-devel/Makefile
Normal file
44
devel/subversion-devel/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: subversion
|
||||
# Date created: 10 September 2001
|
||||
# Whom: rooneg@electricjellyfish.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= r727
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= rooneg@electricjellyfish.net
|
||||
|
||||
NO_BUILD= nothing to build
|
||||
NO_INSTALL= nothing to install
|
||||
NO_CDROM= nothing to ship
|
||||
NO_PACKAGE= nothing to package here yet
|
||||
|
||||
RESTRICTED= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${ECHO} "*************************************************************"
|
||||
@${ECHO}
|
||||
@${ECHO} "The current release of the FreeBSD port of Subversion is"
|
||||
@${ECHO} "available from http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO} "and from the main Subversion svn repository at"
|
||||
@${ECHO} "http://svn.collab.net/repos/svn. By request of its"
|
||||
@${ECHO} "developers it is not being distributed with the ports tree"
|
||||
@${ECHO} "until the project makes its first beta release."
|
||||
@${ECHO}
|
||||
@${ECHO} "THERE IS NOTHING TO BUILD HERE. USE THIS:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO}
|
||||
@${ECHO} "Check out Subversion's website too:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://subversion.tigris.org/"
|
||||
@${ECHO}
|
||||
@${ECHO} "*************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/subversion-devel/pkg-comment
Normal file
1
devel/subversion-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Version control system
|
4
devel/subversion-devel/pkg-descr
Normal file
4
devel/subversion-devel/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Subversion is a version control system designed to be as similar to cvs(1)
|
||||
as possible, while fixing many outstanding problems with cvs(1).
|
||||
|
||||
WWW: http://subversion.tigris.org/
|
1
devel/subversion-devel/pkg-plist
Normal file
1
devel/subversion-devel/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment "this port is a placeholder, and installs no files."
|
44
devel/subversion-freebsd/Makefile
Normal file
44
devel/subversion-freebsd/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: subversion
|
||||
# Date created: 10 September 2001
|
||||
# Whom: rooneg@electricjellyfish.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= r727
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= rooneg@electricjellyfish.net
|
||||
|
||||
NO_BUILD= nothing to build
|
||||
NO_INSTALL= nothing to install
|
||||
NO_CDROM= nothing to ship
|
||||
NO_PACKAGE= nothing to package here yet
|
||||
|
||||
RESTRICTED= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${ECHO} "*************************************************************"
|
||||
@${ECHO}
|
||||
@${ECHO} "The current release of the FreeBSD port of Subversion is"
|
||||
@${ECHO} "available from http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO} "and from the main Subversion svn repository at"
|
||||
@${ECHO} "http://svn.collab.net/repos/svn. By request of its"
|
||||
@${ECHO} "developers it is not being distributed with the ports tree"
|
||||
@${ECHO} "until the project makes its first beta release."
|
||||
@${ECHO}
|
||||
@${ECHO} "THERE IS NOTHING TO BUILD HERE. USE THIS:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO}
|
||||
@${ECHO} "Check out Subversion's website too:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://subversion.tigris.org/"
|
||||
@${ECHO}
|
||||
@${ECHO} "*************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/subversion-freebsd/pkg-comment
Normal file
1
devel/subversion-freebsd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Version control system
|
4
devel/subversion-freebsd/pkg-descr
Normal file
4
devel/subversion-freebsd/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Subversion is a version control system designed to be as similar to cvs(1)
|
||||
as possible, while fixing many outstanding problems with cvs(1).
|
||||
|
||||
WWW: http://subversion.tigris.org/
|
1
devel/subversion-freebsd/pkg-plist
Normal file
1
devel/subversion-freebsd/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment "this port is a placeholder, and installs no files."
|
44
devel/subversion/Makefile
Normal file
44
devel/subversion/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: subversion
|
||||
# Date created: 10 September 2001
|
||||
# Whom: rooneg@electricjellyfish.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= r727
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= rooneg@electricjellyfish.net
|
||||
|
||||
NO_BUILD= nothing to build
|
||||
NO_INSTALL= nothing to install
|
||||
NO_CDROM= nothing to ship
|
||||
NO_PACKAGE= nothing to package here yet
|
||||
|
||||
RESTRICTED= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${ECHO} "*************************************************************"
|
||||
@${ECHO}
|
||||
@${ECHO} "The current release of the FreeBSD port of Subversion is"
|
||||
@${ECHO} "available from http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO} "and from the main Subversion svn repository at"
|
||||
@${ECHO} "http://svn.collab.net/repos/svn. By request of its"
|
||||
@${ECHO} "developers it is not being distributed with the ports tree"
|
||||
@${ECHO} "until the project makes its first beta release."
|
||||
@${ECHO}
|
||||
@${ECHO} "THERE IS NOTHING TO BUILD HERE. USE THIS:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO}
|
||||
@${ECHO} "Check out Subversion's website too:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://subversion.tigris.org/"
|
||||
@${ECHO}
|
||||
@${ECHO} "*************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/subversion/pkg-comment
Normal file
1
devel/subversion/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Version control system
|
4
devel/subversion/pkg-descr
Normal file
4
devel/subversion/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Subversion is a version control system designed to be as similar to cvs(1)
|
||||
as possible, while fixing many outstanding problems with cvs(1).
|
||||
|
||||
WWW: http://subversion.tigris.org/
|
1
devel/subversion/pkg-plist
Normal file
1
devel/subversion/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment "this port is a placeholder, and installs no files."
|
44
devel/subversion16/Makefile
Normal file
44
devel/subversion16/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: subversion
|
||||
# Date created: 10 September 2001
|
||||
# Whom: rooneg@electricjellyfish.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= subversion
|
||||
PORTVERSION= r727
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= rooneg@electricjellyfish.net
|
||||
|
||||
NO_BUILD= nothing to build
|
||||
NO_INSTALL= nothing to install
|
||||
NO_CDROM= nothing to ship
|
||||
NO_PACKAGE= nothing to package here yet
|
||||
|
||||
RESTRICTED= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${ECHO} "*************************************************************"
|
||||
@${ECHO}
|
||||
@${ECHO} "The current release of the FreeBSD port of Subversion is"
|
||||
@${ECHO} "available from http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO} "and from the main Subversion svn repository at"
|
||||
@${ECHO} "http://svn.collab.net/repos/svn. By request of its"
|
||||
@${ECHO} "developers it is not being distributed with the ports tree"
|
||||
@${ECHO} "until the project makes its first beta release."
|
||||
@${ECHO}
|
||||
@${ECHO} "THERE IS NOTHING TO BUILD HERE. USE THIS:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://electricjellyfish.net/subversion.tar.gz"
|
||||
@${ECHO}
|
||||
@${ECHO} "Check out Subversion's website too:"
|
||||
@${ECHO}
|
||||
@${ECHO} " http://subversion.tigris.org/"
|
||||
@${ECHO}
|
||||
@${ECHO} "*************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/subversion16/pkg-comment
Normal file
1
devel/subversion16/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Version control system
|
4
devel/subversion16/pkg-descr
Normal file
4
devel/subversion16/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Subversion is a version control system designed to be as similar to cvs(1)
|
||||
as possible, while fixing many outstanding problems with cvs(1).
|
||||
|
||||
WWW: http://subversion.tigris.org/
|
1
devel/subversion16/pkg-plist
Normal file
1
devel/subversion16/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment "this port is a placeholder, and installs no files."
|
Loading…
Reference in New Issue
Block a user