summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-07-30Updating package for p5 module Test::Manifest from 1.22nb1 to 1.23sno2-7/+7
pkgsrc changes: - Adding license (perl5 license) Upstream changes: 1.23 - Fri Jul 17 03:04:38 2009 * Move everything to git and finally make a release 1.22_03 - Tue Jul 29 21:14:49 2008 * Fixed bug for missing file: previously the missing file name was passed through to run_t_files, although without the t/ added to its path. Test::Manifest should only warn about and skip missing files. 1.22_02 - Thu Jan 24 06:13:13 2008 * File path and unlink fixes for VMS (RT #32061). Let's see if this works. 1.22_01 - Sun Jan 6 14:18:46 2008 * Changed test file names to only have one dot in them so they work on VMS and ODS-2 file systems: RT #32061 * This is a test release.
2009-07-30Updating package for p5 module ExtUtils::MakeMaker from 6.52 to 6.54sno3-34/+10
pkgsrc changes: - Adding license (perl5 one) - Removing patch for RT #41060 (fixed upstream) - Don't install *.orig files from patching ... Upstream changes: 6.54 Tue Jul 7 16:48:22 PDT 2009 Test Fixes * Added perl core boilerplate code to a few new tests which were missing them. 6.53_03 Thu Jul 2 14:47:45 PDT 2009 Bug Fixes * You'd get a warning if you had a PREREQ_PM on a module with no $VERSION like Config (broken in 6.51_01) [rt.cpan.org 47448] Test Fixes * Upgrade the version of Test::More we ship with to 0.88. * Fix MM_Cygwin.t for older Perls missing Cygwin::win_to_posix_path() broken in 6.53_01. * Fix miniperl.t for Windows. Our method of shutting off XS didn't work for Win32.pm * Old versions of version.pm, like what ships with OS X, dent Foo->VERSION causing prereq.t to fail. [rt.cpan.org 47296] * Add missing core test boilerplates [blead e39d780342f3e91579069fdc80eda72bfe639ae7] 6.53_02 Sun Jun 7 19:24:56 PDT 2009 Test Fixes * Stray use of Shell::Command broke older perls Other * MakeMaker will now automatically test itself with multiple perl versions before releasing. 6.53_01 Sun Jun 7 19:02:20 PDT 2009 Bug Fixes * blib will now be rebuilt if the Makefile is changed [rt.cpan.org 46658] * 6.52 broke the setting of EXTRALIBS, LDLOADLIBS and BSLOADLIBS when $self->{LIBS}[0] is undefined. [rt.cpan.org 46633] (Craig Berry) Cygwin * Fixed MM_Cygwin.t when the path prefix (ie. cygdrive) has been changed by the user. [rt.cpan.org 46585] (JDHEDDEN) VMS * Removed attempts to compensate for the "bin" logical added by some versions of GNV, Craig says they're futile. Put a warning into the Makefile.PL instead. [rt.cpan.org 46679] (Craig Berry) * Removed the arch_check() special case for VMS. [rt.cpan.org 46678] (Craig Berry) Win32 * Restore building the core by not trying to load the Win32 module in arch_check() with miniperl. [rt.cpan.org 46667] (Max Maischein) Tests * Forgot to get rid of the tests for bytes and vmsish which were removed in 6.51_01. * Stopped running a Windows specific arch_check.t test on non-Windows. (Craig Berry) [rt.cpan.org 46678]
2009-07-29Add & enable p5-MooseX-Types-Structuredseb1-1/+2
2009-07-29Initial import of p5-MooseX-Types-Structured version 0.16 in theseb3-0/+40
NetBSD Packages Collection. The Perl 5 module MooseX::Types::Structured provides structured type constraints for Moose. A structured type constraint is a standard container Moose type constraint, such as an ArrayRef or HashRef, which has been enhanced to allow you to explicitly name all the allowed type constraints inside the structure.
2009-07-29Add & enable p5-Devel-PartialDumpseb1-1/+2
2009-07-29Initial import of p5-Devel-PartialDump version 0.09 in the NetBSDseb3-0/+35
Packages Collection. The Perl 5 module Devel::PartialDump is a data dumper optimized for logging of arbitrary parameters.
2009-07-29Update devel/apache-maven to 2.2.0yyamano2-7/+7
Maven 2.2.0 contains a few important changes that justify the version upgrade, instead of simply naming it 2.1.1. First, the Java requirement for Maven 2.2.0 has been upgraded to 1.5 or later. This upgrade was planned for 2.1.0, but that release still contained binaries that were compatible with JDK 1.4. In addition, due to some serious flaws in the version-expression POM transformation included in 2.1.0, this feature has been removed for the time being. Finally, some new default execution IDs have been added to Maven to enable the separation of configuration for plugins bound by the default lifecycle mappings, and for those invoked directly from the command line. Changes that may affect existing builds * MNG-4143 - Starting in 2.2.0, Maven will run only on Java 1.5 and later. You can still build projects for JDK1.4 and earlier using the approach documented in the Guide to Building JDK 1.4 Projects on JDK 1.5. * MNG-3401 - Executions with an id equal to default-phase (where phase is a valid lifecycle phase) may have unexpected results as it will be merged into the default lifecycle. * MNG-4140/4179 - Version-expression resolution during installation and deployment has been removed, returning to Maven 2.0.x behaviour.
2009-07-29update to 2.0.16drochner2-6/+6
changes: Function attributes; simple destroy, finalize, construct override support; afterdecls C block; minor other fixes/improvements.
2009-07-29where env PATH is being set for security reasons, have it include $PREFIX/binspz2-2/+8
pointed out by "Peter C. Lai" <peter@simons-rock.edu> fixes PR 41571
2009-07-28Add & enable p5-MooseX-Meta-TypeConstraint-ForceCoercionseb1-1/+2
2009-07-28Initial import of p5-MooseX-Meta-TypeConstraint-ForceCoercion versionseb3-0/+32
0.01 in the NetBSD Packages Collection. The Perl 5 module MooseX::Meta::TypeConstraint::ForceCoercion provides a class which allows to wrap any Moose::Meta::TypeConstraint in a way that will force coercion of the value when checking or validating a value against it.
2009-07-28Updating package for p5 module ExtUtils::ParseXS from 2.20 to 2.20.02sno2-7/+7
Upstream changes: 2.2002 - Sat Jul 18 17:22:27 EDT 2009 Bug fixes: - Fix Makefile.PL installdirs for older perls 2.20_01 - Wed Jul 8 12:12:47 EDT 2009 - Fix XSUsage prototypes for testing [Jan Dubois]
2009-07-28Updating package for p5 module ExtUtils::CBuilder from 0.26.02 to 0.26.03sno2-7/+7
Upstream changes: 0.2603 - Sat Jul 18 06:56:06 EDT 2009 Bugs fixed: - Makefile.PL had wrong INSTALLDIRS setting for older Perls (RT#47985) [David Golden]
2009-07-28Updating package for p5 module Data::Dump from 1.14 to 1.15sno2-7/+7
pkgsrc changes: - Adjusting license to ${PERL5_LICENSE} Upstream changes: 2009-07-26 Gisle Aas <gisle@ActiveState.com> Release 1.15 Fixed regexp that determines if hash keys are numeric [RT#48003]
2009-07-28Updating package for p5 module Bit::Vector from 6.4nb4 to 6.6sno2-8/+9
pkgsrc changes: - Adding license (perl 5) - Adjusting Carp::Clan version in depedencies Upstream changes: Version 6.6 27.07.2009 + Made the module thread-safe and MacOS X compatible Version 6.5 27.07.2009 + Added automatic support for module "Storable"
2009-07-28Updating package for p5 module List::MoreUtils from 0.22nb2 to 0.24sno2-8/+9
pkgsrc changes: - Adding license (perl 5 license) Upstream changes: 0.24 Sun Jul 19 08:26:35 EDT 2009 - List::MoreUtils was not handling the stack properly when the stack was grown from inside code-references - a couple of tests for each_arrayref were calling each_array 0.23 Sun Apr 19 06:56:09 EDT 2009 - BACKWARDS INCOMPATIBLE CHANGE: fixed: Returning undef when none is passed an empty array is counterintuitive (http://rt.cpan.org/Ticket/Display.html?id=40905) - fixed: minmax error: unpredictable results with lists of 1 element (http://rt.cpan.org/Ticket/Display.html?id=39847) - fixed: bug: uniq doesn't like undef values. uniq warns on undef values (http://rt.cpan.org/Ticket/Display.html?id=37533) (http://rt.cpan.org/Ticket/Display.html?id=43214) - fixed: bug in pairwise when $a and $b are lexically defined using my (http://rt.cpan.org/Ticket/Display.html?id=44518) - fixed: Big memory leak with XS part() (http://rt.cpan.org/Ticket/Display.html?id=41097) - fixed: memory leak in indexes() [XS] (http://rt.cpan.org/Public/Bug/Display.html?id=41494) - reduced memory-requirements for the part() tests as that was responsible for a lot of unnecessary test-failures - new function bsearch() which performs a binary search
2009-07-28Add & enable p5-Context-Preserveseb1-1/+2
2009-07-28Initial import of p5-Context-Preserve version 0.01 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Context::Preserve automates the process of calling a function, getting the results, acting on the results, then returning the result of the function in the appropriate void, scalar, or list context.
2009-07-27Reset maintainer, per PR 41783.obache1-2/+2
2009-07-26Fix build on OS X (patch from MacPorts).schmonz2-1/+15
2009-07-26ng build failure with older openssl.wiz2-5/+8
2009-07-26Remove obsolete patch.wiz1-13/+0
2009-07-26Update p5-Moose from version 0.87 to version 0.88.seb2-6/+6
Upstream changes: 0.88 Fri Jul 24, 2009 * Moose::Manual::Contributing - Re-write the Moose::Manual::Contributing document to reflect the new layout and methods of work for the Git repository. All work now should be done in topic branches and reviewed by a core committer before being applied to master. All releases are done by a cabal member and merged from master to stable. This plan was devised by Yuval, blame him. (perigrin) * Moose::Meta::Role - Create metaclass attributes for the different role application classes. (rafl) * Moose::Util::MetaRole - Allow applying roles to a meta role's role application classes. (rafl) * Moose::Meta::Attribute - Add weak_ref to allowed options for "has '+foo'" (mst) * Moose::Meta::Method::Accessor - No longer uses inline_slot_access in accessors, to support non-lvalue-based meta instances. (sorear)
2009-07-26Update p5-Class-MOP from version 0.89 to version 0.90.seb2-6/+8
pkgsrc changes: - More build dependencies (for test target) Upstream changes: 0.90 Tue Jul 21, 2009 Japan Perl Association has sponsored Goro Fuji to improve startup performance of Class::MOP and Moose. These enhancements may break backwards compatibility if you're doing (or using) complex metaprogramming, so, as always, test your code! http://blog.perlassociation.org/2009/07/jpa-sponsors-moose-class-mop-work.html * Class::MOP::Class * XS - Anonymous classes were not completely destroyed when they went out of scope, leading to a memory leak. RT #47480. (Goro Fuji). * Class::MOP::Class - The get_method, has_method, and add_method methods no longer use get_method_map. Method objects are instantiated lazily. This significantly improves Class::MOP's load time. (Goro Fuji) * All classes - Inline fewer metaclass-level constructors since the ones we have are perfectly fine. This reduces the number of string evals. (Goro Fuji) * Class::MOP::Method::Wrapped - If a method modifier set $_, this caused the modifier to blow up, because of some weird internals. (Jeremy Stashewsky)
2009-07-25Add & enable p5-Test-LeakTraceseb1-1/+2
2009-07-25Initial import of p5-Test-LeakTrace version 0.10 in the NetBSDseb3-0/+26
Packages Collection. The Perl 5 module Test::LeakTrace provides several functions that trace memory leaks. It scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks.
2009-07-24update to 0.23drochner4-27/+23
This switches to webkit as rendering engine, one reason less to keep an old version of firefox around.
2009-07-24Configure --without-sqlite2 in case it's unavoidably on the include path.schmonz1-1/+2
2009-07-23Update to 2.6.4. Fix build with latest openssl.wiz11-338/+38
2009-06-05 04:14 rjongbloed * [r22828] version.h: Update version number for beta v2.6.4 2009-06-12 06:26 rjongbloed * [r22848] include/ptclib/vxml.h, src/ptclib/vxml.cxx: Fixed deadlock when shutting down VXML. Also "normalised" member for vxml channel pointer so cannot get out of sync with underlying channel pointer. 2009-06-22 01:46 rjongbloed * [r22944] ., src/ptclib/url.cxx: Reviewed and fixed the "safe" characters for URI translation as per RFC2396 2009-06-24 01:57 rjongbloed * [r22960] ., configure, configure.ac, src/ptlib/unix/osutil.cxx: Changed PTimer::Tick() from using gettimeofday (if possible) as if an RTP time sync daemon is used then the return value of PTimer::Tick() can leap forward or backward causing problems. It should always be simple monotonic increasing milliseconds from some arbitrary point, exactly as provided by clock_gettime() using CLOCK_MONOTONIC. So we use that if it is available. 2009-06-24 02:20 rjongbloed * [r22963] src/ptlib/unix/osutil.cxx: Fixed incorrect divisor for new clock_gettime version of PTimer::Tick() 2009-06-25 13:07 rjongbloed * [r22984] ., include/ptclib/threadpool.h, src/ptclib/threadpool.cxx: Change behaviour of thread pooling if a group ID is specified. If a group ID is specified, work is always added to a worker thread of the same group ID, or a new worker thread is created 2009-06-26 05:56 rjongbloed * [r22992] include/ptclib/threadpool.h: Reversed out previous change as it fails to be subject to thread count limit, cannot just allocate new thread if have new group ID. 2009-07-01 00:13 rjongbloed * [r23018] plugins/vidinput_v4l2/vidinput_v4l2.cxx, src/ptlib/common/sockets.cxx: Fixed name conflict. 2009-03-18 03:44 rjongbloed * [r22210] version.h: Update version number for beta v2.6.2 2009-03-23 00:54 rjongbloed * [r22240] ., src/ptlib/msos/ethsock.cxx: Patch for compiling without IPv6, thanks Michael Cronenworth 2009-03-23 03:00 rjongbloed * [r22242] ., configure.ac: Applied patch: [ 2685609 ] ptlib: --[enable|disable]-ansi-bool goes to the same thanks Mounir Lamouri 2009-03-23 03:09 rjongbloed * [r22243] src/ptlib/common/jidctflt.cxx: Applied patch ID: 2657924 ptlib: assembler code fails (jidctflt.cxx) with -O0 thanks Mounir Lamouri 2009-03-23 04:04 rjongbloed * [r22250] ., include/ptclib/podbc.h, src/ptclib/podbc.cxx: Applied patch ID: 2656778 cannot build ptlib 2.6.0 thanks Götz Waschk 2009-03-25 09:44 rjongbloed * [r22284] ., src/ptlib/common/sockets.cxx: Applied patch to fix NULL pointer usage under some error conditions, thanks elaine. 2009-03-26 00:31 rjongbloed * [r22295] make/unix.mak, src/ptclib/pdns.cxx, src/ptlib/common/osutils.cxx, src/ptlib/unix/config.cxx, src/ptlib/unix/socket.cxx, src/ptlib/unix/svcproc.cxx, src/ptlib/unix/tlib.cxx, src/ptlib/unix/tlibthrd.cxx: Applied patch ID: 2712498 "NetBSD port", supplied by Jared D. McNeill 2009-03-27 03:55 rjongbloed * [r22304] src/ptlib/unix/channel.cxx: Added extra information to assert on multiple read in different threads. 2009-03-27 23:18 rjongbloed * [r22311] make/common.mak, make/plugins.mak, src/Makefile, src/ptlib/Nucleus++/Makefile: Fixed bug ID: 2027650 "$(CFLAGS) include path overrides package include path", reported by Stefano Sabatini 2009-03-29 23:48 rjongbloed * [r22317] src/ptlib/unix/channel.cxx: Fixed crash (NULL ptr access) as the "message" part of PAssert is not protected by the assert condition, so need to put the condition outside the PAssert macro. 2009-03-30 00:05 rjongbloed * [r22320] make/plugins.mak: Make sure LDFLAGS are last in linker command line. 2009-03-30 01:31 rjongbloed * [r22324] ., src/ptlib/msos/sound_win32.cxx: Fixed issue with empty strings for Windows sound devices being returned when being used over a Remote Desktop connection. 2009-03-30 23:13 rjongbloed * [r22332] ., src/ptclib/pffvdev.cxx: Fixed typo in pragma implementation 2009-03-31 00:32 rjongbloed * [r22335] ., make/common.mak: Fixed bug ID: 2721897 "Still problems with the STDCCFLAGS includes", patch supplied by Stefano Sabatini 2009-03-31 06:42 csoutheren * [r22345] src/ptlib/common/osutils.cxx, src/ptlib/unix/tlibthrd.cxx: Backport thread leak fixes and PTRACE changes from trunk 2009-03-31 06:43 csoutheren * [r22346] src/ptlib/common/osutils.cxx: Remove vestigal code 2009-03-31 23:57 rjongbloed * [r22356] include/ptlib/pprocess.h, src/ptlib/common/osutils.cxx, src/ptlib/unix/tlib.cxx: Do not set Unix signal handlers if PProcess is being loaded as a library, leave that up to the enclosing application. 2009-04-07 02:47 rjongbloed * [r22375] ., include/ptclib/delaychan.h, include/ptlib/contain.h, include/ptlib/indchan.h, include/ptlib/psync.h, include/ptlib/videoio.h, src/ptclib/httpsvc.cxx, src/ptlib/msos/svcproc.cxx: Applied patch ID: 2725084, thanks Giorgio Alfarano 2009-04-07 03:20 rjongbloed * [r22378] ., include/ptlib/svcproc.h, src/ptlib/msos/svcproc.cxx: Fixed applied patch from patch manager, broke Unix build. 2009-04-07 03:29 rjongbloed * [r22380] ., src/ptlib/msos/vidinput_directx.cxx: Applied patch ID: 2728435 "directx & YUY2", thanks Giorgio Alfarano 2009-04-07 04:16 rjongbloed * [r22383] ., include/ptlib/unix/ptlib/pprocess.h, src/ptlib/unix/tlibthrd.cxx: Possible fix for ID: 2725546 "Crash in PInterfaceMonitor::Stop" 2009-04-07 04:43 rjongbloed * [r22392] ., src/ptlib/common/ptime.cxx: Applied fix for ID: 2728037 "Win32 linker cannot resolve _PTimeParse", thanks Michael Rickmann 2009-04-07 04:53 rjongbloed * [r22394] ., configure.ac, include/ptbuildopts.h.in: Applied fix for ID: 2735402 "Must check for ATL in configure when checking for SAPI", thanks Jan Willamowius 2009-04-07 05:05 rjongbloed * [r22396] ., configure.ac: Applied fix for ID: 2726070 "ffvdev option needs pipechan option", thanks Mounir Lamouri 2009-04-23 23:57 rjongbloed * [r22458] src/ptlib/common/vconvert.cxx: Applied patch ID: 2778636 "YUY2toYUV420PWithResize fix", thanks Giorgio Alfarano 2009-04-24 18:23 csoutheren * [r22464] src/ptlib/unix/tlibthrd.cxx: Remove potential loophole to delete wrong thread 2009-05-05 01:55 rjongbloed * [r22509] include/ptlib/pipechan.h, src/ptlib/msos/pipe.cxx: Fixed issues with PPipeChannel reading stdout/stderr from a child process on Windows: data being buffered before sending in subprocess read of stdout with timeout (SetReadTimeout() now works) read partial amounts from stdout (ask for 1000 bytes, get the 23 available) 2009-05-07 08:53 csoutheren * [r22552] ., include/ptclib/sockagg.h, include/ptclib/threadpool.h, include/ptlib/msos/AUTOEXP.DAT, include/ptlib/pfactory.h, include/ptlib/safecoll.h, plugins/vidinput_v4l2/Makefile.in, src/Makefile, src/ptclib/sockagg.cxx, src/ptclib/threadpool.cxx, src/ptlib/common/safecoll.cxx: Bulk backport of patches from trunk including RTP SafePtr and thread pooling 2009-05-08 04:21 rjongbloed * [r22565] src/ptlib/unix/channel.cxx: Changed assert for multiple reads on channel to use same hex format for thread ID as is used elsewhere in the logging. 2009-05-11 08:31 rjongbloed * [r22578] ., src/ptlib/msos/Console.vcproj, src/ptlib/msos/Console_2005.vcproj, src/ptlib/msos/Console_2008.vcproj: Removed sockagg.* 2009-05-11 08:55 rjongbloed * [r22579] src/ptlib/msos/Console.vcproj, src/ptlib/msos/Console_2005.vcproj, src/ptlib/msos/Console_2008.vcproj: Added threadpool.* 2009-05-12 06:14 rjongbloed * [r22583] configure, configure.ac: Make sure P_64BIT is included in pkg-config options so downstream compiles get it. 2009-05-12 08:51 rjongbloed * [r22587] src/ptlib/msos/pipe.cxx: Fixed WinCE compile. 2009-05-12 12:20 rjongbloed * [r22591] include/ptlib/msos/ptlib_2005.dtf, include/ptlib/msos/ptlib_2005_wm.dtf, include/ptlib/msos/ptlib_2005_wm6.dtf, include/ptlib/msos/ptlib_2008.dtf, include/ptlib/msos/ptlibd_2005.dtf, include/ptlib/msos/ptlibd_2005_wm.dtf, include/ptlib/msos/ptlibd_2005_wm6.dtf, include/ptlib/msos/ptlibd_2008.dtf, include/ptlib/msos/ptlibn_2005.dtf, include/ptlib/msos/ptlibn_2005_wm.dtf, include/ptlib/msos/ptlibn_2005_wm6.dtf, include/ptlib/msos/ptlibn_2008.dtf: Update symbols 2009-05-12 13:42 rjongbloed * [r22592] include/ptlib/msos/ptlib_2008.dtf, include/ptlib/msos/ptlibd_2008.dtf, include/ptlib/msos/ptlibn_2008.dtf: Update symbols 2009-05-13 04:17 rjongbloed * [r22598] include/ptlib/safecoll.h: Back ported test for multiple instances of an object in a safe collection. This is bad, must be prevented. 2009-05-13 14:06 csoutheren * [r22601] src/ptlib/common/contain.cxx: Use a custom allocator memory pool for PContainerReference and PAbstractArray on Linux This reduces memory fragmentation and allocation overhead 2009-05-13 14:07 csoutheren * [r22602] src/ptlib/common/osutils.cxx: Add log message every time timer thread fires 2009-05-14 00:16 rjongbloed * [r22611] src/ptlib/common/osutils.cxx: Reduced level of new trace log in timers 2009-05-14 01:58 rjongbloed * [r22614] ., src/ptlib/common/osutils.cxx: Reduced level of new trace log in timers, again. Too noisy! 2009-05-18 06:09 rjongbloed * [r22629] src/ptclib/url.cxx: Fixed "file:" URL handling. While it is never explicitly stated anywhere in RFC1798, there is an implication in RFC 1808 that the path is absolute unless the relative path rules of that RFC apply. We follow that logic. Also now follow the convention for Windows drive letters, "C|/blah" for "C:\blah". 2009-05-18 06:19 rjongbloed * [r22633] src/ptclib/vxml.cxx: Fixed loading of VXML file directly (when not via URL) Fixed correct playing of silence delay after playing a playable object. Added and normalised logging. 2009-05-19 05:17 rjongbloed * [r22648] include/ptlib/msos/ptlib_2003.dtf, include/ptlib/msos/ptlib_2005.dtf, include/ptlib/msos/ptlib_2005_wm.dtf, include/ptlib/msos/ptlib_2005_wm6.dtf, include/ptlib/msos/ptlib_2008.dtf, include/ptlib/msos/ptlibd_2003.dtf, include/ptlib/msos/ptlibd_2005.dtf, include/ptlib/msos/ptlibd_2005_wm.dtf, include/ptlib/msos/ptlibd_2005_wm6.dtf, include/ptlib/msos/ptlibd_2008.dtf, include/ptlib/msos/ptlibn_2003.dtf, include/ptlib/msos/ptlibn_2005.dtf, include/ptlib/msos/ptlibn_2005_wm.dtf, include/ptlib/msos/ptlibn_2005_wm6.dtf, include/ptlib/msos/ptlibn_2008.dtf: Update DLL symbols
2009-07-23Update to 1.3.1:wiz2-6/+6
Regression fixes: - fixed excessive memory usage issues with diff and strip - fixed ssh performance issue on OS X - fixed slow calculation of branch heads - fixed handling of port numbers in URLs - fixed transaction handling exception - fixed incoming with graphlog extension - fixed slow commit in fetch extension - fixed loading of win32mbcs extension Other fixes: - fixed http username handling in acl extension - fixed subrepo path joining on Windows - allow update --check to cross branches - miscellaneous small doc and bug fixes
2009-07-22Update to 2.07. Set LICENSE.wiz5-26/+26
Remove code for gcc 2 in pkgsrc Makefile; it required gcc 3.0 anyway. cl-2.07 Version 2.07 NASM is now under the 2-clause BSD license. Fix the section type for the .strtab section in the elf64 output format. Fix the handling of COMMON directives in the obj output format. New ith and srec output formats; these are variants of the bin output format which output Intel hex and Motorola S-records, respectively. See ithfmt and srecfmt. rdf2ihx replaced with an enhanced rdf2bin, which can output binary, COM, Intel hex or Motorola S-records. The Windows installer now puts the NASM directory first in the PATH of the "NASM Shell". Revert the early expansion behavior of %+ to pre-2.06 behavior: %+ is only expanded late. Yet another Mach-O alignment fix. Don't delete the list file on errors. Also, include error and warning information in the list file. Support for 64-bit Mach-O output, see machofmt. Fix assert failure on certain operations that involve strings with high-bit bytes. cl-2.06 Version 2.06 This release is dedicated to the memory of Charles A. Crayne, long time NASM developer as well as moderator of comp.lang.asm.x86 and author of the book Serious Assembler. We miss you, Chuck. Support for indirect macro expansion (%[...]). See indmacro. %pop can now take an argument, see pushpop. The argument to %use is no longer macro-expanded. Use %[...] if macro expansion is desired. Support for thread-local storage in ELF32 and ELF64. See elftls. Fix crash on %ifmacro without an argument. Correct the arguments to the POPCNT instruction. Fix section alignment in the Mach-O format. Update AVX support to version 5 of the Intel specification. Fix the handling of accesses to context-local macros from higher levels in the context stack. Treat WAIT as a prefix rather than as an instruction, thereby allowing constructs like O16 FSAVE to work correctly. Support for structures with a non-zero base offset. See struc. Correctly handle preprocessor token concatenation (see concat) involving floating-point numbers. The PINSR series of instructions have been corrected and rationalized. Removed AMD SSE5, replaced with the new XOP/FMA4/CVT16 (rev 3.03) spec. The ELF backends no longer automatically generate a .comment section. Add additional "well-known" ELF sections with default attributes. See elfsect.
2009-07-22Update to 0.8.0, set LICENSE.wiz3-7/+9
This feature release adds basic support for TASM-like assembly syntax as well as a TASM-like command line frontend. It updates AVX and FMA instructions to the latest Intel specifications, and updates code alignment opcodes for modern processors. It also includes a number of GAS syntax fixes and other bugfixes.
2009-07-22Update to 2.20.1:wiz3-121/+919
2.20.1 (stable): Glib: * Date: Constructor: Check for invalid dates. (José Alburquerque) * ustring: Make the relational operators work with mixed argument types. (Chris Vine) Bug #580773 * Allow dynamic GType registration, though this is not yet fully tested: Class: Added a register_derived_type(GTypeModule*) overload to call g_type_module_register_type() instead of g_type_register_static(). gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to be used in the class in the hg file, to add a *_Class::init(GTypeModule) method, and a get_type(GTypeModule*) method that calls it. Gio: * File: Added the missing make_directory_with_parents() definition. (Siavash Safi) Build: * Fix the build with exceptions disabled. (Daniel Elstner, José Alburquerque) * Fix compiler warnings. (Daniel Elstner, Hubert Figuiere) * Windows build fixes. (Armin Burgmeier) Documentation: * Improve the guessing of C++ method names for C function names. (Johannes Schmid)
2009-07-22Update to 1.24.5:wiz2-6/+6
Overview of changes between 1.24.4 and 1.24.5 ============================================= - Build introspection again - Misc bug fixes Bug 589133 – Firefox 3.5 complains about invalid weak references Bug 585806 – crash during pango_fc_font_map_shutdown Bug 588678 – pango crash: install a new theme from
2009-07-22Update to 1.14.15:wiz2-7/+7
libgsf 1.14.15 Andreas: * Bump ODF version to 1.1 and add enum to inform users. Morten: * Fix criticals when parsing bogus OLE properties. [#584848] * Start cleaning up timestamp code.
2009-07-22uses autoreconf, so need to patch Makefile.am instead of Makefile.intnn2-6/+6
2009-07-22Remove empty PLIST.common_end.wiz3-4/+1
2009-07-22Remove USE_DIRS from pkgsrc.wiz15-30/+15
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-21Updating package for p5 module Proc::Background from 1.08 to 1.10 andsno2-6/+7
setting license to ${PERL5_LICENSE} according to module POD Upstream changes: Sun Jul 5 15:40:32 PDT 2009 * Release version 1.10. Sun Jul 5 15:15:12 PDT 2009 * Makefile.PL: Resolve https://rt.cpan.org/Ticket/Display.html?id=47100 by passing PREREQ_PM to WriteMakefile(). Patch by: Tomas Doran <bobtfish@bobtfish.net> Wed Jul 1 22:58:13 PDT 2009 * README: Correct the URL to the Subversion repository for this project. Wed Jul 1 22:46:11 PDT 2009 * Release version 1.09. Wed Jul 1 22:36:06 PDT 2009 * Makefile.PL: Switch from die() to warn() if Win32::Process isn't installed into a warning. When running under CPAN.pm, the die causes the install to fail before processing dependencies. Reducing this to a warning means that CPAN will cleanly install Proc::Background and Win32::Process with no user intervention needed in strawberry perl or even ActiveState if you have a working make. Patch by: Tomas Doran <bobtfish@bobtfish.net>
2009-07-21pkgsrc changes:sno2-6/+7
- Updating package for p5 module Config::General from 2.42 to 2.43 - Adding perl license as license (from module POD) Upstream changes: 2.43 - fixed rt.cpan.org#40925, $indichar replaced by internal configuration variable EOFseparator, which contains a 256 bit SHA checksum of the date I fixed the bug. This will prevent future conflicts hopefully. In addition it makes it possible to make it customizable, if neccessary, in a future release. - fixed rt.cpan.org#42721, return undef for empty values - fixed rt.cpan.org#42331, return undef for empty objects - fixed rt.cpan.org#44600, comments after blockname causes parser failure. - fixed rt.cpan.org#42287, whitespace at beginning or end of a quoted value gets lost after save(). - fixed rt.cpan.org#46184, variables that were not previously defined are deleted when -InterPolateEnv is enabled. - fixed bug in config loader for FileHandle objects, it supports now any compatible object. Hint by Ingo Schmiegel. - applied spelling- and speedup patches by Ville Skytt"a. - applied documentation patch by Jordan Macdonald.
2009-07-21don't attempt to install the same headers twice.tnn2-1/+14
Should fix Linux build.
2009-07-21pkgsrc changes:sno2-8/+9
- Updating package for p5 module MooseX::Traits::Pluggable from 0.04 to 0.06 - Adjusting dependencies according to META.yml - Changing module type (Module::Install::Bundled required?), because bundled Module::Install contains additional packages Upstream changes: 0.06 2009-07-17 23:33:00 - Work correctly with positional parameters followed by a hashref passed to new_with_traits. 0.05 2009-07-17 20:15:34 - Add support for composing MooseX::MethodAttributes roles into anonymous classes correctly.
2009-07-21pkgsrc changes:sno2-8/+8
- Updating package for MooseX::SemiAffordanceAccessor from 0.03 to 0.05 - Adjusting license / Moose dependency according to META.yml Upstream changes: 0.05 2009-07-15 - Now requires Moose 0.84 to prevent test failures. 0.04 2009-07-09 - This module unconditionally deleted the "is" parameter, which meant it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed by Jesse Luehrs. RT #47711.
2009-07-21Updating package for p5 module MooseX::Emulate::Class::Accessor::Fastsno2-7/+7
from 0.00901 to 0.00902 Upstream changes: 0.00902 July 10, 2009 - Bump required Moose version to avoid issues with is => 'bare' when an older version of Moose is already installed.
2009-07-21pkgsrc changes:sno2-8/+8
- Updating package for p5 module MooseX::ClassAttribute from 0.08 to 0.09 - Adjusting license to ${PERL5_LICENSE} and dependency to required Moose version according to META.yml Upstream changes: 0.09 2009-07-09 - An attribute with a builder that wasn't also lazy caused an exception when the attribute's accessor was called.
2009-07-21Updating package for p5 module MooseX::Singleton from 0.18 to 0.19sno2-6/+6
Upstream changes: 0.19 2009-07-09 - Remove ambiguity about copyright holder (Sartak)
2009-07-20pkgsrc changes:sno3-34/+15
- Updating package for p5 module Perl::Critic from 1.098 to 1.100 - removing options for recommended dependencies - require them all - Adding license (perl license) Upstream changes: [1.100] Released on 2009-07-17 This is a POD fix release to deal with issues identified by Test::POD 1.40. There is no functional difference between this release and 1.098. This is the last release of Perl::Critic that will be compatible with PPI 1.203. PPI's parsing of for(each)? loops is changing in its next release in an incompatible manner and there will be a release in the near future to make Perl::Critic compatible with that change.
2009-07-20pkgsrc changes:sno2-17/+18
- Updating package for p5 module Devel::REPL from 1.003006 to 1.003007 - Reordering dependencies for required and recommended Upstream changes: 1.3.7 - resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods
2009-07-20Updating package for p5 module MooseX::AttributeHelpers from 0.20 to 0.21sno2-6/+6
Upstream changes: 0.21 Sun July 19, 2009 - Add length to String (Florian Ragwitz). - Specify build dependency on Test::Moose (Closes RT#47258) (Florian Ragwitz). - Fix the error message you get on unknown 'curries' parameters to tell you what it really expected (Florian Ragwitz). - Doc typo fix in Collection::Bag (Sartak).
2009-07-20Make it build on DragonFly again.hasso2-8/+20