Re: What Perl packages are supplied in distribution X?
On 4/14/07, Yehoshua (Shay) O'Hayon Suchar [EMAIL PROTECTED] wrote: Gabor Szabo wrote: What about other distribution? What about Solaris and other Unix machines? NetBSD (pkgsrc): http://pkgsrc.se/search.php?so=p5 FreeBSD (ports): http://www.freebsd.org/cgi/ports.cgi?query=perlstype=all OpenBSD (ports): http://ports.openbsd.nu/search.php?stype=folderso=p5 Do you know if there are downloadable version of these lists? I would prefer to parse the original file they use to generate these pages than to parse the pages themself. Actually for FreeBSD I think I found it: ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz but I guess this is the 'latest', are thes specific files for the various versions of FreeBSD? Gabor = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: What Perl packages are supplied in distribution X?
Thanks for all the replies. Finally I had some time to look at the issues and I found out that there is a Perl module http://search.cpan.org/dist/Module-Packaged/ that can already collect this information I only had to create an HTML report of it The result is here: http://www.szabgab.com/distributions/ Gabor http://www.szabgab.com/blog/2007/04/1177742133.html = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: What Perl packages are supplied in distribution X?
On Monday 30 April 2007, Gabor Szabo wrote: Thanks for all the replies. Finally I had some time to look at the issues and I found out that there is a Perl module http://search.cpan.org/dist/Module-Packaged/ that can already collect this information I only had to create an HTML report of it The result is here: http://www.szabgab.com/distributions/ Just a note: http://www.szabgab.com/distributions/A.html Says: Mandrake while it should be Mandriva which is the new name of Mandrake. Mandrake should no longer be used to refer to it. And links to the distributions and the modules would be nice. I guess I'll now have to send a patch. Is there a Subversion repository for it? Regards, Shlomi Fish - Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ If it's not in my E-mail it doesn't happen. And if my E-mail is saying one thing, and everything else says something else - E-mail will conquer. -- An Israeli Linuxer = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: What Perl packages are supplied in distribution X?
On 4/30/07, Shlomi Fish [EMAIL PROTECTED] wrote: I guess I'll now have to send a patch. Is there a Subversion repository for it? http://svn1.hostlocal.com/szabgab/trunk/Module-Packaged-Report/ but you should also send patches to Leon so his module provides supplies the information correctly Gabor = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: What Perl packages are supplied in distribution X?
Gabor Szabo wrote: What about other distribution? What about Solaris and other Unix machines? NetBSD (pkgsrc): http://pkgsrc.se/search.php?so=p5 FreeBSD (ports): http://www.freebsd.org/cgi/ports.cgi?query=perlstype=all OpenBSD (ports): http://ports.openbsd.nu/search.php?stype=folderso=p5 = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: What Perl packages are supplied in distribution X?
On 14/04/07, Gabor Szabo [EMAIL PROTECTED] wrote: Hi, I would like to setup a database where I could pick one or more Perl modules from CPAN ( http://search.cpan.org/ ) and see which Linux distributions provide that module (and which version of the module) in their standard packing system? For Ubuntu I was pointed at this site: http://packages.ubuntulinux.org/dapper/perl/ I guess I can screen scrap that page or I might even get my hand on the original database. Same with Debian http://www.debian.org/distrib/packages I think. At least for Debian and Ubuntu, I'd recommend you go stright to the source - the Packages files. e.g. http://ftp.debian.org/dists/Debian4.0r0/main/binary-i386/Packages.bz2and others. The web pages you mentioned are just a web interface into these files. I'd recomment you study the format of these files and you should have your work done for you pretty automatically. I guess I know were you are coming from (being able to write perl code that sticks to the officially supplied packages), but it might interest you to know the following couple of points about Debian+Perl+CPAN: 1. there is the CPAN debian repository at http://debian.pkgs.cpan.org/ 2. the dh-make-perl package allows automatic creation of debian packages for any CPAN module (used it a few times and it works great). Good luck with your quest, it sounds like a useful project. --Amos
Re: What Perl packages are supplied in distribution X?
For Debian I use http://packages.debian.org/ For Gentoo there is: http://packages.gentoo.org/ I'd bet that for other distro's you'd have the same URL convention, but I haven't checked it. Boaz. Gabor Szabo wrote: Hi, I would like to setup a database where I could pick one or more Perl modules from CPAN ( http://search.cpan.org/ ) and see which Linux distributions provide that module (and which version of the module) in their standard packing system? For Ubuntu I was pointed at this site: http://packages.ubuntulinux.org/dapper/perl/ I guess I can screen scrap that page or I might even get my hand on the original database. Same with Debian http://www.debian.org/distrib/packages I think. What about other distribution? What about Solaris and other Unix machines? Can you ppl. point me to the package listings of other distributions? regards Gabor Perl Training Israel http://www.pti.co.il/ = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: What Perl packages are supplied in distribution X?
On Saturday 14 April 2007, Gabor Szabo wrote: Hi, I would like to setup a database where I could pick one or more Perl modules from CPAN ( http://search.cpan.org/ ) and see which Linux distributions provide that module (and which version of the module) in their standard packing system? For Ubuntu I was pointed at this site: http://packages.ubuntulinux.org/dapper/perl/ I guess I can screen scrap that page or I might even get my hand on the original database. Same with Debian http://www.debian.org/distrib/packages I think. What about other distribution? What about Solaris and other Unix machines? Can you ppl. point me to the package listings of other distributions? Put it all on one line: $ ncftpls \ ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandriva/official/2007.1/i586/media/main/release/ | grep '^perl-' This is only for Mandriva 2007.1. If you want different versions, you can play with the URL. Note that some of the packages there are core: perl-devel, perl-doc, etc. Regards, Shlomi Fish - Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ If it's not in my E-mail it doesn't happen. And if my E-mail is saying one thing, and everything else says something else - E-mail will conquer. -- An Israeli Linuxer = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]