Index of /freebsd/csup
Name Last modified Size Description
Parent Directory 17-Oct-2015 17:27 -
main.h 08-Feb-2004 09:23 1k
attrstack.h 18-Jan-2006 12:11 2k
detailer.h 27-Jan-2006 12:13 2k
lister.h 27-Jan-2006 12:13 2k
updater.h 27-Jan-2006 12:13 2k
fattr_bsd.h 30-Jan-2006 12:36 2k
fattr_posix.h 30-Jan-2006 12:36 2k
attrstack.c 09-Feb-2006 17:24 2k
stream.h 10-Feb-2006 13:18 3k
stream.c 10-Feb-2006 20:17 24k
fixups.c 17-Feb-2006 12:05 5k
fixups.h 17-Feb-2006 12:05 2k
keyword.h 18-Feb-2006 05:41 2k
diff.h 18-Feb-2006 05:44 2k
detailer.c 22-Feb-2006 16:27 9k
mux.h 22-Feb-2006 16:27 2k
threads.c 22-Feb-2006 16:27 5k
threads.h 22-Feb-2006 16:27 2k
fattr.h 25-Feb-2006 17:46 4k
pathcomp.c 25-Feb-2006 23:31 4k
pathcomp.h 25-Feb-2006 23:31 2k
status.h 25-Feb-2006 23:31 3k
status.c 26-Feb-2006 15:34 19k
parse.y 28-Feb-2006 21:29 2k
fnmatch.c 28-Feb-2006 22:11 6k
fnmatch.h 28-Feb-2006 22:11 3k
globtree.h 28-Feb-2006 22:11 2k
proto.h 28-Feb-2006 23:33 2k
keyword.c 02-Mar-2006 12:40 12k
idcache.h 05-Mar-2006 19:32 2k
misc.c 06-Mar-2006 20:43 10k
token.h 06-Mar-2006 21:13 2k
token.l 06-Mar-2006 21:13 2k
config.c 07-Mar-2006 06:14 15k
TODO 07-Mar-2006 07:02 1k
config.h 07-Mar-2006 07:02 4k
main.c 07-Mar-2006 07:02 9k
updater.c 07-Mar-2006 07:02 26k
csup.1 07-Mar-2006 07:11 24k
idcache.c 07-Mar-2006 14:04 11k
Makefile 07-Mar-2006 14:10 1k
lister.c 09-Mar-2006 11:34 12k
fattr.c 13-Mar-2006 16:56 21k
globtree.c 18-May-2006 11:29 9k
misc.h 18-May-2006 11:29 4k
queue.h 11-Jul-2006 13:44 7k
mux.c 13-Oct-2006 20:48 26k
proto.c 13-Oct-2006 20:55 25k
build.log 19-Apr-2009 00:39 1k
GNUmakefile 20-Apr-2009 00:42 2k
diff.c 20-Apr-2009 00:42 5k
attrstack.o 20-Apr-2009 00:46 4k
parse.c 20-Apr-2009 00:46 42k
parse.h 20-Apr-2009 00:46 2k
config.o 20-Apr-2009 00:46 22k
detailer.o 20-Apr-2009 00:46 13k
diff.o 20-Apr-2009 00:46 8k
fattr.o 20-Apr-2009 00:46 28k
fixups.o 20-Apr-2009 00:46 8k
fnmatch.o 20-Apr-2009 00:46 7k
globtree.o 20-Apr-2009 00:46 9k
idcache.o 20-Apr-2009 00:46 12k
keyword.o 20-Apr-2009 00:46 18k
lister.o 20-Apr-2009 00:46 16k
main.o 20-Apr-2009 00:46 17k
misc.o 20-Apr-2009 00:46 21k
mux.o 20-Apr-2009 00:46 30k
parse.o 20-Apr-2009 00:46 8k
pathcomp.o 20-Apr-2009 00:46 6k
proto.o 20-Apr-2009 00:46 40k
status.o 20-Apr-2009 00:46 23k
stream.o 20-Apr-2009 00:46 31k
threads.o 20-Apr-2009 00:46 8k
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.