summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-01-16Update to 1.24.1:wiz6-22/+22
What's new in at-spi-1.24.1: * Bugfixes: #563943.
2009-01-13Update to 2.24.3:wiz2-6/+6
libgweather 2.24.3 ================== Misc * Really ship the module as GPLv2 (Vincent)
2009-01-13Update to opal 3.4.4.jmcneill3-9/+8
2008-11-27 07:50 rjongbloed * [r21641] version.h: Update version number for beta v3.4.4 2008-12-05 02:15 rjongbloed * [r21704] include/opal.h, samples/mobileopal/MobileOpalDlg.cpp, src/java/OpalLineAppearanceStates.java, src/java/OpalMessageType.java, src/java/OpalMessage_m_param.java, src/java/OpalParamRegistration.java, src/java/OpalStatusLineAppearance.java, src/java/exampleConstants.java, src/java/exampleJNI.java, src/java/java_swig_wrapper.c, src/opal/opal_c.cxx: Back ported "C" API version 13 to Wolf release. 2008-12-09 07:40 rjongbloed * [r21731] src/opal/manager.cxx: Fixed transmission frame rate, set by user, actually being used. Should just be clamped to remote's maximum, not using the remote's maximum all the time. 2008-12-09 07:48 rjongbloed * [r21732] .: Fixed transmission frame rate, set by user, actually being used. Should just be clamped to remote's maximum, not using the remote's maximum all the time. 2008-12-10 02:13 rjongbloed * [r21748] include/opal.h, samples/c_api/main.c, src/java/OpalParamGeneral.java, src/java/exampleJNI.java, src/java/java_swig_wrapper.c, src/opal/opal_c.cxx, src/win32/opal_dll_2005.vcproj: Added ability to set media options in "C" API. 2008-12-10 02:36 rjongbloed * [r21750] src/sip/sipcon.cxx: Fixed missing route set on SIP commands in a dialog when using outbound proxy. 2008-12-10 02:41 rjongbloed * [r21751] samples/mobileopal/MobileOPAL.vcproj, samples/mobileopal/MobileOPALppc.rc, samples/mobileopal/MobileOPALsp.rc, samples/mobileopal/MobileOpalDlg.cpp, samples/mobileopal/OptionsGeneral.cpp, samples/mobileopal/OptionsGeneral.h, samples/mobileopal/OptionsH323.cpp, samples/mobileopal/OptionsH323.h, samples/mobileopal/OptionsSIP.cpp, samples/mobileopal/OptionsSIP.h, samples/mobileopal/Resourcesp.h, samples/mobileopal/ScrollableDialog.cpp, samples/mobileopal/ScrollableDialog.h, samples/mobileopal/resourceppc.h: Added video to MobileOPAL sample. 2008-12-10 04:13 csoutheren * [r21753] plugins/video/H.263-1998/h263-1998.h: Ensure frame buffer is correctly aligned Thanks to Matthias Schneider 2008-12-10 04:59 rjongbloed * [r21756] include/opal/mediafmt.h, src/opal/manager.cxx: Added common video format names to default media format order. 2008-12-10 05:54 rjongbloed * [r21759] src/codec/opalpluginmgr.cxx, src/opal/mediastrm.cxx, src/opal/patch.cxx: Fixed OpalManager max RTP payload size parameter not being honoured all the way to the codec plug in. Also added log message if the plug in codec fails to create a context. 2008-12-10 06:43 rjongbloed * [r21761] samples/codectest/main.cxx: Added ability to set max RTP packet size in codec test. 2008-12-11 00:26 rjongbloed * [r21767] src/sip/sippdu.cxx: Fixed restarting timers if get pathological response to a transaction with incorrect Cseq header field. 2008-12-11 07:13 rjongbloed * [r21770] include/sip/sippdu.h, src/sip/sippdu.cxx: Fixed issue with registration to a non-standard port. 2008-12-14 23:27 rjongbloed * [r21796] ., src/sip/sipcon.cxx: Fixed test for CANCEL receipt on INVITE clearing call, should be based on transaction ID not dialog ID so correctly ignores multiple forked CANCEL messages. 2008-12-16 12:11 rjongbloed * [r21813] src/sip/sipcon.cxx: Fixed merge error in previous patch. 2008-12-19 06:10 rjongbloed * [r21844] ., src/sip/sippdu.cxx: Fixed sending ACK to incorrect address when particular types of proxies are being used. 2009-01-06 21:29 dsandras * [r21898] src/sip/handlers.cxx: Backport from TRUNK. Do not try refreshing SUBSCRIBE requests for which the 200 OK contained an expire time of 0. In that case we should simply consider we are unsubscribed. 2008-10-17 09:06 rjongbloed * [r21385] version.h: Update version number for beta v3.4.3 2008-11-04 23:05 rjongbloed * [r21452] ., src/h323/channels.cxx: Fixed incorrect H.245 VideoFastUpdate being sent. 2008-11-05 04:02 rjongbloed * [r21457] ., include/codec/opalplugin.h: Update some defines so can build newer plug in codecs with older OPAL libraries. 2008-11-05 06:42 rjongbloed * [r21459] samples/openphone/main.cxx, samples/openphone/main.h: Fixed error in OpenPhone codec display source protocol name. 2008-11-10 00:05 rjongbloed * [r21487] ., src/codec/opalpluginmgr.cxx: Fixed frame rate, and I-Frame count statistics. 2008-11-10 03:50 rjongbloed * [r21488] samples/openphone/main.cxx, samples/openphone/main.h, samples/openphone/openphone.wxg, samples/openphone/openphone.xrc: Added button to OpenPhone configure dialog to test video capture device, e.g. camera 2008-11-12 20:52 dsandras * [r21504] plugins/LID/VPB/Makefile.in: Applied patch from Elaine Xiong <elaine xiong sun com> to fix compilation on OpenSolaris with SUN compiler. Thanks! 2008-11-17 08:00 rjongbloed * [r21539] ., src/sip/handlers.cxx: Probable fix for deadlock issue on interface change. 2008-11-19 05:34 rjongbloed * [r21556] src/h323/h323.cxx: Fixed behaviour of incoming H.323 calls not being answered under some circumstances, caused by incorrect state. 2008-11-19 05:34 rjongbloed * [r21557] src/opal/connection.cxx: Small code tidy up of OpalConnection::AnsweringCall() to remove redundant tests. 2008-11-20 00:44 rjongbloed * [r21562] ., src/sip/handlers.cxx: Fixed correct "quoting" of URL when explicit REGISTER contact address specified. 2008-11-20 01:31 rjongbloed * [r21564] src/sip/handlers.cxx, src/sip/sippdu.cxx: A registrars seems to require a "tag" field on the From header. The specification (RFC3261/10.2) makes no mention of requiring this and the tag field is intended for creating a "dialog". Dialogs are only required for INVITE and SUBSCRIBE commands, and the specification does explicitly say REGISTER does NOT create a dialog. Go figure. 2008-11-20 01:32 rjongbloed * [r21565] src/sip/sipep.cxx: Fixed default expiry time for old style SIP Register() function. 2008-11-20 03:24 rjongbloed * [r21568] include/h323/h323ep.h, include/opal/endpoint.h, src/h323/h323ep.cxx: Fixed correct propagation of local user name when set in OpalManager to alias list of H.323 endpoint. 2008-11-20 03:53 rjongbloed * [r21570] src/h323/gkclient.cxx: Changed gatekeeper discovery so does not try and use interfaces for which there is no signalling channel listening. 2008-11-23 21:12 ms30002000 * [r21600] plugins/aclocal.m4, plugins/configure, plugins/configure.ac: Fix CFLAGS order in order to allow overwriting. 2008-11-25 05:10 rjongbloed * [r21620] include/opal/mediafmt.h, src/codec/iLBCmf.cxx: Fixed issue in iLBC speed negotiation when not using plug in. 2008-11-26 02:04 rjongbloed * [r21625] src/lids/lidep.cxx: Fixed LID support for media types other than audio, e.g. fax. 2008-11-27 03:44 rjongbloed * [r21631] src/codec/rfc2833.cxx, src/opal/rtpconn.cxx: Fixed propagation of CNG tone through the RFC2833 subsystem. Problem with the case of the 'X' and 'Y' codes. Fixed correct duration code sent to call back function for received RFC2833 data. Previously had a timestamp value in there. Fixed some trace logs and comments to agree with code.
2009-01-13Update ptlib to 2.4.4.jmcneill3-6/+29
2008-11-27 07:47 rjongbloed * [r21638] version.h: Update version number for beta v2.4.4 2008-12-01 22:59 rjongbloed * [r21668] ., configure.ac, include/ptbuildopts.h.in: Fix for Microsoft SAPI moving libraries. 2008-12-04 02:01 rjongbloed * [r21695] ., include/ptclib/psockbun.h, src/ptclib/psockbun.cxx: Split socket bundling mutexes so can access interface list while the client list is locked. Preventing deadlock. Fixed handling of "interface only" form of binding, i.e. one that is "%interfaces" and has no address. Now correctly starts up if the interface happens to be down at initialisation time. 2008-12-04 04:09 rjongbloed * [r21699] ., include/ptlib/msos/ptlib/vidinput_directx.h, samples/vidtest/main.cxx, samples/vidtest/vidtest_2005.vcproj, src/ptlib/msos/vidinput_directx.cxx: Added support for camera grabbing on Windows Mobile using DirectShow. Enhanced video test application so can work with OS that has no console. 2008-12-05 07:05 rjongbloed * [r21707] ., include/ptbuildopts.h.in, include/ptlib/msos/ptlib/contain.h, include/ptlib/wince/cevfw.h, include/ptlib/wm/cevfw.h, src/ptlib/common/pglobalstatic.cxx, src/ptlib/msos/Console_2005.vcproj, src/ptlib/msos/vfw.cxx, src/ptlib/wince/ConsoleCE/cevfw.cpp, src/ptlib/wm/cevfw.cpp: Removed Video for Windows empty functions that make it look like Windows Mobile supports VfW when it doesn't. Should just not support it! 2008-12-10 01:39 rjongbloed * [r21744] src/ptlib/msos/vfw.cxx: Added ability to have fixed size video output window, with image scaled to fit. Useful when screen real estate is limited like on PDAs. 2008-12-10 02:03 rjongbloed * [r21746] src/ptlib/common/vconvert.cxx, src/ptlib/common/videoio.cxx, src/ptlib/msos/PTLib_2005.vcproj, src/ptlib/msos/vidinput_directx.cxx: Fixes for camera grabbing on Windows Mobile, MEDIASUBTYPE_YV12 appears to be identical to YUV420P even though documentation implies V & U planes are reversed. 2008-12-10 07:42 rjongbloed * [r21763] src/ptlib/msos/vfw.cxx: If Video Output window position is not specified, centre window on parent window, or screen if no parent. 2008-12-17 06:52 csoutheren * [r21822] src/ptlib/common/collect.cxx: Prevent uninitialised variables error in valgrind cause by not copying deleteKeys flag across when cloning sets and dictionaries. Backport from head 2008-10-17 09:03 rjongbloed * [r21382] version.h: Update version number for beta v2.4.3 2008-10-21 08:54 csoutheren * [r21398] src/ptclib/pvidfile.cxx: Added assert if constructed regexes do not compile Backport from trunk 2008-10-21 08:56 csoutheren * [r21399] src/ptlib/common/contain.cxx: Added assert if constructed regexes do not compile Back port from trunk 2008-10-21 08:57 csoutheren * [r21400] src/ptclib/pvfiledev.cxx: Remove incorrect use of extended regexes that don't work on Linux 2008-10-26 19:57 ms30002000 * [r21412] make/plugins.mak: Fix plugins linking with --as-needed thanks to Vitaly Lipatov. 2008-10-27 01:48 csoutheren * [r21414] src/ptlib/unix/osutil.cxx: Bring over Windows implementation of PTextFile functions. Backport from head 2008-10-28 17:53 ms30002000 * [r21416] include/ptlib/msos/ptlib/sound_win32.h, src/ptlib/msos/sound_win32.cxx: Fix ugly crash in PSoundchannelWin32 - When using the "Default" device os_handles = -1 seem to be used, leading to crashes when the PSoundchannelWin32 object is being destroyed but the buffers are still being accessed... 2008-11-07 02:15 rjongbloed * [r21467] include/ptclib/psockbun.h, include/ptlib/ipsock.h, src/ptclib/psockbun.cxx, src/ptlib/msos/ethsock.cxx, src/ptlib/unix/socket.cxx: Added function to wait for route table or network interface change. Currently only a Windows implementation. Changed socket bundling code (with a both of a clean up) to use the above function. Added ability for external applications to speed up the interface detection by calling PInterfaceMonitor::GetInstance().Start() at any time they like. 2008-11-07 05:58 rjongbloed * [r21471] src/ptlib/msos/ethsock.cxx: Fixed new route table change function to be compatible with older versions of Windows. 2008-11-07 06:00 rjongbloed * [r21472] include/ptlib/msos/ptlib/sound_directsound.h, src/ptlib/msos/sound_directsound.cxx: Added missing function to get opened DirectSound device name. 2008-11-07 06:53 rjongbloed * [r21475] ., src/ptlib/common/videoio.cxx: Back ported from trunk the improved default video selection algorithm. 2008-11-11 13:22 csoutheren * [r21501] src/ptlib/common/sockets.cxx: Remove obsolete requirement for hostnames to start with alpha char Backport from trunk 2008-11-12 23:48 rjongbloed * [r21506] include/ptlib/msos/ptlib/vidinput_directx.h, include/ptlib/videoio.h, ptlib_samples_2005.sln, samples/vidtest/main.cxx, samples/vidtest/vidtest_2005.vcproj, src/ptlib/common/vconvert.cxx, src/ptlib/common/videoio.cxx, src/ptlib/msos/vidinput_directx.cxx: Major rewrite of DirectSHow camera grabber code, in an attempt to a) make it more understandable and b) support Windows Mobile. Added (partial) support for YVU420P format, aka YV12. Same as YUV420P but V/U planes swapped. Added GetDeviceCapabilities() for an already open Video Input device. Enhanced and updated the PTLib sample for video testing. 2008-11-12 23:57 rjongbloed * [r21508] src/ptlib/common/osutils.cxx: Fixed Windows Mobile trace log to debugstream being double spaced. 2008-11-20 04:36 csoutheren * [r21572] include/ptclib/url.h, src/ptclib/url.cxx: Ensure copied PURLs get unique query and parameter lists Backport from head 2008-11-20 05:31 csoutheren * [r21579] include/ptlib/svcproc.h, src/ptlib/common/osutils.cxx: Backport code from trunk to remove warnings 2008-11-20 05:32 rjongbloed * [r21580] ., src/ptlib/msos/ethsock.cxx: Disable global optimization in MSVC for one function to avoid a crash. Who knows why? 2008-11-20 12:56 rjongbloed * [r21583] ., include/ptlib/svcproc.h, src/ptlib/msos/svcproc.cxx: Fixed compiler/streams compatibility. 2008-11-24 08:18 rjongbloed * [r21612] src/Makefile, src/ptlib/unix/svcproc.cxx: Fixed issues with strange link errors to do with Service Process logging. Why now? Who knows? 2008-11-26 01:22 rjongbloed * [r21623] src/ptlib/unix/socket.cxx: Fixed hang on Linux (at least with gcc 4.3.1), thanks Jan Willamowius
2009-01-12Updated devel/cpuflags to 1.34abs2-4/+4
For gcc pre 4.2 -march=core2 should fall back to -march=nocona rather than -march=pentium-m
2009-01-12Updated devel/cpuflags to 1.33abs2-6/+4
Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder card' entry.
2009-01-12Update to 2.24.0:wiz2-7/+7
2.24.0: Increased version for GNOME 2.24.
2009-01-12Update to 2.24.0:wiz2-7/+7
2.24.0: Increased version for GNOME 2.24.
2009-01-12Update to 2.6.7:wiz3-15/+12
2.6.7: * Windows build fixes. (Armin Burgmeier)
2009-01-12Update to 2.24.0:wiz2-7/+7
2.24.0: * Updated version to match gnome 2.24. 2.23.1: * Client: - Added recursive_unset(). (Josephine Hsu, Motorola) Bug #549158. - Added notify(). (Murray Cumming, Openismus)
2009-01-12Update to 2.18.4:wiz2-7/+6
Overview of Changes from GLib 2.18.3 to GLib 2.18.4 =================================================== * Bugs fixed: 562378 callback return value not respected... 559110 Do not include libintl.h after glibintl.h 562562 glib-2-18 branch does not build because... 566348 g_file_open_tmp uses the wrong g_mkstemp on win32 564210 SUN Studio 12 has supported visibility attribute 567138 get_package_directory_from_module() does not free... 561807 inotify_sub.c :: dup_dirname() fails to remove trailing '/' 562393 g_buffered_input_stream_read_byte broken if data available 541715 patch for warnings and signature problems in recent code 547481 g_data_input_stream_read_line behaves not as stated... 548163 Nautilus displays wrong error message for too long filenames 559633 gtk_image_new_from_gicon does not always work... 526320 should not list mounts that the user doesn't have permission 558458 Cannot build gio tests on Solaris using SUN c 558298 Hide ecryptfs mounts 515777 incorrect date&time on copy 566064 Add NOATIME flag to query_info_flags 565484 g_content_type_guess passes non-UTF8 text to XDG functions
2009-01-12Update m17n library to 1.5.3.obache4-13/+12
This release is just for bug fixing.
2009-01-11Add p5-MooseX-StrictConstructor.he1-1/+2
2009-01-11Import p5-MooseX-StrictConstructor version 0.07.he3-0/+31
Simply loading this module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it calls "Carp::confess()". This is a great way to catch small typos.
2009-01-11Add p5-Test-TempDir.he1-1/+2
2009-01-11Import p5-Test-TempDir version 0.04.he3-0/+48
Test::TempDir provides temporary directory creation with testing in mind. The differences between using this and using File::Temp are: * If t/tmp is available (writable, creatable, etc) it's preferred over $ENV{TMPDIR} etc. Otherwise a temporary directory will be used. This is temp_root * Lockfiles are used on t/tmp, to prevent race conditions when running under a parallel test harness. * The temp_root is cleaned at the end of a test run, but not if tests failed. * temp_root is emptied at the begining of a test run unconditionally. * The default policy is not to clean the individual tempfiles and tempdirs within temp_root, in order to aid in debugging of failed tests.
2009-01-11Add p5-File-Path.he1-1/+2
2009-01-11Import p5-File-Path to version 2.07.he3-0/+28
This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem.
2009-01-11Add p5-MooseX-Types-Path-Class.he1-1/+2
2009-01-11Import p5-MooseX-Types-Path-Class version 0.05.he3-0/+39
MooseX::Types::Path::Class creates common Moose types, coercions and option specifications useful for dealing with Path::Class objects as Moose attributes. Coercions (see Moose::Util::TypeConstraints) are made from both 'Str' and 'ArrayRef' to both Path::Class::Dir and Path::Class::File objects. If you have MooseX::Getopt installed, the Getopt option type ("=s") will be added for both Path::Class::Dir and Path::Class::File.
2009-01-11MAKE_JOBS_SAFE=NOadrianp1-1/+2
2009-01-11We don't install the example programs so we can avoid building them. showfontdsainty2-1/+19
may otherwise fail to build with link time errors if include/SDL/SDL_config.h defines HAVE_ICONV. Should make no difference to installed package (if the build succeed), so no need to bump revision.
2009-01-10Add and enable cunitagc1-1/+2
2009-01-10Initial import of CUnit-2.1 into the packages collection.agc8-0/+151
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: Automated Output to xml file Non-interactive Basic Flexible programming interface Non-interactive Console Console interface (ansi C) Interactive Curses Graphical interface (Unix) Interactive
2009-01-09Upgrade devel/scmgit to version 1.6.0.6 (from 1.6.0.2), in order to fixtonnerre6-26/+23
security issues and to prepare for the outstanding upgrade of gitweb. Changes since git 1.6.0.2: - Fix output line format for zip archive generation. - Fix continuation of git rebase -i in case of modified files (conflict). - Honor the pre-rebase hook for git rebase -i. - Fix inconsistent behavior of git diff --quiet and diff --exit-code. - Use multiple element hunk headers from git diff correctly. - Portability fix for the git diff hunk header regexps. - Fix git index-pack inside .git/objects/pack directory. - Fix git index-pack in thin-pack mode. - Some git stash apply fixes. - Fixed format string vulnerabilities (e.g. in git remote). - Fix behavior of git checkout -b <existingbranch>. - Make git checkout -q actually quiet. - In quiet remote operation, we don't need the remote side to send along all the statistics we discard. - Don't do cross-directory renames when creating packs. - git prune now also removes stale temp files under .git/objects/pack. - Have git merge prune empty directories. - Have git merge allocate enough memory for the structure itself when enumerating the parents of the resulting commit. - Stop git blame -C -C from segfaulting if it encounters a submodule reference. - If only file times were changed, don't have git rm claim local modifications. - If set-tree fails, don't let git svn output Perl compile errors. - Fix various NULL pointer crashes (e.g. in apply, reset, update-index). - Remove bash completion support for various non-space tools. - Don't have git add -p claim no changes if binary files have been modified. - Fix git archive in bare repositories. - Have git diff display the number of new or deleted files for the case where there have been too many of them to allow rename detection. - Fix git push --mirror to not try to send the stash. - If the remote end is up to date, still update the tracking reference upon git push. - Make git pull $there $branch:$current_branch work on unborn branches. - Have git reset --hard remove new paths after giving up resolving a conflicting merge. - Fix git send-email fd leak in directory scanning. - Make submodule directories appear as tracked in git status. - Have git svn invoke "git command" rather than "git-command". - Have git update-ref -d honor --no-deref. - Fix various memory leaks. - Fix git checkout segfault when HEAD points to a deleted branch. - Allow switching out of the current branch with git checkout on an un-checked-out state. - Have git fast-export export all tags. - Make git ls-files --with-tree=<tree> work with options other than -c. - If the first object in git pack-objects exceeds --max-pack-size, don't stuff even more objects in. - Stop git-p4 from replacing multilike keywords. (They don't exist.) - Make git tag complain about mutually incompatible options. - Fix performance for git internal diff on large files with repeating chunks. - Don't let git repack grab objects out of packs marked with .keep into new packs. - Fix git fsck deep recursion. - Fix git fast-export and fast-import on old style annotated tags without tagger information. - Have git mergetool honor the "--". - Fix segfault of git show <tag> where <tag> points at a nonexistent object. - Fix handling of lists of mail addresses for git send-email. - Fix branch ancestry logic in git svn if the history fetching process was interrupted.
2009-01-09Take maintainership, per private discussion with previous MAINTAINER.gdt3-8/+8
Update to 1.5.5. Tested with subversion-base, and I will keep an eye on the rest. (If this practice upsets you and you'd like to volunteer to be MAINTAINER, email me - no one else responded to the call for volunteers, so I'll be maintaining this but only really worrying about and testing the parts I care about. Bug reports are of course welcome.) Version 1.5.5 (22 Dec 2008, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.5 User-visible changes: * allow prop commits on dirs with modified children (r34487, -92, -94) * make Cyrus auth implementation always prefer EXTERNAL to ANONYMOUS (r33866) * do not create mergeinfo for wc-wc moves or copies (r34184, -585) * do not autoupgrade old BDB filesystems to 1.5 or 1.4 format (r34653, -6) * return mergeinfo to prior state during reverse merges (r30257, r33024, -6) * remove mergeinfo deleted by merge (issue #3323) * make proxy slaves pass through txn GET and PROPFIND requests (issue #3275) * merge can now use targets with inconsistent newlines (issue #3262) * don't allow empty-string changelists (issue #3344) * remove false positive ra_neon mergeinfo errors (r34822) * improve performance of 'svn merge --reintegrate' (r34091, -4, and others) * fixed: foreign merges keep UUID of foreign repository (r34050, -1, -3) * fixed: properly encode diff headers used in conflict resolution (r34171) * fixed: segfault in 'svn cp --parents' (r31311, -4) * fixed: mergeinfo for '...' maps to empty revision range (issue #3312) * fixed: segfault in BDB backend node-origins cache (r34506) * fixed: broken merge if target's history includes resurrections (r34385, -93\ ) * fixed: invalid mergeinfo created on a subtree during merge (r34560, -2) Developer-visible changes: * fixed: svn_repos_get_logs() chokes on some revision arguments (r33873, -4)
2009-01-09Updated devel/cpuflags to 1.32abs3-13/+29
Intel appear to have re-used cpu branding strings between Northwood and Prescott pentium4s. Thats just... special. Handle this by explicitly testing for SSE3 support to distinguish between '-march=prescott' and '-march=pentium4'
2009-01-08Update to 0.4:wiz3-18/+43
The 0.4 release includes several improvements and bug fixes: * Added support for specifying paths to exclude from the add-in scan in .addins files [1] and in add-in manifests [2]. * There are several new flags [3] which can be applied to add-ins: * Can't uninstall: the add-in can't be uninstalled. * Can't disable: the add-in can't be disabled. * Hidden: the add-in won't be visible in the setup tools. * Fixes in the add-in scanner. * The new (and optional) Mono.Addins.CecilReflector assembly provides a Cecil-based backend for the add-in scanner. This scanner is more reliable than the reflection based scanner. * When updating the registry, the add-in scanner will only update add-ins belonging to the running application (ignoring directories from other instances of the same or different applications sharing the same registry). * Fixed issue with path length limitation in Windows. * Other bug fixes and API improvements.
2009-01-08Make sure that the libraries are linked with libiconv if necessary, to avoiddsainty1-1/+3
the build failing like so (on Linux systems): g++ -fexceptions -funsigned-char -fPIC -Wno-multichar -Wno-implicit -Wno-ctor-dtor-privacy -O2 -I/tmp/pkgsrc1/devel/exempi/work/.buildlink/include -Wl,-R/usr/pkgroot1/lib -o xmpfilescoverage XMPFilesCoverage.o -L/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPCore/.libs/libXMPCore.a ../../source/XMPFiles/.libs/libXMPFiles.a ../../source/common/.libs/libxmpcommon.a /tmp/pkgsrc1/devel/exempi/work/.buildlink/lib/libexpat.so ../../third-party/MD5/.libs/libmd5.a -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::Latin1ToUTF8(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)': Reconcile_Impl.cpp:(.text+0x1a1): undefined reference to `libiconv_open' Reconcile_Impl.cpp:(.text+0x1f0): undefined reference to `libiconv' Reconcile_Impl.cpp:(.text+0x1fb): undefined reference to `libiconv_close' ../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::UTF8ToLatin1(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)': Reconcile_Impl.cpp:(.text+0x341): undefined reference to `libiconv_open' Reconcile_Impl.cpp:(.text+0x390): undefined reference to `libiconv' Reconcile_Impl.cpp:(.text+0x39b): undefined reference to `libiconv_close' collect2: ld returned 1 exit status *** Error code 1
2009-01-07Update to 1.14.11:wiz2-6/+6
libgsf 1.14.11 Jody: * win32 build fix for glib-2.18 deprecation. * Extend MS Office Open Pkg handling to accept POI files. * Add libxml2 wrapper to simplify probing. Morten: * Solaris compilation issue. [#558253] * Handle non-seekable files in gsf_input_stdio_new. [#154417] Paul: * Fix various Mac compilation issues. [#565603] [#565605] Pedro Fragoso: * Clean up glib includes. [#564004] Richard W.M. Jones * MinGW configure fix for libbz2 detection.
2009-01-07Update to 1.1.2:wiz2-6/+6
This is a minor release including one security fix and two minor bug fixes * improve path auditing (issue 1450) * fix date-related test failures in test suite * add graph controls to monoblue theme
2009-01-07Update py-gobject to 2.16.0:wiz6-23/+24
2.16.0 04-jan-2009 - gobject.timeout_add_seconds() not found in docs (Paul Pogonyshev, #547119) - _wrap_g_output_stream_write_async not adding a reference to the buffer passed (Paul, #564102) - gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613) - Test if `domain' is not-null before using it to avoids segfaults (Paul, #561826) - g_output_stream_write_all use gsize instead of gssize (Gian) - add __repr__ to gio.Drive, gio.Mount and gio.Volume (Paul, #530935) - Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227) - Make codegen not import when corresponding argument types are not registered (Paul, #551056) - Fix typos breaking compilation (Frederic Peters #551212) - GFile load_contents methods chop data at first \0 (Jonathan Matthew, #551059)
2009-01-07Update to 2.0.18:wiz2-6/+6
Ver 2.0.18 - Sun Dec 21 08:38:20 PST 2008 * libtool update for dependencies * MSVC C89 variable hoisting to enable MSVC compile (sweetlilmre) * addition of VC9 (Visual Studio 2008) project file (sweetlilmre) * update to MinGW make file (Sergio Padrino, sweetlilmre) * fix uninitialised variables in _putPixelAlpha() (Paul Pedriana) * reverted to original alpha routine in _putPixelAlpha() as new one was causing issues in 16bbp new routine #define has been renamed to EXPERIMENTAL_ALPHA_PIXEL_ROUTINE original is now DEFAULT_ALPHA_PIXEL_ROUTINE * added colorkey handling patch to rotozoom (Sergio Padrino) * downgraded optimization to -O for asm compatibility with gcc4 Ver 2.0.17 - Sun Jun 1 15:39:38 EDT 2008 * hline/vline clipping and swap-logic fixed * clipping box dimension check added and clipping-checks optimized * TestFonts program updated * Updated documentation on cross-compilation, AMD64 * Fixed circleColor overdraw * Added arcColor routine * Added polygonColorMT and polygonTextureMT routines * Updated 32bit alpha blending routine
2009-01-07+ nantjmcneill1-1/+2
2009-01-07Import nant version 0.86beta1.jmcneill6-0/+160
NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. NAnt is different. Instead of a model where it is extended with shell-based commands, NAnt is extended using task classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.
2009-01-05Update to 1.22.4:wiz2-6/+6
Overview of changes between 1.22.3 and 1.22.4 ============================================= - Misc bug fixes - Improved docs - Bugs fixed in this release: Bug 564644 – Not complete description of the pango_font_description_better_match function Bug 563898 – Generated output is not deterministic Bug 563803 – pango_renderer_finalize fails to call parent finalize Bug 499626 – Space should be optional after comma in PangoFontDescription input string Bug 499624 – Spaces around commas in PangoFontDescription family name should be trimmed Bug 563557 – set g_get_prgname() in fc pattern Bug 563356 – The input area of firefox and the blank width after text in gnome-menu was stretched too wide, under pango-1.22.3 Bug 562574 – Pangocariowin32 is leaking every cairo font it ever creates
2009-01-05Update from version 6.48nb1 to 6.48nb2.he4-19/+15
Pkgsrc changes: o Based on private feedback in PR#40292, drop the dependency on p5-UNIVERSAL-isa. o Add some comments to some of the patch files.
2009-01-04Update from version 1.16 to 1.17.he2-7/+7
Pkgsrc changes: o Change one BUILD_DEPENDS to a full DEPENDS (p5-libwww) Upstream changes: 1.17 - Tue 30 Dec 2008 00:12:53 PST - Allow no_locator methods to be subclassable - Thanks to Michael Hendricks of Grant Street Group.
2009-01-04update to sgb-2007-03.28.tar.gz distributiondbj2-7/+7
2009-01-04convert to use libtooldbj8-40/+120
additional fixes to compile on osx
2009-01-04Update from version 1.092 to 1.094.001 (upstream 1.094001).he2-7/+8
Pkgsrc changes: o Change to Module::Build Upstream changes: [1.094001] Released on 2009-01-01 Bug Fixes: * Tests would fail on systems without Regexp::Parser installed. [1.094] Released on 2009-01-01 Incompatible Changes: * The way that "## no critic" markers was refactored. As a result, we discovered that the syntax for the markers was pretty vague. If you didn't do it just right, it would disable all policies, and not just the specific ones that you wanted. So we've tightened this up a bit. If you followed the examples that have been in the docs for the last couple years, then you should be fine. But if you've been using certain other variations in your "## no critic" markers, then you might suddenly find yourself violating the new ProhibtUnrestrictedNoCritic policy. To fix this, just make sure your Policy names appear in parentheses: ## no critic Foo, Bar, Baz # wrong! ## no critic Foo Bar Baz # wrong! ## no critic (Foo, Bar, Baz) # ok! ## no critic qw(Foo Bar Baz) # also ok! * The deprecated $FORMAT variables for Perl::Critic::Policy and Perl::Critic::Violation no longer exist. Use the corresponding get_format() and set_format() functions instead. New Policies: * Miscellanea::ProhibitUnrestrictedNoCritic * Miscellanea::ProhibitUselessNoCritic * NamingConventions::Capitalization * Subroutines::ProhibitReturnSort * Variables::ProhibitReusedNames Removed Policies: * NamingConventions::ProhibitMixedCaseSubs and NamingConventions::ProhibitMixedCaseVars have been moved to a separate Perl-Critic-Deprecated distribution. The NamingConventions::Capitalization policy does everything they do, plus more. Policy Changes: * BuiltinFunctions::ProhibitStringyEval now has an allow_includes option that makes it behave (mostly) like Ricardo SIGNES' Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire. * InputOutput::RequireCheckedClose, InputOutput::RequireCheckedOpen, and InputOutput::RequireCheckedSyscalls now all support autodie. Unfortunately, autodie is currently treated like a module and not a pragma, which means that the lexical scoping is not taken into account. * InputOutput::RequireCheckedSyscalls now has an exclude_functions parameter. * Modules::ProhibitEvilModules now allows you to specify what the description of a use of a bad module should be, to, say, suggest that people use autodie instead of Fatal. * Subroutine::ProhibitExcessComplexity violation descriptions now include the name of the subroutine, thanks to Andreas Koenig, RT #40070. * TestingAndDebugging::RequireUseStrict and TestingAndDebugging::RequireUseWarnings now have equivalent_modules parameters that allow you to designate other modules as being equivalent to the strict and warnings pragmata. This one is for all you Moose fans out there. :] Bug Fixes: * ControlStructures::ProhibitUnreachableCode would treat package statements as unreachable. Fixed by Kevin Ryde. RT #41734 * Fix warning from InputOutput::ProhibitOneArgSelect when select was called with no arguments. RT #41926 * Miscellanea::RequireRcsKeywords couldn't find keywords after __END__ that didn't look like part of POD. * Modules::RequireFilenameMatchesPackage would incorrectly complain about programs. Yet more greatness contributed by Schwern. RT #39024. * If a perlcriticrc file referred to a policy that wasn't installed and the profile-strictness option was set to "fatal", Perl::Critic::PolicyFactory fell over instead of reporting the problematic policy name. Miscellanea: * Perl::Critic::Violation will automatically strip trailing periods from your Policy description and explanation strings. This ensures that the punctuation is consistent with the format specified by the user via the -verbose formatting options. New Developer Features: * Perl::Critic::Policy::prepare_to_scan_document() is now checked and a Policy can disable itself for just a single document, which can speed things up. [1.093_03] Released on 2008-12-11 [1.093_02] Released on 2008-10-30 [1.093_01] Released on 2008-09-07 Changes summarized into 1.094 above. For exact details, see Changes in 1.093_003 on BackPAN.
2009-01-04Update from version 0.40nb1 to 0.42.he2-7/+6
Upstream changes: By: smueller on 2009/01/03 * Apply *correct* patch for blib_to_par across file system boundaries from Radek. (Radek's patch was correct, just not my application.) * This is 0.42. By: smueller on 2008/12/17 * Apply patch for blib_to_par across file system boundaries from Radek. * This is 0.41.
2009-01-04Update from version 0.17nb1 to 0.18.he2-7/+6
Upstream changes: 0.18 Wed Dec 31 00:00:00 2008 - Fixed internal version numbers.
2009-01-04Update from version 0.13 to 0.14.he2-6/+6
Upstream changes: (include updated 0.13 changes entry): 0.14 Sat Dec 20 16:53:05 2008 * POD fix * Document what changes tokuhirom and Yappo made (see below) 0.13 Tue Dec 16 02:01:40 2008 * Pass in the instance to the default sub in the constructor (reported with failing tests by rjbs) * Tons of new features implemented by tokuhirom++ and Yappo++: - method API in classes and roles! - "requires" and "with" for Mouse::Role - Type coercion - Inject a constructor after make_immutable. Huge speedup! - class_type and role_type - Inject a destructor for more speedup - MouseX::Types (may move into its own dist) - create_anon_class - union type constraints (eg 'Str | Undef') - subtypes and sugar for them
2009-01-04Update from version 0.3000 to 0.3100 (upstream 0.31).he2-7/+9
Pkgsrc changes: o Add a couple of dependencies needed when perl < 5.10 o Add "c" to the languages; the tests use the C compiler Upstream changes: Revision history for Perl extension Module::Build. Deprecations - Use of attributes as class methods is deprecated (this was never a documented feature and appears to only have worked accidentally.) 0.30_02 - Mon Dec 15 12:23:55 PST 2008 Bug Fixes - make Software::License dependency "softer". 0.30_01 - Thu Dec 11 18:25:53 PST 2008 New Docs - Added a recipe for writing a new action to the Cookbook - Added a recipe for bundling Module::Build to the Cookbook. Doc Fixes - Clarified dist_abstract search procedure in API.pod (RT#41056) [Mario Domgoergen] Bug Fixes - Workaround HARNESS_TIMER env issue in t/compat.t (RT#39635) - Fix ~ expansion when $HOME is different from /etc/passwd as when running sudo. [rt.cpan.org 39662] - Fixed a small POD error in the Cookbook. [Damyan Ivanov] - Unset group/other write permission bits when using Archive::Tar to build the dist tarball. (RT#39804) [David Golden] Enhancements - We now support a 'create_license' parameter to new() that will create a LICENSE file during the 'dist' phase with the full text of the license. This requires Software::License on the author's machine. THIS ALSO STILL NEEDS DOCS. - Added lgpl2/lgpl3 entries to the supported licenses (RT#40532). - Support for validating properties with a check subref. [David Wheeler] Test Fixes - Defend against more stray environment variables interfering with the tests. Other - Updated our embedded version.pm to 0.76, enhanced documentation on dist_version_from. [John Peacock]
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz4-8/+8
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2009-01-04Update from version 0.86 to 0.90.he2-6/+6
Upstream changes: 2008-12-29 Jarkko Hietaniemi <jhi@iki.fi> * Storable deparse of coderefs for deep_copy() does not work at all with 5.6.2: if modern enough Storable and B::Deparse are not available, fall back to the previous version which used Data::Dumper. * Release as 0.90. 2008-12-27 Jarkko Hietaniemi <jhi@iki.fi> * Some PAUSE upload problem with 0.88, retrying. * Release as 0.89. 2008-12-26 Jarkko Hietaniemi <jhi@iki.fi> * The 0.87 forgot to specify the Storable (and Safe, used in the deserialization step of deep_copy) prerequirement(s) in Makefile.PL. * Release as 0.88. 2008-12-26 Jarkko Hietaniemi <jhi@iki.fi> * Addressed a performance problem in successors() and predecessors(), reported by Jonathan Moore. * Reimplement deep_copy() by using Storable freeze() and thaw() instead of Data::Dumper, inspired by Jonathan Moore. Probably now safer and faster, but Storable is now a prerequirement. * Release as 0.87.
2009-01-04Update from version 2.38nb3 to 2.45.he2-7/+8
Pkgsrc changes: o Add commented-out HOMEPAGE using search.cpan.org Upstream changes: Version 2.45: ( Sat Dec 27 17:21:45 IST 2008 ) ----------------------------------------------- * Fixed bug #1230339: - https://sourceforge.net/tracker/index.php?func=detail&aid=1230339&group_id=6926&atid=106926 - Can't store and retrive "\nEOT\n" - Fixed by checking for the existence of the here-doc terminator in the string, and if so appending more characters. * Fixed bug #1565180 - https://sourceforge.net/tracker/index.php?func=detail&aid=1565180&group_id=6926&atid=106926 - -nocase breaks -default. - If a default-values section is specified, then -nocase did not look it up if it's not lowercase. * Fixed bug #1831654 - https://sourceforge.net/tracker/index.php?func=detail&aid=1831654&group_id=6926&atid=106926 - multiline-values are tainted. - Added a test as t/17untainted-multiline-values.t Version 2.44: ( Thu Dec 25 11:44:07 IST 2008 ) ----------------------------------------------- * Eliminated an assignment of $VERSION into itself to "get rid of warnings". Only caused warnings at Build.PL, and is unnecessary now that we "use vars". Version 2.43: ( Thu Dec 4 18:56:02 IST 2008 ) ----------------------------------------------- * Placed IniFiles.pm under lib/Config/IniFiles.pm. * Added a Build.PL file for the distribution. * Moved the ChangeLog to its own file - Changes. * Made the README contain the useful information and nothing else - previously it was a copy of the module's entire POD. * Added a regression test for: https://sourceforge.net/tracker/index.php?func=detail&aid=778593&group_id=6926&atid=106926 When copying tied-hashes representing sections with multiline values as keys, one used to get a reference instead of a copy. This was fixed in SVN but not in CPAN. * Added a test for opening an empty file, inspired by: https://sourceforge.net/tracker/index.php?func=detail&aid=927111&group_id=6926&atid=106926 * Added a fix for this bug: https://sourceforge.net/tracker/index.php?func=detail&aid=767913&group_id=6926&atid=106926 With a test that I wrote myself: in list context, ->val() returned the list containing (undef()) if there was no such key. Now returning the empty list which evaluates to false. * Added a test for bug "[ 2030786 ] Brackets within values are treated as section headers" It seems to be fixed on SVN. Revision 2.40 2003/12/08 10:33:13 domq Documentation tidyup Revision 2.39 2003/12/06 07:54:21 wadg [By Proxy for domq] * Encapsulation of internal data structures even for use within the class: e.g. ReadConfig() and the TIEHASH interface operate using accessor methods on $self. Causes massive simplification of the code. * TIEHASH interface made load-on-demand. Order of each() in TIEHASH same as configuration file's order (i.e. $self->Sections() and $self->Parameters()). * push() and exists() methods * -allowempty and -deltas parameters to new() * support for loading config from a SCALAR reference. Unfortunately this also requires a small patch to IO::Scalar, whose author has yet to respond to my email * ->{myparms} and ->{mysects} fields, supporting -delta=>1 option to WriteConfig() * _assert_invariants() method (used only in t/01basic.t and t/02weird.t, maybe should be packaged otherwise) Revision 2.39 2003/11/10 15:37:48 dom * Encapsulation of internal data structures even for use within the class: e.g. ReadConfig() and the TIEHASH interface operate using accessor methods on $self. Causes massive simplification of the code. * TIEHASH interface made load-on-demand. Order of each() in TIEHASH same as configuration file's order (i.e. $self->Sections() and $self->Parameters()). * push() and exists() methods * -allowempty and -deltas parameters to new() * support for loading config from a SCALAR reference. Unfortunately this also requires a small patch to IO::Scalar, whose author has yet to respond to my email * ->{myparms} and ->{mysects} fields, supporting -delta=>1 option to WriteConfig() * _assert_invariants() method (used only in t/01basic.t and t/02weird.t, maybe should be packaged otherwise)
2009-01-04Update from version 1.2901nb1 to 1.2902.he3-21/+8
Pkgsrc changes: o Remove no longer needed patch Upstream changes: 2008-12-30 Jarkko Hietaniemi <jhi@iki.fi> * Lowered the "0.95 of the current limit" down to "0.75 of the current limit" in setrlimit.t so that more memory-constrained systems (like 2MB or less of default stack) have slightly more chance of completing the test. The 0.75 also has more chance of aligning with page sizes. * The scalar context return of getrlimit() was documented to return an object, even though it really returned the soft limit, reported by anicka@suse.cz. Fixed the documentation. * Judging by the cpantesters reports no netbsd has a functional RLIMIT_STACK, so skipping the test in all of them. * Release 1.2902.
2009-01-04Update from version 0.63 to version 0.64.seb2-7/+7
Pkgsrc changes: - Adjust dependency on devel/p5-Class-MOP Upstream changes: 0.64 Wed, December 31, 2008 * Moose::Meta::Method::Accessor - Always inline predicate and clearer methods (Sartak) * Moose::Meta::Attribute - Support for parameterized traits (Sartak) - verify_against_type_constraint method to avoid duplication and enhance extensibility (Sartak) * Moose::Meta::Class - Tests (but no support yet) for parameterized traits (Sartak) * Moose - Require Class::MOP 0.75+, which has the side effect of making sure we work on Win32. (Dave Rolsky)