60 lines
989 B
Text
60 lines
989 B
Text
# Set up for NetBSD repo options.
|
|
#
|
|
# $FreeBSD$
|
|
|
|
$ENV{'RCSLOCALID'} = 'NetBSD';
|
|
$ENV{'RCSINCEXC'} = 'iNetBSD';
|
|
|
|
##############
|
|
# PR categoties
|
|
##############
|
|
@prcategories = qw(
|
|
bin
|
|
install
|
|
kern
|
|
lib
|
|
misc
|
|
pkg
|
|
port-alpha
|
|
port-amiga
|
|
port-arc
|
|
port-arm26
|
|
port-arm32
|
|
port-atari
|
|
port-bebox
|
|
port-cobalt
|
|
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
|
|
xsrc
|
|
y2k
|
|
);
|
|
|
|
##############
|
|
# query-pr.cgi
|
|
##############
|
|
$prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=";
|
|
|