devel/p5-Git-CPAN-Patch into The NetBSD Packages Collection.
The Perl 5 module Git::CPAN::Patch provides a suite of git commands
aimed at making trivially easy the process of grabbing any distribution
off CPAN, stuffing it in a local git repository and, once gleeful
hacking has been perpetrated, sending back patches to its maintainer.
devel/p5-BackPAN-Index into The NetBSD Packages Collection.
The Perl 5 module BackPAN::Index provides an index of BackPAN and
some handy methods. The Comprehensive Perl Archive Network (CPAN)
is a very useful collection of Perl code. However, in order to keep
CPAN relatively small, authors of modules can delete older versions
of modules to only let CPAN have the latest version of a module.
BackPAN is where these deleted modules are backed up. It's more
like a full CPAN mirror, only without the deletions.
devel/p5-Test-Compile into The NetBSD Packages Collection.
The Perl 5 module Test::Compile lets you check the validity of a
Perl module file or Perl script file, and report its results in
standard Test::Simple fashion.
into The NetBSD Packages Collection.
The Perl 5 module App::Cache lets an application cache data locally.
There are a few times an application would need to cache data: when
it is retrieving information from the network or when it has to
complete a large calculation.
www/p5-CGI-Application-PSGI into The NetBSD Packages Collection.
The Perl 5 module CGI::Application::PSGI is a runner to run
CGI::Application application as a PSGI application.
www/p5-Squatting-On-PSGI into The NetBSD Packages Collection.
The Perl 5 module Squatting::On::PSGI is an adapter to run Squatting
applications on PSGI implementations.
into The NetBSD Packages Collection.
The Perl 5 Squatting is a web microframework based on Camping. It
originally used Continuity as its foundation, but it has since been
generalized such that it can squat on top of any Perl-based web
framework (in theory).
into The NetBSD Packages Collection.
The Perl 5 module Continuity is a library to simplify web applications.
Each session is written and runs as a persistant application, and
is able to request additional input at any time without exiting.
This is significantly different from the traditional CGI model of
web applications in which a program is restarted for each new
request.
devel/p5-Shell-Perl into The NetBSD Packages Collection.
The Perl 5 module Shell::Perl is the implementation of a command-line
interpreter for Perl. It is the heart of the provided pirl script.
www/p5-Catalyst-Engine-PSGI into The NetBSD Packages Collection.
The Perl 5 module Catalyst::Engine::PSGI is a Catalyst Engine that
adapts Catalyst into the PSGI gateway protocol.
as www/p5-Test-WWW-Mechanize-PSGI into The NetBSD Packages Collection.
The Perl 5 Test::WWW::Mechanize::PSGI meshes Test::WWW::Mechanize,
a subclass of WWW::Mechanize that incorporates features for web
application testing, and PSGI, a specification to decouple web
server environments from web application framework code. Hence it
allows easy testing of PSGI applications.
as www/p5-Plack-Middleware-File-Sass into The NetBSD Packages
Collection.
The Perl 5 module Plack::Middleware::File::Sass is a Plack middleware
component that works with Plack::App::File or Plack::Middleware::Static
to compile Sass templates into CSS stylesheet in every request.
into The NetBSD Packages Collection.
The Perl 5 module Text::Sass is an implementation of Sass
http://sass-lang.com/. This is most definitely a work-in-progress.
It only implements a subset of the specification.
as www/p5-Plack-Middleware-JSConcat into The NetBSD Packages
Collection.
The Perl 5 module Plack::Middleware::JSConcat is a Plack middleware.
It allows you to concatenate multiple javascripts files into one.
0.02 as www/p5-Plack-Middleware-ConsoleLogger into 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.
0.06 as www/p5-Plack-Middleware-ReverseProxy into 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.
0.03 as www/p5-Plack-Middleware-Auth-Digest into 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.
as www/p5-Plack-Middleware-Header into The 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.