diff --git a/en/cgi/cvsweb.cgi b/en/cgi/cvsweb.cgi
index a6baeb8dd7..c72c246b1b 100755
--- a/en/cgi/cvsweb.cgi
+++ b/en/cgi/cvsweb.cgi
@@ -1,3747 +1,3759 @@
#!/usr/bin/perl -wT
#
# cvsweb - a CGI interface to CVS trees.
#
# Written in their spare time by
# Bill Fenner (original work)
# extended by Henner Zeller ,
# Henrik Nordstrom
# Ken Coar
# Dick Balaska
# Akinori MUSHA
# Jens-Uwe Mager
-# Ville Skyttä (html cleanup)
+# Ville Skyttä
#
# Based on:
# * Bill Fenners cvsweb.cgi revision 1.28 available from:
# http://www.FreeBSD.org/cgi/cvsweb.cgi/www/en/cgi/cvsweb.cgi
#
# Copyright (c) 1996-1998 Bill Fenner
# (c) 1998-1999 Henner Zeller
-# (c) 1999 Henrik Nordstrom
-# (c) 2000-2002 Akinori MUSHA
-# All rights reserved.
+# (c) 1999 Henrik Nordstrom
+# (c) 2000-2002 Akinori MUSHA
+# (c) 2002 Ville Skyttä‹# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# 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: projects/cvsweb/cvsweb.cgi,v 1.104 2002/05/22 08:10:18 knu Exp
-# $Id: cvsweb.cgi,v 1.83 2002-05-22 08:33:27 knu Exp $
+# FreeBSD: projects/cvsweb/cvsweb.cgi,v 1.112 2002/07/06 18:15:19 scop Exp
+# $Id: cvsweb.cgi,v 1.84 2002-07-07 04:46:06 knu Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 1.84 2001/10/07 20:50:10 knu Exp $
-# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.82 2002/05/22 08:31:02 knu Exp $
+# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.83 2002/05/22 08:33:27 knu Exp $
#
###
require 5.000;
use strict;
use vars qw (
$cvsweb_revision
$mydir $uname $config $allow_version_select $verbose
@CVSrepositories @CVSROOT %CVSROOT %CVSROOTdescr
%MIRRORS %DEFAULTVALUE %ICONS %MTYPES
@DIFFTYPES %DIFFTYPES @LOGSORTKEYS %LOGSORTKEYS
%alltags @tabcolors %fileinfo %tags @branchnames %nameprinted
%symrev %revsym @allrevisions %date %author @revdisplayorder
@revisions %state %difflines %log %branchpoint @revorder
$prcgi @prcategories $re_prcategories $prkeyword $re_prkeyword $mancgi
$checkoutMagic $doCheckout $scriptname $scriptwhere
$where $pathinfo $Browser $nofilelinks $maycompress
@stickyvars @unsafevars
%funcline_regexp $is_mod_perl
$is_links $is_lynx $is_w3m $is_msie $is_mozilla3 $is_textbased
%input $query $barequery $sortby $bydate $byrev $byauthor
$bylog $byfile $defaultDiffType $logsort $cvstree $cvsroot
$mimetype $charset $output_filter $defaultTextPlain $defaultViewable
$command_path %CMD $allow_compress
$backicon $diricon $fileicon
$fullname $newname $cvstreedefault
$body_tag $body_tag_for_src $logo $defaulttitle $address
$long_intro $short_instruction $shortLogLen
$show_author $dirtable $tablepadding $columnHeaderColorDefault
$columnHeaderColorSorted $hr_breakable $showfunc $hr_ignwhite
$hr_ignkeysubst $diffcolorHeading $diffcolorEmpty $diffcolorRemove
$diffcolorChange $diffcolorAdd $diffcolorDarkChange $difffontface
$difffontsize $inputTextSize $mime_types
$allow_annotate $allow_markup
$allow_log_extra $allow_dir_extra $allow_source_extra
$use_java_script $open_extern_window
$extern_window_width $extern_window_height $edit_option_form
$show_subdir_lastmod $show_log_in_markup $preformat_in_markup $v
$navigationHeaderColor $tableBorderColor $markupLogColor
$tabstop $state $annTable $sel $curbranch @HideModules @ForbiddenFiles
$module $use_descriptions %descriptions @mytz $dwhere $moddate
$use_moddate $has_zlib $gzip_open
$allow_tar @tar_options @gzip_options @zip_options @cvs_options
$LOG_FILESEPARATOR $LOG_REVSEPARATOR
- $tmpdir $HTML_DOCTYPE
+ $tmpdir $HTML_DOCTYPE $HTML_META
);
sub printDiffSelect($);
sub printDiffLinks($$);
sub printLogSortSelect($);
sub findLastModifiedSubdirs(@);
sub htmlify_sub(&$);
sub htmlify($;$);
sub spacedHtmlText($;$);
sub link($$);
sub revcmp($$);
sub fatal($$@);
sub redirect($);
sub safeglob($);
sub search_path($);
sub getMimeTypeFromSuffix($);
sub head($;$);
sub scan_directives(@);
sub openOutputFilter();
sub doAnnotate($$);
sub doCheckout($$);
sub cvswebMarkup($$$);
sub viewable($);
sub doDiff($$$$$$);
sub getDirLogs($$@);
sub readLog($;$);
sub printLog($;$);
sub doLog($);
sub flush_diff_rows($$$$);
sub human_readable_diff($);
sub navigateHeader($$$$$);
sub plural_write($$);
sub readableTime($$);
sub clickablePath($$);
sub chooseCVSRoot();
sub chooseMirror();
sub fileSortCmp();
sub download_url($$;$);
sub download_link($$$;$);
sub toggleQuery($$);
sub urlencode($);
sub htmlquote($);
sub htmlunquote($);
sub hrefquote($);
sub http_header(;$);
sub html_header($);
sub html_footer();
sub link_tags($);
sub forbidden_file($);
sub forbidden_module($);
##### Start of Configuration Area ########
delete $ENV{PATH};
-$cvsweb_revision = '2.0.3';
+$cvsweb_revision = '2.0.4';
use File::Basename ();
($mydir) = (File::Basename::dirname($0) =~ /(.*)/); # untaint
# == EDIT this ==
# Locations to search for user configuration, in order:
for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') {
if (defined($_) && -r $_) {
$config = $_;
last;
}
}
# == Configuration defaults ==
# Defaults for configuration variables that shouldn't need
# to be configured..
$allow_version_select = 1;
$allow_log_extra = 1;
##### End of Configuration Area ########
######## Configuration variables #########
# These are defined to allow checking with perl -cw
@CVSrepositories = @CVSROOT = %CVSROOT = %MIRRORS = %DEFAULTVALUE = %ICONS =
%MTYPES = %tags = %alltags = @tabcolors = %fileinfo = ();
$cvstreedefault = $body_tag = $body_tag_for_src = $logo = $defaulttitle =
$address = $long_intro = $short_instruction = $shortLogLen = $show_author =
$dirtable = $tablepadding = $columnHeaderColorDefault =
$columnHeaderColorSorted = $hr_breakable = $showfunc = $hr_ignwhite =
$hr_ignkeysubst = $diffcolorHeading = $diffcolorEmpty = $diffcolorRemove =
$diffcolorChange = $diffcolorAdd = $diffcolorDarkChange = $difffontface =
$difffontsize = $inputTextSize = $mime_types = $allow_annotate =
$allow_markup = $use_java_script = $open_extern_window =
$extern_window_width = $extern_window_height = $edit_option_form =
$show_subdir_lastmod = $show_log_in_markup = $v = $navigationHeaderColor =
$tableBorderColor = $markupLogColor = $tabstop = $use_moddate = $moddate =
- $gzip_open = $HTML_DOCTYPE = undef;
+ $gzip_open = $HTML_DOCTYPE = $HTML_META = undef;
$tmpdir = defined($ENV{TMPDIR}) ? $ENV{TMPDIR} : "/var/tmp";
$LOG_FILESEPARATOR = q/^={77}$/;
$LOG_REVSEPARATOR = q/^-{28}$/;
@DIFFTYPES = qw(h H u c s);
@DIFFTYPES{@DIFFTYPES} = (
{
'descr' => 'colored',
'opts' => ['-u'],
'colored' => 1,
},
{
'descr' => 'long colored',
'opts' => ['--unified=15'],
'colored' => 1,
},
{
'descr' => 'unified',
'opts' => ['-u'],
'colored' => 0,
},
{
'descr' => 'context',
'opts' => ['-c'],
'colored' => 0,
},
{
'descr' => 'side by side',
'opts' => ['--side-by-side', '--width=164'],
'colored' => 0,
},
);
@LOGSORTKEYS = qw(cvs date rev);
@LOGSORTKEYS{@LOGSORTKEYS} = (
{
'descr' => 'Not sorted',
},
{
'descr' => 'Commit date',
},
{
'descr' => 'Revision',
},
);
$cgi_style::hsty_base = 'http://www.FreeBSD.org';
-$_ = q$FreeBSD: www/en/cgi/cvsweb.cgi,v 1.82 2002/05/22 08:31:02 knu Exp $;
+$_ = q$FreeBSD: www/en/cgi/cvsweb.cgi,v 1.83 2002/05/22 08:33:27 knu Exp $;
@_ = split;
$cgi_style::hsty_date = "@_[3,4]";
# warningproof
0 if $cgi_style::hsty_base ne $cgi_style::hsty_date;
package cgi_style;
require "$main::mydir/cgi-style.pl";
package main;
$HTML_DOCTYPE =
'';
+$HTML_META = <
+
+
+
+EOM
+
##### End of configuration variables #####
use Time::Local ();
use IPC::Open2 qw(open2);
# Check if the zlib C library interface is installed, and if yes
# we can avoid using the extra gzip process.
eval { require Compress::Zlib; };
$has_zlib = !$@;
$verbose = $v;
$checkoutMagic = "~checkout~";
$pathinfo = defined($ENV{PATH_INFO}) ? $ENV{PATH_INFO} : '';
$where = $pathinfo;
$doCheckout = ($where =~ m|^/$checkoutMagic/|);
$where =~ s|^/$checkoutMagic/|/|;
$where =~ s|^/||;
$scriptname = defined($ENV{SCRIPT_NAME}) ? $ENV{SCRIPT_NAME} : '';
$scriptname =~ s|^/*|/|;
# Let's workaround thttpd's stupidity..
if ($scriptname =~ m|/$|) {
$pathinfo .= '/';
my $re = quotemeta $pathinfo;
$scriptname =~ s/$re$//;
}
$scriptwhere = $scriptname;
$scriptwhere .= '/' . urlencode($where);
$where = '/' if ($where eq '');
$is_mod_perl = defined($ENV{MOD_PERL});
# in lynx, it it very annoying to have two links
# per file, so disable the link at the icon
# in this case:
$Browser = $ENV{HTTP_USER_AGENT} || '';
$is_links = ($Browser =~ m`^Links `);
$is_lynx = ($Browser =~ m`^Lynx/`i);
$is_w3m = ($Browser =~ m`^w3m/`i);
$is_msie = ($Browser =~ m`MSIE`);
$is_mozilla3 = ($Browser =~ m`^Mozilla/[3-9]`);
$is_textbased = ($is_links || $is_lynx || $is_w3m);
$nofilelinks = $is_textbased;
# newer browsers accept gzip content encoding
# and state this in a header
# (netscape did always but didn't state it)
# It has been reported that these
# braindamaged MS-Internet Exploders claim that they
# accept gzip .. but don't in fact and
# display garbage then :-/
# Turn off gzip if running under mod_perl and no zlib is available,
# piping does not work as expected inside the server.
$maycompress =
(((defined($ENV{HTTP_ACCEPT_ENCODING})
&& $ENV{HTTP_ACCEPT_ENCODING} =~ m`gzip`) || $is_mozilla3) && !$is_msie
&& !($is_mod_perl && !$has_zlib));
# put here the variables we need in order
# to hold our state - they will be added (with
# their current value) to any link/query string
# you construct
@stickyvars = qw(cvsroot hideattic sortby logsort f only_with_tag);
@unsafevars = qw(logsort only_with_tag r1 r2 rev sortby tr1 tr2);
if (-f $config) {
do "$config" or fatal("500 Internal Error",
'Error in loading configuration file: %s
%s ',
$config, $@);
} else {
fatal("500 Internal Error",
'Configuration not found. Set the variable $config in cvsweb.cgi to your cvsweb.conf configuration file first.'
);
}
undef %input;
$query = $ENV{QUERY_STRING};
if (defined($query) && $query ne '') {
foreach (split (/&/, $query)) {
y/+/ /;
s/%(..)/sprintf("%c", hex($1))/ge; # unquote %-quoted
if (/(\S+)=(.*)/) {
$input{$1} = $2 if ($2 ne "");
} else {
$input{$_}++;
}
}
}
# For backwards compability, set only_with_tag to only_on_branch if set.
$input{only_with_tag} = $input{only_on_branch}
if (defined($input{only_on_branch}));
# Prevent cross-site scripting
foreach (@unsafevars) {
if (defined($input{$_}) && $input{$_} =~ /[^\w\-.]/) {
fatal("500 Internal Error",
'Malformed query (%s=%s)',
$_, $input{$_});
}
}
if (defined($input{"content-type"})) {
fatal("500 Internal Error", "Unsupported content-type")
if ($input{"content-type"} !~ /^[-0-9A-Za-z]+\/[-0-9A-Za-z]+$/);
}
$DEFAULTVALUE{'cvsroot'} = $cvstreedefault;
foreach (keys %DEFAULTVALUE) {
# replace not given parameters with the default parameters
if (!defined($input{$_}) || $input{$_} eq "") {
# Empty Checkboxes in forms return -- nothing. So we define a helper
# variable in these forms (copt) which indicates that we just set
# parameters with a checkbox
if (!defined($input{"copt"})) {
# 'copt' isn't defined --> empty input is not the result
# of empty input checkbox --> set default
$input{$_} = $DEFAULTVALUE{$_}
if (defined($DEFAULTVALUE{$_}));
} else {
# 'copt' is defined -> the result of empty input checkbox
# -> set to zero (disable) if default is a boolean (0|1).
$input{$_} = 0
if (defined($DEFAULTVALUE{$_})
&& ($DEFAULTVALUE{$_} eq "0"
|| $DEFAULTVALUE{$_} eq "1"));
}
}
}
$barequery = "";
my @barequery;
foreach (@stickyvars) {
# construct a query string with the sticky non default parameters set
if (defined($input{$_}) && $input{$_} ne ''
&& !(defined($DEFAULTVALUE{$_}) && $input{$_} eq $DEFAULTVALUE{$_}))
{
push @barequery,
join ('=', urlencode($_), urlencode($input{$_}));
}
}
# is there any query ?
if (@barequery) {
$barequery = join ('&', @barequery);
$query = "?$barequery";
$barequery = "&$barequery";
} else {
$query = "";
}
undef @barequery;
if (defined($input{path})) {
redirect("$scriptname/$input{path}$query");
}
# get actual parameters
$sortby = $input{"sortby"};
$bydate = 0;
$byrev = 0;
$byauthor = 0;
$bylog = 0;
$byfile = 0;
if ($sortby eq "date") {
$bydate = 1;
} elsif ($sortby eq "rev") {
$byrev = 1;
} elsif ($sortby eq "author") {
$byauthor = 1;
} elsif ($sortby eq "log") {
$bylog = 1;
} else {
$byfile = 1;
}
$defaultDiffType = $input{'f'};
$logsort = $input{'logsort'};
{
my @tmp = @CVSrepositories;
my @pair;
while (@pair = splice(@tmp, 0, 2)) {
my ($key, $val) = @pair;
my ($descr, $cvsroot) = @$val;
next if !-d $cvsroot;
$CVSROOTdescr{$key} = $descr;
$CVSROOT{$key} = $cvsroot;
push @CVSROOT, $key;
}
}
## Default CVS-Tree
if (!defined($CVSROOT{$cvstreedefault})) {
fatal("500 Internal Error",
'$cvstreedefault points to a repository (%s) not defined in %%CVSROOT (edit your configuration file %s)',
$cvstreedefault, $config);
}
# alternate CVS-Tree, configured in cvsweb.conf
if ($input{'cvsroot'} && $CVSROOT{$input{'cvsroot'}}) {
$cvstree = $input{'cvsroot'};
} else {
$cvstree = $cvstreedefault;
}
$cvsroot = $CVSROOT{$cvstree};
# create icons out of description
my $k;
foreach $k (keys %ICONS) {
no strict 'refs';
my ($itxt, $ipath, $iwidth, $iheight) = @{$ICONS{$k}};
if ($ipath) {
${"${k}icon"} =
sprintf(
'',
hrefquote($ipath), htmlquote($itxt), $iwidth, $iheight)
} else {
${"${k}icon"} = $itxt;
}
}
undef $k;
my $config_cvstree = "$config-$cvstree";
# Do some special configuration for cvstrees
if (-f $config_cvstree) {
do "$config_cvstree" or
fatal("500 Internal Error",
'Error in loading configuration file: %s
\n";
print "\n";
}
if ($allow_tar) {
my ($basefile) = ($where =~ m,(?:.*/)?([^/]+),);
if (defined($basefile) && $basefile ne '') {
print "\n",
"
Download this directory in ";
# Mangle the filename so browsers show a reasonable
# filename to download.
print &link("tarball", "./$basefile.tar.gz$query"
. ($query ? "&" : "?") . "tarball=1");
if ($CMD{zip}) {
print " or ",
&link("zip archive", "./$basefile.zip$query"
. ($query ? "&" : "?") . "tarball=1");
}
print "
\n";
}
}
if ($edit_option_form || defined($input{"options"})) {
my $formwhere = $scriptwhere;
$formwhere =~ s|Attic/?$|| if ($input{'hideattic'});
print "\n";
}
html_footer();
}
###############################
# View Files
###############################
elsif (-f $fullname . ',v') {
if (defined($input{'rev'}) || $doCheckout) {
&doCheckout($fullname, $input{'rev'});
gzipclose();
exit;
}
if (defined($input{'annotate'}) && $allow_annotate) {
&doAnnotate($input{'annotate'});
gzipclose();
exit;
}
if (defined($input{'r1'}) && defined($input{'r2'})) {
&doDiff(
$fullname, $input{'r1'},
$input{'tr1'}, $input{'r2'},
$input{'tr2'}, $input{'f'}
);
gzipclose();
exit;
}
print("going to dolog($fullname)\n") if ($verbose);
&doLog($fullname);
##############################
# View Diff
##############################
} elsif ($fullname =~ s/\.diff$// && -f $fullname . ",v" && $input{'r1'}
&& $input{'r2'})
{
# $where-diff-removal if 'cvs rdiff' is used
# .. but 'cvs rdiff'doesn't support some options
# rcsdiff does (-w and -p), so it is disabled
# $where =~ s/\.diff$//;
# Allow diffs using the ".diff" extension
# so that browsers that default to the URL
# for a save filename don't save diff's as
# e.g. foo.c
&doDiff(
$fullname, $input{'r1'}, $input{'tr1'}, $input{'r2'},
$input{'tr2'}, $input{'f'}
);
gzipclose();
exit;
} elsif (($newname = $fullname) =~ s|/([^/]+)$|/Attic/$1| && -f $newname . ",v")
{
# The file has been removed and is in the Attic.
# Send a redirect pointing to the file in the Attic.
(my $newplace = $scriptwhere) =~ s|/([^/]+)$|/Attic/$1|;
if ($ENV{QUERY_STRING} ne "") {
redirect("${newplace}?$ENV{QUERY_STRING}");
} else {
redirect($newplace);
}
exit;
} elsif (0 && (my @files = &safeglob($fullname . ",v"))) {
http_header("text/plain");
print "You matched the following files:\n";
print join ("\n", @files);
# Find the tags from each file
# Display a form offering diffs between said tags
} else {
my $fh = do { local (*FH); };
my ($xtra, $module);
# Assume it's a module name with a potential path following it.
$xtra = (($module = $where) =~ s|/.*||) ? $& : '';
# Is there an indexed version of modules?
if (open($fh, "< $cvsroot/CVSROOT/modules")) {
while (<$fh>) {
if (/^(\S+)\s+(\S+)/o && $module eq $1
&& -d "$cvsroot/$2" && $module ne $2)
{
redirect("$scriptname/$2$xtra$query");
}
}
}
fatal("404 Not Found",
'%s: no such file or directory',
$where);
}
gzipclose();
## End MAIN
sub printDiffSelect($) {
my ($use_java_script) = @_;
my $f = $input{'f'};
- print '";
}
sub printLogSortSelect($) {
my ($use_java_script) = @_;
- print '";
}
sub findLastModifiedSubdirs(@) {
my (@dirs) = @_;
my ($dirname, @files);
foreach $dirname (@dirs) {
next if ($dirname eq ".");
next if ($dirname eq "..");
my ($dir) = "$fullname/$dirname";
next if (!-d $dir);
my ($lastmod) = undef;
my ($lastmodtime) = undef;
my $dh = do { local (*DH); };
opendir($dh, $dir) or next;
my (@filenames) = readdir($dh);
closedir($dh);
foreach my $filename (@filenames) {
$filename = "$dirname/$filename";
my ($file) = "$fullname/$filename";
next if ($filename !~ /,v$/ || !-f $file);
$filename =~ s/,v$//;
my $modtime = -M $file;
if (!defined($lastmod) || $modtime < $lastmodtime) {
$lastmod = $filename;
$lastmodtime = $modtime;
}
}
push (@files, $lastmod) if (defined($lastmod));
}
return @files;
}
sub htmlify_sub(&$) {
(my $proc, local $_) = @_;
my @a = split (m`(]+>[^<]*)`i);
my $linked;
my $result = '';
while (($_, $linked) = splice(@a, 0, 2)) {
&$proc();
$result .= $_ if defined($_);
$result .= $linked if defined($linked);
}
$result;
}
sub htmlify($;$) {
(local $_, my $extra) = @_;
$_ = htmlquote($_);
# get URL's as link
s{
(http|ftp|https)://\S+
}{
&link($&, htmlunquote($&))
}egx;
# get e-mails as link
$_ = htmlify_sub {
s<
[\w+=\-.!]+@[\w\-]+(\.[\w\-]+)+
><
&link($&, "mailto:$&")
>egix;
}
$_;
if ($extra) {
# get PR #'s as link: "PR#nnnn" "PR: nnnn, ..." "PR nnnn, ..." "bin/nnnn"
if (defined($prcgi) && defined($re_prkeyword))
{
my $prev;
do {
$prev = $_;
$_ = htmlify_sub {
s{
(\b$re_prkeyword[:\#]?\s*
(?:
\#?
\d+[,\s]\s*
)*
\#?)
(\d+)\b
}{
$1 . &link($2, sprintf($prcgi, $2))
}egix;
}
$_;
} while ($_ ne $prev);
if (defined($re_prcategories)) {
$_ = htmlify_sub {
s{
(\b$re_prcategories/(\d+)\b)
}{
&link($1, sprintf($prcgi, $2))
}egox;
}
$_;
}
}
# get manpage specs as link: "foo.1" "foo(1)"
if (defined($mancgi)) {
$_ = htmlify_sub {
s{
(\b([a-zA-Z][\w.]+)
(?:
\( ([0-9n]) \)\B
|
\.([0-9n])\b
)
)
}{
&link($1, sprintf($mancgi, defined($3) ? $3 : $4, $2))
}egx;
}
$_;
}
}
$_;
}
sub spacedHtmlText($;$) {
local $_ = $_[0];
my $ts = $_[1] || $tabstop;
# Cut trailing spaces and tabs
s/[ \t]+$//;
if (defined($ts)) {
# Expand tabs
1 while s/\t+/' ' x (length($&) * $ts - length($`) % $ts)/e
}
# replace and (\001 is to protect us from htmlify)
# gzip can make excellent use of this repeating pattern :-)
if ($hr_breakable) {
# make every other space 'breakable'
s/ / \001nbsp;/g; # 2 *
# leave single space as it is
} else {
s/ /\001nbsp;/g;
}
$_ = htmlify($_, $allow_source_extra);
# unescape
y/\001/&/;
return $_;
}
sub link($$) {
my ($name, $url) = @_;
$url =~ s/:/sprintf("%%%02x", ord($&))/eg
if $url =~ /^[^a-z]/; # relative
sprintf '%s', hrefquote($url), $name;
}
sub revcmp($$) {
my ($rev1, $rev2) = @_;
# make no comparison for a tag or a branch
return 0 if $rev1 =~ /[^\d.]/ || $rev2 =~ /[^\d.]/;
my (@r1) = split (/\./, $rev1);
my (@r2) = split (/\./, $rev2);
my ($a, $b);
while (($a = shift (@r1)) && ($b = shift (@r2))) {
if ($a != $b) {
return $a <=> $b;
}
}
if (@r1) { return 1; }
if (@r2) { return -1; }
return 0;
}
sub fatal($$@) {
my ($errcode, $format, @args) = @_;
if ($is_mod_perl) {
Apache->request->status((split (/ /, $errcode))[0]);
} else {
print "Status: $errcode\r\n";
}
html_header("Error");
print "
This document is located ", &link('here', $url), "
\n";
html_footer();
exit(1);
}
sub safeglob($) {
my ($filename) = @_;
my ($dirname);
my (@results);
my $dh = do { local (*DH); };
($dirname = $filename) =~ s|/[^/]+$||;
$filename =~ s|.*/||;
if (opendir($dh, $dirname)) {
my $glob = $filename;
my $t;
# transform filename from glob to regex. Deal with:
# [, {, ?, * as glob chars
# make sure to escape all other regex chars
$glob =~ s/([\.\(\)\|\+])/\\$1/g;
$glob =~ s/\*/.*/g;
$glob =~ s/\?/./g;
$glob =~ s/{([^}]+)}/($t = $1) =~ s-,-|-g; "($t)"/eg;
foreach (readdir($dh)) {
if (/^${glob}$/) {
push (@results, "$dirname/" . $_);
}
}
closedir($dh);
}
@results;
}
sub search_path($) {
my ($command) = @_;
my $d;
for $d (split (/:/, $command_path)) {
return "$d/$command" if -x "$d/$command";
}
'';
}
sub getMimeTypeFromSuffix($) {
my ($fullname) = @_;
my ($mimetype, $suffix);
my $fh = do { local (*FH); };
($suffix = $fullname) =~ s/^.*\.([^.]*)$/$1/;
$mimetype = $MTYPES{$suffix};
$mimetype = $MTYPES{'*'} if (!$mimetype);
if (!$mimetype && -f $mime_types) {
# okey, this is something special - search the
# mime.types database
open($fh, "<$mime_types");
while (<$fh>) {
if ($_ =~ /^\s*(\S+\/\S+).*\b$suffix\b/) {
$mimetype = $1;
last;
}
}
close($fh);
}
# okey, didn't find anything useful ..
if (!($mimetype =~ /\S\/\S/)) {
$mimetype = "text/plain";
}
return $mimetype;
}
###############################
# read first lines like head(1)
###############################
sub head($;$) {
my $fh = $_[0];
my $linecount = $_[1] || 10;
my @buf;
if ($linecount > 0) {
my $i;
for ($i = 0 ; !eof($fh) && $i < $linecount ; $i++) {
push @buf, scalar <$fh>;
}
} else {
@buf = <$fh>;
}
@buf;
}
###############################
# scan vim and Emacs directives
###############################
sub scan_directives(@) {
my $ts = undef;
for (@_) {
$ts = $1 if /\b(?:ts|tabstop|tab-width)[:=]\s*([1-9]\d*)\b/;
}
('tabstop' => $ts);
}
sub openOutputFilter() {
return if !defined($output_filter) || $output_filter eq '';
open(STDOUT, "|-") and return;
# child of child
open(STDERR, '>/dev/null');
exec($output_filter) or exit -1;
}
###############################
# show Annotation
###############################
sub doAnnotate($$) {
my ($rev) = @_;
my ($pid);
my ($pathname, $filename);
my $reader = do { local (*FH); };
my $writer = do { local (*FH); };
# make sure the revisions are wellformed, for security
# reasons ..
if ($rev =~ /[^\w.]/) {
fatal("404 Not Found",
'Malformed query "%s"',
$ENV{QUERY_STRING});
}
if (&forbidden_file($fullname)) {
fatal("403 Forbidden",
'Access forbidden. This file is mentioned in @ForbiddenFiles');
return;
}
($pathname = $where) =~ s/(Attic\/)?[^\/]*$//;
($filename = $where) =~ s/^.*\///;
# this seems to be necessary
$| = 1;
$| = 0; # Flush
# this annotate version is based on the
# cvs annotate-demo Perl script by Cyclic Software
# It was written by Cyclic Software, http://www.cyclic.com/, and is in
# the public domain.
# we could abandon the use of rlog, rcsdiff and co using
# the cvsserver in a similiar way one day (..after rewrite)
$pid = open2($reader, $writer, $CMD{cvs}, @cvs_options, "server")
or fatal("500 Internal Error",
'Fatal Error - unable to open cvs for annotation');
# OK, first send the request to the server. A simplified example is:
# Root /home/kingdon/zwork/cvsroot
# Argument foo/xx
# Directory foo
# /home/kingdon/zwork/cvsroot/foo
# Directory .
# /home/kingdon/zwork/cvsroot
# annotate
# although as you can see there are a few more details.
print $writer "Root $cvsroot\n";
print $writer
"Valid-responses ok error Valid-requests Checked-in Updated Merged Removed M E\n";
# Don't worry about sending valid-requests, the server just needs to
# support "annotate" and if it doesn't, there isn't anything to be done.
print $writer "UseUnchanged\n";
print $writer "Argument -r\n";
print $writer "Argument $rev\n";
print $writer "Argument $where\n";
# The protocol requires us to fully fake a working directory (at
# least to the point of including the directories down to the one
# containing the file in question).
# So if $where is "dir/sdir/file", then @dirs will be ("dir","sdir","file")
my @dirs = split ('/', $where);
my $path = "";
foreach (@dirs) {
if ($path eq "") {
# In our example, $_ is "dir".
$path = $_;
} else {
print $writer "Directory $path\n";
print $writer "$cvsroot/$path\n";
# In our example, $_ is "sdir" and $path becomes "dir/sdir"
# And the next time, "file" and "dir/sdir/file" (which then gets
# ignored, because we don't need to send Directory for the file).
$path .= "/$_";
}
}
# And the last "Directory" before "annotate" is the top level.
print $writer "Directory .\n";
print $writer "$cvsroot\n";
print $writer "annotate\n";
# OK, we've sent our command to the server. Thing to do is to
# close the writer side and get all the responses. If "cvs server"
# were nicer about buffering, then we could just leave it open, I think.
close($writer) or die "cannot close: $!";
http_header();
navigateHeader($scriptwhere, $pathname, $filename, $rev, "annotate");
print
"
Annotation of $pathname$filename, Revision $rev
\n";
# Ready to get the responses from the server.
# For example:
# E Annotations for foo/xx
# E ***************
# M 1.3 (kingdon 06-Sep-97): hello
# ok
my ($lineNr) = 0;
my ($oldLrev, $oldLusr) = ("", "");
my ($revprint, $usrprint);
if ($annTable) {
print "
\n";
} else {
print "
";
}
# prefetch several lines
my @buf = head($reader);
my %d = scan_directives(@buf);
while (@buf || !eof($reader)) {
$_ = @buf ? shift @buf : <$reader>;
my @words = split;
# Adding one is for the (single) space which follows $words[0].
my $rest = substr($_, length($words[0]) + 1);
if ($words[0] eq "E") {
next;
} elsif ($words[0] eq "M") {
$lineNr++;
(my $lrev = substr($_, 2, 13)) =~ y/ //d;
(my $lusr = substr($_, 16, 9)) =~ y/ //d;
my $line = substr($_, 36);
my $isCurrentRev = ($rev eq $lrev);
# we should parse the date here ..
if ($lrev eq $oldLrev) {
$revprint = sprintf('%-8s', '');
} else {
$revprint = sprintf('%-8s', $lrev);
$revprint =~
s`\S+`&link($&, "$scriptwhere$query#rev$&")`e
; # `
$oldLusr = '';
}
if ($lusr eq $oldLusr) {
$usrprint = '';
} else {
$usrprint = $lusr;
}
$oldLrev = $lrev;
$oldLusr = $lusr;
# Set bold for text-based browsers only - graphical
# browsers show bold fonts a bit wider than regular fonts,
# so it looks irregular.
print "" if ($isCurrentRev && $is_textbased);
printf "%s%s %-8s %4d:", $revprint,
$isCurrentRev ? '!' : ' ', $usrprint, $lineNr;
print spacedHtmlText($line, $d{'tabstop'});
print "" if ($isCurrentRev && $is_textbased);
} elsif ($words[0] eq "ok") {
# We could complain about any text received after this, like the
# CVS command line client. But for simplicity, we don't.
} elsif ($words[0] eq "error") {
fatal("500 Internal Error",
'Error occured during annotate: %s',
$_);
}
}
if ($annTable) {
print "
";
} else {
print "";
}
close($reader) or warn "cannot close: $!";
wait;
}
###############################
# make Checkout
###############################
sub doCheckout($$) {
my ($fullname, $rev) = @_;
my ($mimetype, $revopt);
my $fh = do { local (*FH); };
if ($rev eq 'HEAD' || $rev eq '.') {
$rev = undef;
}
# make sure the revisions a wellformed, for security
# reasons ..
if (defined($rev) && $rev =~ /[^\w.]/) {
fatal("404 Not Found",
'Malformed query "%s"',
$ENV{QUERY_STRING});
}
if (&forbidden_file($fullname)) {
fatal("403 Forbidden",
'Access forbidden. This file is mentioned in @ForbiddenFiles');
return;
}
# get mimetype
if (defined($input{"content-type"})
&& ($input{"content-type"} =~ /\S\/\S/))
{
$mimetype = $input{"content-type"}
} else {
$mimetype = &getMimeTypeFromSuffix($fullname);
}
if (defined($rev)) {
$revopt = "-r$rev";
if ($use_moddate) {
readLog($fullname, $rev);
$moddate = $date{$rev};
}
} else {
$revopt = "-rHEAD";
if ($use_moddate) {
readLog($fullname);
$moddate = $date{$symrev{HEAD}};
}
}
### just for the record:
### 'cvs co' seems to have a bug regarding single checkout of
### directories/files having spaces in it;
### this is an issue that should be resolved on cvs's side
#
# Safely for a child process to read from.
if (!open($fh, "-|")) { # child
# chdir to $tmpdir before to avoid non-readable cgi-bin directories
chdir($tmpdir);
open(STDERR, ">&STDOUT"); # Redirect stderr to stdout
# work around a bug of cvs -p; expand symlinks
use Cwd 'abs_path';
exec($CMD{cvs}, @cvs_options,
'-d', abs_path($cvsroot),
'co', '-p',
$revopt, $where) or exit -1;
}
if (eof($fh)) {
fatal("404 Not Found",
'%s is not (any longer) pertinent',
$where);
}
#===================================================================
#Checking out squid/src/ftp.c
#RCS: /usr/src/CVS/squid/src/ftp.c,v
#VERS: 1.1.1.28.6.2
#***************
# Parse CVS header
my ($revision, $filename, $cvsheader);
$filename = "";
while (<$fh>) {
last if (/^\*\*\*\*/);
$revision = $1 if (/^VERS: (.*)$/);
if (/^Checking out (.*)$/) {
$filename = $1;
$filename =~ s/^\.\/*//;
}
$cvsheader .= $_;
}
if ($filename ne $where) {
fatal("500 Internal Error",
'Unexpected output from cvs co: %s',
$cvsheader);
}
$| = 1;
if ($mimetype eq "text/x-cvsweb-markup") {
&cvswebMarkup($fh, $fullname, $revision);
} else {
http_header($mimetype);
print <$fh>;
}
close($fh);
}
sub cvswebMarkup($$$) {
my ($filehandle, $fullname, $revision) = @_;
my ($pathname, $filename);
($pathname = $where) =~ s/(Attic\/)?[^\/]*$//;
($filename = $where) =~ s/^.*\///;
my ($fileurl) = urlencode($filename);
http_header();
navigateHeader($scriptwhere, $pathname, $filename, $revision, "view");
print "";
print "
";
}
print "\n";
}
sub chooseMirror() {
my ($mirror, $moremirrors);
$moremirrors = 0;
# This code comes from the original BSD-cvsweb
# and may not be useful for your site; If you don't
# set %MIRRORS this won't show up, anyway
#
# Should perhaps exlude the current site somehow..
if (keys %MIRRORS) {
- print "\nThis cvsweb is mirrored in:\n";
+ print "\nThis CVSweb is mirrored in:\n";
foreach $mirror (keys %MIRRORS) {
print ", " if ($moremirrors);
print &link(htmlquote($mirror), $MIRRORS{$mirror});
$moremirrors = 1;
}
print "
\n";
}
}
sub fileSortCmp() {
my ($comp) = 0;
my ($c, $d, $af, $bf);
($af = $a) =~ s/,v$//;
($bf = $b) =~ s/,v$//;
my ($rev1, $date1, $log1, $author1, $filename1) = @{$fileinfo{$af}}
if (defined($fileinfo{$af}));
my ($rev2, $date2, $log2, $author2, $filename2) = @{$fileinfo{$bf}}
if (defined($fileinfo{$bf}));
if (defined($filename1) && defined($filename2) && $af eq $filename1
&& $bf eq $filename2)
{
# Two files
$comp = -revcmp($rev1, $rev2) if ($byrev && $rev1 && $rev2);
$comp = ($date2 <=> $date1) if ($bydate && $date1 && $date2);
$comp = ($log1 cmp $log2) if ($bylog && $log1 && $log2);
$comp = ($author1 cmp $author2)
if ($byauthor && $author1 && $author2);
}
if ($comp == 0) {
# Directories first, then sorted on name if no other sort critera
# available.
my $ad = ((-d "$fullname/$a") ? "D" : "F");
my $bd = ((-d "$fullname/$b") ? "D" : "F");
($c = $a) =~ s|.*/||;
($d = $b) =~ s|.*/||;
$comp = ("$ad$c" cmp "$bd$d");
}
return $comp;
}
# make A url for downloading
sub download_url($$;$) {
my ($url, $revision, $mimetype) = @_;
$revision =~ s/\b0\.//;
if (defined($checkoutMagic)
&& (!defined($mimetype) || $mimetype ne "text/x-cvsweb-markup"))
{
my $path = $where;
$path =~ s|[^/]+$||;
$url = "$scriptname/$checkoutMagic/${path}$url";
}
$url .= "?rev=$revision";
$url .= '&content-type=' . urlencode($mimetype) if (defined($mimetype));
$url;
}
# Presents a link to download the
# selected revision
sub download_link($$$;$) {
my ($url, $revision, $textlink, $mimetype) = @_;
my ($fullurl) = download_url($url, $revision, $mimetype);
$fullurl =~ s/:/sprintf("%%%02x", ord($&))/eg;
printf '$textlink";
}
# Returns a Query string with the
# specified parameter toggled
sub toggleQuery($$) {
my ($toggle, $value) = @_;
my ($newquery, $var);
my (%vars);
%vars = %input;
if (defined($value)) {
$vars{$toggle} = $value;
} else {
$vars{$toggle} = $vars{$toggle} ? 0 : 1;
}
# Build a new query of non-default paramenters
$newquery = "";
foreach $var (@stickyvars) {
my ($value) = defined($vars{$var}) ? $vars{$var} : "";
my ($default) =
defined($DEFAULTVALUE{$var}) ? $DEFAULTVALUE{$var} : "";
if ($value ne $default) {
$newquery .= "&" if ($newquery ne "");
$newquery .= urlencode($var) . "=" . urlencode($value);
}
}
if ($newquery) {
return '?' . $newquery;
}
return "";
}
sub urlencode($) {
local ($_) = @_;
s/[\000-+{-\377]/sprintf("%%%02x", ord($&))/ge;
$_;
}
sub htmlquote($) {
local ($_) = @_;
# Special Characters; RFC 1866
s/&/&/g;
s/\"/"/g;
s/</g;
s/>/>/g;
$_;
}
sub htmlunquote($) {
local ($_) = @_;
# Special Characters; RFC 1866
s/"/\"/g;
s/<//g;
s/&/&/g;
$_;
}
sub hrefquote($) {
local ($_) = @_;
y/ /+/;
htmlquote($_)
}
sub http_header(;$) {
my $content_type = shift || "text/html";
$content_type .= "; charset=$charset"
if $content_type =~ m,^text/, && defined($charset) && $charset;
if (defined($moddate)) {
if ($is_mod_perl) {
Apache->request->header_out(
"Last-Modified" => scalar gmtime($moddate)
. " GMT");
} else {
print "Last-Modified: ", scalar gmtime($moddate),
" GMT\r\n";
}
}
if ($is_mod_perl) {
Apache->request->content_type($content_type);
} else {
print "Content-Type: $content_type\r\n";
}
if ($allow_compress && $maycompress) {
if ($has_zlib
|| (defined($CMD{gzip}) && open(GZIP, "| $CMD{gzip} -1 -c"))
)
{
if ($is_mod_perl) {
Apache->request->content_encoding("x-gzip");
Apache->request->header_out(
Vary => "Accept-Encoding");
Apache->request->send_http_header;
} else {
print "Content-Encoding: x-gzip\r\n";
print "Vary: Accept-Encoding\r\n"
; #RFC 2068, 14.43
print "\r\n"; # Close headers
}
$| = 1;
$| = 0; # Flush header output
if ($has_zlib) {
tie *GZIP, __PACKAGE__, \*STDOUT;
}
select(GZIP);
$gzip_open = 1;
# print "" if ($content_type =~ m|^text/html\b|);
} else {
if ($is_mod_perl) {
Apache->request->send_http_header;
} else {
print "\r\n"; # Close headers
}
print
"Unable to find gzip binary in the \$command_path ($command_path) to compress output ";
}
} else {
if ($is_mod_perl) {
Apache->request->send_http_header;
} else {
print "\r\n"; # Close headers
}
}
}
sub html_header($) {
my ($title) = @_;
http_header("text/html");
(my $header = &cgi_style::html_header) =~ s,\A.*\n,,s;
print <
-
-
-
$title
-
-
+$HTML_META
$header
EOH
}
sub html_footer() {
return &cgi_style::html_footer;
}
sub link_tags($) {
my ($tags) = @_;
my ($ret) = "";
my ($fileurl, $filename);
($filename = $where) =~ s/^.*\///;
$fileurl = './' . urlencode($filename);
foreach my $sym (split (", ", $tags)) {
$ret .= ",\n" if ($ret ne "");
$ret .=
&link($sym, $fileurl . toggleQuery('only_with_tag', $sym));
}
return "$ret\n";
}
#
# See if a module is listed in the config file's @HideModules list.
#
sub forbidden_module($) {
my ($module) = @_;
local $_;
for (@HideModules) {
return 1 if $module =~ $_;
}
return 0;
}
sub forbidden_file($) {
my ($path) = @_;
$path = substr($path, length($cvsroot) + 1);
local $_;
for (@ForbiddenFiles) {
return 1 if $path =~ $_;
}
return 0;
}
# Close the GZIP handle remove the tie.
sub gzipclose {
if ($gzip_open) {
select(STDOUT);
close(GZIP);
untie *GZIP;
$gzip_open = 0;
}
}
# implement a gzipped file handle via the Compress:Zlib compression
# library.
sub MAGIC1() { 0x1f }
sub MAGIC2() { 0x8b }
sub OSCODE() { 3 }
sub TIEHANDLE {
my ($class, $out) = @_;
my ($d) = Compress::Zlib::deflateInit(
-Level => Compress::Zlib::Z_BEST_COMPRESSION(),
-WindowBits => -Compress::Zlib::MAX_WBITS()
) or return undef;
my ($o) = {
handle => $out,
dh => $d,
crc => 0,
len => 0,
};
my ($header) =
pack("c10", MAGIC1, MAGIC2, Compress::Zlib::Z_DEFLATED(), 0, 0, 0,
0, 0, 0, OSCODE);
print {$o->{handle}} $header;
return bless($o, $class);
}
sub PRINT {
my ($o) = shift;
my ($buf) = join (defined $, ? $, : "", @_);
my ($len) = length($buf);
my ($compressed, $status) = $o->{dh}->deflate($buf);
print {$o->{handle}} $compressed if defined($compressed);
$o->{crc} = Compress::Zlib::crc32($buf, $o->{crc});
$o->{len} += $len;
return $len;
}
sub PRINTF {
my ($o) = shift;
my ($fmt) = shift;
my ($buf) = sprintf($fmt, @_);
my ($len) = length($buf);
my ($compressed, $status) = $o->{dh}->deflate($buf);
print {$o->{handle}} $compressed if defined($compressed);
$o->{crc} = Compress::Zlib::crc32($buf, $o->{crc});
$o->{len} += $len;
return $len;
}
sub WRITE {
my ($o, $buf, $len, $off) = @_;
my ($compressed, $status) = $o->{dh}->deflate(substr($buf, 0, $len));
print {$o->{handle}} $compressed if defined($compressed);
$o->{crc} = Compress::Zlib::crc32(substr($buf, 0, $len), $o->{crc});
$o->{len} += $len;
return $len;
}
sub CLOSE {
my ($o) = @_;
return if !defined($o->{dh});
my ($buf) = $o->{dh}->flush();
$buf .= pack("V V", $o->{crc}, $o->{len});
print {$o->{handle}} $buf;
undef $o->{dh};
}
sub DESTROY {
my ($o) = @_;
CLOSE($o);
}
diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf
index 0be74f7582..c18b11ff68 100644
--- a/en/cgi/cvsweb.conf
+++ b/en/cgi/cvsweb.conf
@@ -1,530 +1,517 @@
# -*-perl-*-
# Configuration of cvsweb.cgi, the
# CGI interface to CVS Repositories.
#
# (c) 1998-1999 H. Zeller
# 1999 H. Nordstrom
# 2000-2002 A. MUSHA
+# 2002 V. Skyttä
# based on work by Bill Fenner
#
-# $Id: cvsweb.conf,v 1.28 2002-07-01 16:22:34 fenner Exp $
+# FreeBSD: projects/cvsweb/cvsweb.conf,v 1.35 2002/07/06 18:10:44 scop Exp
+# $Id: cvsweb.conf,v 1.29 2002-07-07 04:46:06 knu Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
-# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.27 2002/05/22 08:31:06 knu Exp $
+# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.28 2002/07/01 16:22:34 fenner Exp $
#
###
# Set the path for the following commands:
# uname, cvs, rlog, rcsdiff
# gzip (if you enable $allow_compress)
# tar, rm, zip (if you enable $allow_tar)
$command_path = '/bin:/usr/bin:/usr/local/bin';
# Search the above directories for each command
for (qw(uname cvs rlog rcsdiff gzip tar rm zip)) {
$CMD{$_} = search_path($_);
}
# The name of the operating system implementation
chomp($uname = `$CMD{uname}`);
##############
# CVS Root
##############
# CVSweb can handle several CVS-Repositories
# at once. Enter a short symbolic names and the
# full path of these repositories here.
# NOTE that the symbolic names may not contain
# whitespaces.
# Note, that cvsweb.cgi currently needs to have physical access
# to the CVS repository so :pserver:someone@xyz.com:/data/cvsroot
# won't work!
# 'symbolic_name' => ['name_to_display', 'path_to_the_actual_repository']
# Listed in the order specified:
@CVSrepositories = (
'freebsd' => ['FreeBSD', '/home/ncvs'],
'openbsd' => ['OpenBSD', '/usr/local/www/cvsroot/OpenBSD'],
'netbsd' => ['NetBSD', '/usr/local/www/cvsroot/NetBSD'],
'44bsdlite' => ['4.4BSD-Lite', '/e/4.4BSD-Lite/4.4BSD-Lite-CVS'],
'learn' => ['Learn', '/c/learncvs'],
);
# This tree is enabled by default when
# you enter the page
$cvstreedefault = $CVSrepositories[2 * 0]; # The first one
##############
# Mirror Sites
##############
%MIRRORS = (
'Germany' => 'http://www.de.FreeBSD.org/cgi/cvsweb.cgi',
'Portugal' => 'http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi',
'Ukraine' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
'USA, California' => 'http://cvsweb.FreeBSD.org/',
'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
);
##############
# Bug tracking system options
# ("PR" means Problem Report, as in GNATS)
##############
#@prcategories = qw(
# advocacy
# alpha
# bin
# conf
# docs
# gnu
# i386
# kern
# misc
# pending
# ports
# sparc
#);
#
#$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
#
#$prkeyword = "PR";
##############
# Manual gateway
##############
$mancgi =
"http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
##############
# Defaults for UserSettings
##############
%DEFAULTVALUE = (
# sortby: File sort order
# file Sort by filename
# rev Sort by revision number
# date Sort by commit date
# author Sort by author
# log Sort by log message
"sortby" => "file",
# hideattic: Hide or show files in Attic
# 1 Hide files in Attic
# 0 Show files in Attic
"hideattic" => "1",
# logsort: Sort order for CVS logs
# date Sort revisions by date
# rev Sort revision by revision number
# cvs Don't sort them. Same order as CVS/RCS shows them.
"logsort" => "date",
# f: Default diff format
# h Human readable
# u Unified diff
# c Context diff
# s Side by side
"f" => "u",
# hidecvsroot: Don't show the CVSROOT directory
# 1 Hide CVSROOT directory
# 0 Show CVSROOT directory
"hidecvsroot" => "0",
# hidenonreadable: Don't show entries which cannot be read
# 1 Hide non-readable entries
# 0 Show non-readable entries
"hidenonreadable" => "1",
);
##############
# some layout stuff
##############
# The body-tag for directory views and logs
$body_tag = '';
# The body-tag for diffs and annotations
$body_tag_for_src = '';
# Wanna have a logo on the page ?
$logo = '';
-# The title of the Page on startup
+# The title of the Page on startup. This will be put inside a
tag.
$defaulttitle = "CVS Repository";
-# The address is shown on the footer
-$address = 'CVSweb by <knu@FreeBSD.org>';
+# The address is shown on the footer. This will be put inside a tag.
+$address = 'FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>';
# color of navigation Header for
# diffs and annotations
$navigationHeaderColor = '#9999ee';
$long_intro = <
This is a WWW interface to the !!CVSROOTdescr!! CVS tree.
You can browse the file hierarchy by picking directories
(which have slashes after them, e.g., src/).
If you pick a file, you will see the revision history
for that file.
Selecting a revision number will download that revision of
the file. There is a link at each revision to display
diffs between that revision and the previous one, and
a form at the bottom of the page that allows you to
display diffs between arbitrary revisions.
-This script has been written by Bill Fenner <fenner\@FreeBSD.org> and
-improved by Henner Zeller <zeller\@think.de>, Henrik
-Nordström <hno\@hem.passagen.se>, and
-Ken Coar <Ken.Coar\@Golux.Com>, then
-Akinori MUSHA <knu\@FreeBSD.org> brought it
+This script has been written by Bill Fenner and improved by Henner Zeller,
+Henrik Nordström, and Ken Coar, then Akinori MUSHA brought it
back to FreeBSD community and made further improvements; it is covered
-by the BSD-Licence.
+by The BSD Licence.
If you would like to use this CGI script on your own web server and
-CVS tree, download the latest version here, and also check
-out Zeller's CVSweb
-distribution site. Bill's original script can be found here.
+CVS tree, download the latest version from <URL:http://www.FreeBSD.org/projects/cvsweb.html>.
EOT
$short_instruction = <
Click on a directory to enter that directory. Click on a file to display
-its revision history and to get a chance to display diffs between revisions.
+its revision history and to get a chance to display diffs between revisions.
EOT
# used icons; if icon-url is empty, the text representation is used; if
# you do not want to have an ugly tooltip for the icon, remove the
# text-representation.
# The width and height of the icon allow the browser to correcly display
# the table while still loading the icons.
# These default icons are coming with apache.
# If these icons are too large, check out the miniicons in the
# icons/ directory; they have a width/height of 16/16
my $iconsdir = "/icons";
# format: TEXT ICON-URL width height
%ICONS = (
back => [("[BACK]", "$iconsdir/back.gif", 20, 22)],
dir => [("[DIR]", "$iconsdir/dir.gif", 20, 22)],
file => [("[TXT]", "$iconsdir/text.gif", 20, 22)],
);
undef $iconsdir;
# the length to which the last logentry should
# be truncated when shown in the directory view
$shortLogLen = 80;
# Show author of last change
$show_author = 1;
##############
# table view for directories
##############
# Show directory as table
# this is much more readable but has one
# drawback: the whole table has to be loaded
# before common browsers display it which may
# be annoying if you have a slow link - and a
# large directory ..
$dirtable = 1;
# show different colors for even/odd rows
@tabcolors = ('#ffffff', '#ffffff');
$tablepadding = 2;
# Color of Header
$columnHeaderColorDefault = '#ffffcc';
$columnHeaderColorSorted = '#ffcc66';
#
# If you want to have colored borders
# around each row, uncomment this
$tableBorderColor = '#cccccc';
#
# Modules in the repository that should not be displayed, either by default
# nor by explicit path specification.
#
@HideModules = (
# "^my/secret/module",
);
#
# Files matching these pathnames shouldn't be checked out with cvsweb,
# since they may contain sensitive information. Simple file name based
# filter. Often, the CVSROOT/passwd is exposed and some people tend
# to check in their .cvspass, though this is a bad idea. These files
# shouldn't be readable by default. Thanks to Damian Gryski to point
# this out.
@ForbiddenFiles = (
"^CVSROOT/passwd\$", # CVSROOT/passwd should not be cvs add'ed, though
"/\\.cvspass\$", # Ditto. Just in case.
"^CVSROOT/badcommitters\$", # Private project history.
);
#
# Use CVSROOT/CVSROOT/descriptions for describing the directories/modules
# See INSTALL section 8
#
$use_descriptions = 0;
##############
# Human Readable Diff
##############
# (c) 1998 H. Zeller
#
# Generates two columns of color encoded
# diff; much like xdiff or emacs-ediff mode.
#
# The diff-stuff is a piece of code I once made for
# cvs2html which is under GPL,
# see http://www.sslug.dk/cvs2html
# (c) 1997/98 Peter Toft
#
# some parameters to screw:
##
# make lines breakable so that the columns do not
# exceed the width of the browser
$hr_breakable = 1;
# give out function names in diffs
# this just makes sense if we have C-files, otherwise
# diff's heuristic doesn't work well ..
# ( '-p' option to diff)
$showfunc = 1;
# For each pair of regexps, files that match the first regexp will be diff'ed
# with an '-F' option with the second regexp.
%funcline_regexp = (
"\\.(4th|fr)\$" => "\\(^\\|[ \t]\\): ",
"\\.rb\$" => "^[\t ]*\\(class\\|module\\|def\\) ",
);
# ignore whitespaces for human readable diffs
# (indendation and stuff ..)
# ( '-w' option to diff)
$hr_ignwhite = 0;
# ignore diffs which are caused by
# keyword-substitution like $Id - Stuff
# ( '-kk' option to rcsdiff)
$hr_ignkeysubst = 1;
# Colors and font to show the diff type of code changes
$diffcolorHeading = '#99cccc'; # color of 'Line'-head of each diffed file
$diffcolorEmpty = '#cccccc'; # color of 'empty' lines
$diffcolorRemove = '#ff9999'; # Removed line(s) (left) ( - )
$diffcolorChange = '#99ff99'; # Changed line(s) ( both )
$diffcolorAdd = '#ccccff'; # Added line(s) ( - ) (right)
$diffcolorDarkChange = '#99cc99'; # lines, which are empty in change
$difffontface = "Helvetica,Arial";
$difffontsize = "-1";
# the width of the textinput of the
# request-diff-form
$inputTextSize = 12;
##############
# Mime Types
##############
# mapping to mimetypes to help
# cvsweb to guess the correct mime-type on
# checkout; you can use the mime.types from
# apache here:
$mime_types = '/usr/local/etc/apache/mime.types';
# quick mime-type lookup; maps file-suffices to
# mime-types for displaying checkouts in the browser.
# Further MimeTypes will be found in the
# file $mime_types (apache style mime.types - file)
# - add common mappings here for faster lookup
%MTYPES = (
"html" => "text/html",
"shtml" => "text/html",
"gif" => "image/gif",
"jpeg" => "image/jpeg",
"jpg" => "image/jpeg",
"png" => "image/png",
"xpm" => "image/xpm",
"*" => "text/plain",
);
# Charset for HTML output
$charset = '';
# e.g.
#$charset = $where =~ m,/ru[/_-], ? 'koi8-r'
# : $where =~ m,/zh[/_-], ? 'big5'
# : $where =~ m,/ja[/_-], ? 'x-euc-jp'
# : $where =~ m,/ko[/_-], ? 'x-euc-kr'
# : 'iso-8859-1';
# Output filter
$output_filter = '';
# e.g.
## unify/convert Japanese code into EUC-JP
#$output_filter= '/usr/local/bin/nkf -e';
##############
# Misc
##############
# allow annotation of files
# this requires rw-access to the
# CVSROOT/history file (if you have one)
# and rw-access to the subdirectory to
# place the lock so you maybe don't want it
$allow_annotate = 1;
# allow pretty-printed version of files
$allow_markup = 1;
# allow extra hlink formatting (such as PR xrefs) in logs
$allow_log_extra = 1; # default: enabled
# allow extra hlink formatting (such as PR xrefs) in directories
$allow_dir_extra = 1;
# allow extra hlink formatting in source code/formatted diff views
$allow_source_extra = 1;
# allow compression with gzip
# of output if the Browser accepts
# it (HTTP_ACCEPT_ENCODING=gzip)
# [make sure to have gzip in the path]
$allow_compress = 1;
# Make use of javascript functions.
# This way you can select one of your CVSroot
# without pressing 'Go' (.. if you do have more
# than one CVSROOT defined)
$use_java_script = 1;
# open Download-Links in another window
$open_extern_window = 1;
# The size of this extern window; this size option
# needs use_java_script to be defined
# just comment them if you don't want to have a fixed
# size
#$extern_window_width = 600;
#$extern_window_height = 440;
# Edit Options
# Enable form to edit your options (hideattic,sortbydate)
# this isn't necessary if you've $dirtable defined 'cause
# this allows editing of all your options more intuitive
$edit_option_form = (not $dirtable);
# If you have files which automatically refers to other files
# (such as HTML) then this allows you to browse the checked
# out files as if outside CVS.
$checkout_magic = 1;
# Show last changelog message for sub directories
# The current implementation makes many assumptions and may show the
# incorrect file at some times. The main assumption is that the last
# modified file has the newest filedate. But some CVS operations
# touches the file without even when a new version is't checked in,
# and TAG based browsing essientially puts this out of order, unless
# the last checkin was on the same tag as you are viewing.
# Enable this if you like the feature, but don't rely on correct results.
$show_subdir_lastmod = 0;
# Background color of logentry in markup
$markupLogColor = "#ffffff";
# Show CVS log when viewing file contents
$show_log_in_markup = 1;
# Preformat when viewing file contents. This should be turned off
# when you have files in the repository that are in a multibyte
# encoding which uses HTML special characters ([<>&"]) as part of a
# multi-byte character. (such as iso-2022-jp, ShiftJIS, etc.)
# Otherwise those files will get screwed up in markup.
$preformat_in_markup = '';
# Tabstop used to expand tabs in colored diffs. If undefined then
# tabs are always expanded to 8 spaces.
$tabstop = 8;
# if you wish to display absolute times in your local timezone,
# then define mytz and fill in the strings for your standard and
# daylight time. Note that you must also make sure the system
# timezone is correctly set.
# @mytz=("EST", "EDT");
# cvsweb is friendly to caches by indicating a suitable
# last-modified timestamp. Doing this uses slightly more
# CPU so you might want to disable it if you have a slow
# server
$use_moddate = 1;
# Allows downloading a tarball of the current directory if set.
# Bear in mind that this allows downloading a tarball of your entire
# repository, which can take a lot of time and disk space to create!
# If you enable this, you may need to make sure that cvsweb can write to
# CVSROOT/val-tags, due to a bug in cvs.
$allow_tar = '';
# Options to pass to tar(1).
@tar_options = qw(--ignore-failed-read);
# e.g. @tar_options = qw(--ignore-failed-read);
# GNU tar has some useful options against unexpected errors.
# Options to pass to gzip(1) when compressing a tarball to download.
@gzip_options = qw();
# e.g. @gzip_options = qw(-3);
# Try lower compression level than 6 (default) if you want faster
# compression, or higher, for better compression.
# Options to pass to zip(1) when compressing a zip archive to download.
@zip_options = qw();
# e.g. @zip_options = qw(-3);
# Try lower compression level than 6 (default) if you want faster
# compression, or higher, for better compression.
# Options to pass to cvs(1).
-@cvs_options = qw(-l);
+@cvs_options = qw(-lf);
push @cvs_options, '-R' if ($uname eq 'FreeBSD' || $uname eq 'OpenBSD');
# Only FreeBSD's and OpenBSD's cvs(1) supports -R (read only access
# mode) option, which considerably speeds up checkouts over NFS.
1;
#EOF