Commit graph

11 commits

Author SHA1 Message Date
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wen
cb411cae5a Update to 0.12
Upstream changes:
0.12  Thu Sep 12 11:31:07 JST 2013
        - add plack.skip-deflater flag for skip all Deflater features
2014-10-07 07:05:17 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
e4f4834630 Update to 0.11
Upstream changes:
0.11  Tue Aug 6 23:24:07 JST 2013
        - fix bug around crc calculation and footer generation. Thanks syohex-san

0.10  Fri Jul 19 10:42:33 JST 2013
        - replace IO::Compress with PM::Deflater::Encoder for performance improvement

0.09  Mon May 24 14:24:04 JST 2013
        - buffering a first chunk. It contains only the gzip header

0.08  Mon Jun 18 23:40:04 JST 2012
        - do compress->close instead of autoflush to write gzip footer

0.07  Mon Jun 11 17:13:20 JST 2012
        - added perlcriticrc, no code changes

0.06  Wed May 16 18:24:27 JST 2012
        - Support Streaming, Thank you ranguard.
2013-08-22 04:39:24 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
5d74a75701 Update p5-Plack-Middleware-Deflater to 0.05.
Changes from previous:
0.05  Wed Jun 22 23:28:32 JST 2011
        - No code changes
        - Added Test::Requires to build_requires
        - Fixed pod

0.04  Mon May 16 12:58:30 JST 2011
        - Added content_type and vary_user_agent options (kazeburo)
        - Added psgix.no-compress and psgix.compress-only-text/html enviroment
          value like Apache mod_deflate (kazeburo)
2011-11-14 09:40:27 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-08-21 16:32:42 +00:00
seb
c62d4639a0 Initial import of p5-Plack-Middleware-Deflater version 0.03 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Deflater is a middleware to
encode your response body in gzip or deflate, based on Accept-Encoding
HTTP request header. It would save the bandwidth a little bit but
should increase the Plack server load, so ideally you should handle
this on the frontend reverse proxy servers.
2010-07-04 14:33:11 +00:00