add FreeBSD Ports 5.1-RELEASE
update ports aliases
This commit is contained in:
parent
478815754a
commit
c146f32a20
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18920
1 changed files with 7 additions and 5 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.117 2003-11-18 22:30:41 wosch Exp $
|
||||
# $Id: man.cgi,v 1.118 2003-11-19 10:30:08 wosch Exp $
|
||||
|
||||
#use Data::Dumper;
|
||||
#use Carp;
|
||||
|
@ -147,7 +147,7 @@ $manPathDefault = 'FreeBSD 5.1-RELEASE and Ports';
|
|||
|
||||
%manPath =
|
||||
(
|
||||
'FreeBSD 5.1-RELEASE and Ports', "$manLocalDir/FreeBSD-5.1-RELEASE:$manLocalDir/FreeBSD-ports-5.0-RELEASE",
|
||||
'FreeBSD 5.1-RELEASE and Ports', "$manLocalDir/FreeBSD-5.1-RELEASE:$manLocalDir/FreeBSD-ports-5.1-RELEASE",
|
||||
|
||||
'FreeBSD 5.1-current', "$manLocalDir/FreeBSD-5.1-current",
|
||||
'FreeBSD 4.9-stable', "$manLocalDir/FreeBSD-4.9-stable",
|
||||
|
@ -187,6 +187,8 @@ $manPathDefault = 'FreeBSD 5.1-RELEASE and Ports';
|
|||
'FreeBSD 1.1.5.1-RELEASE', "$manLocalDir/FreeBSD-1.1.5.1-RELEASE",
|
||||
'FreeBSD 1.1-RELEASE', "$manLocalDir/FreeBSD-1.1-RELEASE",
|
||||
'FreeBSD 1.0-RELEASE', "$manLocalDir/FreeBSD-1.0-RELEASE",
|
||||
|
||||
'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",
|
||||
|
||||
|
@ -341,8 +343,8 @@ while (($key,$val) = each %manPath) {
|
|||
'sunos5', 'SunOS 5.9',
|
||||
'sunos4', 'SunOS 4.1.3',
|
||||
'sunos', 'SunOS 4.1.3',
|
||||
'freebsd ports', 'FreeBSD Ports 4.7-RELEASE',
|
||||
'ports', 'FreeBSD Ports 4.7-RELEASE',
|
||||
'freebsd ports', 'FreeBSD Ports 5.1-RELEASE',
|
||||
'ports', 'FreeBSD Ports 5.1-RELEASE',
|
||||
'plan9', 'Plan 9',
|
||||
'osf1', 'OSF1 V5.1/alpha',
|
||||
'true64', 'OSF1 V5.1/alpha',
|
||||
|
@ -1012,7 +1014,7 @@ ETX
|
|||
}
|
||||
|
||||
sub copyright {
|
||||
$id = '$Id: man.cgi,v 1.117 2003-11-18 22:30:41 wosch Exp $';
|
||||
$id = '$Id: man.cgi,v 1.118 2003-11-19 10:30:08 wosch Exp $';
|
||||
|
||||
return qq{\
|
||||
<PRE>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue