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

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

Revision 3.7.2.3, Sun Nov 10 13:58:12 2019 UTC (4 years, 4 months ago) by schwarze
Branch: FreeBSD-cvsweb-2_0-branch
Changes since 3.7.2.2: +2 -2 lines

update NetBSD CVSweb URI; triggered by a different patch
from Mattieu Baptiste on ports@ 2012-06-15 11:54:34

# -*-perl-*-
# $Id: cvsweb.conf-netbsd,v 3.7.2.3 2019/11/10 13:58:12 schwarze Exp $
# $knu: cvsweb.conf-netbsd,v 1.7 2002/05/07 08:51:22 knu
#
# Set up for NetBSD repo options.

if ($uname eq 'FreeBSD') {
	$ENV{'RCSLOCALID'} = 'NetBSD=Id';
	$ENV{'RCSINCEXC'}  = 'iNetBSD';
} else {
	$ENV{'RCSLOCALID'} = 'NetBSD';
}

@prcategories = qw(
    admin
    bin
    install
    kern
    lib
    misc
    pending
    pkg
    port-alpha
    port-amiga
    port-arc
    port-arm26
    port-arm32
    port-atari
    port-bebox
    port-cobalt
    port-dreamcast
    port-hp300
    port-hpcmips
    port-i386
    port-luna68k
    port-m68k
    port-mac68k
    port-macppc
    port-mips
    port-mvme68k
    port-newsmips
    port-news68k
    port-next68k
    port-ofppc
    port-pc532
    port-pmax
    port-powerpc
    port-prep
    port-sgimips
    port-sh3
    port-sparc
    port-sparc64
    port-sun3
    port-vax
    port-x68k
    security
    standards
    test
    xsrc
    y2k
);

$prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s";

$prkeyword = "PR";

$mancgi = "https://netbsd.gw.com/cgi-bin/man-cgi?%s+%s";

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

1;