Commit Graph

73899 Commits

Author SHA1 Message Date
sthen
3d0ca113ac Update www/p5-Catalyst-Plugin-Session-PerUser to version 0.05.
from Andreas Voegele
2012-04-08 21:58:42 +00:00
sthen
521c015c47 Update www/p5-Catalyst-Plugin-Session-FastMmap to version 0.13.
Catalyst::Plugin::Session::FastMmap is deprecated in favor of
Catalyst::Plugin::Session.

from Andreas Voegele
2012-04-08 21:58:40 +00:00
sthen
507163e1f3 Update www/p5-Catalyst-Plugin-Session to version 0.32.
from Andreas Voegele
2012-04-08 21:58:38 +00:00
sthen
487036c00c Update www/p5-Catalyst-Plugin-PageCache to version 0.31.
from Andreas Voegele
2012-04-08 21:58:36 +00:00
sthen
555cc91709 Update www/p5-Catalyst-Plugin-LogWarnings to version 0.03.
from Andreas Voegele
2012-04-08 21:58:35 +00:00
sthen
f027e814fe Update www/p5-Catalyst-Plugin-I18N to version 0.10.
from Andreas Voegele
2012-04-08 21:58:32 +00:00
sthen
a31cdb2806 Update www/p5-Catalyst-Plugin-FormValidator to version 0.094.
Using Catalyst::Plugin::FormValidator is not recommended as the module
takes over the global $c->form method, rather than being applicable in
only part of your Catalyst application.  Furthermore,
Data::FormValidator itself is not recommended for use.

from Andreas Voegele
2012-04-08 21:58:30 +00:00
sthen
7788618e92 Update www/p5-Catalyst-Plugin-DefaultEnd to version 0.8.
Catalyst::Plugin::DefaultEnd is deprecated.  Please use
Catalyst::Action::RenderView instead.

from Andreas Voegele
2012-04-08 21:58:28 +00:00
sthen
424515eabe Update www/p5-Catalyst-Plugin-ConfigLoader-Environment to version 0.07.
from Andreas Voegele
2012-04-08 21:58:26 +00:00
sthen
55eaf0a6d1 Update www/p5-Catalyst-Plugin-ConfigLoader to version 0.30.
from Andreas Voegele
2012-04-08 21:58:24 +00:00
sthen
d86a920961 Mark www/p5-Catalyst-Plugin-Cache-Store-FastMmap as deprecated.
Catalyst::Plugin::Cache::Store::FastMmap is deprecated because
Cache::FastMmap no longer needs to be wrapped to store plain values.

from Andreas Voegele
2012-04-08 21:58:22 +00:00
sthen
901ad623f2 Update www/p5-Catalyst-Plugin-Cache-Memcached to version 0.8.
Catalyst::Plugin::Cache::Memcached is deprecated.  Use Cache::Memcached
in Catalyst::Plugin::Cache configuration directly.

from Andreas Voegele
2012-04-08 21:58:20 +00:00
sthen
47cec2c4ce Update www/p5-Catalyst-Plugin-Cache to version 0.10.
from Andreas Voegele
2012-04-08 21:58:18 +00:00
sthen
9f363bc3be Update www/p5-Catalyst-Log-Log4perl to version 1.05.
Catalyst::Log::Log4perl is deprecated.  Use Log::Log4perl::Catalyst
instead.

from Andreas Voegele
2012-04-08 21:58:16 +00:00
sthen
b4a7ac22c5 Update www/p5-Catalyst-Engine-Apache to version 1.16.
from Andreas Voegele
2012-04-08 21:58:14 +00:00
sthen
b14231c277 Update www/p5-Catalyst-Devel to version 1.36.
from Andreas Voegele
2012-04-08 21:58:12 +00:00
sthen
b82bac941c Update www/p5-Catalyst-Controller-HTML-FormFu to version 0.06001. More
recent versions remove deprecated methods.

