summaryrefslogtreecommitdiff
path: root/www/p5-Net-FastCGI/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10Update to 0.14. From the changelog:schmonz1-3/+2
- Don't rely on hash keys being ordered in tests, Perl 5.18 introduces a per process randomization.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-11-17Update p5-Net-FastCGI to 0.13.hiramatsu1-3/+2
Changes from previous: 0.13 2011-02-12 - No functional changes in this release - Added eg/runfcgi.pl, contributed by Paul Evans (LeoNerd) - Added eg/server.pl
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+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-07-18Update p5-Net-FastCGI from version 0.11 to version 0.12.seb1-2/+2
Upstream changes: 0.12 2010-07-14 - Added Net::FastCGI::IO
2010-04-10Initial import of p5-Net-FastCGI version 0.11 in the NetBSD Packagesseb1-0/+23
Collection. The Perl 5 module Net::FastCGI aims to provide a complete API for working with the FastCGI protocol. The primary goal is to provide a function oriented and object oriented API which are not tied to a specific I/O model or framework. Secondary goal is to provide higher level tools/API which can be used for debugging and interoperability testing.