if anybody is interested in a perl program which allows one to search & browse the ports index (w/o using make & going into the /usr/ports), the required parts are...
description... http://www103.pair.com/parv/comp/src/perl/parse-index.perl.pod main program... http://www103.pair.com/parv/comp/src/perl/parse-index.perl module required (needs to be more thoroughly documented)... http://www103.pair.com/parv/comp/src/perl/modules/Util.pm ...you may need to edit the "push" line in "BEGIN" in "parse-index.perl"... BEGIN { # location where non-default modules live # ---- # change 'modules' to wherever you have stored above "Util.pm" # ---- push @INC, 'modules'; } use Util qw( check_hash max_length ); ...to reflect the location of above 'Util.pm'. (i know i need to automagic-ate this editing thing; as it is, it's lousy. working on it; please bear with me.) - parv -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message