Commit graph

12643 commits

Author SHA1 Message Date
joerg
4e7fda1f14 DESTDIR support 2009-02-17 19:49:57 +00:00
joerg
79dc4ca5e3 Fix build with newer lablgtk. With help from dholland. 2009-02-17 19:16:29 +00:00
joerg
9f01f91935 Fix LP64 build. Add DESTDIR support 2009-02-17 19:13:46 +00:00
abs
ee0dbf99fc fix DESCR 2009-02-17 15:06:55 +00:00
abs
57e0a16cc8 +p5-POE-Component-Cron 2009-02-17 15:03:43 +00:00
abs
0acb43bd92 Added devel/p5-POE-Component-Cron version 0.019nb1
Catalyst is an elegant web application framework, extremely flexible
yet extremely simple. It's similar to Ruby on Rails, Spring (Java)
and Maypole, upon which it was originally based.

This is a Catalyst Engine implementing a job queue with POE. It
allows the launching of HTTP requests to the application at
predetermined moments in time and the subsequent capturing of
response to a logfile or an email address.
2009-02-17 15:03:16 +00:00
joerg
1fc2a4a538 DESTDIR support 2009-02-16 21:09:57 +00:00
joerg
97146a0397 Add missing PLIST_SUBST for RUBY_PKGPREFIX. 2009-02-16 16:39:36 +00:00
joerg
f3b422088a DESTDIR support. Don't leak WRKDIR. Bump revision. 2009-02-16 16:29:18 +00:00
seb
86eec39712 Update from version 2.07 to version 2.08.
Upstream changes:

* Changes in Devel::NYTProf 2.08
** Core:
- Added optimize=0 option to disable the perl optimizer
    so you can see more accurate statement execution counts
    for some kinds of constructs.
- Added savesrc=1 option to copy source code into the profile
    so reports are not affected by changes to the source files.
- Added ability for DB::enable_profile() to specify a new file
    for profile data to be written to.
** Reporting:
- Time spent within nested string evals is accounted for.
- Fixed searching @INC for source files for reports.
- Dramatically increased performance of nytprofhtml
    relative to the 2.07 version.
- Many tables in html reports are sortable by clicking on header columns
    (requires JavaScript, uses jQuery and tablesorter.js)
- Statement timings are now shown as integers in appropriate
    units: seconds, milliseconds, microseconds or nanoseconds.
- Hovering over times in subroutine or file summary tables
    now shows the percentage time.
- Improved HTML conformance thanks to Leland Johnson.
2009-02-15 23:16:10 +00:00
seb
f36bb477eb Add & enable p5-Devel-ebug 2009-02-15 22:33:06 +00:00
seb
201bf1fdba Initial import of p5-Devel-ebug version 0.49 in the NetBSD Packages
Collection.

The Perl 5 module Devel::ebug is a simple, extensible Perl debugger
with a clean API. With this module, a Perl Perldebugger may easily
be written. There are currently two user interfaces to Devel::debug,
ebug and ebug_http. ebug is a console-based interface to debugging
programs, much like perl5db.pl. ebug_http is an innovative web-based
interface to debugging programs. Devel::ebug is a work in progress.
2009-02-15 22:31:38 +00:00
seb
92eefcb445 Add & enable p5-Proc-Background 2009-02-15 20:58:49 +00:00
seb
e7ca541cb9 Initial import of p5-Proc-Background version 1.08 in the NetBSD
Packages Collection.

The Perl 5 module Proc::Background provides a generic interface for
placing processes in the background on both Unix and Win32 platforms.
Background processes can be started, killed, waited upon, checked
for existence and their exit values can be retrieved.
2009-02-15 20:57:01 +00:00
wiz
b08231a9a6 Update to 0.0.43:
Don't segfault on malformed RCS files.

Mark user-destdir ready while here.
2009-02-15 18:53:02 +00:00
joerg
43aa753dd9 + devel/ruby-setup 2009-02-15 18:44:58 +00:00
seb
cb7b8b984f Update from version 1.003003 (1.3.3) to version 1.003004 (1.3.4)
This is a noop update for pkgsrc hence it is only done for death or glory

Upstream changes:
1.3.4
  - resolve rt.cpan#43109 Missing deps for Default Profile Plugins
2009-02-15 17:12:57 +00:00
seb
e9e97e35ef Update from version 0.43nb3 to version 0.45.
Upstream changes:
Version 0.44:
	Optimize thaw; apparently, with 5.8.8 \G in REx is not optimized;
	  so implement along lines suggested by Bram [wizbit] (about 5x speedup
          in some test cases).
