summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-07-16Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.16.ghen5-14/+13
Security fixes in this version: MFSA 2008-35 Command-line URLs launch multiple tabs when Firefox not running MFSA 2008-34 Remote code execution by overflowing CSS reference counter For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.16/releasenotes/
2008-07-15Use my NetBSD.org email - I read it much more regulary than any others.mishka1-2/+2
2008-07-15update to 3.18.3drochner2-6/+6
changes: -bugfixes -translation update
2008-07-15+p5-Handelabs1-1/+2
2008-07-15Added www/p5-Handel version 1.00010abs3-0/+66
Handel is a cart/order/checkout framework with AxKit taglib support, TT2 (Template Toolkit) support and Catalyst::Helper support. It was created for the conversion of an IIS/ASP based commerce site to Apache/ModPerl, but I decided that it might be useful to others so here it is. For the curious, Handel is German for commerce.
2008-07-15Add:abs1-1/+26
p5-Catalyst-Action-RenderView p5-Catalyst-Authentication-Store-DBIx-Class p5-Catalyst-Component-ACCEPT_CONTEXT p5-Catalyst-Controller-BindLex p5-Catalyst-Controller-FormBuilder p5-Catalyst-Devel p5-Catalyst-Manual p5-Catalyst-Plugin-Authentication p5-Catalyst-Plugin-Authentication-Store-DBIC p5-Catalyst-Plugin-Authentication-Store-RDBO p5-Catalyst-Plugin-Authorization-Roles p5-Catalyst-Plugin-ConfigLoader p5-Catalyst-Plugin-Session p5-Catalyst-Plugin-Session-State-Cookie p5-Catalyst-Plugin-Session-Store-DBIC p5-Catalyst-Plugin-Session-Store-Delegate p5-Catalyst-Plugin-Session-Store-FastMmap p5-Catalyst-Plugin-Session-Store-File p5-Catalyst-Plugin-StackTrace p5-Catalyst-Plugin-Static-Simple p5-Catalyst-Runtime p5-Catalyst-View-JSON p5-Catalyst-View-TT p5-CatalystX-CRUD-Controller-RHTMLO p5-Test-WWW-Mechanize-Catalyst
2008-07-15Added www/p5-Test-WWW-Mechanize-Catalyst version 0.42abs3-0/+41
Catalyst is an elegant MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without starting up a web server. Testing web applications has always been a bit tricky, normally starting a web server for your application and making real HTTP requests to it. This module allows you to test Catalyst web applications but does not start a server or issue HTTP requests. Instead, it passes the HTTP request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do.
2008-07-15Added www/p5-CatalystX-CRUD-Controller-RHTMLO version 0.12abs3-0/+29
This is an implementation of CatalystX::CRUD::Controller for Rose::HTML::Objects. It supercedes Catalyst::Controller::Rose for basic CRUD applications.
2008-07-15Added www/p5-Catalyst-View-TT version 0.27abs3-0/+32
A view base class for Catalyst using Template Toolkit. WWW: http://search.cpan.org/dist/Catalyst-View-TT
2008-07-15Added www/p5-Catalyst-View-JSON version 0.24abs3-0/+29
Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format.
2008-07-15Added www/p5-Catalyst-Runtime version 5.7014abs3-0/+59
Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you to easily separate concerns, like content, presentation and flow control, into separate modules. This separation allows you to modify code that handles one concern without affecting code that handles the others. Catalyst promotes re-use of existing Perl modules that already handle common web application concerns well.
2008-07-15Added www/p5-Catalyst-Plugin-Static-Simple version 0.20abs3-0/+29
Serve static files with Catalyst. This module is not as optimized for static files as a normal web server, and is most useful for stand alone operation and development.
2008-07-15Added www/p5-Catalyst-Plugin-StackTrace version 0.08abs3-0/+32
This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number. WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/
2008-07-15Added www/p5-Catalyst-Plugin-Session-Store-File version 0.13abs3-0/+31
Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache.
2008-07-15Added www/p5-Catalyst-Plugin-Session-Store-FastMmap version 0.05abs3-0/+31
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap.
2008-07-15Added www/p5-Catalyst-Plugin-Session-Store-Delegate version 0.02abs3-0/+29
This store plugins makes delegating session storage to a first class object model easy.
2008-07-15Added www/p5-Catalyst-Plugin-Session-Store-DBIC version 0.06abs3-0/+35
This Catalyst::Plugin::Session storage module saves session data in your database via DBIx::Class. It's actually just a wrapper around Catalyst::Plugin::Session::Store::Delegate; if you need complete control over how your sessions are stored, you probably want to use that instead.
2008-07-15Added www/p5-Catalyst-Plugin-Session-State-Cookie version 0.09abs3-0/+32
In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism.
2008-07-15Added www/p5-Catalyst-Plugin-Session version 0.19abs3-0/+48
The Session plugin is the base of two related parts of functionality required for session management in web applications. The first part, the State, is getting the browser to repeat back a session key, so that the web application can identify the client and logically string several requests together into a session. The second part, the Store, deals with the actual storage of information about the client. This data is stored so that the it may be revived for every request made by the same client. This plugin links the two pieces together. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/
2008-07-15Added www/p5-Catalyst-Plugin-ConfigLoader version 0.20abs3-0/+33
This module will attempt to load find and load a configuration file of various types. Currently it supports YAML, JSON, XML, INI and Perl formats. Special configuration for a particular driver format can be stored in MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.
2008-07-15Added www/p5-Catalyst-Plugin-Authorization-Roles version 0.05abs3-0/+38
Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If the user is a member in all of the required roles access is granted. Otherwise, access is denied. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/
2008-07-15Added www/p5-Catalyst-Plugin-Authentication-Store-RDBO version 0.002abs3-0/+30
This plugin uses a Rose::DB::Object object to authenticate an user. It is based on Catalyst::Plugin::Authentication::Store::DBIC. Please read there for a much better description.
2008-07-15Added www/p5-Catalyst-Plugin-Authentication-Store-DBIC version 0.10abs3-0/+36
This plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user for Catalyst.
2008-07-15Added www/p5-Catalyst-Plugin-Authentication version 0.10006abs3-0/+33
The authentication plugin provides generic user support. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
2008-07-15Added www/p5-Catalyst-Manual version 5.7013abs3-0/+31
This is the Catalyst manual Catalyst is a web application framework. This means that you use it to help build applications that run on the web, or that run using protocols used for the web. Catalyst is designed to make it easy to manage the various tasks you need to do to run an application on the web, either by doing them itself, or by letting you "plug in" existing Perl modules that do what you need.
2008-07-15Added www/p5-Catalyst-Devel version 1.08abs3-0/+47
The Catalyst::Devel package includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is intended to make it easier to deploy Catalyst apps. The runtime parts of Catalyst are now known as Catalyst::Runtime. Catalyst::Devel includes the Catalyst::Helper system, which autogenerates scripts and tests; Module::Install::Catalyst, a Module::Install extension for Catalyst; and requirements for a variety of development-related modules. The documentation remains with Catalyst::Runtime.
2008-07-15Added www/p5-Catalyst-Controller-FormBuilder version 0.04abs3-0/+40
This base controller merges the functionality of CGI::FormBuilder with Catalyst and the following templating systems: Template Toolkit, Mason and HTML::Template. This gives you access to all of FormBuilder's niceties, such as controllablefield stickiness, multilingual support, and Javascript generation. For more details, see CGI::FormBuilder or the website at: http://www.formbuilder.org
2008-07-15Added www/p5-Catalyst-Controller-BindLex version 0.05abs3-0/+54
This plugin lets you put your lexicals on the stash and elsewhere very easily. It uses some funky modules to get it's job done: PadWalker, Array::RefElem, Devel::Caller, Devel::LexAlias and attributes. In some people's opinion this hurts this plugin's reputation ;-). If you use the same name for two variables with the same storage binding attribute they will be aliased to each other, so you can use this for reading as well as writing values across controller subs. This is almost like sharing your lexical scope. sub bar : Local { my ( $self, $c ) = @_; my $x : Stashed; my %y : Stashed; $x = 100; do_something( $c->stash->{x} ); # 100 $c->forward("gorch"); }
2008-07-15Added www/p5-Catalyst-Component-ACCEPT_CONTEXT version 0.05abs3-0/+42
Models and Views don't usually have access to the request object, since they probably don't really need it. Sometimes, however, having the request context available outside of Controllers makes your application cleaner. If that's the case, just use this module as a base class: package MyApp::Model::Foobar; use base qw|Catalyst::Component::ACCEPT_CONTEXT Catalyst::Model|; Then, you'll be able to get the current request object from within your model: sub do_something { my $self = shift; print "The current URL is ". $self->context->req->uri->as_string; }
2008-07-15Added www/p5-Catalyst-Authentication-Store-DBIx-Class version 0.104abs3-0/+30
The Catalyst::Authentication::Store::DBIx::Class class provides access to authentication information stored in a database via DBIx::Class.
2008-07-15Added www/p5-Catalyst-Action-RenderView version 0.08abs3-0/+36
The final rendering action for the Catalyst web framework. This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 to the url in order to force a debug screen, while in debug mode. If you have more than one view, you can specify which one to use with the default_view config setting (see Catalyst's $c->view($name) method).
2008-07-15+p5-Rose-HTML-Objects p5-Rose-HTMLx-Form-Field-Autocomplete ↵abs1-1/+5
p5-Rose-HTMLx-Form-Field-Boolean p5-Rose-URI
2008-07-15Added www/p5-Rose-URI version 0.022abs3-0/+47
Rose::URI is an alternative to URI. Important differences include: Rose::URI provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to be set or returned as a whole via the query_form or query methods, and the URI::QueryParam module provides a few more methods for query string manipulation. Rose::URI supports query parameters with multiple values (e.g. "a=1&a=2"). URI has limited support for this through query_form's list return value. Better methods are available in URI::QueryParam. Rose::URI uses Apache's C-based URI parsing and HTML escaping functions when running in a mod_perl 1.x web server environment. Rose::URI stores each URI "in pieces" (scheme, host, path, etc.) and then assembles those pieces when the entire URI is needed as a string. This technique is based on the assumption that the URI will be manipulated many more times than it is stringified. If this is not the case in your usage scenario, then URI may be a better alternative.
2008-07-15Added www/p5-Rose-HTMLx-Form-Field-Boolean version 0.03abs3-0/+28
This Field class extends Rose::HTML::Objects RadioButtonGroup for boolean-type fields. The default labels are True and False, paired with values 1 and 0 respectively.
2008-07-15Added www/p5-Rose-HTMLx-Form-Field-Autocomplete version 0.02abs3-0/+33
This subclass of Rose::HTML::Form::Field::Text is intended to make it easier to integrate Ajax autocompletion into your web applications. You define a URL where your web application can find suggested values for the field, and optionally, a limit on the number of suggestions returned by the server. This subclass is expected to be used with Catalyst::Controller::Rose::Autocomplete but that is not required.
2008-07-15Added www/p5-Rose-HTML-Objects version 0.554abs3-0/+56
The Rose::HTML::Object::* family of classes represent HTML tags, or groups of tags. These objects allow HTML to be arbitrarily manipulated, then serialized to actual HTML (or XHTML). Currently, the process only works in one direction. Objects cannot be constructed from their serialized representations. In practice, given the purpose of these modules, this is not an important limitation. Any HTML tag can theoretically be represented by a Rose::HTML::Object-derived class, but this family of modules was originally motivated by a desire to simplify the use of HTML forms. The form/field object interfaces have been heavily abstracted to allow for input and output filtering, inflation/deflation of values, and compound fields (fields that contain other fields). The classes are also designed to be subclassed. The creation of custom form and field subclasses is really the "big win" for these modules. There is also a simple image tag class which is useful for auto-populating the width and height attributes of img tags. Future releases may include object representations of other HTML tags. Contributions are welcome.
2008-07-14Mark as destdir ready.joerg17-17/+50
2008-07-14+p5-Template-Stash-HTML-Entitiesabs1-1/+2
2008-07-14Added www/p5-Template-Stash-HTML-Entities version 1.3.1abs3-0/+25
This module is a sub class of Template::Stash, automatically escape all HTML strings using HTML::Entities to avoid XSS vulnerability.
2008-07-13Add patches for wml privilege escalation (CVE-2008-0665 and CVE-2008-0666).tonnerre5-3/+65
2008-07-13Fix various cross-site scripting issues in websvn (CVE-2007-3056).tonnerre8-3/+132
2008-07-10Update to 6.3adrianp2-6/+6
All the details of the changes can be found here: http://drupal.org/node/280583 The main reason for this update is to fix a known security issue: http://drupal.org/node/280571
2008-07-10Update to 5.8adrianp2-6/+6
All the details of the changes can be found here: http://drupal.org/node/280586 The main reason for this update is to fix a known security issue: http://drupal.org/node/280571
2008-07-10Fix abs_srcdir definition as done in apache22. Also installjoerg2-3/+15
mkdir.sh as expected e.g. by www/ap2-fcgid. Bump revision.
2008-07-10Always build PIC. Don't try to use mkdep, it fails on NetBSD.joerg3-6/+7
Bump revision.
2008-07-10Assume for the moment that all modern platforms have va_copy,joerg1-1/+5
the exceptions can conditionalize the statement. Fixes build on NetBSD/amd64.
2008-07-08Add DEPENDS on a few new PEAR packages to fix PR 39102adrianp1-1/+4
PKGREVISION++
2008-07-06Fix build on DragonFly, similar fix as for Firefox from PR pkg/39096.ghen3-1/+29
2008-07-06Fix build on DragonFly, from PR pkg/39096.ghen3-1/+29
2008-07-05Update nspluginwrapper to 1.0.0 - may help PR pkg/37857abs2-9/+9
* Don't wrap root plugins to system locations, keep them private * Fix support for Acrobat Reader 8 (focus problems) * Fix support for mozplugger (in full-debug mode) * Fix support for WebKit * Fix crashes with Flash Player 9 Update 3 (9.0.115) * Fix build with Intel compiler * Add support for IBM XLC compiler * Improve error handling during RPC initialization (possible memory leak on error) * Improve error handling in NPP_WriteReady() and NPP_Write()