Index of /freebsd/csup
Name Last modified Size Description
Parent Directory 17-Oct-2015 17:27 -
parse.c 20-Apr-2009 00:46 42k
proto.o 20-Apr-2009 00:46 40k
stream.o 20-Apr-2009 00:46 31k
mux.o 20-Apr-2009 00:46 30k
fattr.o 20-Apr-2009 00:46 28k
mux.c 13-Oct-2006 20:48 26k
updater.c 07-Mar-2006 07:02 26k
proto.c 13-Oct-2006 20:55 25k
stream.c 10-Feb-2006 20:17 24k
csup.1 07-Mar-2006 07:11 24k
status.o 20-Apr-2009 00:46 23k
config.o 20-Apr-2009 00:46 22k
fattr.c 13-Mar-2006 16:56 21k
misc.o 20-Apr-2009 00:46 21k
status.c 26-Feb-2006 15:34 19k
keyword.o 20-Apr-2009 00:46 18k
main.o 20-Apr-2009 00:46 17k
lister.o 20-Apr-2009 00:46 16k
config.c 07-Mar-2006 06:14 15k
detailer.o 20-Apr-2009 00:46 13k
idcache.o 20-Apr-2009 00:46 12k
keyword.c 02-Mar-2006 12:40 12k
lister.c 09-Mar-2006 11:34 12k
idcache.c 07-Mar-2006 14:04 11k
misc.c 06-Mar-2006 20:43 10k
globtree.o 20-Apr-2009 00:46 9k
detailer.c 22-Feb-2006 16:27 9k
main.c 07-Mar-2006 07:02 9k
globtree.c 18-May-2006 11:29 9k
parse.o 20-Apr-2009 00:46 8k
diff.o 20-Apr-2009 00:46 8k
threads.o 20-Apr-2009 00:46 8k
fixups.o 20-Apr-2009 00:46 8k
queue.h 11-Jul-2006 13:44 7k
fnmatch.o 20-Apr-2009 00:46 7k
fnmatch.c 28-Feb-2006 22:11 6k
pathcomp.o 20-Apr-2009 00:46 6k
diff.c 20-Apr-2009 00:42 5k
threads.c 22-Feb-2006 16:27 5k
fixups.c 17-Feb-2006 12:05 5k
fattr.h 25-Feb-2006 17:46 4k
pathcomp.c 25-Feb-2006 23:31 4k
misc.h 18-May-2006 11:29 4k
attrstack.o 20-Apr-2009 00:46 4k
config.h 07-Mar-2006 07:02 4k
stream.h 10-Feb-2006 13:18 3k
status.h 25-Feb-2006 23:31 3k
fnmatch.h 28-Feb-2006 22:11 3k
token.l 06-Mar-2006 21:13 2k
attrstack.c 09-Feb-2006 17:24 2k
parse.h 20-Apr-2009 00:46 2k
fattr_bsd.h 30-Jan-2006 12:36 2k
keyword.h 18-Feb-2006 05:41 2k
diff.h 18-Feb-2006 05:44 2k
parse.y 28-Feb-2006 21:29 2k
globtree.h 28-Feb-2006 22:11 2k
fattr_posix.h 30-Jan-2006 12:36 2k
proto.h 28-Feb-2006 23:33 2k
mux.h 22-Feb-2006 16:27 2k
fixups.h 17-Feb-2006 12:05 2k
token.h 06-Mar-2006 21:13 2k
pathcomp.h 25-Feb-2006 23:31 2k
idcache.h 05-Mar-2006 19:32 2k
attrstack.h 18-Jan-2006 12:11 2k
threads.h 22-Feb-2006 16:27 2k
GNUmakefile 20-Apr-2009 00:42 2k
detailer.h 27-Jan-2006 12:13 2k
updater.h 27-Jan-2006 12:13 2k
lister.h 27-Jan-2006 12:13 2k
TODO 07-Mar-2006 07:02 1k
main.h 08-Feb-2004 09:23 1k
Makefile 07-Mar-2006 14:10 1k
build.log 19-Apr-2009 00:39 1k
token.c 20-Apr-2009 00:46 0k
$FreeBSD: projects/csup/README,v 1.4 2006/02/18 11:56:27 mux Exp $
Authors
-------
CVSup was originally written in Modula-3 by
John Polstra <jdp@polstra.com>.
Csup is a rewrite of CVSup in C. It has been mostly written by
Maxime Henrion <mux@FreeBSD.org>.
A few contributors have helped him in his task and they are listed here in
alphabetical order :
Olivier Houchard <cognet@FreeBSD.org>
Ulf Lilleengen <lulf@kerneled.org>
Christoph Mathys <cmathys@bluewin.ch> (Google SoC Project)
Etienne Vidal <etienne.vidal@gmail.com>
Building & Installing
---------------------
Csup should build and run fine under any *BSD OS (that includes FreeBSD,
NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin. If you
have a problem building from source, drop me a mail!
There is one Makefile specifically tailored for *BSD systems named
Makefile and another one that is gmake-specific for Darwin and Linux
users named GNUmakefile. You don't really need to worry about that
since whatever your "make" command is, it should pick up the correct
Makefile.
As usual, to build the source code, just run "make". Once this is done,
just run "make install" to install the binary and manual page.
Be warned however that if the packaging system of your OS knows about
csup, it is certainly better to install it from there rather than by
hand, so that it can then be properly deinstalled.