Review request for update to links on FreeBSD Java webpage

Simon L. Nielsen simon at FreeBSD.org
Wed Sep 24 15:11:53 PDT 2003


On 2003.09.22 12:45:51 -0600, Greg Lewis wrote:
> On Thu, Sep 18, 2003 at 11:03:43PM +0200, Simon L. Nielsen wrote:
> > Comments before I commit?
> 
> I might be too late... but.

Well, nothing that can't be fixed by a new commit.

> > -      <li><a href="http://student.ulb.ac.be/~jdricot/commapi">The JavaComm API</a><br>Port of the JavaComm API to FreeBSD
> 
> This port still exists, there just isn't really a web page attached to
> it.  Can we somehow link to the port within the port's collection?

We could just link to the description like the doc/ tree links to
packages.  The link would be :
http://www.freebsd.org/cgi/url.cgi?ports/comms/java-commapi-freebsd/pkg-descr

Then we try again... I have attached a patch with your suggestions, and
the ones from Andrew Houghton.

I will try and be a bit more patient from now on :-).

-- 
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
Index: links/development.sgml
===================================================================
RCS file: /home/ncvs/www/en/java/links/development.sgml,v
retrieving revision 1.9
diff -u -d -r1.9 development.sgml
--- links/development.sgml	22 Sep 2003 09:29:14 -0000	1.9
+++ links/development.sgml	24 Sep 2003 21:39:37 -0000
@@ -23,7 +23,7 @@
 	    A commercial visual application builder for Java. 
 	  <li><a href="http://www.jedit.org">jEdit</a> <br>
 	  jEdit is a programmer's text editor written in Java with Swing and allows for plug-ins.  The author is also working on <A HREF="http://www.gjt.org/~sp/jedit-ide/">jEdit-IDE</A>.
-	  <li> <a href="http://www.netbeans.com">NetBeans</a><br>
+	  <li> <a href="http://www.netbeans.org/">NetBeans</a><br>
 	    New IDE written completely in java, different versions available,
 	    free and commercial ones. Now part Sun Microsystems.
 	  <li> JWS - Sun&acute;s IDE <br>
@@ -35,13 +35,17 @@
 	    webpages, just check out the newest CVS-sources.
 	  <li><a href="http://www.elixirtech.com/ElixirIDE/index.html">ElixirIDE</a> <br>
 	  An IDE that includes a debugger.  Rated a JARS top 5%.
+	  <li><a href="http://www.eclipse.org/">Eclipse</a><br>
+	    An open extensible IDE for anything and nothing in particular.
+	  <li><a href="http://www.jetbrains.com/idea">IDEA</a><br>
+	    IDEA is a commercial Java IDE with extensive refactoring support.
 	</ul>
       <li> JDBC
 	<ul>
 	  <li><a href="http://industry.java.sun.com/products/jdbc/drivers">Sun's list of JDBC Drivers</a>
 	  <li><a href="http://www.voicenet.com/~zellert/tjFM/"></a>tjFM<br>
 	  A Type 4 JDBC driver for MySQL.
-	  <li><a href="http://www.worldserver.com/mm.mysql/">mm.mysql</a><br>
+	  <li><a href="http://www.mysql.com/products/connector-j/index.html">MySQL&reg; Connector/J</a><br>
 	  A Type 4 JDBC driver for MySQL.
 	</ul>
       <li> UML
Index: links/freebsd.sgml
===================================================================
RCS file: /home/ncvs/www/en/java/links/freebsd.sgml,v
retrieving revision 1.7
diff -u -d -r1.7 freebsd.sgml
--- links/freebsd.sgml	22 Sep 2003 09:29:14 -0000	1.7
+++ links/freebsd.sgml	23 Sep 2003 21:21:37 -0000
@@ -10,6 +10,7 @@
 <tr>
 <td>
     <ul>
+      <li><a href="http://www.freebsd.org/cgi/url.cgi?ports/comms/java-commapi-freebsd/pkg-descr">The JavaComm API</a> - Port of the JavaComm API to FreeBSD.
       <li><B>shuJIT</B> - <A HREF="http://www.shudo.net/jit/">http://www.shudo.net/jit/</A> - a &quot;Just In Time&quot; compiler for FreeBSD and Linux.
       <li><B>TYA</B> - <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java/">ftp://gonzalez.cyberus.ca/pub/Linux/java/</A> - a &quot;Just In Time&quot; compiler for FreeBSD.
       <li><B>Kaffe</B> - <A HREF="http://www.kaffe.org">http://www.kaffe.org</A> - a &quot;clean room&quot; implementation of Java.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20030925/05ca1cf5/attachment.bin


More information about the freebsd-java mailing list