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

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

Revision 3.5, Wed Aug 1 09:32:22 2001 UTC (22 years, 8 months ago) by knu
Changes since 3.4: +23 -22 lines

perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce

# -*-perl-*-
#
# Set up for OpenBSD repo options.
#
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-openbsd,v 3.4 2001/01/13 07:48:09 knu Exp $

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

@prcategories = qw(
    alpha
    arm
    documentation
    i386
    kernel
    library
    m68k
    mips
    ns32k
    pending
    ports
    ppc
    sparc
    system
    user
    vax
);

$prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s";

$prkeyword = "PR";

$mancgi =
    "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";

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

1;