Use url.cgi for DESCR link.

This commit is contained in:
Wolfram Schneider 1997-10-11 15:58:38 +00:00
parent 0dc3227592
commit 492bfc51f5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2046
2 changed files with 10 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: ports.cgi,v 1.6 1997-10-06 13:44:23 wosch Exp $
# $Id: ports.cgi,v 1.7 1997-10-11 15:58:38 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -108,6 +108,9 @@ sub init_variables {
# ports download sources script
$pds = 'pds.cgi';
# make plain text URLs clickable cgi script
$url = 'url.cgi';
}
# return the date of the last ports database update
@ -300,7 +303,7 @@ sub out {
print "<BR>\n";
}
print qq[<A HREF="$descfile">Description</A> <B>:</B>
print qq[<A HREF="$url?$descfile">Description</A> <B>:</B>
<A HREF="$path/">Browse</A> <B>:</B>
<A HREF="$pathDownload.tar.gz">Download</A> <B>:</B>
<A HREF="$remotePrefixFtpPackages{$release}/$version.tgz">Package</A> <B>:</B>