remove 4.11-stable
update to 5.5-stable cleanup ports releases
This commit is contained in:
parent
8dba986405
commit
7a37a49d44
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28151
1 changed files with 11 additions and 15 deletions
|
@ -33,7 +33,7 @@
|
|||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||
#
|
||||
# $Id: man.cgi,v 1.158 2006-05-23 20:12:17 bmah Exp $
|
||||
# $Id: man.cgi,v 1.159 2006-06-23 10:12:01 www Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -152,13 +152,11 @@ $manPathDefault = 'FreeBSD 6.1-RELEASE';
|
|||
|
||||
%manPath =
|
||||
(
|
||||
'FreeBSD 6.0-RELEASE and Ports', "$manLocalDir/FreeBSD-6.0-RELEASE/man:$manLocalDir/FreeBSD-6.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.0-RELEASE",
|
||||
'FreeBSD 5.4-RELEASE and Ports', "$manLocalDir/FreeBSD-5.4-RELEASE/man:$manLocalDir/FreeBSD-5.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.3-RELEASE",
|
||||
'FreeBSD 6.1-RELEASE and Ports', "$manLocalDir/FreeBSD-6.1-RELEASE/man:$manLocalDir/FreeBSD-6.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports",
|
||||
'FreeBSD 5.5-RELEASE and Ports', "$manLocalDir/FreeBSD-5.5-RELEASE/man:$manLocalDir/FreeBSD-5.5-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.1-RELEASE",
|
||||
|
||||
'FreeBSD 7.0-current', "$manLocalDir/FreeBSD-7-current",
|
||||
'FreeBSD 6.0-stable', "$manLocalDir/FreeBSD-6.0-stable/man:$manLocalDir/FreeBSD-6.0-stable/openssl/man",
|
||||
'FreeBSD 5.4-stable', "$manLocalDir/FreeBSD-5.4-stable",
|
||||
'FreeBSD 4.11-stable', "$manLocalDir/FreeBSD-4.11-stable",
|
||||
'FreeBSD 5.5-stable', "$manLocalDir/FreeBSD-5.5-stable",
|
||||
|
||||
'FreeBSD 6.1-RELEASE', "$manLocalDir/FreeBSD-6.1-RELEASE/man:$manLocalDir/FreeBSD-6.1-RELEASE/openssl/man",
|
||||
'FreeBSD 6.0-RELEASE', "$manLocalDir/FreeBSD-6.0-RELEASE/man:$manLocalDir/FreeBSD-6.0-RELEASE/openssl/man",
|
||||
|
@ -205,9 +203,7 @@ $manPathDefault = 'FreeBSD 6.1-RELEASE';
|
|||
'FreeBSD 1.1-RELEASE', "$manLocalDir/FreeBSD-1.1-RELEASE",
|
||||
'FreeBSD 1.0-RELEASE', "$manLocalDir/FreeBSD-1.0-RELEASE",
|
||||
|
||||
'FreeBSD Ports 6.0-RELEASE', "$manLocalDir/FreeBSD-ports-6.0-RELEASE",
|
||||
'FreeBSD Ports 5.4-RELEASE', "$manLocalDir/FreeBSD-ports-5.4-RELEASE",
|
||||
'FreeBSD Ports 5.3-RELEASE', "$manLocalDir/FreeBSD-ports-5.3-RELEASE",
|
||||
'FreeBSD Ports 6.0-STABLE', "$manLocalDir/FreeBSD-ports-6.0-STABLE",
|
||||
'FreeBSD Ports 5.1-RELEASE', "$manLocalDir/FreeBSD-ports-5.1-RELEASE",
|
||||
'FreeBSD Ports 5.0-RELEASE', "$manLocalDir/FreeBSD-ports-5.0-RELEASE",
|
||||
'FreeBSD Ports 4.7-RELEASE', "$manLocalDir/FreeBSD-ports-4.7-RELEASE",
|
||||
|
@ -356,11 +352,11 @@ while (($key,$val) = each %manPath) {
|
|||
# keywords must be in lower cases.
|
||||
%manPathAliases =
|
||||
(
|
||||
'freebsd', 'FreeBSD 6.0-RELEASE',
|
||||
'freebsd-stable', 'FreeBSD 6.0-stable',
|
||||
'freebsd', 'FreeBSD 6.1-RELEASE',
|
||||
'freebsd-stable', 'FreeBSD 6.1-stable',
|
||||
'freebsd-stable4', 'FreeBSD 4.11-stable',
|
||||
'freebsd-stable5', 'FreeBSD 5.4-stable',
|
||||
'freebsd-stable6', 'FreeBSD 6.0-stable',
|
||||
'freebsd-stable5', 'FreeBSD 5.5-stable',
|
||||
'freebsd-stable6', 'FreeBSD 6.1-stable',
|
||||
'freebsd-current', 'FreeBSD 7-current',
|
||||
'slackware', 'Linux Slackware 3.1',
|
||||
'linux-de', 'deutsch - Linux/GNU',
|
||||
|
@ -383,7 +379,7 @@ while (($key,$val) = each %manPath) {
|
|||
'sunos5', 'SunOS 5.10',
|
||||
'sunos4', 'SunOS 4.1.3',
|
||||
'sunos', 'SunOS 4.1.3',
|
||||
'freebsd ports', 'FreeBSD Ports 6.0-RELEASE',
|
||||
'freebsd ports', 'FreeBSD Ports 6.0-STABLE',
|
||||
'ports', 'FreeBSD Ports 5.3-RELEASE',
|
||||
'plan9', 'Plan 9',
|
||||
'osf1', 'OSF1 V5.1/alpha',
|
||||
|
@ -1078,7 +1074,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.158 2006-05-23 20:12:17 bmah Exp $';
|
||||
$id = '$Id: man.cgi,v 1.159 2006-06-23 10:12:01 www Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Reference in a new issue