Remove CVSweb support config files NetBSD and OpenBSD repositories now
that they have been removed from cvsweb.conf. Reminded by: wosch
This commit is contained in:
parent
0d66cdb1b3
commit
218372c650
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29825
2 changed files with 0 additions and 117 deletions
|
@ -1,73 +0,0 @@
|
|||
# -*-perl-*-
|
||||
#
|
||||
# Set up for NetBSD repo options.
|
||||
#
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-netbsd,v 1.5 2001/08/01 09:32:22 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.14 2002/09/30 20:14:06 scop Exp $
|
||||
|
||||
if ($^O 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 = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386";
|
||||
|
||||
# Allow downloading a tarball of a pkgsrc
|
||||
$allow_tar = ($where =~ m,^pkgsrc/[^/]+/[^/]+/,);
|
||||
|
||||
1;
|
|
@ -1,44 +0,0 @@
|
|||
# -*-perl-*-
|
||||
#
|
||||
# Set up for OpenBSD repo options.
|
||||
#
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-openbsd,v 1.5 2001/08/01 09:32:22 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-openbsd,v 1.12 2002/09/30 20:14:06 scop Exp $
|
||||
|
||||
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;
|
Loading…
Reference in a new issue