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

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

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

CVSweb