multiple: modernize links
- contributing-ports moved into contributing - OpenBSM redirects to TrustedBSD which is the entry immediately below. - cvsweb is no longer maintained by the FreeBSD project - TET integration is obsolete (per the wiki). Linking to the newer project is left to a future commi - binary-update refers to an older version of freebsd-update. This is now documented in the handbook. - vinum redirects to to an ad website - Tertiary Disk - http://now.cs.berkeley.edu/Td/ is unreachable. - OpenJDK 6 is not frequently updated. While its still available it is also EoL so just stop referencing it.
This commit is contained in:
parent
17510e3514
commit
48a016649c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51295
3 changed files with 15 additions and 64 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
<p>The &openjdk; project provides a native open-source
|
||||
implementation of the &java; SE Platform and is available in
|
||||
versions 6, 7 and 8 for all supported FreeBSD releases on the i386
|
||||
versions 7 and 8 for all supported FreeBSD releases on the i386
|
||||
and amd64 platforms.</p>
|
||||
|
||||
<p>&openjdk; 7 is frequently updated, and it is suggested to refer to a
|
||||
|
@ -63,23 +63,6 @@
|
|||
<br/>make install clean
|
||||
</code>
|
||||
</p>
|
||||
|
||||
<p>&openjdk; 6 is frequently updated, and it is suggested to refer to a
|
||||
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk6/Makefile?view=log">revision log</a> for
|
||||
detailed release history. Additionally, one may choose to review more information at
|
||||
<a href="http://www.freshports.org/java/openjdk6">FreshPorts</a>.</p>
|
||||
|
||||
<p>To install &openjdk; 6 package use the pkg(8) utility:</p>
|
||||
|
||||
<p>
|
||||
<code>pkg install openjdk6</code>
|
||||
<br/>
|
||||
or
|
||||
<br/>
|
||||
<code>cd /usr/ports/java/openjdk6
|
||||
<br/>make install clean
|
||||
</code>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
|
|
@ -111,11 +111,12 @@
|
|||
document. portmgr supports this effort and looks forward to being
|
||||
able to review any drafts.</p>
|
||||
|
||||
<p>portmgr also is responsible for certain other documentation such as the
|
||||
<p>portmgr also is responsible for certain other documentation such as
|
||||
the ports-specific portions of the
|
||||
<a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/ports.html">
|
||||
ports-specific portions of the Committer's Guide</a> and the
|
||||
<a href="&base;/doc/en_US.ISO8859-1/articles/contributing-ports/">
|
||||
Contributing to the FreeBSD Ports Collection</a> article.</p>
|
||||
Committer's Guide</a> and the
|
||||
<a href="&base;/doc/en_US.ISO8859-1/articles/contributing/ports-contributing.html">
|
||||
Contributing to FreeBSD Guide</a>.</p>
|
||||
|
||||
<h3>Respect The Legal Rights Of Authors Whose Works Are Installed Via
|
||||
The Ports Collection</h3>
|
||||
|
|
|
@ -66,8 +66,8 @@ installing and configuring various ports.</li>
|
|||
<li><a href="&url.books;/developers-handbook/index.html">
|
||||
The FreeBSD Developers' Handbook</a></li>
|
||||
|
||||
<li><a href="&url.articles;/contributing-ports/index.html">
|
||||
Contributing to the FreeBSD Ports Collection</a></li>
|
||||
<li><a href="&url.articles;/contributing/index.html">
|
||||
Contributing to FreeBSD</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
@ -167,23 +167,10 @@ switched network to host a large number of disks. Our prototype
|
|||
consists of 20 200MHz PC PCs, which host 370 8GB disks. The PCs
|
||||
are connected through a 100Mbps Ethernet switch.</li>
|
||||
|
||||
<li><a name="vinum" href="http://www.vinumvm.org/">Vinum</a>:
|
||||
A logical volume manager modeled after the VERITAS volume manager™.
|
||||
However, it is not a clone of Veritas, and attempts to solve a
|
||||
number of problems more elegantly than Veritas. It also offers
|
||||
features that Veritas does not have.</li>
|
||||
</ul>
|
||||
|
||||
<a name="kernelandsecurity"></a>
|
||||
<h3>Kernel, security</h3>
|
||||
<ul>
|
||||
|
||||
<li><a name="openbsm" href="http://www.OpenBSM.org/">OpenBSM</a>: An open
|
||||
source implementation of Sun's Basic Security Module (BSM) Audit API and file
|
||||
format. OpenBSM provides the userland libraries, tools, and documentation
|
||||
for the TrustedBSD audit implementation that will be integrated into
|
||||
FreeBSD.</li>
|
||||
|
||||
<li><a name="trustedbsd" href="http://www.TrustedBSD.org/">TrustedBSD</a>:
|
||||
Provides a set of trusted operating system extensions to the FreeBSD operating
|
||||
system. This includes features such as fine-grained privileges (capabilities),
|
||||
|
@ -287,34 +274,14 @@ microkernel.</li>
|
|||
href="&base;/projects/acpi/">ACPI on FreeBSD</a>:
|
||||
A Project created to get ACPI working smoothly on FreeBSD.</li>
|
||||
|
||||
<li><a name="binup"
|
||||
href="http://www.daemonology.net/freebsd-update/">Binary
|
||||
Updater</a>: FreeBSD Update is a system for automatically
|
||||
building, distributing, fetching, and applying binary security
|
||||
updates for FreeBSD. This makes it possible to easily track
|
||||
the FreeBSD security branches without the need for fetching
|
||||
the source tree and recompiling (except on the machine
|
||||
building the updates, of course). Updates are
|
||||
cryptographically signed; they are also distributed as binary
|
||||
diffs using a binary diff tool, which dramatically reduces
|
||||
the bandwidth used.</li>
|
||||
|
||||
<li><a name="cvsweb" href="cvsweb.html">CVSweb</a>: A WWW
|
||||
interface for CVS repositories with which you can browse a file
|
||||
hierarchy on your browser to view each file's revision history
|
||||
in a very handy manner.</li>
|
||||
|
||||
<li><a name="tetintegration" href="http://wiki.freebsd.org/TetIntegration">TET
|
||||
Integration</a>: The Test Execution Toolkit from <a
|
||||
href="http://www.opengroup.org/">The Open Group</a> is a
|
||||
light-weight open-source test execution framework that
|
||||
supports distributed testing. This project investigates
|
||||
using TET and existing TET-based open-source standards-compliance
|
||||
test suites (VSX-PCTS, VSC-Lite, VSTH-Lite, VSW5 and others) in
|
||||
FreeBSD.</li>
|
||||
|
||||
</ul>
|
||||
<li><a name="testsuite" href="http://wiki.freebsd.org/TestSuite">
|
||||
TestSuite</a>: This project aims to equip FreeBSD with a
|
||||
comprehensive test suite that is easy to run out of the box
|
||||
and during the development of the system. The goal of the test
|
||||
suite is to assist both developers and users in assessing the
|
||||
quality of FreeBSD.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue