summaryrefslogtreecommitdiff
path: root/devel/p5-pip
AgeCommit message (Collapse)AuthorFilesLines
2010-09-14Updating devel/p5-pip from 1.16nb1 to 1.18sno2-9/+10
pkgsrc changes: - adjust dependencies (partial reordered) Upstream changes: 1.18 Mon 10 May 2010 - Adam Kennedy - POD typo fix to keep the Debian nazis happy :) 1.17 Mon 10 May 2010 - Updating to Module::Install 0.95 - Bundling newer author tests - Removing a three-argument open that some overzealous external contributor added. - Added support for the .tgz extension, behaving the same as .tar.gz - Added support for github tarball URLs in the format http://github.com/gitpan/Config-Tiny/tarball/2.12
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-01-16Importing devel/p5-pip 1.16 as dependency of import of Perl Applicationsno3-0/+45
Development and Refactoring Environment. The pip ("Perl Installation Program") console application is used to install Perl distributions in a wide variety of formats, both from CPAN and from external third-party locations, while supporting module dependencies that go across the boundary from third-party to CPAN. Using pip you can install CPAN modules, arbitrary tarballs from both the local file-system or across the internet from arbitrary URIs.