Update to FreeBSD 4.4R

This commit is contained in:
Wolfram Schneider 2001-09-29 13:02:57 +00:00
parent c2f4326e7d
commit 8c0fe54f75
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10839

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.56 2001/08/26 18:25:08 wosch Exp $
# $FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -55,34 +55,35 @@ 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.3-STABLE/i386';
$remotePrefixFtpPackagesDefault = '4.4-STABLE/i386';
%remotePrefixFtpPackages =
(
'5.0-CURRENT/i386', "$p/packages-current/All",
'4.4-RELEASE/i386', "$p/packages-4.4-release/All",
'4.3-RELEASE/i386', "$p/packages-4.3-release/All",
'4.3-STABLE/i386', " $p/packages-4.3-stable/All",
'4.2-RELEASE/i386', "$p/packages-4.2-release/All",
'4.4-STABLE/i386', " $p/packages-4.4-stable/All",
'3.5-STABLE/i386', "$p/packages-3-stable/All",
'3.5-RELEASE/i386', "$p/packages-3.4-release/All",
'5.0-CURRENT/alpha', "$palpha/packages-current/All",
'4.4-RELEASE/alpha', "$palpha/packages-4.4-release/All",
'4.3-RELEASE/alpha', "$palpha/packages-4.3-release/All",
'4.2-RELEASE/alpha', "$palpha/packages-4.2-release/All",
'4.3-STABLE/alpha', "$palpha/packages-4-stable/All",
'4.4-STABLE/alpha', "$palpha/packages-4-stable/All",
);
%relDate =
(
'5.0-CURRENT/i386', 'today',
'4.3-STABLE/i386', 'today',
'4.4-STABLE/i386', 'today',
'4.3-RELEASE/i386', '2001-04-18 21:37:31 UTC',
'4.4-RELEASE/i386', '2001-09.16 01:02:45 UTC',
'3.5-STABLE/i386', 'today',
'3.5-RELEASE/i386', '2000-06-16 22:56:18 UTC',
'5.0-CURRENT/alpha', 'today',
'4.3-STABLE/alpha', 'today',
'4.3-RELEASE/alpha', '2001-04-18 21:37:31 UTC',
'4.4-STABLE/alpha', 'today',
'4.4-RELEASE/alpha', '2001-09.16 01:02:45 UTC',
);
$remotePrefixHtml =
@ -552,7 +553,7 @@ sub footer {
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
&copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br>
};
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.56 2001/08/26 18:25:08 wosch Exp $} . "<br>\n";
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 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 } .