FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:04 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
cvsup-mirror 1.3_8 net on this many watch lists=42 search for ports that depend on this port
Is Interactive IS INTERACTIVE: true
A kit for easily setting up a FreeBSD mirror site using CVSup
Maintained by: wxs@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


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
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: net/cvsup-without-gui

To install the port: cd /usr/ports/net/cvsup-mirror/ && make install clean

No package is available: too interactive


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
07 Apr 2009 17:53:04
Original commit files touched by this commit  1.3_8
wxs search for other commits by this committer
- Don't compress cvsup.log by default.

PR:             ports/133030
Submitted by:   delphij@
13 Mar 2008 21:31:02
Original commit files touched by this commit  1.3_7
wxs search for other commits by this committer
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)
03 Mar 2008 23:41:58
Original commit files touched by this commit  1.3_6
linimon search for other commits by this committer
jdp has returned his commit bit.  We thank him for many years of service
in maintaining these ports.
29 Jul 2007 21:45:28
Original commit files touched by this commit  1.3_6
kris search for other commits by this committer
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.
31 Jan 2007 18:11:22
Original commit files touched by this commit  1.3_6
jdp search for other commits by this committer
Use RC_SUBR_SUFFIX.

Submitted by:   Rong-En Fan
29 Jan 2007 01:13:35
Original commit files touched by this commit  1.3_6
jdp search for other commits by this committer
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
20 Feb 2006 20:47:50
Original commit files touched by this commit  1.3_5
dougb search for other commits by this committer
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.
02 Jan 2006 10:05:11
Original commit files touched by this commit  1.3_5
edwin search for other commits by this committer
[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
09 Dec 2005 14:49:43
Original commit files touched by this commit  1.3_4
pav search for other commits by this committer
- Provide rcNG startup script

PR:             ports/89316
Submitted by:   Petr Rehor <prehor@gmail.com>
Approved by:    maintainer timeout (jpd; 19 days)
06 Aug 2004 00:37:47
Original commit files touched by this commit  1.3_3
jdp search for other commits by this committer
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.
17 Mar 2004 11:23:04
Original commit files touched by this commit  1.3_2
mat search for other commits by this committer
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)
17 Mar 2004 07:17:57
Original commit files touched by this commit  1.3_1
mat search for other commits by this committer
Corrected silly sh error
PORTREVISION bumped

Pointy Hat To:  me
16 Mar 2004 17:35:06
Original commit files touched by this commit  1.3
mat search for other commits by this committer
Update to 1.3, allow to add increase history and to compress logs easily

Approved by:    jdp (maintainer)
07 Mar 2003 06:08:06
Original commit files touched by this commit  1.2_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
11 Nov 2002 17:21:29
Original commit files touched by this commit  1.2_1
jdp search for other commits by this committer
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>
30 Aug 2002 20:45:57
Original commit files touched by this commit  1.2
jdp search for other commits by this committer
Update the URL for CVSup.
15 Jan 2002 05:13:57
files touched by this commit
jdp search for other commits by this committer
Depend on the GUI-less port of CVSup.    
21 Jul 2001 20:45:53
files touched by this commit
jdp search for other commits by this committer
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 12:23:49
files touched by this commit
asami search for other commits by this committer
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 08:19:09
files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
13 Sep 2000 20:11:50
files touched by this commit
jdp search for other commits by this committer
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 19:57:33
files touched by this commit
jdp search for other commits by this committer
Update the cvsup-mirror port to reflect the fact that crypto isn't   a special
case any more.    
04 Jul 2000 00:57:55
files touched by this commit
jdp search for other commits by this committer
Remove src-crypto-rsa.  It doesn't exist any more.    
29 Jun 2000 16:21:34
files touched by this commit
ache search for other commits by this committer
Add src-crypto-rsa    
21 Jun 2000 07:00:15
files touched by this commit
jdp search for other commits by this committer
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.    

Number of commits found: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.331 seconds.