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

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

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

CVSweb