Log Message: ----------- Fix CVS identifiers: remove "FreeBSD" ids that were never functional in the KNU/SCOP repository, remove "Idaemons" ids that got frozen at some random point in the history, add "knu" ids reporting the latest revision from the KNU/SCOP repo merged into this branch, and add "Id" identifiers to report the current revision in the SCHWARZE repository. Tags: ---- FreeBSD-cvsweb-2_0-branch Modified Files: -------------- cvsweb: ChangeLog INSTALL README README.FreeBSD TODO TODO.FreeBSD cvsweb.cgi cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd cvsweb.conf-ruby Revision Data ------------- Index: TODO =================================================================== RCS file: /home/cvs/mandoc/cvsweb/TODO,v retrieving revision 3.1 retrieving revision 3.1.2.1 diff -LTODO -LTODO -u -p -r3.1 -r3.1.2.1 --- TODO +++ TODO @@ -1,3 +1,6 @@ +$Id$ +$knu: TODO,v 1.1 2000/07/19 21:59:47 knu + o request tar or zip of entire directory (any tag); caching o limit the number of logentries shown o show left/right/up icons in diff/logtable Index: cvsweb.conf-freebsd =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf-freebsd,v retrieving revision 3.7.2.2 retrieving revision 3.7.2.3 diff -Lcvsweb.conf-freebsd -Lcvsweb.conf-freebsd -u -p -r3.7.2.2 -r3.7.2.3 --- cvsweb.conf-freebsd +++ cvsweb.conf-freebsd @@ -1,9 +1,8 @@ # -*-perl-*- +# $Id$ +# $knu: cvsweb.conf-freebsd,v 1.7.2.1 2003/07/30 20:45:54 scop # # Set up for FreeBSD repo options. -# -# $FreeBSD$ -# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-freebsd,v 3.5 2001/08/01 09:32:22 knu Exp $ if ($uname eq 'FreeBSD') { $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; Index: cvsweb.conf-openbsd =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf-openbsd,v retrieving revision 3.7.2.1 retrieving revision 3.7.2.2 diff -Lcvsweb.conf-openbsd -Lcvsweb.conf-openbsd -u -p -r3.7.2.1 -r3.7.2.2 --- cvsweb.conf-openbsd +++ cvsweb.conf-openbsd @@ -1,9 +1,8 @@ # -*-perl-*- +# $Id$ +# $knu: cvsweb.conf-openbsd,v 1.7 2002/05/07 08:51:22 knu # # Set up for OpenBSD repo options. -# -# $FreeBSD$ -# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-openbsd,v 3.5 2001/08/01 09:32:22 knu Exp $ if ($uname eq 'FreeBSD') { $ENV{'RCSLOCALID'} = 'OpenBSD=Id'; Index: cvsweb.cgi =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.cgi,v retrieving revision 3.119.2.18 retrieving revision 3.119.2.19 diff -Lcvsweb.cgi -Lcvsweb.cgi -u -p -r3.119.2.18 -r3.119.2.19 --- cvsweb.cgi +++ cvsweb.cgi @@ -1,4 +1,7 @@ #!/usr/bin/perl -w +# $Id$ +# $knu: cvsweb.cgi,v 1.119.2.9 2004/02/17 20:16:47 scop +# $FreeBSD: cvsweb.cgi,v 1.45 2000/07/18 18:27:14 knu # # cvsweb - a CGI interface to CVS trees. # @@ -44,12 +47,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# $FreeBSD$ -# $Id$ -# $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 3.84 2001/10/07 20:50:10 knu Exp $ -# -### require 5.000; Index: TODO.FreeBSD =================================================================== RCS file: /home/cvs/mandoc/cvsweb/Attic/TODO.FreeBSD,v retrieving revision 3.10.2.3 retrieving revision 3.10.2.4 diff -LTODO.FreeBSD -LTODO.FreeBSD -u -p -r3.10.2.3 -r3.10.2.4 --- TODO.FreeBSD +++ TODO.FreeBSD @@ -1,5 +1,5 @@ -$FreeBSD$ -$Idaemons: /home/cvs/cvsweb/TODO.knu,v 3.6 2001/01/13 07:48:09 knu Exp $ +$Id$ +$knu: TODO.FreeBSD,v 1.10.2.3 2002/09/23 05:30:16 scop TODO list for the stable 2.0 branch of FreeBSD-CVSweb. ------------------------------------------------------------------------------- Index: cvsweb.conf-netbsd =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf-netbsd,v retrieving revision 3.7.2.1 retrieving revision 3.7.2.2 diff -Lcvsweb.conf-netbsd -Lcvsweb.conf-netbsd -u -p -r3.7.2.1 -r3.7.2.2 --- cvsweb.conf-netbsd +++ cvsweb.conf-netbsd @@ -1,9 +1,8 @@ # -*-perl-*- +# $Id$ +# $knu: cvsweb.conf-netbsd,v 1.7 2002/05/07 08:51:22 knu # # Set up for NetBSD repo options. -# -# $FreeBSD$ -# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-netbsd,v 3.5 2001/08/01 09:32:22 knu Exp $ if ($uname eq 'FreeBSD') { $ENV{'RCSLOCALID'} = 'NetBSD=Id'; Index: README =================================================================== RCS file: /home/cvs/mandoc/cvsweb/README,v retrieving revision 3.2.2.2 retrieving revision 3.2.2.3 diff -LREADME -LREADME -u -p -r3.2.2.2 -r3.2.2.3 --- README +++ README @@ -1,4 +1,5 @@ -$FreeBSD$ +$Id$ +$knu: README,v 1.2 2002/07/03 20:45:43 scop The cgi-script cvsweb.cgi is written by Bill Fenner (see [1]) for the freebsd project. It allows browsing of Index: cvsweb.conf =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf,v retrieving revision 3.36.2.11 retrieving revision 3.36.2.12 diff -Lcvsweb.conf -Lcvsweb.conf -u -p -r3.36.2.11 -r3.36.2.12 --- cvsweb.conf +++ cvsweb.conf @@ -1,4 +1,7 @@ # -*-perl-*- +# $Id$ +# $knu: cvsweb.conf,v 1.36.2.3 2002/09/23 05:30:17 scop +# # Configuration of cvsweb.cgi, the # CGI interface to CVS Repositories. # @@ -7,12 +10,6 @@ # 2000-2002 A. MUSHA # 2002 V. Skyttä # based on work by Bill Fenner -# -# $FreeBSD$ -# $Id$ -# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 3.27 2001/08/01 09:48:39 knu Exp $ -# -### # Set the path for the following commands: # uname, cvs, rlog, rcsdiff Index: ChangeLog =================================================================== RCS file: /home/cvs/mandoc/cvsweb/ChangeLog,v retrieving revision 3.55.2.11 retrieving revision 3.55.2.12 diff -LChangeLog -LChangeLog -u -p -r3.55.2.11 -r3.55.2.12 --- ChangeLog +++ ChangeLog @@ -1,4 +1,5 @@ -$FreeBSD$ +$Id$ +$knu: ChangeLog,v 1.55.2.11 2004/02/17 20:16:47 scop 2004-02-15 Ville Skyttä Index: README.FreeBSD =================================================================== RCS file: /home/cvs/mandoc/cvsweb/Attic/README.FreeBSD,v retrieving revision 3.12.2.3 retrieving revision 3.12.2.4 diff -LREADME.FreeBSD -LREADME.FreeBSD -u -p -r3.12.2.3 -r3.12.2.4 --- README.FreeBSD +++ README.FreeBSD @@ -1,5 +1,5 @@ -$FreeBSD$ -$Idaemons: /home/cvs/cvsweb/README.knu,v 3.9 2001/01/13 07:48:09 knu Exp $ +$Id$ +$knu: README.FreeBSD,v 1.12.2.3 2002/09/23 05:30:16 scop This is FreeBSD-CVSweb 2.0. Index: cvsweb.conf-ruby =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf-ruby,v retrieving revision 3.4 retrieving revision 3.4.2.1 diff -Lcvsweb.conf-ruby -Lcvsweb.conf-ruby -u -p -r3.4 -r3.4.2.1 --- cvsweb.conf-ruby +++ cvsweb.conf-ruby @@ -1,9 +1,8 @@ # -*-perl-*- +# $Id$ +# $knu: cvsweb.conf-ruby,v 1.4 2001/10/11 15:15:12 knu # # Set up for Ruby repo options. -# -# $FreeBSD$ -# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-ruby,v 3.3 2001/08/01 09:32:22 knu Exp $ @prcategories = qw( incoming Index: INSTALL =================================================================== RCS file: /home/cvs/mandoc/cvsweb/INSTALL,v retrieving revision 3.3.2.2 retrieving revision 3.3.2.3 diff -LINSTALL -LINSTALL -u -p -r3.3.2.2 -r3.3.2.3 --- INSTALL +++ INSTALL @@ -1,4 +1,5 @@ -$FreeBSD$ +$Id$ +$knu: INSTALL,v 1.3.2.1 2002/07/30 19:35:42 scop 1) To get cvsweb.cgi to work, make sure that you have Perl 5 installed and a web server which is capable -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv