freebsd_amp_hwpstate/usr.bin/csup
Simon J. Gerraty 23090366f7 Sync from head 2012-11-04 02:52:03 +00:00
..
Makefile
Makefile.depend Sync FreeBSD's bmake branch with Juniper's internal bmake branch. 2012-08-22 19:25:57 +00:00
README
TODO
attrstack.c
attrstack.h
auth.c
auth.h
config.c
config.h
cpasswd.1
cpasswd.sh
csup.1
detailer.c
detailer.h
diff.c
diff.h
fattr.c
fattr.h
fattr_bsd.h
fattr_posix.h
fixups.c
fixups.h
fnmatch.c
fnmatch.h
globtree.c
globtree.h
idcache.c
idcache.h
keyword.c
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
misc.c
misc.h
mux.c
mux.h
parse.y
pathcomp.c
pathcomp.h
proto.c Add missing va_end. 2012-09-29 16:19:01 +00:00
proto.h
queue.h
rcsfile.c
rcsfile.h
rcsparse.c
rcsparse.h
rcstokenizer.h
rcstokenizer.l
rsyncfile.c
rsyncfile.h
status.c
status.h
stream.c
stream.h
threads.c
threads.h
token.h
token.l
updater.c
updater.h

README

$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.