summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-07-04Add & enable p5-Plack-Middleware-JSConcatseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-JSConcat version 0.29 in theseb3-0/+30
NetBSD Packages Collection. The Perl 5 module Plack::Middleware::JSConcat is a Plack middleware. It allows you to concatenate multiple javascripts files into one.
2010-07-04Add & enable p5-Plack-App-Proxyseb1-1/+2
2010-07-04Initial import of p5-Plack-App-Proxy version 0.15 in the NetBSDseb3-0/+34
Packages Collection. The Perl 5 module Plack::App::Proxy is a middleware-aware proxy application for Plack.
2010-07-04Add & enable p5-Plack-Middleware-ConsoleLoggerseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-ConsoleLogger version 0.02seb3-0/+33
in the NetBSD Packages Collection. The Perl 5 module Plack::Middleware::ConsoleLogger captures logs from PSGI applications and plack middleware components and makes them available to see on JavaScript console for Firebug and Webkit Inspector.
2010-07-04Enable devel/p5-File-BOM, devel/p5-Tie-{Cache-LRU{,-Expires},{LL,Regexp}Hash}cube1-1/+2
and www/p5-Data-URIEncode.
2010-07-04Add & enable p5-Plack-Middleware-ReverseProxyseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-ReverseProxy version 0.06 inseb3-0/+35
the NetBSD Packages Collection. The Perl 5 module Plack::Middleware::ReverseProxy is a Plack middleware. It resets some HTTP headers, which were changed by reverse-proxy. You can specify the reverse proxy address and stop fake requests using 'enable_if' directive in your app.psgi.
2010-07-04Initial import of www/p5-Data-URIEncode, version 0.11.cube3-0/+28
This module allows for encoding and decoding complex (multi level datastructures) using native Query String manipulators (such as CGI.pm). It takes complex data and turns it into a flat hashref which can then be turned into a URI query string using URL encoding. It also takes a flat hashref of data passed in and translates it back to a complex structure.
2010-07-04Add & enable p5-Plack-Middleware-Auth-Digestseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-Auth-Digest version 0.03 inseb3-0/+33
the NetBSD Packages Collection. The Perl 5 module Plack::Middleware::Auth::Digest is a Plack middleware. It enables digest authentication. Your authenticator callback is given an username as a string and should return a password, either as a raw password or a hashed password.
2010-07-04Add & enable p5-Plack-Middleware-Headerseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-Header version 0.03 in theseb3-0/+30
NetBSD Packages Collection. The Perl 5 module Plack::Middleware::Header is a Plack a middleware to append to, set or unset HTTP response's headers.
2010-07-04Add & enable p5-Plack-Middleware-Debugseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-Debug version 0.09 in theseb3-0/+40
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.
2010-07-04Add & enable p5-Plack-Middleware-Sessionseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-Session version 0.11 in theseb3-0/+35
NetBSD Packages Collection. The Perl 5 module Plack::Middleware::Session is a Plack middleware component for session management. By default it uses cookies to keep session state and store data in memory. It also comes with other state and store solutions.
2010-07-04Add & enable p5-Plack-Middleware-Deflaterseb1-1/+2
2010-07-04Initial import of p5-Plack-Middleware-Deflater version 0.03 in theseb3-0/+33
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-04Add & enable p5-Plack-Handler-AnyEvent-HTTPDseb1-1/+2
2010-07-04Initial import of p5-Plack-Handler-AnyEvent-HTTPD version 0.01 inseb3-0/+33
the NetBSD Packages Collection. The Perl 5 module Plack::Handler::AnyEvent::HTTPD is a Plack handler to run PSGI apps on AnyEvent::HTTPD module.
2010-07-04Add & enable p5-AnyEvent-HTTPDseb1-1/+2
2010-07-04Initial import of p5-AnyEvent-HTTPD version 0.84 in the NetBSDseb3-0/+33
Packages Collection. The Perl 5 module AnyEvent::HTTPD provides a simple HTTPD for serving simple web application interfaces. It's completly event based and independend from any event loop by using the AnyEvent module.
2010-07-04Add & enable p5-Plack-Handler-AnyEvent-SCGIseb1-1/+2
2010-07-04Initial import of p5-Plack-Handler-AnyEvent-SCGI version 0.02 inseb3-0/+31
the NetBSD Packages Collection. The Perl 5 module Plack::Handler::AnyEvent::SCGI is a standalone SCGI daemon running on AnyEvent::SCGI.
2010-07-04Update to KDE SC 4.4.5.markd2-6/+5
Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-07-04Add & enable p5-AnyEvent-SCGIseb1-1/+2
2010-07-04Initial import of p5-AnyEvent-SCGI version 1.1 in the NetBSD Packagesseb3-0/+33
Collection. The Perl 5 module AnyEvent::SCGI allows you to build event based SCGI servers. It can be used with or without Coro.
2010-07-04Add & enable p5-Plack-Handler-SCGIseb1-1/+2
2010-07-04Initial import of p5-Plack-Handler-SCGI version 0.02 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Plack::Handler::SCGI is a standalone SCGI daemon using SCGI module.
2010-07-04Add & enable p5-SCGIseb1-1/+2
2010-07-04Initial import of p5-SCGI version 0.6 in the NetBSD Packagesseb3-0/+28
Collection. The Perl 5 module SCGI is for implementing an SCGI interface for an application server.
2010-07-04Add & enable p5-Plack-Handler-AnyEvent-ReverseHTTPseb1-1/+2
2010-07-04Initial import of p5-Plack-Handler-AnyEvent-ReverseHTTP versionseb3-0/+35
0.04 in the NetBSD Packages Collection. The Perl 5 module Plack::Handler::AnyEvent::ReverseHTTP is Plack handler that runs your PSGI application on AnyEvent::ReverseHTTP. It uses ReverseHTTP gateway to access your PSGI application on your desktop or behind the firewall from the internet. Just like Ruby's hookout does with Rack applications.
2010-07-04Add & enable p5-AnyEvent-ReverseHTTPseb1-1/+2
2010-07-04Initial import of p5-AnyEvent-ReverseHTTP version 0.05 in the NetBSDseb3-0/+37
Packages Collection. The Perl 5 module AnyEvent::ReverseHTTP is an AnyEvent module that acts as a Reverse HTTP server (which is actually a polling client for Reverse HTTP gateway). This module implements simple Reverse HTTP client that's tested against reversehttp.net demo server. More complicated specification like relaying or pipelining is not (yet) implemented.
2010-07-04Add missing word in COMMENTseb1-2/+2
2010-07-04Add & enable p5-POE-Component-Server-PSGIseb1-1/+2
2010-07-04Initial import of p5-POE-Component-Server-PSGI version 0.5 in theseb3-0/+34
NetBSD Packages Collection. The Perl 5 module POE::Component::Server::PSGI is a PSGI Server implementation for POE.
2010-07-03Add & enable p5-POE-Filter-HTTP-Parserseb1-1/+2
2010-07-03Initial import of p5-POE-Filter-HTTP-Parser version 1.02 in theseb3-0/+34
NetBSD Packages Collection. The Perl 5 module POE::Filter::HTTP::Parser is a POE::Filter for HTTP which is based on HTTP::Parser. It can be used to easily create POE based HTTP servers or clients.
2010-07-03Add & enable p5-HTTP-Parserseb1-1/+2
2010-07-03Initial import of p5-HTTP-Parser version 0.05 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module HTTP::Parser is an HTTP request parser. It takes chunks of text as received and returns a 'hint' as to what is required, or returns the HTTP::Request when a complete request has been read. HTTP/1.1 chunking is supported.
2010-07-03Update p5-Plack from version 0.9938 to version 0.9940.seb2-6/+6
Upstream changes: 0.9940 Fri Jul 2 23:37:51 PDT 2010 - Fixed META.yml 0.9939 Fri Jul 2 17:56:10 PDT 2010 - Improved middleware documentation (miyagawa, leedo, bobtfish) - Added a test about Transfer-Encoding with Content-Length: 0 (chiba) - Fixed NullLogger middleware (haarg) - Fixed Plack::Util inline object's can() (haarg) - Middleware::HTTPException now honors ->location method of the exception (frodwith) - Middleware::AccessLog: Fixes %D to be microsec so it's compatible to Apache #119 (cho45) - Fixed Plack::Request->uri when PATH_INFO conatins URI reserved characters #118 (leedo)
2010-07-03Update typolight28 to 2.8.4.taca3-8/+7
Version 2.8.4 (2010-06-30) -------------------------- - Back-ported the Safe Mode Hack improvements from version 2.9
2010-07-02Pass down apxs explicitlyjoerg1-1/+2
2010-07-02Deal with apxs fallout.joerg1-4/+3
2010-07-02Match directory name and Apache module naming scheme with the package name.joerg1-1/+4
Pass down APXS explicitly.
2010-07-01Add patch by Ludwig Nussel to fix the certificate spoofing vulnerabilitytron5-7/+91
reported in CVE-2010-2074.