head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2012.02.27.18.15.49;	author mux;	state dead;
branches;
next	1.4;

1.4
date	2006.02.18.11.56.27;	author mux;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.01.23.48.22;	author mux;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.27.01.43.01;	author mux;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.20.13.35.38;	author mux;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Retire the old csup code from the projcvs repository. A mercurial repository
with *full* development history (including the changes that happened since it
was imported in the tree) has been put online at the following URL, for those
who need it:

	https://bitbucket.org/mumux/csup

I'm not doing this because I intend to start working on csup again, but if
other people are willing to do so (csupd, anyone? :-P), this should be useful.
That being said, I'm committed to continue maintaining it in proper shape, so
don't hesitate to contact me when there are bugs that need fixing.
@
text
@$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.
@


1.4
log
@Rename the gmake Makefile to GNUmakefile so that it will get picked up
automagically by gmake if make is gmake (no repo-copy was done, but there
was not much history to save).  Update the instructions for building and
installing in README to reflect this change.
@
text
@d1 1
a1 1
$FreeBSD: projects/csup/README,v 1.3 2006/02/01 23:48:22 mux Exp $
@


1.3
log
@Add a manual page for csup.  This manual page is based on cvsup.1, with
all the references to features we don't support yet removed.  Not yet
linked to the build.

Submitted by:	Etienne Vidal <etienne.vidal@@gmail.com>
@
text
@d1 1
a1 1
$FreeBSD$
d6 2
a7 1
CVSup was originally written in Modula-3 by John Polstra <jdp@@polstra.com>.
d10 1
a10 1
Maxime Henrion <mux@@FreeBSD.org>.
d15 4
a18 4
Olivier Houchard <cognet@@FreeBSD.org>
Ulf Lilleengen <lulf@@kerneled.org>
Christoph Mathys <cmathys@@bluewin.ch>	(Google Summer of Code Project)
Etienne Vidal <etienne.vidal@@gmail.com>
d28 12
a39 8
If you're running a *BSD system, you can just run "make" followed by
"make install".  However, if you're a Linux or Darwin user, you need to
use the gmake-specific Makefile, so run "make -f Makefile.gmake", and
then "make -f Makefile.gmake install" to install.

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


1.2
log
@Update the build instructions to cover building under Linux or Darwin.
@
text
@d1 1
a1 1
$Id$
d17 1
@


1.1
log
@Add a README file which explains how to build and install csup and also
contains the list of the contributors.
@
text
@d22 3
a24 2
Just run "make".  It should build OK on any *BSD system.  (I'll add a
gmake Makefile some day for Linux and Solaris users).
d26 8
a33 3
You can then run "make install" to install csup.  Be warned however that
if the packaging system of your OS knows about csup, it would be better
to install it from there.
@

