Commit Graph

10180 Commits

Author SHA1 Message Date
sthen
1b8ab3a893 sync new p5-* 2012-04-08 21:09:49 +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
jasper
a2e0769b37 - explicitly specify autoconf version for autoreconf.
spotted by naddy@
2012-04-08 17:40:41 +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
mpi
e9e9d45d57 Update to pep8 1.0.1 2012-04-08 14:20:47 +00:00
mpi
7790e61292 Correctly catch attempts to do isochronous OUT transfers and fix a warning
from upstream.
2012-04-08 13:14:54 +00:00
ajacoutot
54ff746128 Set ke_debug_enabled to FALSE by default. 2012-04-08 07:45:30 +00:00
ajacoutot
6b1ed72399 Update to automake-1.11.4.
from Brad
2012-04-08 07:12:56 +00:00
sthen
3934b581a3 Update devel/p5-Module-Install to version 1.06.
Updated from 1.04 port in Andreas Voegele's repository.

''Currently, several ports that could be built with
"CONFIGURE_STYLE=modinst" are built with "CONFIGURE_ARGS += --skipdeps"
as they require a more recent version of Module::Install.''
2012-04-07 20:57:18 +00:00
sthen
eb1cad00f6 comment-out line requiring Module::Install::GithubMeta,
newer Module::Install has strict subs and this breaks unless installed
2012-04-07 20:52:45 +00:00
sthen
7b045135da Update devel/p5-Test-WWW-Mechanize to version 1.30. Adapt a test to
WWW::Mechanize 1.70.  Required by the recent www/p5-WWW-Mechanize update
as well as the Catalyst update.

More recent versions of Test::WWW::Mechanize depend on LWP 6.02, which
hasn't hit OpenBSD's ports tree yet.

From Andreas Voegele's repo.
2012-04-07 20:04:39 +00:00
sthen
5345d897c1 Update devel/p5-Log-Log4perl to version 1.34, which provides
Log::Log4perl::Catalyst. From Andreas Voegele's repo.
2012-04-07 19:58:52 +00:00
gsoares
c05a34ac9b * update to 1.25
* tweak DEPENDS
* no need groff
* enable pod tests

from wen heping(maintainer)
2012-04-07 15:46:23 +00:00
sthen
986b3a9a6d update Moose to 1.25 and associated ports to follow; Andreas Voegele 2012-04-07 14:28:57 +00:00
sthen
f0b8acd6c5 update to p5-namespace-autoclean 0.13, from Andreas Voegele's repo 2012-04-07 14:06:37 +00:00
sthen
0e2a2e2a28 add extra regress dep from Andreas Voegele's tree
also: whitespace issues in Makefile, regen plist, no groff
2012-04-07 14:03:37 +00:00
sthen
4394389929 extra deps, from Andreas Voegele's github tree 2012-04-07 13:50:06 +00:00
landry
559d9f805a +spidercochon^H^H^H^H^H^H^Hmonkey 2012-04-07 13:49:14 +00:00
ajacoutot
8e532628a3 Update to libpeas-1.4.0.
ok jasper@
2012-04-07 13:48:45 +00:00
landry
191bc6db26 Import devel/spidermonkey 1.8.5
- built from the official upstream release
- needed for upcoming gnome/js update
- this is not an update to lang/spidermonkey, as that new version was
  built upon Ffx 4 js engine and probably only works on amd64/i386/ppc.
It builds on sparc64 but is broken at runtime. Not marking BROKEN-* to
allow depending ports to build. Other archs untested.
- special care was taken to ensure it doesnt conflict with
  lang/spidermonkey (install versionned binaries/headers..)
- ports wanting to use it should use devel/spidermonkey>=1.8,<1.9 to
  ensure the correct version is picked up

Tested in an amd64 bulk build.
ok/prodding ajacoutot@
2012-04-07 13:48:18 +00:00
landry
94207a163e Cope with libxul.pc -> libxul19.pc renaming. 2012-04-07 13:11:27 +00:00
landry
1782b6d9d9 Assorted cleanups to xulrunner 1.9 port :
- rename libxul{,-embedding}.pc files to libxul19{,-embedding}.pc to
  cope with an eventual xulrunner built from latest mozilla
- move some WANTLIB-devel from Makefile.inc to 1.9/Makefile
- use BASE_PKGPATH instead of devel/xulrunner/${MOZILLA_VERSION:R:R}, as
  there might be a devel/xulrunner/last someday
