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

Annotation of cvsweb/cvsweb.conf-netbsd, Revision 3.8

3.1       knu         1: # -*-perl-*-
                      2: #
                      3: # Set up for NetBSD repo options.
                      4: #
3.6       knu         5: # $FreeBSD$
                      6: # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-netbsd,v 3.5 2001/08/01 09:32:22 knu Exp $
3.1       knu         7:
3.8     ! scop        8: if ($^O eq 'freebsd') {
3.7       knu         9:        $ENV{'RCSLOCALID'} = 'NetBSD=Id';
3.5       knu        10:        $ENV{'RCSINCEXC'}  = 'iNetBSD';
3.2       knu        11: } else {
3.5       knu        12:        $ENV{'RCSLOCALID'} = 'NetBSD';
3.2       knu        13: }
3.1       knu        14:
                     15: @prcategories = qw(
3.5       knu        16:     admin
                     17:     bin
                     18:     install
                     19:     kern
                     20:     lib
                     21:     misc
                     22:     pending
                     23:     pkg
                     24:     port-alpha
                     25:     port-amiga
                     26:     port-arc
                     27:     port-arm26
                     28:     port-arm32
                     29:     port-atari
                     30:     port-bebox
                     31:     port-cobalt
                     32:     port-dreamcast
                     33:     port-hp300
                     34:     port-hpcmips
                     35:     port-i386
                     36:     port-luna68k
                     37:     port-m68k
                     38:     port-mac68k
                     39:     port-macppc
                     40:     port-mips
                     41:     port-mvme68k
                     42:     port-newsmips
                     43:     port-news68k
                     44:     port-next68k
                     45:     port-ofppc
                     46:     port-pc532
                     47:     port-pmax
                     48:     port-powerpc
                     49:     port-prep
                     50:     port-sgimips
                     51:     port-sh3
                     52:     port-sparc
                     53:     port-sparc64
                     54:     port-sun3
                     55:     port-vax
                     56:     port-x68k
                     57:     security
                     58:     standards
                     59:     test
                     60:     xsrc
                     61:     y2k
                     62: );
3.1       knu        63:
                     64: $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s";
                     65:
                     66: $prkeyword = "PR";
                     67:
                     68: $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386";
3.3       knu        69:
                     70: # Allow downloading a tarball of a pkgsrc
                     71: $allow_tar = ($where =~ m,^pkgsrc/[^/]+/[^/]+/,);
3.1       knu        72:
                     73: 1;

CVSweb