- Add remaining search types to the <select>
Prodded by: fenner
This commit is contained in:
parent
134c334194
commit
572f9ea595
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26473
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/ports/ports.inc,v 1.67 2003/08/03 12:08:38 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/en/ports/ports.inc,v 1.68 2005/10/18 03:45:12 linimon Exp $ -->
|
||||
<p>The FreeBSD Ports and Packages Collection offers a simple way for
|
||||
users and administrators to install applications. The ports
|
||||
collection has been <a
|
||||
|
|
@ -79,6 +79,9 @@ Search for:
|
|||
<OPTION VALUE="all">All</OPTION>
|
||||
<OPTION VALUE="name">Package Name</OPTION>
|
||||
<OPTION VALUE="text">Description</OPTION>
|
||||
<OPTION VALUE="pkgdescr">Long description</OPTION>
|
||||
<OPTION VALUE="maintainer">Maintainer</OPTION>
|
||||
<OPTION VALUE="requires">Requires</OPTION>
|
||||
</SELECT>
|
||||
<INPUT TYPE="submit" VALUE="Submit">
|
||||
</FORM>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue