Commit Graph

7150 Commits

Author SHA1 Message Date
naddy
72b44c5513 bump PKGNAME for PLIST changes 4.6 -> 4.7 2010-01-27 21:43:27 +00:00
kili
968f7fce0e Increase rev. to avoid confusion. 2010-01-27 11:31:41 +00:00
sthen
39adea89f2 - horde needs pear-Mail-mimeDecode; add missing RUN_DEPENDS. ok jasper ajacoutot
- remove now unnecessary RUN_DEPENDS on pear-Mail-Mime, suggested by ajacoutot
2010-01-27 10:50:23 +00:00
kili
9712481b9c Quirk for wily -> wily_9libs. 2010-01-27 10:25:18 +00:00
ajacoutot
355f34ff4f Merge a patch from upstream to fix a SIBGUS on dependant applications
(e.g. gnugk) on strict alignment arches.

ok naddy@ jasper@
2010-01-27 08:24:43 +00:00
espie
4c3f13fbc9 more gnome shit 2010-01-26 10:51:22 +00:00
espie
f2bef61fd5 older shit 2010-01-26 10:22:26 +00:00
landry
8fbd50bb6d Remove jason@ as MAINTAINER, as his e-mail bounces since a while.. agreed
by jason@, prodded by espie@. While here, take maintainership of
devel/geotiff & devel/proj. Any takers for the others ?
ok espie@
2010-01-23 10:29:45 +00:00
naddy
d82b063c3a require devel/p5-aliased so it won't be auto-installed from CPAN; ok jasper@ 2010-01-19 15:03:04 +00:00
sthen
242fff5eff Unbreak after ia_subnet removal. ok jasper@ 2010-01-18 09:27:00 +00:00
sthen
f6f31eb29c Add two diffs from upstream.
- Add a memory clobber to placate gcc.
- Disable mas10_u8_mmx_2. Fixes bug #19672 (bugs.freedesktop.org).

From Brad. ok ajacoutot@ jasper@
2010-01-17 21:29:30 +00:00
espie
f6d7127c2d deja vu in base X system 2010-01-16 10:07:45 +00:00
jasper
4f7478ebae - fix dependencies to prevent systrace from acting up. fixes build on an empty box
ok ajacoutot@
2010-01-13 09:32:54 +00:00
jasper
b99a7631bb BUILD_DEPENDS=RUN_DEPENDS, otherwise it'll pull them from cpan directly
ok ajacoutot@
2010-01-13 08:27:42 +00:00
jasper
7d4c012588 - sync 2010-01-12 19:27:08 +00:00
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