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