[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.7.2.2, Thu Nov 7 09:44:35 2019 UTC (4 years, 4 months ago) by schwarze
Branch: FreeBSD-cvsweb-2_0-branch
CVS Tags: cvsweb-2_1
Changes since 3.7.2.1: +2 -3 lines

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

# -*-perl-*-
# $Id: cvsweb.conf-openbsd,v 3.7.2.2 2019/11/07 09:44:35 schwarze Exp $
# $knu: cvsweb.conf-openbsd,v 1.7 2002/05/07 08:51:22 knu
#
# Set up for OpenBSD repo options.

if ($uname 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 = "https://man.openbsd.org/%s.%s";

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

1;