Sun Jul 4 16:23:17 2010 UTC ()
Note initial addition of p5-Plack-Middleware-Debug version 0.09 as
www/p5-Plack-Middleware-Debug into The NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Debug is a Plack middleware.
It offers a configurable set of panels that displays information
about the current request and response. The information is generated
only for responses with a status of 200 (OK) and a Content-Type
that contains text/html or application/xhtml+xml and is embedded
in the HTML that is sent back to the browser.


(seb)
diff -r1.2362 -r1.2363 pkgsrc/doc/CHANGES-2010

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

--- pkgsrc/doc/CHANGES-2010 2010/07/04 16:02:29 1.2362
+++ pkgsrc/doc/CHANGES-2010 2010/07/04 16:23:17 1.2363
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2010,v 1.2362 2010/07/04 16:02:29 seb Exp $ 1$NetBSD: CHANGES-2010,v 1.2363 2010/07/04 16:23:17 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]
@@ -3141,13 +3141,14 @@ Changes to the packages collection and i @@ -3141,13 +3141,14 @@ Changes to the packages collection and i
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] 3150 Added www/p5-Plack-Middleware-Deflater version 0.03 [seb 2010-07-04]
3151 Updated mail/spamdyke to 4.1.0 [schmonz 2010-07-04] 3151 Updated mail/spamdyke to 4.1.0 [schmonz 2010-07-04]
3152 Added www/p5-Plack-Middleware-Session version 0.11 [seb 2010-07-04] 3152 Added www/p5-Plack-Middleware-Session version 0.11 [seb 2010-07-04]
3153 Added devel/p5-Module-Versions version 0.02 [seb 2010-07-04] 3153 Added devel/p5-Module-Versions version 0.02 [seb 2010-07-04]
 3154 Added www/p5-Plack-Middleware-Debug version 0.09 [seb 2010-07-04]