[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.1 and 4.1

version 3.1, 2001/01/01 23:15:03 version 4.1, 2019/11/08 21:08:27
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$  
   
 $ENV{'RCSLOCALID'} = 'OpenBSD';  if ($^O eq 'freebsd') {
 $ENV{'RCSINCEXC'}  = 'iOpenBSD';          $ENV{'RCSLOCALID'} = 'OpenBSD=Id';
           $ENV{'RCSINCEXC'}  = 'iOpenBSD';
   } else {
           $ENV{'RCSLOCALID'} = 'OpenBSD';
   }
   
 @prcategories = qw(  @prcategories = qw(
                    alpha      alpha
                    arm      arm
                    documentation      documentation
                    i386      i386
                    kernel      kernel
                    library      library
                    m68k      m68k
                    mips      mips
                    ns32k      ns32k
                    pending      pending
                    ports      ports
                    ppc      ppc
                    sparc      sparc
                    system      system
                    user      user
                    vax      vax
                   );  );
   
 $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s";  $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s";
   
 $prkeyword = "PR";  $prkeyword = "PR";
   
 $mancgi = "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";  $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_tar = ($where =~ m,^ports/[^/]+/[^/]+/,);
   
 1;  1;

Legend:
Removed from v.3.1  
changed lines
  Added in v.4.1

CVSweb