34 lines
675 B
Text
34 lines
675 B
Text
# Set up for FreeBSD repo options.
|
|
#
|
|
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.1 2000/08/14 04:55:19 knu Exp $
|
|
|
|
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
|
$ENV{'RCSINCEXC'} = 'iFreeBSD';
|
|
$ENV{'CVSROOT'} = $cvsroot;
|
|
|
|
##############
|
|
# PR categoties
|
|
##############
|
|
@prcategories = qw(
|
|
advocacy
|
|
alpha
|
|
bin
|
|
conf
|
|
docs
|
|
gnu
|
|
i386
|
|
kern
|
|
misc
|
|
ports
|
|
sparc
|
|
);
|
|
|
|
##############
|
|
# query-pr.cgi
|
|
##############
|
|
$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
|
|
|
|
##############
|
|
# man.cgi
|
|
##############
|
|
$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
|