ajacoutot
07e6406837
Minor update to gmime-2.4.12.
2010-01-12 16:49:10 +00:00
ajacoutot
1ef71e39bb
Minor update to version 6.30.8.
...
Fix a bug with email attachments.
2010-01-12 15:59:34 +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
sthen
3b468d61b7
update get_iplayer to 2.58
2010-01-12 12:46:15 +00:00
landry
50526251ce
Update to toprump 0.5.1, from MAINTAINER and upstream developer Mark
...
Lumsden, thanks!
2010-01-12 11:59:07 +00:00
jakemsr
d30e4ddda5
- quit building audio(4) support
...
- remove unused --disable-ltdl configure arg
2010-01-12 11:19:06 +00:00
ajacoutot
2b40d8d8f2
Tweak MESSAGE.
2010-01-12 10:59:00 +00:00
ajacoutot
562b477e50
-foomatic-db-hpijs
2010-01-12 10:58:01 +00:00
ajacoutot
77a37d554b
Remove foomatic-db-hpijs (as it's been dropped from foomatic-db at
...
openprinting.org).
It's been unmaintained for a long time now and the generated PPDs are
out-of-date for the newer foomatic-*.
Correct PPDs files for HP printers are of course still shipped in the
hpijs package.
2010-01-12 10:55:55 +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
ajacoutot
cc5f72d399
Use tty00 by default.
...
ok jasper@
2010-01-12 09:04:31 +00:00
jasper
3ff9d14eae
i made you a PLIST, but cvs eated it.
2010-01-12 08:58:08 +00:00
ajacoutot
9cca68055f
Bugfix update to gtk+2-2.18.6.
2010-01-12 08:53:36 +00:00
sthen
f6ca898acb
update findutils to 4.4.2, ok landry@
2010-01-12 08:46:49 +00:00
ajacoutot
2caa77073a
Use -pthread, not -lpthread.
...
Make sure we link with -lintl, not libintl.a.
Fix a defined from NetBSD -> OpenBSD.
ok jasper@
2010-01-12 08:42:13 +00:00
ajacoutot
83f0078a6c
Compile with -pthread and don't use --as-needed.
...
ok jasper@
2010-01-12 08:41:53 +00:00
ajacoutot
6d317044ac
Remove run_dependency on desktop-file-utils, this is obviously not
...
needed.
ok jasper@
2010-01-12 08:41:41 +00:00
ajacoutot
c075986ad5
Disable sse, sse2 and altivec.
...
ok jasper@
2010-01-12 08:41:23 +00:00
ajacoutot
07362965aa
Disable sse, sse2 and altivec.
...
Use -pthread, not -lpthread.
Regen WANTLIB.
ok jasper@
2010-01-12 08:40:37 +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
sthen
7502a30b15
Update MailScanner to 4.79.5-1, another perl taint mode fix needed
...
with perl 5.10. From Brad.
2010-01-12 00:22:01 +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
nicm
515534d9f4
Add patches to fix two annoying crashes, from Aaron Stellman.
...
ok sthen
2010-01-11 22:53:35 +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
marco
6828fdbb7d
Roll to new snap
2010-01-11 21:07:01 +00:00
landry
401b5aea9a
Update to Quantum GIS 1.4.0.
...
see http://blog.qgis.org/node/142 for details.
2010-01-11 20:13:31 +00:00
jasper
b00f0a97ab
- update zabbix to 1.8
...
- remove -doc subpackage, the documentation is still available online
look good to sthen@
2010-01-11 18:30:01 +00:00
jasper
01f2b094a8
- fix patches
2010-01-11 15:49:25 +00:00
giovanni
e210b8f07a
Fix ncat(1) man page
2010-01-11 15:22:49 +00:00
giovanni
f9165a8ba6
Update to 5.39, add powerpc to ONLY_FOR_ARCHS, fix license
...
ok sthen@
2010-01-11 15:15:28 +00:00
jasper
25e1ab4e09
- update klavaro to 1.4.1
...
ok pea@ (MAINTAINER)
2010-01-11 15:11:38 +00:00