summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-05-01PkgSrc changes:sno2-7/+7
- Updating package for p5 module of Module::Install from 0.85 to 0.86 - Changing license to gnu-gpl-v2 Upstream changes: 0.86 Sat 2 May 2009 - Alter _check_lock to test the CPAN version and use PERL5_CPAN_IS_RUNNING if new enough so we don't accidentally configure CPAN unless it's so old we have no choice (MSTROUT) - Tweak the SkipInstall logic so --skipdeps bypasses everything again including any loading of CPAN, no matter how old (MSTROUT) - Adding ./example, ./test and ./xt to the no_index list (ADAMK) - Removed $VERSION from the tests (ADAMK) - Various POD fixes (ADAMK)
2009-05-01PkgSrc changes:sno2-7/+7
- Updating package for p5 module of Cache::FastMmap from 1.28 to 1.29 - Setting license to gnu-gpl-v2 Upstream changes: - get_and_set() returns new value + didstore boolean if called in list context
2009-05-01PkgSrc changes:sno2-6/+7
- Updating package for p5 module of Template::Plugin::Handy from 0.002 to 0.003 - Setting license to gnu-gpl-v2 Upstream changes: 0.003 26 Feb 2009 * sort_by() now returns arg if a ref() but not LIST or HASH This is to handle the (common?) TT case where a method returns a single object instead of an array ref with one item.
2009-04-30PkgSrc changes:sno2-8/+9
- Updating package for p5 module of UNIVERSAL::require from 0.11 to 0.13 - Setting license to gnu-gpl-v2 Upstream changes: 0.13 Mon Mar 30 17:50:10 BST 2009 Bug Fixes * $module->require now always resets $@ which removes a trap of using $@ to indicate an error, rather than checking $module->require directly. [rt.cpan.org 44444] 0.12 Mon Mar 30 10:53:51 BST 2009 Test Fixes * bleadperl introduced a new warning deprecating "use UNIVERSAL" (thank goodness) which interfered with t/require.t
2009-04-30Set USE_JAVA2 to lower-case yes, per PR 41309 from Ryo HAYASAKA.wiz1-2/+2
2009-04-30Bump TEXINFO_REQD from 4.1 to 4.7.dsainty1-2/+2
Building with texinfo 4.1 causes build errors mentioning unknown commands "copying" (according to texinfo NEWS file introduced in texinfo 4.2) and "ordf" (NEWS tells us texinfo 4.7) before killing the build.
2009-04-29Set LICENSE to apache-1.1.gdt1-1/+3
2009-04-29PkgSrc changes:sno2-8/+16
- Updating package fpr p5 module AnyEvent from 4.352 to 4.4 - Adding to-do list for recommended dependencies Upstream changes: 4.4 Sun Apr 26 20:12:33 CEST 2009 - implemented idle watchers, where applicable. - AnyEvent->time died when Event backend was in use. - fix a memleak in the Tk backend. - sped up Tk timer handling. - clip negative "after" values to 0 in AnyEvent::Impl::Event to avoid spamming out warning messages. - fix Qt timers without interval. - avoid Qt zero-timeout specialcase, in old libqt's.
2009-04-29Updated devel/p5-Data-Visitor to 0.24abs2-9/+10
0.24 - use get_all_attributes instead of the deprecated compute_all_applicable_attributes (rafl) 0.23 - Switch to Any::Moose
2009-04-29PkgSrc changes:sno2-6/+7
- Updating package for p5 module Log::Log4Perl to 1.21 from 1.20 - Setting license to gnu-gpl-v2 Upstream changes: 1.21 (2009/03/16) * (ms) Documentation typos fixed, reported by Breno G. de Oliveira [rt.cpan.org #42428]. * (ms) Fixed DBI appender error message, bug reported by DavidZ. * (ms) Fixed [rt.cpan.org #43740] reported by Martin Koehler. Now using proper POSIX return code EEXISTS instead of error message depending on English locale.
2009-04-29PkgSrc changes:sno2-7/+7
- Updating package for p5 module Data::Dump to 1.14 from 1.08 - Setting license to gnu-gpl-v2 Upstream changes: 2009-01-12 Gisle Aas <gisle@ActiveState.com> Release 1.14 Data::Dump::Trace enhancements: - trace() function - prototypes 2009-01-02 Gisle Aas <gisle@ActiveState.com> Release 1.13 Added the Data::Dump::Trace module 2008-10-21 Gisle Aas <gisle@ActiveState.com> Release 1.12 Documentation tweaks. 2008-08-23 Gisle Aas <gisle@ActiveState.com> Release 1.11 Documentation tweaks. 2008-08-21 Gisle Aas <gisle@ActiveState.com> Release 1.10 Add the functions quote(), dd() and ddx(). Fix segfault when duming large repeated strings [RT#33520] Incorporated documentation improvements from Mark Stosberg Apply Data-Dump-1.08-ANDK-01.patch from CPAN. Might do some good on older perls I guess.
2009-04-29Added devel/p5-Test-Aggregate version 0.35sno1-1/+2
2009-04-29PkgSrc import of perl 5 module Test::Aggregate. This module is a requiredsno3-0/+38
dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. A common problem with many test suites is that they can take a long time to run. The longer they run, the less likely you are to run the tests. This module borrows a trick from Apache::Registry to load up your tests at once, create a separate package for each test and wraps each package in a method named run_the_tests. This allows us to load perl only once and related modules only once. If you have modules which are expensive to load, this can dramatically speed up a test suite.
2009-04-29Update to 2.0.19. Set LICENSE to gnu-lgpl-v2.1.wiz3-7/+13
Ver 2.0.19 - Mon Apr 20 22:56:59 PDT 2009 * gcc43 compiler patch for asm code in image filters as per http://bugs.gentoo.org/219621 (Peter Alfredsen) * off-by-one hline patch for 1byte indexed surfaces (Manuel Lausch) * update acinclude.m4 from SDL-1.2 and moved # serial in file * applied patch to add pkg-config support for SDL_gfx (Luca Bigliardi) * changed configure.in INTERFACE_AGE and BINARY_AGE based on Debian build feedback (Barry deFreese) * fixed zoom XY-flip code and made it available for all modes in zoom and rotations * fixed edge issue on interpolated rotozoom modes * updated TestRotozoom custom test mode, added delay parameter, added tests which include flipping, included negative rotation * update libtool files * updated Makefile.mingw (Jan Leike)
2009-04-29Added devel/p5-Scope-Upper version 0.08sno1-1/+2
2009-04-29PkgSrc import of perl 5 module Scope::Upper. This module is a requiredsno3-0/+32
dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. This module lets you defer actions at run-time that will take place when the control flow returns into an upper scope. Currently, you can: * hook an upper scope end with "reap" * localize variables, array/hash values or deletions of elements in higher contexts with respectively "localize", "localize_elem" and "localize_delete" * return values immediately to an upper level with "unwind", and know which context was in use then with "want_at"
2009-04-29Added devel/p5-MooseX-MethodAttributes version 0.09sno1-1/+2
2009-04-29PkgSrc import of perl 5 module MooseX::MethodAttributes.sno3-0/+29
This module is a required dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. This package contains Moose meta method objects.
2009-04-29Added devel/p5-Class-C3-Adopt-NEXT version 0.09sno1-1/+2
2009-04-29PkgSrc import of perl 5 module Class::C3::Adopt::NEXT. This module is asno3-0/+31
required dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. This module is intended as a drop-in replacement for NEXT, supporting the same interface, but using Class::C3 to do the hard work. You can then write new code without NEXT, and migrate individual source files to use Class::C3 or method modifiers as appropriate.
2009-04-29Add cat page for the sake of platforms without usable nroff installed.joerg1-0/+432
2009-04-29Added devel/p5-MooseX-Emulate-Class-Accessor-Fast version 0.00802sno1-1/+2
2009-04-29Remove unused file (after 0.1.7 update).wiz1-53/+0
2009-04-29PkgSrc import of perl 5 module MooseX::Emulate::Class::Accessor::Fast.sno3-0/+31
This module is a required dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime) to 5.800. This module attempts to emulate the behavior of Class::Accessor::Fast as accurately as possible using the Moose attribute system. The public API of Class::Accessor::Fast is wholly supported, but the private methods are not.
2009-04-29Deal with missing NAME_MAX on AIX.joerg1-1/+7
2009-04-29Update to 0.1.7.wiz5-10/+50
Did I never commit this?? * 0.1.7 ** Language: - initialize and finalize script code, cf demos/initial_final.cocci ** Features: - -iso_limit option to limit the depth of isomorphism application - with the dir option, the include path is implicitly set to the "include" subdirectory of the specified directory, if the option -I is not used. - give a seed for the name of a fresh identifier - better handling of cpp "constructed" identifiers as in a##b, that in the futur will make it easier to match over those idents. cf tests/pb_parsing_macro.c. Thanks to Ali-Erdem Ozcan for pointing out the problem. A new "parsing hack hint" is also available: YACFE_IDENT_BUILDER, cf standard.h. ** Bugfix: - drop excessive "optimization" in ctl generation for while and for loops - allow . as the name of the directory - for type inference for an assignment, take the type of the right-hand side expression, not the type of the assigned variable - allow for with a declartion in the first header element, as in C++ (partial support) - allow for matching against variable declarations that include only storage, eg static, but no type at all. - allow for matching against types that contain both short/long and int - allow the type metavariable in the SmPL code "unsigned T" to match a T that is a type consisting of more than one word, eg long int. - -ifdef_to_if option made to process nested ifdefs (partial support) ** Internals: - improve and fix installation process (usable on BSD) - improve and fix testing process - apply patches from Eugeniy Meshcheryakov - reorganize the way we parse C identifiers, especially concatenated cpp identifiers as in a##b. This may lead to some regressions as we may not parse as much code as before. - removed popl/ and popl09/ and popl related stuff from official distrib.
2009-04-29Fix installation without destdir; reported in PR 41270.wiz1-2/+2
2009-04-28plig.org doesn't provide the distfile anymore. remove master site. ok'd by ↵zafer1-3/+2
obache.
2009-04-28no distfile at plig.org. removed. ok'd by obache.zafer1-3/+2
2009-04-28umn.edu doesn't provide the distfile anymore. remove master site. ok'd by ↵zafer1-2/+1
obache.
2009-04-27Update p5-MooseX-InsideOut from version 0.102 to version 0.103.seb2-6/+6
Upstream changes: 0.103 Mon, 27 Apr 2009 11:22:28 -0400 * avoid warnings with latest Moose
2009-04-27Update p5-Moose from version 0.75 to version 0.76.seb2-7/+7
Pkgsrc changes: - Adjust dependency on p5-Class-MOP Upstream changes: 0.76 Mon, April 27, 2009 * Moose::Meta::TypeConstraint - Do not run coercions in coerce() if the value already passes the type constraint (hdp) * Moose::Meta::TypeConstraint::Class - In validation error messages, specifically say that the value is not an instance of the class. This should alleviate some frustrating forgot-to-load-my-type bugs. rt.cpan.org #44639 (Sartak) * Moose::Meta::Role::Application::ToClass - Revert the class-overrides-role warning in favor of a solution outside of the Moose core (Sartak)
2009-04-27Update p5-Class-MOP from version 0.82 to version 0.83.seb2-6/+6
Upstream changes: 0.83 Mon, April 27, 2009 * Class::MOP::Class - Fix segfault when calling get_method_map on a metaclass for an empty package (doy)
2009-04-27Fix permissions of installed files.wiz1-2/+12
Bump PKGREVISION. Set LICENSE to gnu-lgpl-v2.1.
2009-04-27Add & enable p5-MooseX-Singletonseb1-1/+2
2009-04-27Initial import of p5-MooseX-Singleton version 0.17 in the NetBSDseb3-0/+33
Packages Collection. The Perl 5 module MooseX::Singleton lets you easily upgrade your Moose class to a singleton. All you should need to do to transform your class is to change 'use Moose' to 'use MooseX::Singleton'. MooseX::Singleton gives your class an 'instance' method that can be used to get a handle on the singleton.
2009-04-26Fixed pkglint warnings.rillig1-7/+9
2009-04-25PkgSrc changes:sno6-47/+37
- Updating devel/scmcvs from 1.11.22 to 1.11.23 - "Activating" gnu-gpl-v2 license as discussed on packages@ Upstream changes: NEW FEATURES * A new log option -n reverts the -N option which may be in a .cvsrc file. * The `cvs blame' command is now a synonym for the `cvs annotate' command. * The :extssh: method will use $CVS_SSH if set, or fall back on "ssh" by default (but may be explicitly set using the --with-ssh flag to configure). * There is a new IgnoreUnknownConfigKeys option available for CVSROOT/config to aid in the transition to newer versions of CVS. BUG FIXES * Merges of file removals using -j options are a little smarter. * `cvs add' checks more thoroughly for `CVS' directories in the argument list. * `cvs server' now accepts `--allow-root=PATH' options. * `cvs import' no longer attempts to send CVS metadata to the server. * `cvs import' makes more of an effort not to import paths containing files and directories named `CVS'. * The CVS server will no longer allow clients to run `cvs init'. * Applying diffs when checking out very old revisions has been reduced from an O(n^2) operation to an O(n) thanks to a patch from Michael J. Smith <msmith@ideorlando.org> and additional touch-up work from the CVS team. * Thanks to report from Paul Eggert <eggert@CS.UCLA.EDU>, an assertion failure that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module') has been removed. * Thanks to a report from Peter Toft <pto@linuxbog.dk>, CVS server now sends correct patch files more often when the RCS `Name' keyword is present in a working file (bug #17302). * Thanks to a report from Dan Peterson <dbpete@aol.com>, clients now send the right set of commands to the server when asked to update directories with trailing slashes on their name. * Thanks to a report and patch from <mbarabas@redhat.com>, potential stack corruption during pserver login is avoided (bug #16961). * The :extssh: method is now properly recognized as an alias for :ext:. DEVELOPER ISSUES * We've standardized on Autoconf version 2.61 to get a bug fix that notes that the AIX C compiler's default mode isn't quite C89 and sets the correct mode instead. * We've standardized on Autoconf version 1.10 because it lets us simplify our sources. Oked by joerg@ (with the condition that I do the update to 1.12.13.1, too)
2009-04-25Adjust some p5-* dependencies to use the core modulesno2-7/+7
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno9-19/+19
mainly Scalar::Util and List::Util
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module Class::C3::Componentised to 1.0005 Upstream changes: 1.0005 22 Apr 2009 Add load_optional_class method
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module AnyEvent from 4.331 to 4.352 Upstream changes: 4.352 Mon Apr 20 16:31:11 CEST 2009 - fix AnyEvent::Strict error messages for child watchers. - fix/update Makefile.PL "recommends" versions. - add AnyEvent->now_update. 4.351 Sat Apr 11 07:56:14 CEST 2009 - actually make the signal pipe work under win32. - localise $! in signal handler to avoid changing $!, although perl itself does not seem to save/restore errno either. - set the cloexec flag on the signal pipe (normally set by perl too). 4.35 Fri Mar 27 11:48:20 CET 2009 - event models relying on AnyEvent's signal watcher emulation did invoke the callback asynchronously, contradicting documentation and causing signals to get lost (this includes AnyEvent's own event loop). AnyEvent now uses the standard pipe trick to make callback execution synchronous to the event loop. - AnyEvent::Handle didn't free TLS context data on DESTROY (patch by Pavel Shaydo). - work around the ever-incompatibly-changing API of MakeMaker. - document that changing global variables without restoring them is a bad idea in Perl (noted by Adam Rosenstein). - AnyEvent::Strict now barfs if ->io is passed a file. 4.34 Thu Feb 12 18:32:45 CET 2009 - separately buffer TLS read data, as otherwise the read queue could deadlock as receiving data is not expected while draining the read queue (which cna only happen with TLS). - raise EBADMSG error on JSON decoding errors. - fix some minor manpage bugs (reported by Maximilian Ga~A"Y). - speed up select bitmask parsing quite a bit in the pure perl backend. - use CORE::select instead of just select in AnyEvent::Impl::Perl.
2009-04-24Update p5-App-CLI from version 0.07 to version 0.08.seb2-12/+10
Approved by MAINTAINER. Pkgsrc changes: - Adjust dependencies: Pod::Simple::Text is provided by current perl5 package, ExtUtils::AutoInstall is not (no more?) needed at build time - Use generic and version agnostic HOMEPAGE - Adjust MASTER_SITES - Add LICENSE, commented out for now - No need for any language compiler to build this package Upstream changes: * 0.08 - 25 Feb 2009 * Allow commands to be provided as inner packages
2009-04-24Update from version 0.05 to version 0.07.seb2-7/+7
Approved by MAINTAINER. Upstream changes: 0.07 Fri, 10 Apr 2009 * Depend on Mouse 0.20 for better compatibility with Moose >= 0.74 (rafl). 0.06 Wed, 18 Mar 2009 * Add Any::Moose::is_class_loaded. (tokuhirom)
2009-04-24Module::Pluggable is a core module since perl-5.10 -> Updating dependencysno2-4/+4
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module Term::ANSIColor to 2.00 Upstream changes: 2009-02-28 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 2.00 released. * Makefile.PL: Add LICENSE to the distribution metadata for Perl 5.10 and later. * ANSIColor.pm: Add explicit return statements instead of relying on the implicit return of the last expression. Use all caps for all global variables. * ANSIColor.pm: Add the new functions to a :pushpop export tag. (PUSHCOLOR): New function that stores in an internal stack the attributes that are being set. (POPCOLOR): New function that pops the attributes being set and sets the attributes previously found on the stack. (LOCALCOLOR): New function that surrounds its argument in PUSHCOLOR and POPCOLOR. (AUTOLOAD): If $AUTOLOCAL is set, surround all color constants with an implicit LOCALCOLOR. * t/basic.t: Test PUSHCOLOR, POPCOLOR, and LOCALCOLOR. * t/pod-spelling.t: Rewrite to use Test::More. Support and prefer aspell. * ANSIColor.pm: Fix additional spelling errors and rewrap the POD documentation to a 74-character margin. * t/basic.t: Rewrite to use Test::More. * t/pod.t: Likewise. * ANSIColor.pm (AUTOLOAD): If ANSI_COLORS_DISABLED is set, return the stringified arguments rather than creating a sub. This allows colors to work later if ANSI_COLORS_DISABLED is unset rather than making its effects permanent. It also avoids adding a reset escape sequence when $AUTORESET and ANSI_COLORS_DISABLED are both set. 2008-09-14 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Add faint as a synonym for dark and improve the documentation of text attributes. * t/pod-spelling.t: New check to spell-check POD documentation using ispell with Pod::Spell. * ANSIColor.pm: Fix spelling and markup errors in documentation and add stop-words where appropriate.
2009-04-24Make it build on DragonFly master.hasso2-7/+10
2009-04-23Add & enable p5-Path-Dispatcherseb1-1/+2
2009-04-23Initial import of p5-Path-Dispatcher version 0.12 in the NetBSDseb3-0/+39
Packages Collection. The Perl 5 module Path::Dispatcher is similar to the module Jifty::Dispatcher but its use is for the command line. The basic operation is that of dispatch. Dispatch takes a path and a list of rules, and it returns a list of matches. From there you can "run" the rules that matched. These phases are distinct so that, if you need to, you can inspect which rules were matched without ever running their codeblocks.
2009-04-23Update from version 0.21 to version 0.22.seb2-6/+6
Upstream changes: 0.22 Tue Apr 21 03:26:43 2009 * Regenerate broken signature (Sartak) rerpoted by Michael Gray [rt.cpan.org #45167] * does_role now checks parent classes (tokuhirom) * Fix for $_ not being available type constraint messages (Sartak)