[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.1, Mon Jan 1 23:15:03 2001 UTC (23 years, 3 months ago) by knu

Add $prkeyword variable to allow user to use (e.g.) `Bug' instead of
`PR' as the bug report identifier.

Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
FreeBSD specific configuration values to cvsweb.conf-freebsd.

Add a %funcline_regexp entry for Ruby. (*.rb)

# -*-perl-*-
#
# Set up for NetBSD repo options.
#
# $Id: cvsweb.conf-netbsd,v 3.1 2001/01/01 23:15:03 knu Exp $

$ENV{'RCSLOCALID'} = 'NetBSD';
$ENV{'RCSINCEXC'}  = 'iNetBSD';

@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";

1;