Commit Graph

7135 Commits

Author SHA1 Message Date
jasper
3c0c41c1b5 import p5-POE-Component-Supervisor (the cause of the recent p5-puking...)
This is a port of the Erlang process supervisor
(http://www.erlang.org/doc/design_principles/sup_princ.html).

This will monitor instances of children, restarting them as necessary
should they exit.
2010-01-12 19:26:42 +00:00
jasper
4f2161bc2e import p5-Test-TempDir
Test::TempDir provides temporary directory creation with testing in
mind.
2010-01-12 19:20:37 +00:00
jasper
0d53f42b33 import p5-MooseX-Types-Path-Class
MooseX::Types::Path::Class creates common Moose types, coercions and
option specifications useful for dealing with Path::Class objects as
Moose attributes.
2010-01-12 19:20:14 +00:00
jasper
532dc68360 import p5-MooseX-LogDispatch
Log::Dispatch role for use with your Moose classes.
2010-01-12 19:19:48 +00:00
jasper
d0bb4756f2 import p5-Log-Dispatch-Config
Log::Dispatch::Config is an abstract class of config parser.
2010-01-12 19:18:55 +00:00
jasper
e47321d509 import p5-Log-Dispatch-Config-TestLog
This module will load Log::Dispatch::Config and set things up
for a test run.
2010-01-12 19:18:08 +00:00
jasper
28b24201f4 import p5-Log-Dispatch-Binlog
The two classes provide in this distribution provide Storable based
binary logging for Log::Dispatch.

This is useful for testing your log output, or for delegating log output
to a listener on a socket without losing high level information.
2010-01-12 19:17:38 +00:00
wcmaier
d9f6ff471a Update to 1.4.2.
Diff from Max Varencov <admin at phpcode dot us> -- thanks!
2010-01-12 14:04:29 +00:00
jakemsr
d30e4ddda5 - quit building audio(4) support
- remove unused --disable-ltdl configure arg
2010-01-12 11:19:06 +00:00
jasper
92419b21ab - hookup latest cpan import... 2010-01-12 09:48:46 +00:00
jasper
4692c0133d import p5-MooseX-Declare
This module provides syntactic sugar for Moose, the postmodern object
system for Perl 5. When used, it sets up the class and role keywords.
2010-01-12 09:44:05 +00:00
jasper
7fd0edbfce import p5-MooseX-Method-Signatures
Provides a proper method keyword, like "sub" but specifically for making
methods and validating their arguments against Moose type constraints.
2010-01-12 09:43:48 +00:00
jasper
c7a9f3388f import p5-Parse-Method-Signatures
Inspired by Perl6::Signature but streamlined to just support the subset
deemed useful for TryCatch and MooseX::Method::Signatures.
2010-01-12 09:43:26 +00:00
jasper
debf17f1bb import p5-MooseX-Traits
Often you want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with
the desired roles applied, or applying roles to the instance one-by-one,
he can just pass a traits parameter to the class's new_with_traits
constructor.
2010-01-12 09:43:05 +00:00
jasper
a57b9d1e41 import p5-MooseX-Types-Structured
A structured type constraint is a standard container Moose type
constraint, such as an ArrayRef or HashRef, which has been enhanced to
allow you to explicitly name all the allowed type constraints inside the
structure.
2010-01-12 09:42:20 +00:00
jasper
732e84512d import p5-Devel-PartialDump
This module is a data dumper optimized for logging of
arbitrary parameters.
2010-01-12 09:41:53 +00:00
jasper
b6878aa59b import p5-MooseX-Meta-TypeConstraint-ForceCoercion
This class allows to wrap any Moose::Meta::TypeConstraint in a way that
will force coercion of the value when checking or validating a value
against it.
2010-01-12 09:41:28 +00:00
jasper
eed432b542 import p5-MooseX-LazyRequire
This module adds a lazy_required option to Moose attribute declarations.
2010-01-12 09:40:54 +00:00
jasper
e0a9f9cf1f import p5-Context-Preserve
Run code after a subroutine call, preserving the context the subroutine
would have seen if it were the last statement in the caller.
2010-01-12 09:40:25 +00:00
jasper
d6819074ac ...not yet. 2010-01-12 09:14:28 +00:00
jasper
316e359d82 - update p5-MooseX-Types to 0.21 2010-01-12 09:12:30 +00:00
jasper
1d4f546902 - update p5-Moose to 0.93 2010-01-12 09:10:56 +00:00
jasper
3ff9d14eae i made you a PLIST, but cvs eated it. 2010-01-12 08:58:08 +00:00
jasper
fc822f7dee sync 2010-01-12 07:55:54 +00:00
jasper
ab4292e0c1 import p5-MooseX-POE
MooseX::POE is a Moose wrapper around a POE::Session.
2010-01-12 07:53:20 +00:00
jasper
ac416f6913 import p5-Devel-Declare
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.
2010-01-12 07:52:46 +00:00
jasper
dbcc7b5a12 import p5-B-Hooks-OP-Check
This module provides a c api for XS modules to hook into the callbacks
of PL_check.
2010-01-12 07:52:15 +00:00
jasper
f5d865d155 - update p5-ExtUtils-Depends to 0.302
- fix COMMENT
- remove msf@ as maintainer per his request
2010-01-12 07:47:24 +00:00
jasper
40fbf1f6f9 - add p5-POE-API-Peek 2010-01-11 23:11:09 +00:00
jasper
e61a575123 import p5-POE-API-Peek 1.34
POE::API::Peek extends the POE::Kernel interface to provide clean access
to Kernel internals in a cross-version compatible manner. Other
calculated data is also available.
2010-01-11 23:10:24 +00:00
jasper
65db608ab5 - add p5-MooseX-Async 2010-01-11 22:40:10 +00:00
jasper
dc05686af1 import p5-MooseX-Async 0.07
MooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings.
2010-01-11 22:36:26 +00:00
jasper
e8e39e85b7 - missing run dependency 2010-01-11 22:11:52 +00:00
jasper
35e16e2203 - update p5-POE-Test-Loops to 1.031 2010-01-11 08:29:09 +00:00
jasper
63e97f16df - update p5-Device-USB to 0.31 2010-01-11 08:24:35 +00:00
jasper
f46fead996 - add p5-Device-USB 2010-01-10 21:43:49 +00:00
jasper
fe02efde2d - import p5-Device-USB 0.28
This module provides a Perl interface to the C library libusb. This
library supports a relatively full set of functionality to access a USB
device. In addition to the libusb, functioality, Device::USB provides a
few convenience features that are intended to produce a more Perl-ish
interface.

with help from landry@ to unfuck it's LIBS handling.
2010-01-10 21:41:55 +00:00
kili
b96025d838 Doesn't build on arm.
In case somebody likes real pain: http://mat.exon.name/logs/clisp
seems to contain some hints, and even a diff (which doesn't apply).
2010-01-10 13:10:36 +00:00
fgsch
e3f1a9c77e Update to 1.1.0. 2010-01-09 01:45:06 +00:00
fgsch
0f77ffd8c4 Enter py-coverage. 2010-01-09 01:14:42 +00:00
fgsch
e12f21f183 Update to decorator 3.1.2. 2010-01-09 01:12:59 +00:00
fgsch
b2078c885c Update to Pyro 3.10 2010-01-09 00:57:21 +00:00
fgsch
e80fc9a216 Import coverage 3.2, a code coverage measurement for Python. 2010-01-09 00:52:44 +00:00
fgsch
787f5b7a44 Update to bzr 2.0.3. 2010-01-09 00:21:30 +00:00
ajacoutot
86d71ccb68 Bugfix release to glib2-2.22.4. 2010-01-07 08:02:35 +00:00
jasper
977d748689 - sort 2010-01-04 10:43:30 +00:00
landry
85e34e2d7c +glog 2009-12-31 15:49:40 +00:00
landry
beea239526 Import glog-0.3.0:
The glog library implements application-level logging. This library
provides logging APIs based on C++-style streams and various helper
macros.
From MAINTAINER Vicent Auclair (thanks!) @ ACSEL and a few tweaks by me
2009-12-31 15:48:59 +00:00
landry
2ddcd51019 +gtest 2009-12-31 11:22:28 +00:00
landry
e02d06d91c Import gtest 1.4.0:
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on
the xUnit architecture. Supports automatic test discovery, a rich set
of assertions, user-defined assertions, death tests, fatal and
non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.

From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00