[BACK]Return to cvsweb.conf-freebsd CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

File: [cvsweb.bsd.lv] / cvsweb / Attic / cvsweb.conf-freebsd (download)

Revision 3.4, Sat Jan 13 07:48:09 2001 UTC (23 years, 3 months ago) by knu
Changes since 3.3: +1 -1 lines

* cvsweb.conf: Add some knu-cvsweb info.

* cvsweb.cgi: MFZ: 1.105.

* README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".

# -*-perl-*-
#
# Set up for FreeBSD repo options.
#
# $Idaemons$

if ($uname eq 'FreeBSD') {
    $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
    $ENV{'RCSINCEXC'}  = 'iFreeBSD';
} else {
    $ENV{'RCSLOCALID'} = 'FreeBSD';
}

@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";

$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";

# Allow downloading a tarball of a port
$allow_tar = ($where =~ m,^ports/[^/]+/[^/]+/,);

1;