[Refdb-cvs] CVS: homepage download.html,1.5,1.6
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-05-04 19:51:34
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30382 Modified Files: download.html Log Message: added FreeBSD port Index: download.html =================================================================== RCS file: /cvsroot/refdb/homepage/download.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -U2 -r1.5 -r1.6 --- download.html 21 Apr 2005 21:32:46 -0000 1.5 +++ download.html 4 May 2005 19:51:21 -0000 1.6 @@ -127,4 +127,7 @@ </tr> <tr> + <td class="localnav"><a href="#freebsd">FreeBSD port</a></td> + </tr> + <tr> <td class="localnav"><a href="#prereleases">Prereleases</a></td> </tr> @@ -182,4 +185,8 @@ <p>Released versions are not yet available as Debian packages.</p> + <h2 id="freebsd">FreeBSD port</h2> + <p>Although RefDB is not (yet) part of the ports collection, you can still benefit from the ease of use of the ports system and install RefDB and all its dependencies by running <code>make && make install</code>. The <a href="ports/freebsd/refdb.tar.gz">current port</a> builds RefDB-0.9.5. See <a href="http://logicsquad.net/refdb/">here</a> for additional information about this port.</p> + + <h2 id="prereleases">Prereleases</h2> <p>If you don't want to fiddle with CVS (see the next section) but would like to help testing, consider using the latest prerelease. These archives can be installed just like regular releases, but they may not be as well-tested as these. However, you'll get bugfixes and new features that are otherwise only in the CVS version. The latest prerelease, if any, is always right <a href="pre/refdb-latest.tar.gz">here</a>. Perl hackers who want to use the current prerelease need <a href="pre/RefDBClient-Client-1.11.tar.gz">this client library</a>.</p> |