freebsd-nq/contrib/csup
Maxime Henrion 91be0d8ce3 Import today's csup sources to get the warning fix for queue.h. We
probably want to do something similar in sys/queue.h; it's bad to have
STAILQ_LAST() generate GCC warnings.
2006-03-03 18:45:12 +00:00
..
attrstack.c Initial import of csup. 2006-03-03 04:11:29 +00:00
attrstack.h Initial import of csup. 2006-03-03 04:11:29 +00:00
config.c Initial import of csup. 2006-03-03 04:11:29 +00:00
config.h Initial import of csup. 2006-03-03 04:11:29 +00:00
csup.1 Initial import of csup. 2006-03-03 04:11:29 +00:00
detailer.c Initial import of csup. 2006-03-03 04:11:29 +00:00
detailer.h Initial import of csup. 2006-03-03 04:11:29 +00:00
diff.c Initial import of csup. 2006-03-03 04:11:29 +00:00
diff.h Initial import of csup. 2006-03-03 04:11:29 +00:00
fattr_bsd.h Initial import of csup. 2006-03-03 04:11:29 +00:00
fattr_posix.h Initial import of csup. 2006-03-03 04:11:29 +00:00
fattr.c Initial import of csup. 2006-03-03 04:11:29 +00:00
fattr.h Initial import of csup. 2006-03-03 04:11:29 +00:00
fixups.c Initial import of csup. 2006-03-03 04:11:29 +00:00
fixups.h Initial import of csup. 2006-03-03 04:11:29 +00:00
fnmatch.c Initial import of csup. 2006-03-03 04:11:29 +00:00
fnmatch.h Initial import of csup. 2006-03-03 04:11:29 +00:00
globtree.c Initial import of csup. 2006-03-03 04:11:29 +00:00
globtree.h Initial import of csup. 2006-03-03 04:11:29 +00:00
GNUmakefile Initial import of csup. 2006-03-03 04:11:29 +00:00
keyword.c Initial import of csup. 2006-03-03 04:11:29 +00:00
keyword.h Initial import of csup. 2006-03-03 04:11:29 +00:00
lister.c Initial import of csup. 2006-03-03 04:11:29 +00:00
lister.h Initial import of csup. 2006-03-03 04:11:29 +00:00
main.c Initial import of csup. 2006-03-03 04:11:29 +00:00
main.h Initial import of csup. 2006-03-03 04:11:29 +00:00
Makefile Initial import of csup. 2006-03-03 04:11:29 +00:00
misc.c Import today's csup sources to get the warning fix for queue.h. We 2006-03-03 18:45:12 +00:00
misc.h Initial import of csup. 2006-03-03 04:11:29 +00:00
mux.c Initial import of csup. 2006-03-03 04:11:29 +00:00
mux.h Initial import of csup. 2006-03-03 04:11:29 +00:00
parse.y Initial import of csup. 2006-03-03 04:11:29 +00:00
pathcomp.c Initial import of csup. 2006-03-03 04:11:29 +00:00
pathcomp.h Initial import of csup. 2006-03-03 04:11:29 +00:00
proto.c Initial import of csup. 2006-03-03 04:11:29 +00:00
proto.h Initial import of csup. 2006-03-03 04:11:29 +00:00
queue.h Import today's csup sources to get the warning fix for queue.h. We 2006-03-03 18:45:12 +00:00
README Initial import of csup. 2006-03-03 04:11:29 +00:00
status.c Initial import of csup. 2006-03-03 04:11:29 +00:00
status.h Initial import of csup. 2006-03-03 04:11:29 +00:00
stream.c Initial import of csup. 2006-03-03 04:11:29 +00:00
stream.h Initial import of csup. 2006-03-03 04:11:29 +00:00
threads.c Initial import of csup. 2006-03-03 04:11:29 +00:00
threads.h Initial import of csup. 2006-03-03 04:11:29 +00:00
TODO Initial import of csup. 2006-03-03 04:11:29 +00:00
token.h Initial import of csup. 2006-03-03 04:11:29 +00:00
token.l Initial import of csup. 2006-03-03 04:11:29 +00:00
updater.c Initial import of csup. 2006-03-03 04:11:29 +00:00
updater.h Initial import of csup. 2006-03-03 04:11:29 +00:00

$FreeBSD$

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.