# -*-perl-*- # $Id: cvsweb.conf-openbsd,v 4.2 2019/11/11 15:46:39 schwarze Exp $ # $knu cvsweb.conf-openbsd,v 1.8 2002/12/23 15:05:10 scop # # Set up for OpenBSD repo options. if ($^O eq 'freebsd') { $ENV{'RCSLOCALID'} = 'OpenBSD=Id'; $ENV{'RCSINCEXC'} = 'iOpenBSD'; } else { $ENV{'RCSLOCALID'} = 'OpenBSD'; } $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;