Is there a machine-readable list of all packages and versions provided by current Fink? The data obviously exists in a database on pdb.finkproject.org but short of scraping HTML or fetching CVS, I can't figure out how to access that list.

Background:

There's a Perl library called Module::Packaged (http:// search.cpan.org/dist/Module-Packaged/) which collects the versions of CPAN modules packaged by various OS distributions. For example, given the CPAN module Archive::Any, you can learn that the current versions are:
  cpan:   1.08
  debian: 1.03
  gentoo: 1.05
etc. I'm working with the author to get Fink packages added to his list. My current solution is a cron-driven CVS pull and hackish parse of the info files in main/finkinfo/lib/perlmods/*-pm*.info and crypto/finkinfo/*-pm*.info. I'd like to create a more elegant solution, if feasible.

Thanks,
Chris
--
Chris Dolan, Software Developer, Clotho Advanced Media Inc.
608-294-7900, fax 294-7025, 1435 E Main St, Madison WI 53703
vCard: http://www.chrisdolan.net/ChrisDolan.vcf

Clotho Advanced Media, Inc. - Creators of MediaLandscape Software (http://www.media-landscape.com/) and partners in the revolutionary Croquet project (http://www.opencroquet.org/)




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to