Port details |
- cvsup-mirror A kit for easily setting up a FreeBSD mirror site using CVSup
- 1.3_8 net
=36 1.3_8Version of this port present on the latest quarterly branch.
- DEPRECATED: all repos gone
This port expired on: 2014-05-26 IS INTERACTIVE: true
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2014-06-01 20:17:15
- SVN Revision: 356171
- People watching this port, also watch:: nmap, rsync, unzip, wget
- License: not specified in port
- WWW:
- http://www.cvsup.org/
- Description:
- This is the CVSup Mirror Kit, an easy way to set up a FreeBSD mirror
site. When you type "make", it asks you a few questions about
which files you want to mirror, where you want to put them on your
disks, where you want to update them from, etc. After a "make
install" your system will then be running as a nearly self-maintaining
FreeBSD mirror site. It will even update its own configuration
files from the master site automatically.
This kit is not for people who just want to keep their own files
up to date with CVSup. It is for people who wish to run servers
that distribute the FreeBSD sources to others.
This port requires CVSup version 15.3 or later.
WWW: http://www.cvsup.org/
jdp@FreeBSD.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- cvsup-mirror>0:net/cvsup-mirror
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: NO_PACKAGE = too interactive
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- cvsupd : net/cvsup-without-gui
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_8 01 Jun 2014 20:17:15 |
rene |
Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecated |
1.3_8 01 Jun 2014 18:51:29 |
brooks |
Exports of the src repo were disabled May 26, 2014 so this port no longer
serves a purpose. Set a retroactive expiration date.
Approved by: portmgr (implicit) |
1.3_8 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.3_8 05 Feb 2013 13:21:34 |
eadler |
Apperently some mirrors rely on this piece of software.
Submitted by: beat, wxs |
1.3_8 05 Feb 2013 07:06:31 |
bapt |
Bring the expiration date back to the futur |
1.3_8 05 Feb 2013 03:54:05 |
eadler |
- Deprecate
- Trim header |
1.3_8 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.3_8 17 Jul 2012 14:35:18 |
wxs |
Now that I'm not keeping a local cvs mirror, drop this port. |
1.3_8 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.3_8 27 Mar 2010 06:14:03 |
dougb |
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name. |
1.3_8 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.3_8 07 Apr 2009 16:53:04 |
wxs |
- Don't compress cvsup.log by default.
PR: ports/133030
Submitted by: delphij@ |
1.3_7 13 Mar 2008 21:31:02 |
wxs |
RC script now supports _flags variable. Comments available in the RC
script.
PR: ports/108847
Submitted by: Dan Langille <dan@langille.org>
Approved by: garga (mentor) |
1.3_6 03 Mar 2008 23:41:58 |
linimon |
jdp has returned his commit bit. We thank him for many years of service
in maintaining these ports. |
1.3_6 29 Jul 2007 20:45:28 |
kris |
Retire obsolete USA_RESIDENT (dating to the bad old days of crypto export
controls and RSAref). nenscript was abusing this variable to enable
US-style paper size and date format, so just revert to the default for now. |
1.3_6 31 Jan 2007 18:11:22 |
jdp |
Use RC_SUBR_SUFFIX.
Submitted by: Rong-En Fan |
1.3_6 29 Jan 2007 01:13:35 |
jdp |
Fix bug: When the net/cvsup-mirror port is installed on a system
with OSVERSION >= 600101, the update.sh script is unable to start
PREFIX/etc/rc.d/cvsupd.sh script, as it doesn't exist. Instead the
cvsupd.sh script is named cvsupd on systems with OSVERSION >=
600101.
PR: ports/108483
Submitted by: Scot Hetzel |
1.3_5 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.3_5 02 Jan 2006 10:05:11 |
edwin |
[PATCH] net/cvsup-mirror: add some install time options for update.sh
Add following install time options for update.sh
- Whether or not /var/log/cvsup.log is rotated when update.sh
is invoked.
- Maximum number of log files.
- Wheter or not old log file is gzipped after rotated.
PR: ports/81598
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Not objected by: jdp@FreeBSD.org |
1.3_4 09 Dec 2005 14:49:43 |
pav |
- Provide rcNG startup script
PR: ports/89316
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: maintainer timeout (jpd; 19 days) |
1.3_3 05 Aug 2004 23:37:47 |
jdp |
Fix two bugs in scripts.
1. If update.sh failed to determine the PREFIX, it didn't realize it
had failed. This is arguably caused by a shell bug in processing
the statement
export PREFIX=$(expr $0 : "\(/.*\)/etc/cvsup/update\.sh\$")
This statement always succeeds even if the "expr" command fails.
Moving the "export" to a separate statement makes it work.
2. If the system had no "/home" directory, the pkg-install script
would create it with mode 0700, making ~cvsupin inaccessible to its
owner. A user ran into this bug when installing cvsup-mirror into a
jail. |
1.3_2 17 Mar 2004 11:23:04 |
mat |
Ok, fix it once more, I swear I won't be doint sh scripts for a while
Pointy Hat To: me (I still have it, don't search) |
1.3_1 17 Mar 2004 07:17:57 |
mat |
Corrected silly sh error
PORTREVISION bumped
Pointy Hat To: me |
1.3 16 Mar 2004 17:35:06 |
mat |
Update to 1.3, allow to add increase history and to compress logs easily
Approved by: jdp (maintainer) |
1.2_1 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2_1 11 Nov 2002 17:21:29 |
jdp |
Put core dumps and crash output (cvsupd.out) into /var/run instead
of /var/tmp. Create cvsupd.out with mode 644 if it doesn't already
exist. Bump PORTREVISION.
Suggested by: Joshua Goodall <joshua@roughtrade.net> |
1.2 30 Aug 2002 19:45:57 |
jdp |
Update the URL for CVSup. |
15 Jan 2002 05:13:57 |
jdp |
Depend on the GUI-less port of CVSup. |
21 Jul 2001 19:45:53 |
jdp |
Update ports which depend on cvsup-bin or cvsupd-bin to use the cvsup port
instead. I am removing the *-bin ports. |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
13 Sep 2000 19:11:50 |
jdp |
Set the umask explicitly to 002 in the supfile. This prevents permission
problems in case "/etc/profile" sets it to something else. |
09 Jul 2000 18:57:33 |
jdp |
Update the cvsup-mirror port to reflect the fact that crypto isn't a special
case any more. |
03 Jul 2000 23:57:55 |
jdp |
Remove src-crypto-rsa. It doesn't exist any more. |
29 Jun 2000 15:21:34 |
ache |
Add src-crypto-rsa |
21 Jun 2000 06:00:15 |
jdp |
Add "exec" to the beginning of commands passed to "su ... -c ...". With some
shells (csh in particular) this eliminates a useless process waiting for the
command to finish. |