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

Diff for /cvsweb/Attic/cvsweb.conf-openbsd between version 3.3 and 4.2

version 3.3, 2001/01/11 23:42:01 version 4.2, 2019/11/11 15:46:39
Line 1 
Line 1 
 # -*-perl-*-  # -*-perl-*-
   # $Id$
   # $knu cvsweb.conf-openbsd,v 1.8 2002/12/23 15:05:10 scop
 #  #
 # Set up for OpenBSD repo options.  # Set up for OpenBSD repo options.
 #  
 # $Id$  
   
 if ($uname eq 'FreeBSD') {  if ($^O eq 'freebsd') {
     $ENV{'RCSLOCALID'} = 'OpenBSD=CVSHeader';          $ENV{'RCSLOCALID'} = 'OpenBSD=Id';
     $ENV{'RCSINCEXC'}  = 'iOpenBSD';          $ENV{'RCSINCEXC'}  = 'iOpenBSD';
 } else {  } else {
     $ENV{'RCSLOCALID'} = 'OpenBSD';          $ENV{'RCSLOCALID'} = 'OpenBSD';
 }  }
   
 @prcategories = qw(  $mancgi =
                    alpha      "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";
                    arm  
                    documentation  
                    i386  
                    kernel  
                    library  
                    m68k  
                    mips  
                    ns32k  
                    pending  
                    ports  
                    ppc  
                    sparc  
                    system  
                    user  
                    vax  
                   );  
   
 $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s";  
   
 $prkeyword = "PR";  
   
 $mancgi = "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";  
   
 # Allow downloading a tarball of a port  # Allow downloading a tarball of a port
 $allow_tar = ($where =~ m,^ports/[^/]+/[^/]+/,);  $allow_tar = ($where =~ m,^ports/[^/]+/[^/]+/,);

Legend:
Removed from v.3.3  
changed lines
  Added in v.4.2

CVSweb