summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-05-20Added devel/p5-B-Hooks-OP-Check-StashChange version 0.06sno1-1/+2
2009-05-20Importing package for p5 module B::Hooks::OP::Check::StashChange 0.06sno3-0/+31
as dependency of scheduled Catalyst::Runtime update. DESCR: Invoke callbacks when the stash code is being compiled in changes.
2009-05-20pkgsrc changes:sno2-11/+12
- Updating package for p5 module Data::Visitor from 0.24 to 0.25 - Setting gnu-gpl-v2 as license - Adjusting dependencies accoring to META.yml Upstream changes: 0.25 - Depend on Any::Moose 0.09, which pulls in Mouse 0.21, avoiding warnings related to compute_all_applicable_attributes (rafl)
2009-05-20pkgsrc changes:sno2-6/+6
- Updating package for p5 module Class::C3::Adopt::NEXT from 0.10 to 0.11 upstream changes: 0.11 Tue, 19 May 2009 18:34:17 +0100 * Change wording of warning to be more clear.
2009-05-20pkgsrc changes:sno2-7/+8
- Updating package for p5 module Any::Moose to 0.09 from 0.07 - Setting gnu-gpl-v2 as license - Updating dependency to p5-Mouse Upstream changes: 0.09 Tue 19 May 2009 * Depend on Mouse 0.21. 0.08 Mon 18 May 2009 * Add moose_is_preferred and mouse_is_preferred functions for when you need to care about which backend is in use (Sartak) * Deprecate the internal is_moose_loaded in favor of moose_is_preferred (Sartak)
2009-05-20Add upstream bug report URLs.wiz7-13/+26
2009-05-20Update to 2.20.2. Set LICENSE to gnu-lgpl-v2.wiz2-6/+7
Overview of Changes from GLib 2.20.1 to GLib 2.20.2 =================================================== * Bug fixes: 579862 requesting xattr::foo ends up calling getxattr(... 573246 g_desktop_app_info_dup() can access NULL pointer * Updated translations: Catalan Czech Pashto
2009-05-20pkgsrc changes:sno2-6/+6
- Updating package for p5 module File::LibMagic from 0.94 to 0.95 Upstream changes: 0.95 May 2009 try to make test work in netbsd and solaris 9
2009-05-20pkgsrc changes:sno2-6/+6
- Updating package for p5 modules {Scalar,List}::Util from 1.20 to 1.21 Upstream changes: 1.21 -- Mon May 18 10:32:14 CDT 2009 * Change build system for perl-only install not to need to modify blib * When building inside perl, tests for weaken should be always run (Alexandr Ciornii)
2009-05-20add py-usb.jakllsch1-1/+2
2009-05-20Import py-usb 0.4.1 from Wim Lewis in PR#41445 (with small modifications).jakllsch4-0/+28
The PyUSB module provides Python with easy access to the host machine's Universal Serial Bus (USB) system via libusb.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz34-52/+68
major change. Reported by Robert Elz in PR 41345.
2009-05-19Add URL for upstream bug report.wiz4-6/+10
2009-05-19pkgsrc changes:sno2-6/+7
- Updating package for p5 module IPC::Cmd from 0.42 to 0.44 - Setting gnu-gpl-v2 as license upstream changes: Changes for 0.44 Mon May 4 10:13:19 CEST 2009 ================================================= * Apply core patch to silence diagnostics during perl core tests. Users of 0.42 need not upgrade.
2009-05-19pkgsrc changes:sno2-6/+7
- updating package for p5 module Test::Harness from 3.16 to 3.17 - setting gnu-gpl-v2 as license upstream changes: 3.17 2009-05-05 - Changed the 'failures' so that it is overridden by verbosity rather than the other way around. - Added the 'comments' option, most useful when used in conjunction with the 'failures' option. - Deprecated support for Perls earlier than 5.6.0. - Allow '-I lib' as well as '-Ilib' in $Test::Harness::Switches (regression). - Restore old skip parsing semantics for TAP < v13. Refs #39031. - Numerous small documentation fixes. - Remove support for fork-based parallel testing. Multiplexed parallel testing remains.
2009-05-19pkgsrc changes:sno2-7/+7
- Updating package for p5 module Test::Output from 0.13 to 0.16 - Adjusting dependencies according to META.yml Upstream changes since 0.13: 0.16 - Fri May 15 09:14:19 2009 Multiple fixes: * RT #23494: squash warning when untie-ing STDOUT * RT #45740: fix Test::Tester prereq version * RT #45748: Add a null BINMODE to Test::Output::Tie
2009-05-19pkgsrc changes:sno2-6/+6
- updating package for p5 module Scope::Upper from 0.08 to 0.09 Upstream changes: 0.09 2009-05-17 20:20 UTC + Add : The new SU_THREADSAFE constant can be used to know whether the module could have been built with thread safety enabled. + Chg : Thread safety is disabled for perl 5.8 on Win32. + Chg : A saner workaround for the "call_sv() during LEAVE clobbers the still used last popped stack element" issue on 5.10.
2009-05-19pkgsrc changes:sno2-7/+7
- Updating package for p5 module Object::InsideOut from 3.54 to 3.55 - Adjusting dependency upstream changes: 3.55 Fri May 8 11:38:53 2009 - Upgraded dependencies to Exception::Class 1.29
2009-05-19pkgsrc changes:sno2-7/+6
- Updating package for p5 module Scalar::Defer from 1.18nb1 to 1.20 Upstream changes: [Changes for 0.20 - 20090-02-04] * No code changes. 0.19 dist was incorrectly built from blib [Changes for 0.19 - 20090-02-04] * Silence Scalar::Defer::Deferred::DEMOLISH warnings - SARTAK++
2009-05-19Add forgotten module type to use Module::Buildsno1-1/+2
2009-05-19Added devel/p5-File-ChangeNotify version 0.05sno1-1/+2
2009-05-19Importing package for p5 File::ChangeNotify 0.05 modules as dependency forsno3-0/+34
the scheduled p5-Catalyst-Devel update. A File::ChangeNotify::Watcher class monitors a directory for changes made to any file. A regular expression can be provided to filter out interesting files. It handles the addition of new subdirectories by adding them to the watch list.
2009-05-19Added devel/p5-MooseX-SemiAffordanceAccessor version 0.03sno1-1/+2
2009-05-19Importing package for p5 module MooseX::SemiAffordanceAccessor 0.03 assno3-0/+32
dependency of upcoming import for p5 module File::ChangeNotify (which is a dependency for the scheduled p5-Catalyst-Devel update). This module does not provide any methods. Simply loading it changes the default naming policy for the loading class so that accessors are separated into get and set methods. The get methods have the same name as the accessor, while set methods are prefixed with "set_".
2009-05-19Added devel/p5-MooseX-Params-Validate version 0.09sno1-1/+2
2009-05-19Importing package for p5 module MooseX::Params::Validate 0.09 as dependencysno3-0/+34
of upcoming import for p5 module File::ChangeNotify (which is a dependency for the scheduled p5-Catalyst-Devel update) This module fills a gap in Moose by adding method parameter validation to Moose. This is just one of many developing options, it should not be considered the "official" one by any means though.
2009-05-19Update to 2.26.2. Set LICENSE to gnu-gpl-v3.wiz3-8/+10
Changes in 2.26.2: * Translation updates (Greek, Belarusian, Valencian-Catalan)
2009-05-19pkgsrc changes:sno2-11/+13
- Updating package Test::Inline from 2.208nb1 to 2.209 - Setting license to gnu-gpl-v2 - Adjusting dependency according to META.yml Upstream changes: 2.209 Sub 19 Apr 2009 - Updating to Module::Install 0.83 - Perl depedency corrected to 5.006
2009-05-19pkgsrc changes:sno2-6/+7
- Updating package for p5 module String::Format from 1.15 to 1.16 - Setting license to gnu-gpl-v2 Upstream changes: (RT 44984): String::Format 1.16 includes a license file, along with a few other changes.
2009-05-19pkgsrc changes:sno2-7/+6
- Updating package for p5 module Storable from 2.18nb1 to 2.20 Upstream changes since 2.18: Mon May 18 09:38:20 IST 2009 Abhijit Menon-Sen <ams@toroid.org> Version 2.20 Fix bug handling blessed references to overloaded objects, plus other miscellaneous fixes. (Version 2.19 was released with 5.8.9.)
2009-05-19Add eina.minskim1-1/+2
2009-05-19Import eina from pkgsrc-wip. Packaged by yazzy at yazzy dot org, andminskim5-0/+83
updated by me. Eina is a data types library that provides list, hash, etc.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz48-112/+74
block). Uncomment some commented out LICENSE lines while here.
2009-05-19Update libgphoto2 to 2.4.6.obache3-12/+8
------------------------------------------------------------------------ libgphoto2 2.4.6 This is a 2.4 release branch update. PTP2 driver: * Fixed Nikon DSLR capture in LiveView mode (like gtkam uses). * More Canon EOS stuff decoded, added experimental "capturetarget" support for EOS. * Canon EOS LiveView support (experimental, reported working for EOS 1000D). * Added new USB ids: - Kodak V803, M1063 - Canon PowerShot A650IS, SD990 (aka IXUS 980IS), SD880IS, A480 - Canon EOS 50D - Fuji FinePix S1000fd * Retrieve filedates again from PTP objects. * speedup: Do not list files on / (there aren't any). * Bugfixes. Canon driver: * Support Exposure Bias setting. * More shutterspeeds. libgphoto2: * Fixed a problem during file retrieval which causes Canon Normal --capture-image-and-download errors, handle CR2 and CRW mimetypes. * Fixed ordering of filelists again that broke the digigr8 driver. * Translation updates. digigr8: * Added a new version of the disney pix micro. ------------------------------------------------------------------------ libgphoto2 2.4.5 This is a 2.4 release branch update. PTP2 driver: * Increased timeout for Canon Viewfinder enable. * Fixed intial Canon timeout (0.5 -> 1.5 seconds), was too small for some Canons. * Canon EOS capture mode and tethered mode bugfixes. * Nikon DSLR LiveView support, with Autofocus and ManualFocus Drive possibili ty. * Nikon tethered capture fixes. * New cameras listed: Nikon CoolPix P50, S60 Canon Digital IXUS 85 Canon PowerShot A740, G10, Canon EOS 5D Mark II * Merged new IDs of Music Players from libmtp. * Lots of bugfixes. KODAK DC240: * Made driver work again. * Cleanups libgphoto2: * rewrote gphoto2-filesys.c to be dynamic and fix LRU problems. (backport from TRUNK) * Translation updates. libgphoto2_port: * added --enable/--disable configure options for: disk, serial, ptpip * added --with/--without configure options for: bonjour, hal * backported Gentoo "if just canon driver selected, auto-select ptp2 driver" usability fix. * Translation updates.
2009-05-19PKG_DESTDIR_SUPPORT must come before mk includesabs1-2/+3
2009-05-19pkgsrc changes:sno2-6/+7
- Updating package for p5 module CPAN::Distnameinfo from 0.07 to 0,08 - Setting license to gnu-gpl-v2 Upstream changes: 0.08 -- Wed May 6 09:21:47 CDT 2009 * make a better guess at the meaning of Dist-Name-undef.tar.gz * add tests for the .tar.bz2 feature added in 0.07
2009-05-18Update to 1.2.1.hasso4-34/+7
Changes in 1.2.0: Peter Breitenlohner (5): reorganize autoconf macro files define and use XORG_CHANGELOG macro define XORG_CWARNFLAGS macro fix XORG_PROG_RAWCPP for cygwin bump to 1.2.0 Changes in 1.2.1: Alan Coopersmith (3): Allow setting XORG_SGML_PATH to a non-default path when running configure Replace gitweb URL with cgit URL in README Version bump: 1.2.1 Matthieu Herrb (2): Fix CWARNFLAGS for gcc versions < 4 use more CWARNFLAGS with gcc 3.4 too. Peter Breitenlohner (1): fix distcheck target
2009-05-18Update to 2.26.2, add policykit dependency.wiz1-1/+2
2.26.2 ====== Fixes - Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen) 2.26.1 ====== Fixes - Tracing improvements (Behdad Esfahbod) - Track fully-cached directories in the client (Matthias Clasen) - Improve performance of the markup backend (Michael Meeks) - Make openldap support optional (Gilles Dartiguelongue) - Fix errno usage (Christian Persch) Translation updates (ar, et, kn, or)
2009-05-18Update to 2.26.2, set LICENSE to gnu-lgpl-v2.wiz3-9/+9
2.26.2 ====== Fixes - Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen) 2.26.1 ====== Fixes - Tracing improvements (Behdad Esfahbod) - Track fully-cached directories in the client (Matthias Clasen) - Improve performance of the markup backend (Michael Meeks) - Make openldap support optional (Gilles Dartiguelongue) - Fix errno usage (Christian Persch) Translation updates (ar, et, kn, or)
2009-05-18pkgsrc changes:sno2-8/+8
- Updating package for p5 module Cache::Memcached from 1.24 to 1.26 - Setting license to gnu-gpl-v2 Upstream changes: 2009-05-04: version 1.26 * don't include "stats sizes" by default in the stats method, as that can hang big servers for a few seconds (Brad Fitzpatrick) 2009-05-02: version 1.25 * Clear @buck2sock when calling disconnect_all. (Dennis Stosberg, [rt.cpan.org #45560] * Reconnects to a dead connection shouldn't happen every time when the connection has never succeded. Apply the dead timeout to sockets that never even came up. Add a test. * Warn when trying to put undef values into memcache. (Henry Lyne <hlyne@livejournalinc.com>) * flush_all now only returns success if there is a proper reply from all servers - Yann Kerherve <yann@sixapart.com> * 'noreply' support from Tomash Brechko <tomash.brechko@gmail.com> * various test updates from Ronald J Kimball <rkimball@pangeamedia.com>
2009-05-18pkgsrc changes:sno2-6/+6
- Updating package for perl module Capture::Tiny from 0.05 to 0.06 upstream changes: 0.06 Thu May 7 06:54:53 EDT 2009 Fixed: - On Win32, subprocesses now close themselves on EOF instead of being killed with a signal 0.05_51 Tue Apr 21 07:00:38 EDT 2009 Added: - Support for wide characters on handles opened to utf8 - Support for STDOUT, STDERR or STDIN opened to in-memory files (open to scalar reference) or tied, albeit with some limitations Testing: - Verify that $? is preserved during capture { system(@cmd) };
2009-05-18pkgsrc changes:sno2-8/+7
- updating package for various p5 IO modules from 1.2301 to 1.2500 upstream changes (since 1.23): IO 1.25 -- Wed May 13 18:37:33 CDT 2009 * Fix test warnings in io_dir * skip tests known to cause a segfault 5.10.0 IO 1.24 -- Mon May 11 14:15:51 CDT 2009 * Make Makefile.PL usable by core and CPAN * Reorganize files to be under lib/ directory structure now matches core perl * Update with following changes made to core perl distribution * Silence Win32 compiler warning in IO.xs * Make non-blocking mode work on Windows in IO::Socket::INET * fix some missing parts of IO::Handle pod * Implement IO::Handle::say the same way as the builtin say(). * Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant (my mistake), and that is now covered by #34155. * watchdog() some IO tests * Some more missing isGV_with_GP()s * IO::Dir destructor * IO::Socket::INET unnecessarily resolves "udp" * IO::Handle->say should ignore $\ (bug #49266) * consting IO.xs * Net::SMTP can't send large messages with bleadperl * Fix for IO::Socket send method * Fixes for the test suite on OS/2 * Silence VC++ compiler warnings * IO::Socket's IO.xs fails to compile * IO::Socket::connect returns wrong errno on timeout * Coverity correctly reports that gv might (just) be NULL. So don't derefernece it if it is. * Simplify tests for fork() capabilities * Fix syntax error in io_pipe test * Making IO::Socket pass test on Win32 * ext/IO/t/io_unix.t
2009-05-18Use INSTALLATION_DIRS to create the directoryagc1-2/+3
2009-05-18Also install the html docs for tre's API and its regexp syntaxagc2-3/+12
Bump PKGREVISION to 5 Add licensing info
2009-05-18Fix 64-bit issues. PKGREVISION++dholland4-3/+36
2009-05-17PkgSrc changes:sno2-7/+7
- Updating package for p5 module MooseX::MethodAttributes from 0.09 to 0.11 - Adjusting dependencies Upstream changes: 0.11 Fri, 15 May 2009 18:02:27 +0200 * Depend on Moose 079 to prevent metaclass incompatibility failure. 0.10 Thu, 14 May 2009 00:08:30 +0100 * Stop non Moose classes which inherit MooseX::MethodAttributes::Inheritable and which define a sub meta from throwing an exception.
2009-05-17PkgSrc changes:sno2-7/+7
- Updating package for p5 module Class::C3::Adopt::NEXT from 0.09 to 0.10 Upstream changes: 0.10 Tue, 12 May 2009 13:23:52 +0200 * Depend on Test::Exception 0.27 to avoid breaking tests on older versions (Closes: RT#45986).
2009-05-17PkgSrc changes:sno2-7/+7
- Updating package for p5 module Devel::Declare from 0.005000 to 0.005002 Upstream changes: 0.005002 - Don't invoke the linestr callback if the parser was expecting an operator. This makes calling a method with the name of a declarator work. 0.005001 - Implement skip_declarator in terms of scan_word in Context::Simple. This avoids relying on PL_tokenbuf to skip past the declarator, as PL_tokenbuf might be overwritten by compiling other code between calling the linestr callback and skip_declarator.
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for p5 module Cache::FastMmap from 1.29 to 1.30 Upstream changes: 1.30 Fri May 8 11:10 2009 - Fix for Mandriva compiler (thanks Jean-Christian Hassler)
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for p5 module Variable::Magic from 0.34 to 0.35 Upstream changes: 0.35 2009-05-15 20:50 UTC This is a maintenance release. Users of 0.34 can skip this update. + Chg : uvar magic used to be enabled for 5.9.5. It now requires 5.10 or later. + Fix : Silence compilation warnings for cxinc(). + Rem : The workaround introduced in 0.31 for the "Unknown errors" issue was removed, as regression tests show that 0.34 provides a better fix. + Tst : Skip t/40-threads.t on 5.8.x with old versions of threads and threads::shared.