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

Diff for /cvsweb/Attic/cvsweb.conf-netbsd between version 3.2 and 4.3

version 3.2, 2001/01/11 01:52:56 version 4.3, 2019/11/11 15:46:39
Line 1 
Line 1 
 # -*-perl-*-  # -*-perl-*-
   # $Id$
   # $knu: cvsweb.conf-netbsd,v 1.8 2002/12/23 15:05:10 scop
 #  #
 # Set up for NetBSD repo options.  # Set up for NetBSD repo options.
 #  
 # $Id$  
   
 if ($uname eq 'FreeBSD') {  if ($^O eq 'freebsd') {
     $ENV{'RCSLOCALID'} = 'NetBSD=CVSHeader';          $ENV{'RCSLOCALID'} = 'NetBSD=Id';
     $ENV{'RCSINCEXC'}  = 'iNetBSD';          $ENV{'RCSINCEXC'}  = 'iNetBSD';
 } else {  } else {
     $ENV{'RCSLOCALID'} = 'NetBSD';          $ENV{'RCSLOCALID'} = 'NetBSD';
 }  }
   
 @prcategories = qw(  $mancgi = "https://netbsd.gw.com/cgi-bin/man-cgi?%s+%s";
                    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";  # Allow downloading a tarball of a pkgsrc
   $allow_tar = ($where =~ m,^pkgsrc/[^/]+/[^/]+/,);
 $prkeyword = "PR";  
   
 $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386";  
   
 1;  1;

Legend:
Removed from v.3.2  
changed lines
  Added in v.4.3

CVSweb