[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 4.1, Fri Nov 8 21:08:27 2019 UTC (4 years, 4 months ago) by schwarze
Branch: MAIN

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 trunk of the KNU/SCOP repo, and add "Id"
identifiers to report the current revision in the SCHWARZE repository.

# -*-perl-*-
# $Id: cvsweb.conf-openbsd,v 4.1 2019/11/08 21:08:27 schwarze Exp $
# $knu cvsweb.conf-openbsd,v 1.8 2002/12/23 15:05:10 scop
#
# Set up for OpenBSD repo options.

if ($^O eq 'freebsd') {
	$ENV{'RCSLOCALID'} = 'OpenBSD=Id';
	$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;