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

Diff for /cvsweb/Attic/cvsweb.conf-freebsd between version 3.2 and 4.1

version 3.2, 2001/01/11 01:52:56 version 4.1, 2019/11/08 21:08:27
Line 1 
Line 1 
 # -*-perl-*-  # -*-perl-*-
   # $Id$
   # $doc: cvsweb.conf-freebsd,v 1.18 2008/04/23 04:27:59 linimon
   # $knu: cvsweb.conf-freebsd,v 1.10 2004/06/07 19:33:11 knu
 #  #
 # Set up for FreeBSD repo options.  # Set up for FreeBSD repo options.
 #  
 # $Id$  
   
 if ($uname eq 'FreeBSD') {  if ($^O eq 'freebsd') {
     $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';          $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
     $ENV{'RCSINCEXC'}  = 'iFreeBSD';          $ENV{'RCSINCEXC'}  = 'iFreeBSD';
 } else {  } else {
     $ENV{'RCSLOCALID'} = 'FreeBSD';          $ENV{'RCSLOCALID'} = 'FreeBSD';
 }  }
   
 @prcategories = qw(  @prcategories = qw(
                    advocacy      advocacy
                    alpha      alpha
                    bin      amd64
                    conf      arm
                    docs      bin
                    gnu      conf
                    i386      docs
                    kern      gnu
                    misc      i386
                    pending      ia64
                    ports      java
                    sparc      kern
                   );      misc
       pending
       ports
       powerpc
       sparc64
       standards
       threads
       usb
       www
   );
   
 $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
   
 $prkeyword = "PR";  $prkeyword = "PR";
   
 $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";  $mancgi =
       "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";
   
   # Allow downloading a tarball of a port or a project directory
   $allow_tar = ($where =~ m,^(ports/[^/]+/[^/]+/|projects/[^/]+/),);
   
 1;  1;

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

CVSweb