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