Version 0.45:
	Maxpointer decimal width was wrongly calculated on 64bit machines with
	  narrow NVs.
2009-02-15 14:26:08 +00:00
seb
46ce6f3bd5 Update from version 0.69 to version 0.70.
Pkgsrc changes:
- adjust dependency on devel/p5-Moose

Upstream changes:
0.70 Sat, February 14, 2009
    * Moose::Util::TypeConstraints
      - Added the RoleName type (stevan)
        - added tests for this (stevan)

    * Moose::Cookbook::Basics::Recipe3
      - Updated the before qw[left right] sub to be a little more
        defensive about what it accepts (stevan)
        - added more tests to t/000_recipies/basics/003_binary_tree.t
          (stevan)

    * Moose::Object
      - We now always call DEMOLISHALL, even if a class does not
        define DEMOLISH. This makes sure that method modifiers on
        DEMOLISHALL work as expected. (doy)
        - added tests for this (EvanCarroll)

    * Moose::Util::MetaRole
      - Accept roles for the wrapped_method_metaclass (rafl)
        - added tests for this (rafl)

    * Moose::Meta::Attribute
      - We no longer pass the meta-attribute object as a final
        argument to triggers. This actually changed for inlined code a
        while back, but the non-inlined version and the docs were
        still out of date.

    * Tests
      - Some tests tried to use Test::Warn 0.10, which had bugs. Now
        they require 0.11. (Dave Rolsky)

    * Documentation
      - Lots of small changes to the manual, cookbook, and
        elsewhere. These were based on feedback from various
        users, too many to list here. (Dave Rolsky)
2009-02-15 08:39:37 +00:00
seb
3c00dc7f1b Update from version 0.76 to version 0.77.
Pkgsrc changes:
- Remove patch integrated upstream

Upstream changes:
0.77 Sat, February 14, 2009
    * MOP.xs
      - Avoid assertion errors on debugging perls in is_class_loaded
        (Florian Ragwitz)

    * Class::MOP
      - Fixed various corner cases where is_class_loaded incorrectly
        returned true for a class that wasn't really loaded. (Dave
        Rolsky)

    * Class::MOP::Class
      - Add get_all_method_names (Sartak)
      - Add a wrapped_method_metaclass attribute (Florian Ragwitz)

    * Class::MOP::Package
      - Disable deprecated get_all_package_symbols in list
        context. (Florian Ragwitz)

    * Makefile.PL
      - Make sure we generate a BSD-compatible Makefile (Florian
        Ragwitz)

    * Class::MOP::Class
      - The mispelled "check_metaclass_compatability" method we've
        kept around for backwards compat_i_bility will be removed in a
        near future release. You've been warned.
2009-02-15 08:38:46 +00:00
taca
d62b48ee8b Enable DESTDIR support with devel/ruby-setup.
(No other functional change.)
2009-02-15 03:24:50 +00:00
taca
0393486309 Importing ruby-setup package.
* It is expected to use setup.rb script instead of older setup.rb or
  (sometimes) install.rb bundled with ruby packages.

Setup.rb is a common installer script for ruby packages.  It can
handle multiple binaries, libraries, extensions etc. in one archive.
2009-02-15 03:04:18 +00:00
seb
fa3c0d1e73 Update from version 0.68 to version 0.69.
Upstream changes:
0.69 Thu, February 12, 2009
    * Moose
      - Make some keyword errors use throw_error instead of croak
        since Moose::Exporter wraps keywords now (Sartak)

    * Moose::Cookbook::*
      - Revised every recipe for style and clarity. Also moved some
        documentation out of cookbook recipes and into Moose::Manual
        pages. This work was funded as part of the Moose docs grant
        from TPF. (Dave Rolsky)

    * Moose::Meta::Method::Delegation
      - If the attribute doing the delegation was not populated, the
        error message did not specify the attribute name
        properly. (doy)
2009-02-14 15:36:47 +00:00
rillig
900c02dd2c Small cleanups:
- Added a runtime dependency to Perl
- Using AUTO_MKDIRS instead of INSTALLATION_DIRS saves a few lines
- Sorted PLIST
- Removed a needless mkdir command from the PLIST
2009-02-14 10:34:56 +00:00
abs
542c78cc8e +p5-Test-Most 2009-02-14 00:13:03 +00:00
abs
144d78a82e Added devel/p5-Test-Most version 0.20
This module provides you with the most commonly used testing
functions and gives you a bit more fine-grained control over your
test suite.

    use Test::Most tests => 4, 'die';

    ok 1, 'Normal calls to ok() should succeed';
    is 2, 2, '... as should all passing tests';
    eq_or_diff [3], [4], '... but failing tests should die';
    ok 4, '... will never get to here';

