Sun Jul 4 14:33:43 2010 UTC ()
Note initial addition of p5-Plack-Middleware-Deflater version 0.03
as www/p5-Plack-Middleware-Deflater into 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.


(seb)
diff -r1.2358 -r1.2359 pkgsrc/doc/CHANGES-2010

cvs diff -r1.2358 -r1.2359 pkgsrc/doc/CHANGES-2010 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2010 2010/07/04 12:13:37 1.2358
+++ pkgsrc/doc/CHANGES-2010 2010/07/04 14:33:43 1.2359
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2010,v 1.2358 2010/07/04 12:13:37 seb Exp $ 1$NetBSD: CHANGES-2010,v 1.2359 2010/07/04 14:33:43 seb Exp $
2 2
3Changes to the packages collection and infrastructure in 2010: 3Changes to the packages collection and infrastructure in 2010:
4 4
5 Updated textproc/mdoclint to 1.4 [wiz 2010-01-01] 5 Updated textproc/mdoclint to 1.4 [wiz 2010-01-01]
6 Updated net/ntop to 3.3.10nb1 [tron 2010-01-01] 6 Updated net/ntop to 3.3.10nb1 [tron 2010-01-01]
7 Updated net/libtorrent to 0.12.6 [snj 2010-01-01] 7 Updated net/libtorrent to 0.12.6 [snj 2010-01-01]
8 Updated net/rtorrent to 0.8.6 [snj 2010-01-01] 8 Updated net/rtorrent to 0.8.6 [snj 2010-01-01]
9 Updated misc/py-anita to 1.9 [gson 2010-01-02] 9 Updated misc/py-anita to 1.9 [gson 2010-01-02]
10 Updated net/rsync to 3.0.7 [tron 2010-01-02] 10 Updated net/rsync to 3.0.7 [tron 2010-01-02]
11 Updated www/ikiwiki to 3.20100102.3 [schmonz 2010-01-03] 11 Updated www/ikiwiki to 3.20100102.3 [schmonz 2010-01-03]
12 Updated www/trac to 0.11.6 [gdt 2010-01-03] 12 Updated www/trac to 0.11.6 [gdt 2010-01-03]
13 Removed www/firefox-bin-nightly [joerg 2010-01-04] 13 Removed www/firefox-bin-nightly [joerg 2010-01-04]
14 Removed mail/thunderbird-bin-nightly [joerg 2010-01-04] 14 Removed mail/thunderbird-bin-nightly [joerg 2010-01-04]
@@ -3137,13 +3137,14 @@ Changes to the packages collection and i @@ -3137,13 +3137,14 @@ Changes to the packages collection and i
3137 Updated www/kdewebdev4 to 4.4.5 [markd 2010-07-04] 3137 Updated www/kdewebdev4 to 4.4.5 [markd 2010-07-04]
3138 Updated x11/kde4-l10n-de to 4.4.5 [markd 2010-07-04] 3138 Updated x11/kde4-l10n-de to 4.4.5 [markd 2010-07-04]
3139 Updated x11/kde4-l10n-en_GB to 4.4.5 [markd 2010-07-04] 3139 Updated x11/kde4-l10n-en_GB to 4.4.5 [markd 2010-07-04]
3140 Updated x11/kde4-l10n-nl to 4.4.5 [markd 2010-07-04] 3140 Updated x11/kde4-l10n-nl to 4.4.5 [markd 2010-07-04]
3141 Updated x11/kdebase-runtime4 to 4.4.5 [markd 2010-07-04] 3141 Updated x11/kdebase-runtime4 to 4.4.5 [markd 2010-07-04]
3142 Updated x11/kdebase-workspace4 to 4.4.5 [markd 2010-07-04] 3142 Updated x11/kdebase-workspace4 to 4.4.5 [markd 2010-07-04]
3143 Updated x11/kdebase4 to 4.4.5 [markd 2010-07-04] 3143 Updated x11/kdebase4 to 4.4.5 [markd 2010-07-04]
3144 Updated x11/kdebindings4-python to 4.4.5 [markd 2010-07-04] 3144 Updated x11/kdebindings4-python to 4.4.5 [markd 2010-07-04]
3145 Updated x11/kdelibs4 to 4.4.5 [markd 2010-07-04] 3145 Updated x11/kdelibs4 to 4.4.5 [markd 2010-07-04]
3146 Added www/p5-Plack-Handler-AnyEvent-SCGI version 0.02 [seb 2010-07-04] 3146 Added www/p5-Plack-Handler-AnyEvent-SCGI version 0.02 [seb 2010-07-04]
3147 Added devel/p5-Object-Event version 1.21 [seb 2010-07-04] 3147 Added devel/p5-Object-Event version 1.21 [seb 2010-07-04]
3148 Added www/p5-AnyEvent-HTTPD version 0.84 [seb 2010-07-04] 3148 Added www/p5-AnyEvent-HTTPD version 0.84 [seb 2010-07-04]
3149 Added www/p5-Plack-Handler-AnyEvent-HTTPD version 0.01 [seb 2010-07-04] 3149 Added www/p5-Plack-Handler-AnyEvent-HTTPD version 0.01 [seb 2010-07-04]
 3150 Added www/p5-Plack-Middleware-Deflater version 0.03 [seb 2010-07-04]