freebsd-dev/usr.bin/csup
Eitan Adler fdfda3af49 Use the system queue.h instead of bundling its own.
PR:		bin/187067
Submitted by:	lulf
2014-03-15 01:20:42 +00:00
..
attrstack.c
attrstack.h
auth.c Use srandom() to init the PRNG, not srand(), since we use random(). 2012-02-29 22:35:09 +00:00
auth.h
config.c
config.h Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
cpasswd.1 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
cpasswd.sh
csup.1 Fix date. 2013-02-14 19:46:41 +00:00
detailer.c
detailer.h
diff.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
diff.h
fattr_bsd.h
fattr_posix.h
fattr.c
fattr.h
fixups.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
fixups.h Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
fnmatch.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
fnmatch.h Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
globtree.c
globtree.h
idcache.c
idcache.h
keyword.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
keyword.h
lex.rcs.c
lister.c Fix conditional expression: previously a bitvector would be operated 2012-10-22 02:59:44 +00:00
lister.h
main.c
main.h
Makefile On FreeBSD just use the MD5 implementation of libmd rather than that of 2011-12-24 12:16:38 +00:00
misc.c On FreeBSD just use the MD5 implementation of libmd rather than that of 2011-12-24 12:16:38 +00:00
misc.h On FreeBSD just use the MD5 implementation of libmd rather than that of 2011-12-24 12:16:38 +00:00
mux.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
mux.h
parse.y
pathcomp.c
pathcomp.h
proto.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
proto.h
rcsfile.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
rcsfile.h - Signal that data should not be modified. 2010-12-18 20:43:18 +00:00
rcsparse.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
rcsparse.h
rcstokenizer.h
rcstokenizer.l
README
rsyncfile.c
rsyncfile.h
status.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
status.h
stream.c
stream.h
threads.c Use the system queue.h instead of bundling its own. 2014-03-15 01:20:42 +00:00
threads.h
TODO
token.h
token.l Improve compatibility with recent flex from flex.sourceforge.net. 2013-05-03 23:51:32 +00:00
updater.c Update the comment to reflect what is actually going on. 2011-10-04 14:25:10 +00:00
updater.h Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +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.