summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-07-12Fix typos in comment.wiz1-2/+2
2009-07-12Install ncurses headers to include/ncurses. This fixes a bug, when havingahoka3-34/+48
/usr/pkg/include in the header search path shadows some of the system's curses headers (happens when building or developing curses application outside of the pkgsrc build system).
2009-07-10PYTHON_VERSIONS_ACCEPTED += 26abs1-2/+2
2009-07-10Make it build on DragonFly.hasso2-1/+15
2009-07-10Set license to "gnu-lgpl-v2" (GNU Library General Public License,tron1-1/+2
version 2.0).
2009-07-09update to 2.26.2.1drochner2-6/+6
changes: -build system improvements -translation updates
2009-07-09update to 2.26.2drochner2-6/+6
changes: -bugfixes -build system improvements -translation updates
2009-07-09update to 2.20.4drochner2-6/+6
changes: -bugfixes -translation updates
2009-07-09update to 1.24.4drochner3-8/+7
changes: bugfixes
2009-07-08Add support for g95 on NetBSD to libtool.markd4-16/+29
Bump PKGREVISION of libtool-base. OKed by jeorg.
2009-07-08Update to 1.2.2. Changes since 1.2.1:hasso2-6/+6
Alan Coopersmith (1): Version bump: 1.2.2 Dan (1): Fix incorrect warning message in XORG_MACROS_VERSION Dan Nicholson (3): Fix comment in XORG_MACROS_VERSION on usage Restore part of the XORG_MACROS_VERSION comment Use m4 for XORG_MACROS_VERSION to error during autoconf Jeremy Huddleston (1): XORG_CWARNFLAGS: += is not valid for appending in bourn scripts Jon TURNEY (1): Use correct CWARNFLAGS when cross compiling
2009-07-08Make it build on NetBSD. Reported by joerg@.hasso1-2/+2
2009-07-08user-destdir supportjoerg3-10/+19
2009-07-08Update to libjit-0.1.2:joerg3-9/+13
- new license: LGPL 2.1 - amd64 backend - various other improvements
2009-07-08user-destdir supportjoerg4-10/+16
2009-07-08user-destdir supportjoerg6-19/+82
2009-07-08Updating package for p5 module Proc::Simple from 1.24 to 1.25sno2-6/+9
2009-07-08user-destdir supportjoerg3-12/+11
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg3-11/+8
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-07-08Updating package for p5 module Variable::Magic from 0.35 to 0.36sno2-7/+7
Correcting license according to META.yml Upstream changes: 0.36 2009-07-05 16:30 UTC + Chg : getdata() now returns an empty list when no magic is present. It used to return undef but did not croak as stated in the doc. Thanks Matt S. Trout for pointing this out. + Fix : Building and tests with ActiveState Perl 5.8 build >= 822.
2009-07-08Updating package for p5 module MooseX::Emulate::Class::Accessor::Fastsno2-6/+6
from 0.00900 to 0.00901 Upstream changes: 0.00901 July 06, 2009 - Fix to not warn with newer versions of Moose by passing is => 'bare' to process_accessors method.
2009-07-08Updating package for MooseX::Params::Validate from 0.09 to 0.12sno2-7/+8
Adjusting meta-info according to META.yml (license, dependencies) Upstream changes: 0.12 Tue. Jul. 7, 2009 - Using the subroutine name as a cache key for validation specs broke in the face of method modifiers, which all appear to have the same name. Now we use Devel::Caller to get the CV of the caller and use its refaddr as the key, which will be unique in all cases. Bug report by Jos Boumans. RT #46730. 0.11 Tue. Jul. 7, 2009 - The validation functions tried to coerce optional keys which weren't present in the incoming parameters, leading to weird errors. Based on a patch from Jos Boumans. RT #46344. - Allow other callbacks to be specified. Previously these were silently thrown out. But we'd recommend just defining types that encapsulate everything in the callback instead. Based on a patch from Jos Boumans. RT #47647. 0.10 Tue. Jun. 30, 2009 - Shut up deprecation warnings from the tests. Reported by John Goulah.
2009-07-08Updating package for p5 module Module::ScanDeps from 0.90 to 0.91sno2-6/+9
Setting license Upstream changes: [Changes for 0.91 - 2009-06-22] * Add special case for Tk's setPalette call (Christoph Lamprecht)
2009-07-08Updating package for p5 module File::ChangeNotify from 0.06 to 0.07sno2-6/+6
Upstream changes: 0.07 2009-06-29 - Fixed a typo in File::ChangeNotify::Watcher that causes a warning with newer versions of Moose. Reported by David Raab. Fixes RT #47431.
2009-07-08pkgsrc changes:sno2-8/+8
- Updating package for module Devel::StackTrace from 1.20 to 1.21 - Adjusting meta information: * license to ${PERL5_LICENSE} * module type to Module::Build * remove dependency to devel/p5-Test-Simple - desired version is in perl core Upstream changes: 1.21 Jul 1, 2009 - Overloaded objects which didn't provide a stringification method cause Devel::StackTrace to die when respect_overload was true. Reported by Laurent Dami. RT #39533. - Added a frame_filter option which allows for fine-grained control over what frames are included in a trace. Based on (but expanded) from a patch proposed by Florian Ragwitz. RT #47415.
2009-07-08pkgsrc changes:sno2-7/+8
- Updating package for p5 module B::Hooks::OP::Check from 0.17 to 0.18 - Setting license to ${PERL5_LICENSE} and adjusting dependency to ExtUtils::Depends Upstream changes: 0.18 Mon, 06 Jul 2009 14:39:25 +0200 * Require ExtUtils::Depends 0.302, which fixes linking problems on strawberry perl.
2009-07-07Updating package for Data::Section from 0.005 to 0.091.820 and set licensesno2-7/+8
to ${PERL5_LICENSE} according to META.json Upstream changes: 0.091820 2009-07-01 18:25:50 UTC add docs on using ForMethod to avoid autocleaning (thanks, Kent Fredric) 0.006 2008-11-23 remove smoke tests that did nothing useful; thanks Florian
2009-07-07Updating package for p5 module Test::Simple from 0.88 to 0.92sno2-6/+6
Upstream changes: 0.92 Fri Jul 3 11:08:56 PDT 2009 Test Fixes * Silence noise on VMS in exit.t (Craig Berry) * Skip Builder/fork_with_new_stdout.t on systems without fork (Craig Berry) 0.90 Thu Jul 2 13:18:25 PDT 2009 Docs * Finally added a note about the "Wide character in print" warning and how to work around it. * Note the IO::Stringy license in our copy of it. [test-more.googlecode.com 47] Test Fixes * Small fixes for integration with the Perl core [bleadperl eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4] * exit code tests could be effected by errno when PERLIO=stdio [bleadperl c76230386fc5e6fba9fdbeab473abbf4f4adcbe3] Other * This is a stable release for 5.10.1. It does not include the subtest() work in 0.89_01.
2009-07-07pkgsrc changes:sno2-7/+8
- Updating package for p5 module ExtUtils::Depends from 0.301 to 0.302 - Setting license to ${PERL5_LICENSE} according to META.yml - Using CPAN as MASTER_SITE Upstream changes: 0.302 Sat Jul 4 15:28:35 CEST 2009 - Create import libraries if necessary to fix linking when gcc is used on MSWin32 (Strawberry Perl, for example).
2009-07-07pkgsrc changes:sno2-10/+9
- Updating package for p5 module ExtUtils::ParseXS from 1.19 to 1.20 - Allow tests using the c compiler - remove dependency to ExtUtils::CBuilder package, the is no version required and ExtUtils::CBuilder is in perl core meanwhile ... - Setting LICENSE to ${PERL5_LICENSE} according META.yml Upstream changes: 2.20 - Wed Jul 1 13:42:11 EDT 2009 - No changes from 2.19_04 2.19_04 - Mon Jun 29 11:49:12 EDT 2009 - Changed tests to use Test::More and added it to prereqs - Some tests skip if no compiler or if no dynamic loading - INTERFACE keyword tests skipped for perl < 5.8 2.19_03 - Sat Jun 27 22:51:18 EDT 2009 - Released to see updated results from smoke testers - Fix minor doc typo pulled from blead 2.19_02 - Wed Aug 6 22:18:33 2008 - Fix the usage reports to consistently report package name as well as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May] - Cleaned up a warning with -Wwrite-strings that gets passed into every parsed XS file. [Steve Peters] - Allow (pedantically correct) C pre-processor comments in the code snippets of typemap files. [Nicholas Clark]
2009-07-07Updating package for p5 module Extutils::CBuilder from 0.24 to 0.26.02sno2-10/+9
Adjust module type and license Upstream changes: 0.2602 - Sat Jul 4 10:57:12 EDT 2009 Bugs fixed: - Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler] 0.2601 - Wed Jul 1 09:37:39 EDT 2009 Bugs fixed: - On VMS, cleans up extra files generated during testing [John E. Malmberg, Craig Berry] 0.26 - Mon Jun 29 20:11:52 EDT 2009 - No changes from 0.25_01 0.25_01 - Sat Jun 27 23:13:20 EDT 2009 - Changed test library to Test::More - Added tests for have_compiler - Skips tests that need a compiler if have_compiler is false - have_compiler will try to compile in the current directory if compiling in tmpdir fails for whatever reason 0.25 - Fri Jun 26 16:18:13 EDT 2009 - Slight diagnostic improvements in link.t 0.24_01 - Sun Mar 8 14:50:10 2009 - On Windows, don't generate "mt" command when CRT is statically linked. [Jan Dubois] - On Cygwin, examine $Config{useshrplib} to see whether we're supposed to be linking with a shared perl library or not. [Reini Urban] - In link_executable() on Cygwin, trust $Config{ld} rather than using $Config{cc} for linking. [Reini Urban] - Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
2009-07-07pkgsrc changes:sno2-7/+8
- updating package for p5 module sapnwrfc from 0.24 to 0.30 - Adjusting meta data (license, homepage, dependencies) Upstream changes: Mon Jun 22 16:51:14 NZST 2009 * Fixes on connection parameters * sapnwrfc-cookbook - a comprehensive set of examples, and discussions there in * Better installation instructions * revamped RFC server code * banishment of RFC client memory leaks * thanks to ce.com.au (Adam Kennedy) for all assistance in making these improvements possible. Tue Jun 23 17:00:52 NZST 2009 * further banishment of memory leaks when using tables in RFC client calls Sat Jun 27 17:55:17 NZST 2009 * very slow memory leak with respect to referencing table entries on RFC client calls.
2009-07-07pkgsrc changes:sno2-7/+8
- Updating package for p5 module from 0.011 to 0.012 - Adjusting license and work around Module::Install Upstream changes: 0.012 2009-05-22 added guess_license_from_meta which is both JSON and YAML compatible (BRICAS)
2009-07-07Updating package for p5 module Set::Scalar from 1.23 to 1.24sno2-6/+7
Adjusting LICENSE Upstream changes: 2009-06-02 Jarkko Hietaniemi <jhi@iki.fi> * Fixed "The intersection method does not like references in the set." [rt.cpan.org #46589], bug reported and fix provided by Father Chrysostomos. * Cosmetics: removed trailing whitespace. * Renamed README as README.old. It has been close to ten years. * Added new README. * Updated copyright years. * Released as 1.24.
2009-07-07Updating package for p5 module Return::Value from 1.302 to 1.666.001sno2-8/+8
Setting license to ${PERL5_LICENSE} Upstream changes: 1.666001 2009-06-08 1.666000 2009-06-08 formally declare Return::Value deprecated 1.303 2007-04-01 fix test to work on 5.5
2009-07-07Updating package for p5 module PadWalker from 1.7nb1 to 1.9 and setsno2-7/+7
license to the value from META.yml. Upstream changes: 1.8 Thu 25 Jun 2009 21:17:17 BST - Apply patches from doy (#41710) and nothingmuch (set_closed_over). 1.9 Fri 26 Jun 2009 10:01:17 BST - Identical to 1.8, but with the bogus metadata ._ files removed from the distributed tar file.
2009-07-07pkgsrc changes:sno2-9/+11
- Updating package for p5 module Mouse from 0.22 to 0.27 - Correcting LICENSE - Use pkgsrc rules for Module::Install installation - Adjusting dependencies Upstream changes: 0.27 Thu Jul 2 15:17:37 2009 * Doc updates (Sartak) * Include missing Mouse::Tiny 0.26 Wed Jul 1 13:39:30 2009 * Fix failing tests by requiring a newer Moose in that test (t0m) 0.25 Fri Jun 19 12:05:42 2009 * Fix SIGNATURE (reported by daxim) ... by removing it :) 0.24 Mon Jun 15 14:47:18 2009 * Moose's construct_instance is deprecated, use new_object (tokuhirom) * Improve Mouse::Tiny generation (tokuhirom) * Inlining destructor fixes (tokuhirom) * Add Mouse->init_meta (tokuhirom) * Fix failing tests by requiring a newer Moose in that test (Sartak) * Don't warn in tests about Squirrel deprecations (Sartak) 0.23 Wed May 27 16:52:28 2009 * Take the mro::linearized_isa DEMOLISHALL fix from Moose (originally by doy) * Mouse::class_of to mirror Class::MOP::class_of
2009-07-07Updating package for MooseX::Types from 0.12 to 0.16sno2-6/+7
Upstream changes: 0.16 Mon Jun 29 10:50:41 PDT 2009 - Ship with Module::Install 0.91 0.15 Sun Jun 27 15:50:00 EDT 2009 - Change all uses of croak in TypeDecorator to use the Moose throw_exception method. - More test cases for the union mixed string type issue, and better handling of this in the | overload in TypeDecorator 0.14 Fri Jun 26 17:52:20 PDT 2009 - Fix union with string type 0.13 Tue Jun 23 05:46:33 PDT 2009 - Add Test::Moose to build_requires for Fedora
2009-07-07pkgsrc changes:sno2-8/+9
- Updating package for p5 module MooseX::Singleton from 0.17 to 0.18 - Correcting LICENSE according to META.yml - Setting module type to Module::Install to prevent auto-install via cpan - Adjusting dependencies Upstream changes: 0.18 2009-06-21 - Changes to work Moose 0.82 (Dave Rolsky)
2009-07-07Updating package for MooseX::AttributeHelpers from 0.19 to 0.20sno2-6/+6
Upstream changes: 0.20 Thu June 25, 2009 - MXAH is moving into core. This module will be deprecated when that finally happens. - Remove register_implementation methods from the traits because we don't want to conflict with cored AttributeHelpers. You'll need to specify the full package name for traits -- MooseX::AttributeHelpers::Trait::Counter instead of Counter - New provided method for hashs: elements (Returns the key, value pairs in the hash as a flattened list) (plu)
2009-07-07Updating package for p5 module Data::UUID from 1.20.1 to 1.20.2sno2-7/+7
Upstream changes: 1.202 Mon Jun 15 18:42:19 EDT 2009 - localize changes to $! (thanks, Jesse Vincent!)
2009-07-07Updating package for p5 module Config::IniFiles from 2.51 to 2.52sno2-6/+6
Upstream changes: Version 2.52: ( Sun Jun 28 16:16:09 IDT 2009 ) ------------------------------------------------ * Added more keys to Build.PL (author, etc.) * Added resources and keywords to META.yml. * Converted t/00load.t to Test-More. * No longer chdir()-ing into "t" in t/00load.t * Got rid of the "new Config::IniFiles" syntax in the tests. - replaced with Config::IniFiles->new(). - see "Perl Best Practices", "Programming Perl", 3rd Edition
2009-07-07pkgsrc changes:sno2-9/+12
- Updating package for p5 module Class::Method::Modifiers from 1.01 to 1.04 - Setting license to ${PERL5_LICENSE} and adjust dependencies according to META.yml Upstream changes: 1.04 Mon Jun 15 11:33:31 2009 We need parens around confess if we're going to delay-load Carp, affects only 5.10 (reported by David Raab) 1.03 Sun Jun 14 14:44:25 2009 Modernize the dist Fix possible test failures Only load Carp if we have to 1.02 Sun May 31 23:33:42 2009 Fix for void context (reported by tokuhirom) Lift dependency on on MRO::Compat
2009-07-07pkgsrc changes:sno2-7/+8
- Updating package for p5 module Class::Gomor from 1.01 to 1.02 - Adjusting META information (license, homepage) Upstream changes: 1.02 Sat May 23 15:44:40 CEST 2009 - bugfix: a warning when used with perl 5.10 - new: test kwalitee - update: copyright notice
2009-07-07pkgsrc changes:sno2-7/+7
- Updating package for p5 module Cache::FastMmap from 1.30 to 1.34 - Adjusting LICENSE Upstream changes: 1.34 Fri Jun 19 12:00 2009 - perldoc fix (thanks Jonathan Yu) 1.33 Thu Jun 18 12:00 2009 - Update version in META.yml 1.32 Thu Jun 18 11:55 2009 - Better LiveCaches tracking via DESTROY 1.31 Thu Jun 18 11:40 2009 - when in raw_values => 0 mode, the write_cb is now correctly called with thawed data, rather than the raw frozen data - empty_on_exit correctly called even when a global cache is left at interpreter exit time (required Scalar::Util qw(weaken) for object tracking)
2009-07-07Updating package for p5 module CPAN from 1.9400 to 1.9402sno2-7/+7
Upstream changes: 2009-06-27 Andreas J. Koenig <andk@cpan.org> * release 1.9402, nearly identical to 1.94_01 with these additions: * protect build_dir_reuse to not process irrelevant yaml files; addressing a bug report by Asif Iqbal on cpan-discuss mailing list * doc fix by Dan Dascalescu 2009-06-14 Andreas J. Koenig <andk@cpan.org> * release 1.94_01, a candidate for the next stable release * friendlier CPAN shell startup message (RT#46869 by ADAMK) * sets $Archive::Tar::CHOWN=0 and $Archive::Tar::SAME_PERMISSIONS=0; (RT#46384 reported by John Lightsey) * fix CPAN Testers reports summary for new website YAML format (RT#46652; David Golden) * continuing to improve error handling on unplugged operation (tracked in RT#44549) * fix RT#46378: what happens when using 'o conf urllist' for reordering
2009-07-07pkgsrc changes:sno3-21/+21
- Updating package for p5 module B::Hooks::Parser from 0.08 to 0.09 - Adjusting dependencies according to META.yml - Setting license according to META.yml Upstream changes: 0.09 Wed, 03 Jun 2009 13:20:21 +0200 * Don't redefine various macros if they already exist. * Add B::Hooks::Toke::skipspace function (Liu Kang-min).
2009-07-07Updating package for p5 module AnyEvent from 4.411 to 4.800sno2-7/+7
Upstream changes: 4.8 Mon Jul 6 23:45:16 CEST 2009 - AnyEvent::DNS did not properly follow CNAME records with uppercase targets. - AnyEvent::DNS would errornously return AAAA records with v4 mapped addresses (a faulty record) as ipv4 addresses, causing AnyEvent::Socket to throw an exception. - added new module AnyEvent::TLS for easier SSL/TLS context creation, with many options including hostname verification, secure default configuration, lots of documentation and, predefined diffie-hellman keys for perfect forward security and much more. get it while it's still fresh! - use AnyEvent::TLS in AnyEvent::Handle for context management. - load AnyEvent::Handle only on demand in AnyEvent::DNS, so AnyEvent::Socket users have smaller memory footprint in the common case. - add AnyEvent::Handle->push_shutdown method. - add an additional error message parameter to AnyEvent::Handle's on_error callback (for TLS, $! is still available). - add AnyEvent::Handle on_starttls/on_stoptls callbacks. - make AnyEvent::Handle more robust against early conenction failures (during new), and return C<undef> in that case from the constructor. - AnyEvent::Handle will now try to load only JSON::XS first, then fall back to JSON. - format_ipv4/format_ipv6 are now exported by default, for symmetry, and because it was documented that way. 4.451 Fri Jul 3 00:28:58 CEST 2009 - do not clear rbuf when shutting down an AnyEvent::Handle object - doing so breaks AnyEvent::HTTP. 4.45 Mon Jun 29 22:59:26 CEST 2009 - a write error could cause AnyEvent::Handle to create an I/O watcher with an undefined $fh. - special-case mapped ipv4 addresses in both AnyEvent::Socket::format_address and parse_address, to treat them just like ipv4 addresses. - updated and overhauled the AnyEvent::Intro doc. - implement AnyEvent::Socket::format_ipv4/ipv6. - slightly speed up portable_pipe/socketpair. - expand condvar begin/end documentation. 4.42 Fri Jun 26 08:32:18 CEST 2009 - preliminary and neccesarily incomplete support for IO::Async. - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in case it was set to IGNORE, to ensure we can catch child statuses even when the calling env acts stupidly. - updated benchmarks with IO::Async, which performs very well. 4.412 Wed Jun 24 01:35:57 CEST 2009 - support an "untaint" attribute for AnyEvent::DNS and set it on the default resolver. - implement and document AnyEvent::Impl::Perl::loop. - remove all anyevent-env variables from %ENV when running in tainted mode. - mention and extend the IO::Lambda benchmark.
2009-07-07Updating package for p5 module Any::Moose from 0.09 to 0.10sno2-8/+8
Correcting LICENSE Upstream changes: 0.10 Fri 19 Jun 2009 * Fix META.yml
2009-07-07Updating package of p5 module File::Temp from 0.21 to 0.22sno2-6/+7
Setting license to ${PERL5_LICENSE} Upstream changes: V0.22 + Portability fixes in t/fork.t provided by perl5-porters.