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

version 3.1, 2001/01/01 23:15:03 version 4.2, 2019/11/11 15:46:39
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$  
   
 $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';  if ($^O eq 'freebsd') {
 $ENV{'RCSINCEXC'}  = 'iFreeBSD';          $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
           $ENV{'RCSINCEXC'}  = 'iFreeBSD';
   } else {
           $ENV{'RCSLOCALID'} = 'FreeBSD';
   }
   
 @prcategories = qw(  $mancgi =
                    advocacy      "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";
                    alpha  
                    bin  
                    conf  
                    docs  
                    gnu  
                    i386  
                    kern  
                    misc  
                    pending  
                    ports  
                    sparc  
                   );  
   
 $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";  # Allow downloading a tarball of a port or a project directory
   $allow_tar = ($where =~ m,^(ports/[^/]+/[^/]+/|projects/[^/]+/),);
 $prkeyword = "PR";  
   
 $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";  
   
 1;  1;

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

CVSweb