As you can see, the eq_or_diff test will fail. Because 'die' is in
the import list, the test program will halt at that point.
2009-02-14 00:12:30 +00:00
abs
d8483c9fa5 +p5-MooseX-Types-Common 2009-02-13 23:42:56 +00:00
abs
3be4283deb Added devel/p5-MooseX-Types-Common version 0.001000
A set of commonly-used type constraints that do not ship with Moose by default.

 Numeric:
    * PositiveNum
    * PositiveInt
    * NegativeNum
    * Int
    * SingleDigit

 String:
    * SimpleStr
      A Str with no new-line characters.
    * NonEmptySimpleStr
      Does what it says on the tin.
    * Password
    * StrongPassword
    * NonEmptyStr
2009-02-13 23:42:27 +00:00
abs
51253f9783 +p5-boolean 2009-02-13 23:41:06 +00:00
abs
d99267d354 Added devel/p5-boolean version 0.20
Most programming languages have a native Boolean data type. Perl
does not.

Perl has a simple and well known Truth System. The following scalar
values are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

Every other scalar value is true.

This module provides basic Boolean support, by defining two special
objects: true and false.
2009-02-13 23:40:27 +00:00
abs
5e23b58bed switch to INSTALLATION_DIRS. No functional change 2009-02-13 20:41:33 +00:00
minskim
792c161226 Bump PKGREVISION because the path to m4 was changed on Darwin<9.
The tools framework changed m4 on Darwin<9 from the native one to the
pkgsrc version last month.  bison needs a PKGREVISION bump because it
embeds the path to m4 in its binary.
2009-02-12 18:43:21 +00:00
minskim
d71356c9a9 Add lua-stdlib and lua-stdlib-doc. 2009-02-12 01:49:44 +00:00
minskim
2b024c56de Import lua-stdlib-doc-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
This package provides a documentation for Lua stdlib, a library of
modules for common programming tasks, including list, table and
functional operations, regexps, objects, pretty-printing and getopt.
The whole thing can be loaded with 'require "std"', or modules can be
used individually.
2009-02-12 01:47:49 +00:00
minskim
9c675a239b Import lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)
2009-02-12 01:45:01 +00:00
markd
7198f1734d add DESTDIR support. 2009-02-11 23:09:29 +00:00
joerg
0a3668f28c Doesn't support Python 2.3. 2009-02-11 22:47:05 +00:00
shattered
9c4ebb4990 On Linux, gdbserver is built and installed, but is missing from PLIST.
Copy PLIST.Linux from devel/gdb.  Fixes PR 36621.

OK by wiz@.
2009-02-11 21:58:40 +00:00
joerg
6314a8c9ce DESTDIR support. 2009-02-11 19:19:00 +00:00
minskim
24deb2d057 Remove the post-patch target, which does nothing useful. Suggested by
OBATA Akio in PR 40610.
2009-02-11 18:23:58 +00:00
joerg
198e3d3380 Retire the BSD installer as used by older DragonFly releases. DragonFly
itself ships the sources nowaday, so this has become redundant.
2009-02-11 16:21:03 +00:00
gdt
2bbc285339 user-destdir 2009-02-11 00:33:54 +00:00
he
871628572c Update from version 1.04nb2 to 1.04nb3.
Pkgsrc changes:
 o Fix the broken patch-aa patch, which should have fixed
   PR#39740 but didn't, and instead left the package in an
   unbuildable state.  With this in place, "make test"
   completes, fixing the problem in the CPAN report at
   http://rt.cpan.org/Public/Bug/Display.html?id=29778
2009-02-10 19:46:51 +00:00
rhaen
82da5bfb28 1.20 (2008/12/09)
*   (ms) Using semctl to reset the value of the semaphore in the
             Synchronized appender to prevent "Numerical result out of
             range" problem caused by an unbalanced SEM_UNDO when
             incrementing it. Reported by John Little.
    *   (ms) Added parameters in curly braces to cspecs in PatternLayout.
    *   (ms) As explained in  http://rt.cpan.org/Ticket/Display.html?id=41505
             the latest LWP release (5.822) got rid of all of its internal
             debugging functions, making infiltrate_lwp() and its test
             case useless. Disabling it for LWP>=5.822.