from Andreas Voegele
2012-04-08 21:58:09 +00:00
sthen
19f1bdcc96 Update www/p5-Catalyst-Controller-FormBuilder to version 0.06.
from Andreas Voegele
2012-04-08 21:58:07 +00:00
sthen
6d515b0e2a Update www/p5-Catalyst-Component-ACCEPT_CONTEXT to version 0.07.
from Andreas Voegele
2012-04-08 21:58:04 +00:00
sthen
eae2c85ea7 Update www/p5-Catalyst-Action-RenderView to version 0.16.
from Andreas Voegele
2012-04-08 21:57:39 +00:00
sthen
6b7ee9d4b0 Update www/p5-Catalyst-Runtime to version 5.90006.
Fixes Catalyst with Moose 1.24+, this has been broken in the tree for a
while.

This and the many related updates to follow are all from Andreas Voegele's
repo at https://github.com/voegelas/openbsd-mystuff, thanks Andreas, this must
have been a huge bunch of work. I have forked this at github/sthen/p5-ports-wip
and am removing things from there once committed, there are various additional
new perl ports there and it would be nice if people could help work through
what's left.
2012-04-08 21:49:58 +00:00
sthen
1b8ab3a893 sync new p5-* 2012-04-08 21:09:49 +00:00
sthen
d1cf9027a9 import www/p5-Plack-Test-ExternalServer, ok landry, from Andreas Voegele's repo
Plack::Test::ExternalServer allows your to run your Plack::Test tests
against an external server instead of just against a local application
through either mocked HTTP or a locally spawned server.
2012-04-08 21:07:11 +00:00
sthen
37bd1ddf00 import www/p5-Plack-Middleware-ReverseProxy, ok landry, from Andreas Voegele's repo
Plack::Middleware::ReverseProxy resets some HTTP headers, which were
changed by reverse-proxy.  You can specify the reverse proxy address and
stop fake requests using the 'enable_if' directive in your app.psgi.
2012-04-08 21:06:47 +00:00
sthen
82b92aa53b import www/p5-CatalystX-Component-Traits, ok landry, from Andreas Voegele's repo
Adds a "COMPONENT" method to your Catalyst component base class that
reads the optional traits parameter from app and component config and
instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.
2012-04-08 21:06:25 +00:00
sthen
f6d3e134b2 import devel/p5-Params-Classify, ok landry, from Andreas Voegele's repo
Params::Classify provides various type-testing functions.  These are
intended for functions that, unlike most Perl code, care what type of
data they are operating on.  For example, some functions wish to behave
differently depending on the type of their arguments (like overloaded
functions in C++).
2012-04-08 21:05:51 +00:00
sthen
4cf6c846e4 import devel/p5-MooseX-Types-LoadableClass, ok landry, from Andreas Voegele's repo
Moose ClassName type constraint with coercion to load the class.
2012-04-08 21:05:28 +00:00
sthen
5cb9e25ca7 import devel/p5-MooseX-Traits-Pluggable, ok landry, from Andreas Voegele's repo
MooseX::Traits::Pluggable loads and applies roles at object creation
time.
2012-04-08 21:05:04 +00:00
sthen
6aff27894f imports devel/p5-MooseX-NonMoose, ok landry, from Andreas Voegele's repo
MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this,
such as setting up proper inheritance from Moose::Object and installing
(and inlining, at make_immutable time) a constructor that makes sure
things like BUILD methods are called.
2012-04-08 21:04:36 +00:00
sthen
524f404e2f import devel/p5-MooseX-MarkAsMethods, ok landry, from Andreas Voegele's repo
MooseX::MarkAsMethods allows one to easily mark certain functions as
Moose methods.  This will allow other packages such as
namespace::autoclean to operate without blowing away your overloads.
After using MooseX::MarkAsMethods your overloads will be recognized by
Class::MOP as being methods, and class extension as well as composition
from roles with overloads will "just work".
2012-04-08 21:04:13 +00:00
sthen
05f9d8e63c import ports/devel/p5-MooseX-Daemonize, ok landry, from Andreas Voegele's repo
Often you want to write a persistant daemon that has a pid file, and
responds appropriately to Signals.  MooseX::Daemonize provides a set of
basic roles as an infrastructure to do that.
2012-04-08 21:03:35 +00:00
sthen
747aa1fff9 import ports/devel/p5-Module-Runtime, ok landry, from Andreas Voegele's repo
The functions exported by Module::Runtime deal with runtime handling of
Perl modules, which are normally handled at compile time.
2012-04-08 21:02:51 +00:00
sthen
281848cde0 import ports/devel/p5-Class-Load, ok landry@
"require EXPR" only accepts "Class/Name.pm" style module names, not
"Class::Name".  How frustrating!  For that, we provide "load_class
'Class::Name'".

