Add small search menu (link to ports.cgi).

This commit is contained in:
Wolfram Schneider 1997-05-08 22:36:43 +00:00
parent d677725899
commit 42665614a4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1497
2 changed files with 34 additions and 10 deletions

View file

@ -15,11 +15,6 @@ information about creating new ports, see <a
href="../handbook/porting.html">Porting applications</a>. Both are
part of the <a href="../handbook">FreeBSD Handbook</a>.</p>
<p>For more information about new ports, changed ports,
removed ports, or searching for an application see the
<a href="http://www.de.freebsd.org/de/cgi/ports.cgi">
FreeBSD Ports Changes</a> script.</p>
<p>If you are a 2.2.1-release user, please install the <a
href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2/22upgrade-97.04.18.tgz">2.2.1
to 2.2-stable upgrade kit</a> (last changed: April 18, 1997). This
@ -28,3 +23,20 @@ only change just enough files to enable ports/packages to be used; for
a full upgrade to 2.2-stable, please refer to the <a
href="../handbook/synching.html">synchronizing your source tree</a>
section of the handbook.
<p>For more information about new ports, changed ports,
removed ports, or searching for an application see the
<a href="http://www.de.freebsd.org/de/cgi/ports.cgi">
FreeBSD Ports Changes</a> script.</p>
<FORM METHOD="GET" ACTION="http://www.de.freebsd.org/de/cgi/ports.cgi">
Search for:
<INPUT NAME="query" VALUE="">
<SELECT NAME="stype">
<OPTION VALUE="all">All</OPTION>
<OPTION VALUE="name">Package Name</OPTION>
<OPTION VALUE="text">Description</OPTION>
</SELECT>
<INPUT TYPE="submit" VALUE="Submit">
</FORM>