summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn172-319/+344
2015-04-25Added devel/py-pyobjc version 3.0.4adam1-1/+40
2015-04-25The PyObjC project aims to provide a bridge between the Python and Objective-Cadam155-0/+2067
programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.
2015-04-25Changes 2.3.6:adam2-6/+6
* "diff-highlight" (in contrib/) used to show byte-by-byte differences, which meant that multi-byte characters can be chopped in the middle. It learned to pay attention to character boundaries (assuming the UTF-8 payload). Also contains typofixes, documentation updates and trivial code clean-ups.
2015-04-25Update 0.33 to 0.35mef2-6/+6
------------------- 0.35 2015-04-06 22:20 UTC + Fix : The module could end being disabled in one thread if it was first loaded in another thread and that thread was immediately terminated. This is now fixed and should address test failures of t//09-load-threads.t and t/42-threads-global.t. 0.34 2015-04-02 19:50 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : [RT #100068] : add link to historical tchrist post The link has been added to the documentation. Thanks Olivier Mengué for reporting. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Fix : Be really compatible with the optional OP_PARENT feature. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/41-threads-teardown.t and t/50-external.t with unusual compilers (like icc) that link all their compiled objects to their own libraries.
2015-04-25Update 0.21 to 0.25mef2-7/+7
------------------- 0.22 Sun 15 Dec 2013 17:08:35 GMT - Prevent return from being optimised away by newer (>= 5.19.7) Perls. This is a patch supplied by @wolfsage: see https://github.com/robinhouston/Want/pull/1 0.23 Mon 24 Mar 2014 00:28:36 GMT - Accommodate a bleadperl change to the optree, made in 7d3c8a6837b55fff0e6294ebf8c94a1601367c76. This is bug #94086 for Want, and bug #121342 for perl5. 0.24 Tue 2 Dec 2014 10:22:39 GMT - Accommodate another bleadperl change. Patch provided by Father Chrysostomos at https://rt.cpan.org/Public/Bug/Display.html?id=100626 0.25 Wed 10 Dec 2014 19:31:03 GMT - Add support for the new OP_MULTIDEREF Perl has a new op, added as a performance optimisation in fedf30e1c349130b23648c022f5f3cb4ad7928f3, to represent a sequence of array/hash dereferences. This patch adds support for the new op.
2015-04-25Update 0.55 to 0.57mef2-6/+6
------------------- 0.57 2015-04-17 15:20 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Segfaults when the module is loaded in a thread, which spawns itself a new thread, and that child thread outlives its parent. + Fix : Small memory leaks of structures required for thread safety. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Tst : The global destruction test will now be exercised on any perl that has DEBUGGING set. + Tst : Optional capturing tests in t/17-ctl.t that were only run when Capture::Tiny was present were converted to an IPC::Open3 based helper and will now be run everywhere. 0.56 2015-03-11 15:15 UTC + Fix : [RT #101410] : Install fails in blead Even though the change that caused this error was reverted from blead, lvalue uses of ERRSV have been removed from this module so that there will be no breakage when this change is possibly reintroduced in the following months. Thanks Dave Rolsky for reporting. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/17-ctl.t with unusual compilers (like icc) that link all their compiled objects to their own libraries. + Tst : The global destruction test is now only run on perl 5.13.4 and higher, and only if either Perl::Destruct::Level is installed or PERL_DESTRUCT_LEVEL is set and the perl is a debugging perl. This will solve rare crashes of t/15-self.t on perl 5.13.3 and older.
2015-04-25Update to 0.18mef2-6/+6
-------------- 0.18 2015-02-24 - Skip the taint test if Perl was compiled without taint support. RAZ++ - Changed use of "use vars" to "our" - Added strict and warnings to PREREQ_PM
2015-04-251.25 Tue Jan 13 08:51:00 2014mef2-7/+6
- Fix logic in sub DESTROY for when children are/are not present. Reported by astortz. See https://github.com/stevan/tree-simple/issues/8. 1.24 Sat Sep 6 09:27:00 2014 - Abandon Test::Version and hence delete t/version.t. Putting version.t in xt/author/ is not a solution, because Test::Version has problems with Test::EOL and Test::Builder. Thanx to Kent Fredric for the github issue which started me investigating this issue.
2015-04-25Update to 0.14mef2-6/+6
-------------- 0.14 2015-04-24 03:26:54Z - remove mandatory dependencies for optional test - mark the test with B::C as TODO, as it seems to fail frequently and should not block normal installations
2015-04-25Update to 1.009mef2-6/+6
--------------- 1.009 2015-04-22 - Fix 103861 for PAR-Packer: Adding local directories to @INC for a pp executable fails - Get rid of included PerlIO.pm, parent.pm, obsolete Module::Install::Include and included Test::More.
2015-04-25Update to 5.20150420mef2-6/+6
-------------------- 5.20150420 - Updated for v5.21.11
2015-04-25Update 1.000005 to 1.000007mef2-6/+6
--------------------------- 1.000007 2015-04-22T05:48:43Z 274de7d [Documentation] - Apparently I can't link to myself right. 1.000006 2015-04-22T03:04:21Z f2105b9 [Documentation] - Add a deterrent notice.
2015-04-25Update to 0.07mef2-6/+6
-------------- 0.07 21 Apr 2015 Use temporary files for 03_userdirs.t test, fix for RT bug 103805
2015-04-25Update to 0.15mef2-7/+6
------------- 0.25 2015-04-23 - do not clobber $@ (RT #103061)
2015-04-25version 2.14 at 2015-04-20 23:28:46 +0000mef2-6/+6
----------------------------------------- Updated for v5.21.11
2015-04-25Update to 1.7031mef2-6/+6
---------------- 1.7031 2015-04-22 14:13:37 PDT [Bug Fixes] - Fixed a rare case where circular dependencies in cpanfile prevents satisfying modules from being installed. (#452) [Improvements] - Stop reporting perl versions by default if running under certain CI related env vars.
2015-04-25Update to 0.15mef2-6/+6
-------------- 0.15 2015-04-23T22:43:05Z - Update XSHelper for Fix STATIC_INLINE for gcc -std=c89 (vpit)
2015-04-25(pkgsrc)mef2-6/+17
- Add 5 of BUILD_DEPENDS for make test - Among make test items, waitpid() in test #11 won't return, disable it for the moment by renaming 11*.t to 11*.t.orig. XXXXXX (upstream) - update to 1.33 ---------------- 1.33 2015-04-17 - Fix failing tests - Fix manifest
2015-04-24Add graphics/rebar version 2.5.1 : an Erlang langauge build toolreinoud5-1/+37
2015-04-24Update to 2.111 (from README)mef2-7/+6
--------------- Version 2.111 (2015/04/22) Update maintainer's name, which is now Dianne Skoll.
2015-04-24Update to 1.42mef2-7/+7
-------------- 1.42 -- 2015/04/23 01:25:55 [CHANGES] * Added List::Util::unpairs() - the inverse of pairs() * Documentation to pre-warn users about the possible behaviour in a later version where the pair* higher-order functionals are no longer transparent to $_ [BUGFIXES] * Silence some warnings at test time * Ensure that the List::Util we're loading the XS via is a sufficient version when Scalar::Util or Sub::Util load it (RT100863)
2015-04-24Update to 0.50mef2-6/+6
-------------- 0.50 Sun Apr 19 18:13:00 BST 2015 - Removed several memory leaks Reported by @JRaspass (issue #24) - any_number() no longer fails if it is never called Contributed by @ptolemarch and @cavemanpi (issue #25)
2015-04-24Update to 1.004wen2-8/+8
Update LICENSE Update BUILD_DEPENDS Upstream changes: 1.004 2014-08-05 16:38:43-04:00 America/New_York [FIXED] - Requires Capture::Tiny 0.12 or later to avoid test failures
2015-04-24Update to 0.232wen2-7/+6
Upstream changes: 0.232 20150319 . Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy . No code changes, no need to upgrade 0.231 20150309 . Really restore test compatibility where Perl does not provide &Config::non_bincompat_options. This affected Perl versions < 5.14 (RT #102626, patch by Matthew Horsfall) . No code changes, no need to upgrade 0.230 20150309 . Restore test compatibility where Perl does not provide &Config::non_bincompat_options. This affected Perl versions < 5.14 (RT #102626) . No code changes, no need to upgrade 0.229 20150307 . Add link to (Github) repository Thanks to Neil Bowers for the idea . Guard tests against PERL_DISABLE_PMC Contributed by Bulk88 . No code changes, no need to upgrade
2015-04-23iostream's constructor must have a streambuf as argument, so providejoerg2-1/+17
one.
2015-04-23Convert dependency from p5-Test-use-ok to p5-Test-Simple.mef1-2/+2
2015-04-23Add dependency to www/p5-URI (unless Can't locate URI/Escape.pm), thanks joerg@.mef1-1/+3
2015-04-23"Remove useless checks causing build failure with clang". --upstreamrodent3-1/+35
2015-04-23+py-hglistnros1-1/+2
2015-04-23Import of hglist as py-hglist to pkgsrc-current, packaged for wip bynros4-0/+38
nros. Hglist is an extension to Mercurial that adds an "hg list"/"hg ls" command. It is designed to provide better output than "hg manifest".
2015-04-23Disable epoll on illumos too.jperkin1-3/+3
2015-04-23Explicitly disable epoll on illumos, it is provided for Linux compatibilityjperkin2-2/+12
only.
2015-04-23Explicitly disable epoll and inotify found on illumos, they are provided forjperkin1-1/+7
Linux compatibility only.
2015-04-23Update to 2.7.5:wiz2-9/+9
Changes in version 2.7.5: * There are users which expect patch to follow symbolic links in the working directory, so patch now again follows symbolic links as long as they do not leave the working directory.
2015-04-23PKGREVISION++, Converting depends p5-Test-Tester to p5-Test-Simplemef2-3/+4
2015-04-23PKGREVISION++, Converting depends p5-Test-Tester to p5-Test-Simplemef2-3/+4
2015-04-22Update to 0.29mef2-6/+6
-------------- 0.29 2015-04-21 - Config::Find::Any::_find must return undef when file not found. PBP does not apply. - added initial test script for find() method. - default to WinAny for Windows OSes, and separate exceptions. - report versions when testing.
2015-04-21Update tex-luatexbase{,-doc} to 0.6markd5-17/+16
latest texlive version. changes unknown.
2015-04-21Update tex-lualibs{,-doc} to 2.2markd6-19/+38
latest texlive version. changes unknown.
2015-04-21Update tex-l3packages{,-doc} to 0.5471markd5-15/+16
latest texlive version. changes unknown.
2015-04-21Update tex-l3kernel{,-doc} to 0.5547markd6-20/+27
latest texlive version. changes unknown.
2015-04-21Update tex-etoolbox{,-doc} to 2.1dmarkd4-15/+16
latest texlive version. changes unknown.
2015-04-21Update from 20110205 to 20150301mef2-7/+6
-------------------------------- 20150301 Sun Mar 1 12:22:37 PST 2015 Misc * Clarified the license link (was pointing at the Artistic License) * Now using Github for bug tracking and repository
2015-04-21Replace size_t overloads with long long overloads to help ILP32joerg3-1/+118
platforms.
2015-04-21Update to 1.15mef2-6/+6
-------------- 1.15 Thu Apr 16 2015 - respect the 'urllist' option when using the CPAN backend (Dan Brook) - fixes for newlines on MSWin32 (Christian Walde)
2015-04-21Update to 0.66mef2-6/+6
-------------- 0.66 2015/04/17 20:36:39 [CHANGES] * Created IO::Async::Debug * Ignore SIGPIPE by default (RT92024) * IaSocket->bind now returns a Future * Added IaSocket->bind resolver support and neatened up UDP examples in synopsis/documentation [BUGFIXES] * Correct call to unpack() in IaStream example (RT103143) * Don't silently eat accept() failures in IaListener (RT102677) * Remember to add the new resolver instance to $loop in ->set_resolver (RT103446) * Correct implementation of ->unwatch_io on IaLoop::Poll to prevent 100% CPU spin (RT103445) * Ensure that an exception thrown by Timer::Periodic's on_tick doesn't prevent rescheduling
2015-04-21Update to 3.18.1ryoon2-7/+6
Changelog: The NSS Development Team announces the release of NSS 3.18.1 Network Security Services (NSS) 3.18.1 is a patch release for NSS 3.18 to update the list of root CA certificates. No new functionality is introduced in this release. Notable Changes: * The following CA certificate had the Websites and Code Signing trust bits restored to their original state to allow more time to develop a better transition strategy for affected sites: - OU = Equifax Secure Certificate Authority * The following CA certificate was removed: - CN = e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi * The following intermediate CA certificate has been added as actively distrusted because it was mis-used to issue certificates for domain names the holder did not own or control: - CN=MCSHOLDING TEST, O=MCSHOLDING, C=EG * The version number of the updated root CA list has been set to 2.4 The full release notes, including further details and the SHA1 fingerprints of the changed CA certificates, are available at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.18.1_release_notes
2015-04-21Update Xfce to 4.12.0.jperkin12-63/+71
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
2015-04-21Update libbson to 1.1.4.fhajny2-6/+6
Minor patch release with one bug fix for bson_iter_timeval.