tell world about jdk1.5.0 patchset 1 availbility
This commit is contained in:
parent
a5b50b277e
commit
0d63fda4e3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23594
5 changed files with 52 additions and 7 deletions
30
en/java/dists/15.sgml
Normal file
30
en/java/dists/15.sgml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
|
<!ENTITY base CDATA "../..">
|
||||||
|
<!ENTITY date "$FreeBSD: www/en/java/dists/15.sgml,v 1.10 2004/12/18 08:14:34 glewis Exp $">
|
||||||
|
<!ENTITY title "FreeBSD &java; Project: &jdk; 1.5">
|
||||||
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
]>
|
||||||
|
<html>
|
||||||
|
&header;
|
||||||
|
|
||||||
|
<table border="0">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>January 19, 2005:</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
||||||
|
Lewis</a> has released the first patchset (patchlevel 1) for the
|
||||||
|
&jdk; 1.5.0 software. This is initial patchset and suitable for
|
||||||
|
early testers and developers. Patchset includes support for following
|
||||||
|
versions of FreeBSD -- <b>i386/5.3</b> and <b>amd64/5.3</b>. Though
|
||||||
|
FreeBSD 4.10-RELEASE was testing as well, it's having serious problems
|
||||||
|
still. Information on downloading the patchset can be found at
|
||||||
|
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk15.html">http://www.eyesbeyond.com/freebsddom/java/jdk15.html</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</TABLE>
|
||||||
|
&footer;
|
||||||
|
</BODY></HTML>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/java/dists/Makefile,v 1.4 2000/11/07 04:05:17 kuriyama Exp $
|
# $FreeBSD: www/en/java/dists/Makefile,v 1.5 2002/11/15 12:20:24 phantom Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -12,6 +12,7 @@ DOCS+= 11.sgml
|
||||||
DOCS+= 12.sgml
|
DOCS+= 12.sgml
|
||||||
DOCS+= 13.sgml
|
DOCS+= 13.sgml
|
||||||
DOCS+= 14.sgml
|
DOCS+= 14.sgml
|
||||||
|
DOCS+= 15.sgml
|
||||||
DOCS+= index.sgml
|
DOCS+= index.sgml
|
||||||
|
|
||||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.6 2002/11/15 12:20:24 phantom Exp $">
|
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.7 2003/06/18 23:34:04 murray Exp $">
|
||||||
<!ENTITY title "FreeBSD &java; Project: Distributions">
|
<!ENTITY title "FreeBSD &java; Project: Distributions">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -25,13 +25,18 @@ This is the official port of Sun's &java; Development Kit for FreeBSD. No known
|
||||||
<P>We currently have support for 2.2.x, 3.x and 4-CURRENT FreeBSD Systems for <A HREF="11.html">JDK 1.1.8</A>. Included is support for both X and non-X systems as two separate binaries.
|
<P>We currently have support for 2.2.x, 3.x and 4-CURRENT FreeBSD Systems for <A HREF="11.html">JDK 1.1.8</A>. Included is support for both X and non-X systems as two separate binaries.
|
||||||
|
|
||||||
<H3>JDK 1.2.x</H3>
|
<H3>JDK 1.2.x</H3>
|
||||||
<P><A HREF="12.html">JDK2 (aka 1.2)</A> support is forthcoming.
|
<P><A HREF="12.html">JDK2 (aka 1.2)</A> support is available.
|
||||||
|
|
||||||
<H3>JDK 1.3.x</H3>
|
<H3>JDK 1.3.x</H3>
|
||||||
<P><A HREF="13.html">JDK 1.3</A> support is forthcoming (after JDK 1.2).
|
<P><A HREF="13.html">JDK 1.3</A> support is available.
|
||||||
|
|
||||||
<H3>JDK 1.4.x</H3>
|
<H3>JDK 1.4.x</H3>
|
||||||
<P><A HREF="14.html">JDK 1.4</A> support is forthcoming (after JDK 1.3).
|
<P><A HREF="14.html">JDK 1.4</A> support is available. Currently supported
|
||||||
|
versions are FreeBSD 4.8 and later.
|
||||||
|
|
||||||
|
<H3>JDK 1.5.x</H3>
|
||||||
|
<P><A HREF="15.html">JDK 1.5</A> support is available. Currently supported
|
||||||
|
versions are FreeBSD 5.3 (for i386 and amd64 architectures).
|
||||||
|
|
||||||
<H2>Unsupported</H2>
|
<H2>Unsupported</H2>
|
||||||
<H3>JDK 1.0.x</H3>
|
<H3>JDK 1.0.x</H3>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.20 2004/01/10 16:49:48 rushani Exp $">
|
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.21 2004/04/04 21:49:40 phantom Exp $">
|
||||||
<!ENTITY title "FreeBSD &java; Project">
|
<!ENTITY title "FreeBSD &java; Project">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
<a href="dists/12.html">JDK 1.2.x</a><br>
|
<a href="dists/12.html">JDK 1.2.x</a><br>
|
||||||
<a href="dists/13.html">JDK 1.3.x</a><br>
|
<a href="dists/13.html">JDK 1.3.x</a><br>
|
||||||
<a href="dists/14.html">JDK 1.4.x</a><br>
|
<a href="dists/14.html">JDK 1.4.x</a><br>
|
||||||
|
<a href="dists/15.html">JDK 1.5.x</a><br>
|
||||||
<a href="../ports/java.html">Available Ports...</a><br>
|
<a href="../ports/java.html">Available Ports...</a><br>
|
||||||
<a href="howhelp.html">How can I help?</a><br>
|
<a href="howhelp.html">How can I help?</a><br>
|
||||||
<a href="howhelp.html#BUG">I found a bug!?!</a><br>
|
<a href="howhelp.html#BUG">I found a bug!?!</a><br>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.40 2004/04/04 21:49:40 phantom Exp $">
|
<!ENTITY date "$FreeBSD: www/en/java/newsflash.sgml,v 1.41 2004/12/18 08:14:34 glewis Exp $">
|
||||||
<!ENTITY title "FreeBSD &java; Project: Newsflash">
|
<!ENTITY title "FreeBSD &java; Project: Newsflash">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -10,6 +10,14 @@
|
||||||
<tbody><tr>
|
<tbody><tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
|
<h2>January, 2005</h2>
|
||||||
|
<ul>
|
||||||
|
<li><b>January 19, 2005:</b>
|
||||||
|
<br><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has released the
|
||||||
|
initial patchset (patchset 1) in the &jdk; 1.5 series. See the
|
||||||
|
<a href="dists/15.html">JDK 1.5.x page</a> for more details.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>December, 2004</h2>
|
<h2>December, 2004</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>December 13, 2004:</b>
|
<li><b>December 13, 2004:</b>
|
||||||
|
|
Loading…
Reference in a new issue