From owner-freebsd-questions Wed Jan 15 10:56:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8ED137B401 for ; Wed, 15 Jan 2003 10:56:15 -0800 (PST) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D0243F18 for ; Wed, 15 Jan 2003 10:56:15 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-032dcwashp0184.dialsprint.net ([65.179.72.184] helo=moo.holy.cow) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 18Yshr-0007XF-00 for freebsd-questions@freebsd.org; Wed, 15 Jan 2003 10:56:09 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id A0CA4B749; Wed, 15 Jan 2003 13:58:10 -0500 (EST) Date: Wed, 15 Jan 2003 13:58:10 -0500 To: f-questions Subject: Re: freebsd ports index (perl) searcher & browser Message-ID: <20030115185810.GA71190@moo.holy.cow> Mail-Followup-To: f-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline From: parv_fm@mailsent.net (parv) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG last time i sent URLs for a perl program to search/browse ports index. a quite annoying bug was present in version 0.01; when "-find=build-dep" option was given, program would have produced "use of uninitialized value" error messages. it is fixed in version 0.02. i would like it much if people having difficulty using the program (besides the absence of standard perl modules which can be installed from ports collection) tell me so. please send your comments & such directly to me, saving the list from much off topic messages. (it seems that, since nobody has complained, people are using at least perl 5.6. otherwise complaints related 3-argument open in perl 5.005 would be coming in my mailbox. i can/will easily change the "open()" statement to work in perl 5.005 IFF i get complaints about it.) URLs are the same... 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 a version w/o my own Util.pm (which will be abandoned as soon as i figure out how to automagically edit @INC)... http://www103.pair.com/parv/comp/src/perl/parse-index-u.perl thank you for your interest. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message