Update the list of releases: remove 4.5, add 5.0, add a couple more

hardware platforms for 5.0.

Reviewed by:	phantom
Approved by:	phantom, ceri (mentor)
This commit is contained in:
Peter Pentchev 2003-03-04 11:56:15 +00:00
parent 6877e3570c
commit 1572f62696
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16188

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: www/en/cgi/ports.cgi,v 1.62 2002/05/02 14:21:40 wosch Exp $
# $FreeBSD$
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -54,34 +54,58 @@ sub init_variables {
# where to get -current packages
local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha';
local($pia64) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ia64';
local($psparc64) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/sparc64';
$remotePrefixFtpPackagesDefault = '4.6-STABLE/i386';
$remotePrefixFtpPackagesDefault = '4.7-STABLE/i386';
%remotePrefixFtpPackages =
(
'5.0-CURRENT/i386', "$p/packages-current/All",
'4.6-STABLE/i386', " $p/packages-4-stable/All",
'4.7-STABLE/i386', " $p/packages-4-stable/All",
'5.0-RELEASE/i386', "$p/packages-5.0-release/All",
'4.7-RELEASE/i386', "$p/packages-4.7-release/All",
'4.6-RELEASE/i386', "$p/packages-4.6-release/All",
'4.5-RELEASE/i386', "$p/packages-4.5-release/All",
'5.0-CURRENT/alpha', "$palpha/packages-current/All",
'4.6-STABLE/alpha', "$palpha/packages-4-stable/All",
'4.7-STABLE/alpha', "$palpha/packages-4-stable/All",
'5.0-RELEASE/alpha', "$palpha/packages-5.0-release/All",
'4.7-RELEASE/alpha', "$palpha/packages-4.7-release/All",
'4.6-RELEASE/alpha', "$palpha/packages-4.6-release/All",
'5.0-CURRENT/ia64', "$pia64/packages-current/All",
'5.0-RELEASE/ia64', "$pia64/packages-5.0-release/All",
'5.0-CURRENT/sparc64', "$psparc64/packages-current/All",
'5.0-RELEASE/sparc64', "$psparc64/packages-5.0-release/All",
);
%relDate =
(
'5.0-CURRENT/i386', 'today',
'4.6-STABLE/i386', 'today',
'4.7-STABLE/i386', 'today',
'5.0-RELEASE/i386', '2003-01-19 17:34:28 UTC',
'4.7-RELEASE/i386', '2002-10-10 14:47:54 UTC',
'4.6-RELEASE/i386', '2002-06-15 23:01:20 UTC',
'4.5-RELEASE/i386', '2002-01-19 04:56:32 UTC',
'5.0-CURRENT/alpha', 'today',
'4.6-STABLE/alpha', 'today',
'4.7-STABLE/alpha', 'today',
'5.0-RELEASE/alpha', '2003-01-19 17:34:28 UTC',
'4.7-RELEASE/alpha', '2002-10-10 14:47:54 UTC',
'4.6-RELEASE/alpha', '2002-06-15 23:01:20 UTC',
'5.0-CURRENT/ia64', 'today',
'5.0-RELEASE/ia64', '2003-01-19 17:34:28 UTC',
'5.0-CURRENT/sparc64', 'today',
'5.0-RELEASE/sparc64', '2003-01-19 17:34:28 UTC',
);
$remotePrefixHtml =
@ -551,7 +575,7 @@ sub footer {
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
&copy; 1996-2002 by Wolfram Schneider. All rights reserved.<br>
};
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.62 2002/05/02 14:21:40 wosch Exp $} . "<br>\n";
#print q{$FreeBSD$} . "<br>\n";
print qq{Please direct questions about this service to
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
print qq{General questions about FreeBSD ports should be sent to } .