summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Lite
AgeCommit message (Collapse)AuthorFilesLines
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!
2009-11-21Updating www/p5-HTTP-Lite from 2.1.6nb1 to 2.2sno3-25/+7
pkgsrc changes: - Added license definition - Removed test patch (test runs fine without) Upstream changes: 2.2 Thu 1 Oct 2009 - Moved Lite.pm into lib directory - Reversed the Changes file order to reverse chronological - Moved to Makefile.PL to Module::Install to autodetect more things - Add no_index entries for the test data - Remove reliable on (partially) dead website for testing - Now this module is mature and unlikely to change much, move to a more stable and less complicated versioning scheme that suffers less complications in the Perl toolchain. Also, dotted integers without the use of something like version.pm isn't strictly allowed.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
2008-09-12Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,he1-2/+2
as per private communication with previous maintainer. No associated version bump.
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-08-22Import p5-HTTP-Lite from pkgsrc-wip. Packaged by Eric Schnoebelen.minskim5-0/+49
HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-features LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support, or where LWP is not a good candidate due to CPU overhead, such as slower processors. HTTP::Lite is also significantly faster than LWP.