Update ports package releases: 4.0 -> 4.1, 3.4 -> 3.5, added 2.2.8

This commit is contained in:
Wolfram Schneider 2000-09-03 16:30:26 +00:00
parent c807b0f2da
commit 8a3329ab84
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7925

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.44 2000/04/03 08:50:23 phantom Exp $
# $FreeBSD: www/en/cgi/ports.cgi,v 1.45 2000/04/23 09:54:35 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -55,29 +55,36 @@ sub init_variables {
local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha';
$remotePrefixFtpPackagesDefault = '4.0-STABLE/i386';
$remotePrefixFtpPackagesDefault = '4.1-STABLE/i386';
%remotePrefixFtpPackages =
(
'5.0-CURRENT/i386', "$p/packages-current/All",
'4.0-STABLE/i386', "$p/packages-4-stable/All",
'4.0-RELEASE/i386', "$p/packages-4-release/All",
'3.4-STABLE/i386', "$p/packages-3-stable/All",
'3.4-RELEASE/i386', "$p/packages-3.4-release/All",
'4.1-STABLE/i386', "$p/packages-4-stable/All",
'4.1-RELEASE/i386', "$p/packages-4-release/All",
'3.5-STABLE/i386', "$p/packages-3-stable/All",
'3.5-RELEASE/i386', "$p/packages-3.4-release/All",
'2.2.8-STABLE/i386', "$p/packages-2.2-stable/All",
'2.2.8-RELEASE/i386', "$p/packages-2.2.8/All",
'5.0-CURRENT/alpha', "$palpha/packages-current/All",
'4.0-STABLE/alpha', "$palpha/packages-current/All",
'4.0-RELEASE/alpha', "$palpha/packages-4.0-release/All",
'4.1-STABLE/alpha', "$palpha/packages-current/All",
'4.1-RELEASE/alpha', "$palpha/packages-4.0-release/All",
);
%relDate =
(
'5.0-CURRENT/i386', 'today',
'4.0-STABLE/i386', 'today',
'4.0-RELEASE/i386', '2000-03-19 01:36:00 UTC',
'3.4-STABLE/i386', 'today',
'3.4-RELEASE/i386', '1999-12-11 22:56:16 UTC',
'4.1-STABLE/i386', 'today',
'4.1-RELEASE/i386', '2000-07-21 18:15:35 UTC',
'3.5-STABLE/i386', 'today',
'3.5-RELEASE/i386', '2000-06-16 22:56:18 UTC',
'5.0-CURRENT/alpha', 'today',
'4.0-STABLE/alpha', 'today',
'4.0-RELEASE/alpha', '2000-03-19 01:36:00 UTC',
'4.1-STABLE/alpha', 'today',
'4.1-RELEASE/alpha', '2000-07-21 18:15:35 UTC',
'2.2.8-RELEASE/i386', '1998-11-30 01:50:01 UTC',
'2.2.8-STABLE/i386', '1999-01-15',
);
$remotePrefixHtml =
@ -529,7 +536,7 @@ sub footer {
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
&copy; 1996-2000 by Wolfram Schneider. All rights reserved.<br>
};
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.44 2000/04/03 08:50:23 phantom Exp $} . "<br>\n";
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.45 2000/04/23 09:54:35 wosch Exp $} . "<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 } .