- sanitize the subst regexps done on the .pc files, half of them were
  useless
- bump REVISIONs.

Tested in a full bulk build with all xulrunner users..
2012-04-07 13:10:50 +00:00
ajacoutot
8cab67fa47 User switching cannot work on OpenBSD; so disable it in the lockdown
policy for gnome-panel.
2012-04-07 12:21:48 +00:00
ajacoutot
2964de6e66 Remove bogus CONFIGURE_ARGS. 2012-04-07 07:29:42 +00:00
jeremy
3be3b6ea7a Update ruby-home_run to 1.0.6. Minor regress change for
better reliability.
2012-04-06 19:29:20 +00:00
jasper
98205bf2a5 - rework this port to use the gnu autofuck so a library and header are built
and installed.
2012-04-06 17:56:03 +00:00
jasper
4a3570d404 - use googlecode hompage instead of the github one; simply the port accordingly
prompted by aja@
2012-04-06 14:38:26 +00:00
jasper
e49d37b1cb sync 2012-04-06 14:10:42 +00:00
jasper
4dffa0dbeb import libyubikey 1.8
This package contains the low-level C software development kit for the
Yubico authentication device, the YubiKey.

ok aja@
2012-04-06 14:09:13 +00:00
ajacoutot
59c22d3f63 Limits need to be cranked for the regress tests. 2012-04-06 12:06:51 +00:00
ajacoutot
702891f7d2 Sync patch with upstream. 2012-04-06 10:44:38 +00:00
sthen
ac7fa6a05b don't use groff 2012-04-06 10:04:39 +00:00
sthen
ffde679b7d update p5-Test-Fatal to 0.008 from Andrew Fresh 2012-04-06 10:02:14 +00:00
sthen
d44a0c3872 update p5-Package-Stash-XS to 0.25, from Andrew Fresh 2012-04-06 10:01:51 +00:00
sthen
ecfd9ab132 update p5-Package-Stash to 0.33, from Andrew Fresh 2012-04-06 10:01:33 +00:00
sthen
be74a5d76b update p5-Config-Any to 0.23, from Andrew Fresh 2012-04-06 10:01:09 +00:00
sthen
fd3aa3ddd2 Update p5-Class-C3-Componentised-1.001000 from Andrew Fresh 2012-04-06 10:00:53 +00:00
sthen
4f89bd6640 update p5-namespace-clean to 0.22, from Andrew Fresh, additional dep found by me 2012-04-06 09:54:30 +00:00
sthen
7ce76688cc hook in new p5-* thingys 2012-04-06 09:30:14 +00:00
sthen
1e755cb921 import p5-Memoize-ExpireLRU from Andrew Fresh, ok landry@
For the theory of Memoization, please see the Memoize module
documentation. This module implements an expiry policy for Memoize
that follows LRU semantics, that is, the last n results, where n
is specified as the argument to the CACHESIZE parameter, will be
cached.
2012-04-06 09:25:46 +00:00
sthen
e91fa98c51 import p5-Data-Dumper-Concise, from Andrew Fresh, ok landry@
This module always exports a single function, Dumper, which can be
called with an array of values to dump those values.

It exists, fundamentally, as a convenient way to reproduce a set
of Dumper options that we've found ourselves using across large
numbers of applications, primarily for debugging output.

The principle guiding theme is "all the concision you can get while
still having a useful dump and not doing anything cleverer than
setting Data::Dumper options" - it's been pointed out to us that
Data::Dump::Streamer can produce shorter output with less lines of
code. We know. This is simpler and we've never seen it segfault.
But for complex/weird structures, it generally rocks. You should
use it as well, when Concise is underkill. We do.

Why is deparsing on when the aim is concision? Because you often
want to know what subroutine refs you have when debugging and because
if you were planning to eval this back in you probably wanted to
remove subrefs first and add them back in a custom way anyway. Note
that this -does- force using the pure perl Dumper rather than the
XS one, but I've never in my life seen Data::Dumper show up in a
profile so "who cares?".
2012-04-06 09:25:08 +00:00
sthen
ef41ca0f81 import p5-Data-Compare from Andrew Fresh, ok landry@
This module compares arbitrary data structures to see if they are copies
of each other.
2012-04-06 09:24:33 +00:00
sthen
51c6e2c87d import p5-Class-Unload from Andrew Fresh, ok landry@
Unloads a given class by clearing out its symbol table and removing
it from %INC.
2012-04-06 09:23:55 +00:00