220c220 < print "

$options{title}

\n"; --- > print "

Mirror | Crux | Git | Build errors | Distfiles | $options{title}.tar.gz | Archive

\n"; 233c233,238 < print " PortVersionDescription"; --- > print " > Project page > Port > Package > Description"; > 244,248c249,255 < print " "; < $db{$port}{URL} ? print "$port" : print "$port"; < print "$db{$port}{version}-$db{$port}{release}"; < print $db{$port}{Description} if $db{$port}{Description}; < print ""; --- > my $port_collection=`prt-get info $port | grep "Path:" | cut -d ":" -f 2 | xargs basename`; > print " "; > $db{$port}{URL} ? print "$port" : print "$port"; > #print "$db{$port}{version}-$db{$port}{release}"; > print "$db{$port}{version}-$db{$port}{release}"; > print "$port#$db{$port}{version}-$db{$port}{release}.pkg.tar.gz"; > print "$db{$port}{Description}" if $db{$port}{Description};