2009-02-10 14:30:31 +00:00
rhaen
a818d76760 4.331 Tue Jan 6 21:07:25 CET 2009
- socketpair fails on many vista machines because vista has
          completely broken accept/getpeername and getsockname functions,
          so we provide our own socketpair emulation that kind of works
          (AnyEvent::Util::portable_pipe).
        - new function: AnyEvent::Util::portable_socketpair.
	- take advantage of the Guard module if it exists.

4.33 Fri Nov 21 02:35:40 CET 2008
	- AnyEvent::Strict did errornously flag a fileno of 0 as
          illegal.
	- reduce memory usage and slightly speed up the pure perl backend
          by only storing the file descriptor, not the file handle.
        - add missing autocork method to AnyEvent::Handle (reported
          by Adam Rosenstein).
        - AnyEvent::DNS->resolve errornously documented an $rcode result
          argument, but there isn't (spotted by Henrik Krohns).
        - the naked truth about Tk - it's basically unmaintained.

4.32 Mon Nov  3 22:46:32 CET 2008
	- fix AnyEvent::Socket::resolve_sockaddr to properly support
          unix sockets again and choose a proper default for
          the socket type.
        - fix call to resolve_sockaddr in tcp_connect.

4.31 Thu Oct 30 04:41:48 CET 2008
	- implemented AnyEvent::Handle->destroy method.
	- hint about unexpected effects in TLS mode.
        - speed up AnyEvent::Impl::Perl by using more arrays
          instead of hashes without the slightest loss of readability :)
        - work around a perl argument refcounting bug.
        - with some perl patches applied, AnyEvent now seems leak-free.

4.3  Fri Oct  3 09:18:43 CEST 2008
	- AnyEvent will now install a no-op signal handler for SIGPIPE,
          unless one has been installed already.
        - warn about not loaidng AnyEvent::Impl::POE early enough
          (patch by Adam Rosenstein).
	- fixed a great number of bugs and corner cases in AnyEvent::Handle:
        - fix a bug in where in SSL connect mode, the
          client would first wait for some data by the server and
          otherwise hang. (reported and analyzed in an absolutely
          exemplary manner by Adam Rosenstein).
        - fix a bug in where SSL EOF would not be treated
          as stream EOF, putting the connection into a hung state.
          (reported and analyzed in an absolutely exemplary manner by Adam
          Rosenstein).
        - fix a potential segfault when the TLS context
          would go missing in a read callback (e.g. due to stoptls) -
          Net::SSLeay of course makes no type checking whatsoever.
        - AnyEvent::Handle will not stop the read watcher in TLS mode.
        - AnyEvent::Handle->stoptls will send a TLS close notify
          instead of simply destroying the stream now.
        - fix a bug where large blocks of data written in TLS mode
          would not be sent unless triggered by receives.
        - on_drain will now take the tls write buffer into account.
        - SSL operations have been streamlined a bit and should be faster
          now, more to come, though.
        - added a FAQ section, will document nontrivial issues in there.

4.234 Mon Sep 29 04:08:13 CEST 2008
	- fix child watcher documentation: only child exits will be reported,
          no trace events.
        - mention SIGPIPE in AnyEvent::Handle.
	- perl backend will now use POSIX::times as monotonic clock
          when available and the monotonic clock option is not.
        - run even without Time::HiRes in some cases now, but do not
          provide sub-second accuracy (all *supported* perl versions have
          Time::HiRes).
2009-02-10 14:25:25 +00:00
seb
d4c740e0f1 Update from version 0.15 to version 0.16.
Upstream changes:
0.16 Mon Feb 9 20:56:27 2009
    * Implement get_all_method_names

    * Support for anonymous enums: enum [elements]

    * Moose's make_immutable returns true allowing calling code to skip
      setting an explicit true value at the end of a source file. (obra)
2009-02-10 05:51:04 +00:00
seb
7d82a9fc20 Update from version 0.13 to version 0.14.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.14    Mon Feb 9 17:21:13 2009
        Devel::REPL no longer depends on Lexical::Persistence, so we must
2009-02-10 05:41:16 +00:00
abs
78bc713eb9 Add missing BUILD_DEPENDS on p5-ExtUtils-Depends 2009-02-09 23:23:56 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00