|
Lines 567-575
Link Here
|
| 567 |
}; |
567 |
}; |
| 568 |
|
568 |
|
| 569 |
print qq{ |
569 |
print qq{ |
| 570 |
"Package Name" search for the name of port or distribution. |
570 |
"Package Name" searches for the name of a port or distribution. |
| 571 |
"Description" search case-insensitive in a short comment about the port. |
571 |
"Description" searches case-insensitive in a short comment about the port. |
| 572 |
"All" search case-insensitive for the package name and in the |
572 |
"All" searches case-insensitive for the package name and in the |
| 573 |
description about the port. |
573 |
description about the port. |
| 574 |
<p> |
574 |
<p> |
| 575 |
|
575 |
|
|
Lines 612-621
Link Here
|
| 612 |
|
612 |
|
| 613 |
print qq{<hr noshade> |
613 |
print qq{<hr noshade> |
| 614 |
<p> |
614 |
<p> |
| 615 |
"New" print ports which are new in the ports collection |
615 |
"New" lists ports which are new in the ports collection or moved from |
| 616 |
or moved from an other ports section. "Changed" print updated ports. |
616 |
another ports section. "Changed" lists updated ports. |
| 617 |
"Removed" print ports which are deleted from ports collections |
617 |
"Removed" lists ports which have been deleted from ports collections |
| 618 |
or moved to an other ports section. |
618 |
or moved to another ports section. |
| 619 |
|
619 |
|
| 620 |
<FORM METHOD="GET" ACTION="$script_name"> |
620 |
<FORM METHOD="GET" ACTION="$script_name"> |
| 621 |
<SELECT NAME="type"> |
621 |
<SELECT NAME="type"> |