It's often useful to test whether a module can be loaded, instead of
throwing an error when it's not available.  For that, we provide
"try_load_class 'Class::Name'".

Finally, sometimes we need to know whether a particular class has been
loaded.  Asking %INC is an option, but that will miss inner packages and
any class for which the filename does not correspond to the package
name.  For that, we provide "is_class_loaded 'Class::Name'".
2012-04-08 21:02:10 +00:00
sthen
5496547d1a import databases/p5-DBIx-Class-Cursor-Cached, ok landry@
DBIx::Class::Cursor::Cached provides a query cursor on a
DBIx::Class::ResultSet with built-in caching support.
2012-04-08 21:01:07 +00:00
landry
7d56859f27 Minor tweak: use perl magic with ucfirst to capitalize first letter in
Desktop file name/comment.
2012-04-08 20:54:34 +00:00
ajacoutot
54fe4581b7 Meh, forgot to cvs add. 2012-04-08 19:33:31 +00:00
ajacoutot
c0ea47142d Correct the default device used for OpenBSD with the Blu-ray and VCD input
plugins.

from Brad (maintainer)
2012-04-08 19:19:04 +00:00
jasper
a2e0769b37 - explicitly specify autoconf version for autoreconf.
spotted by naddy@
2012-04-08 17:40:41 +00:00
ajacoutot
6ce2569122 Bump after spidermonkey ports change. 2012-04-08 17:21:49 +00:00
ajacoutot
06fdf8fa76 Use PKGSPEC to make sure the 2 spidermonkey ports are differentiated
when checking for dependencies.
2012-04-08 17:21:35 +00:00
ajacoutot
05d1982b38 Use PKGSPEC to make sure the 2 spidermonkey ports are differentiated
when checking for dependencies.

ok landry@
2012-04-08 17:21:26 +00:00
naddy
269d47161b update to 4.10; suggested by Amit Kulkarni 2012-04-08 17:04:20 +00:00
ajacoutot
3a019565f6 Enable support for the libxvid encoder.
from Brad (maintainer)
2012-04-08 16:56:51 +00:00
naddy
5b8d075767 Use OpenSSL instead of the included AES code to speed up extraction
of encrypted archives.
2012-04-08 16:36:12 +00:00
ajacoutot
f74f7f564c Remove commented line; no change. 2012-04-08 16:36:09 +00:00
ajacoutot
e044573fe6 Update to gnuchess-6.0.1 2012-04-08 16:32:29 +00:00
ajacoutot
fe640fa9c8 Update to gcompris-12.01. 2012-04-08 15:54:25 +00:00
jasper
4ea2f77f4f - add pkgpaths
spotted by aja@
2012-04-08 15:39:51 +00:00
ajacoutot
da2151a769 This port is a curse... looks like we'll never get dependencies right...
spotted by naddy@
2012-04-08 14:52:27 +00:00
mpi
e9e9d45d57 Update to pep8 1.0.1 2012-04-08 14:20:47 +00:00