Commit graph

26267 commits

Author SHA1 Message Date
jperkin
8850d74222 Remove call to Cocoa notification too. Ride previous change rather than
forcing a revbump as it only impacts a specific lesser-used platform.
2016-05-03 08:49:04 +00:00
mef
4abfbf23bf Updated to devel/p5-Method-Signatures 20160315
---------------------------------------------
20160315    Tue Mar 15 16:21:33 PDT 2016
    Promoted to full release

20160310.2049_001   Thu Mar 10 20:49:00 PST 2016
    Docs
    * Fix broken link in POD
      [github #120] (thanks Manwar)

    Distribution Fixes
    * Generate README from POD
      [github #122/#123/#124] (thanks jluis)
    * Silence bogus Kwalitee failure
      [github #121] (thanks jluis)

20151120.1519_001   Fri Nov 20 15:19:44 PST 2015
    Bug Fixes
    * Fix missing semi-colon
      [github #118] (thanks joenio)

    Distribution Fixes
    * Bump required version of Lexical::SealRequireHints to fix RT #93759
      [github #119] (thanks chorny)
2016-05-03 05:10:38 +00:00
mef
09fa952cd6 Updated to devel/p5-IO-Async 0.70
(make test fails, but that is not by this update)
---------------------------------
0.70    2015/12/15 18:17:43
        [CHANGES]
         * Support perl 5.8.x (tested on 5.8.9, presumed working as far as
           5.8.4)

0.69    2015/11/09 19:56:58
        [CHANGES]
         * Use Future->catch instead of poorly-implemented string-eq test
         * Use L<...> instead of C<...> in docs where appropriate (RT107417)
           (thanks Arthur Axel 'fREW' Schmidt)

        [BUGFIXES]
         * Don't silently swallow Listener acceptor failures (RT107806)
         * Don't silently swallow other ->connect errors
         * Remember to ->unwatch_io before setting IaHandle's handle to undef
2016-05-03 05:05:59 +00:00
mef
c158f10b58 Updated to devel/p5-List-MoreUtils 0.415
----------------------------------------
0.415   2016-05-01
    - Release 0.414_001 as 0.415 without further changes

0.414_001 2016-04-13
    - fix RT#75727 - after's XS implementation call XSRETURN(-1) when it
      doesn't find an element (2nd patch provided by Reini Urban,
      regression test provided by Tony Cook)
    - fix RT#113117 - XS's minmax() sometimes return undef (perl >= 5.20),
      thanks PERLANCAR and SREZIC
    - explicit test for thesis in RT#110998 - XS implementation of pairwise
      fails with memory allocation error when there are more return values
      than in original lists -- thesis is proven wrong
    - efficiency improvements by bulk88
    - improve some tests to get clearer reports
    - distinguish between "Makefile.PL find's a .git directory" and
      "Makefile.PL runs in maintainer mode"
2016-05-03 03:04:43 +00:00
seb
0221384771 Add & enable bats 2016-05-02 02:33:28 +00:00
seb
ba2561dc4f Add bats version 0.4.0 in the NetBSD Packages Collection.
Bats is a TAP-compliant testing framework for Bash. It provides a
simple way to verify that the UNIX programs you write behave as
expected.

A Bats test file is a Bash script with special syntax for defining
test cases. Under the hood, each test case is just a function with
a description.
2016-05-02 02:29:14 +00:00
joerg
1af43a6a28 Drop distfiles.atheme.org, requires authentication. 2016-05-01 14:34:29 +00:00
joerg
74f8226cc8 Comment out MASTER_SITE, it requires authentication now. 2016-05-01 12:28:43 +00:00
wen
775fb2631e Update to 2.1800
Upstream changes:
2.1800   2016-04-30

  [OTHER]

  - an increased Data::OptList version has been added to recommended prereqs,
    for greater speed. (Olivier Mengu矇, PR#123)

2.1705   2016-04-21 (TRIAL RELEASE)

  [OTHER]

  - build-time compiler sanity checking is now done with ExtUtils::HasCompiler
    instead of ExtUtils::CBuilder.

2.1704   2016-04-13 (TRIAL RELEASE)

  [BUG FIXES]

  - Fixed method cache regeneration when a class contains a blessed sub
    (RT#113704, Graham Knop, PR#122)

  [TESTS]

  - restore test on perl 5.8.x when Class::C3::XS is not installed (RT#113704)

2.1703   2016-04-12 (TRIAL RELEASE)

  [TESTS]

  - skip dysfunctional test on perl 5.8.x when Class::C3::XS is not installed
    (RT#113704)

2.1702   2016-04-08 (TRIAL RELEASE)

  [DOCUMENTATION]

  - Moose::Meta::Attribute::Native::Trait::Array now documents the return
    value for 'first_index' when there is no match (-1).

  [OTHER]

  - Moose::Exception's message attribute can now be any defined value, so as
    to allow for objects with a stringification overload in place of a string.

2.1701   2016-04-07 (TRIAL RELEASE)

  [OTHER]

  - Fixed the last remaining use of List::MoreUtils (RT#113587)

2.1700   2016-04-06 (TRIAL RELEASE)

  [OTHER]

  - Moose::Exception now has a boolean overload. (Graham Knop, PR#119)

  - All uses of List::MoreUtils have been removed, replaced by inlined forms
    or equivalents in List::Util. (Graham Knop, PR#120)
2016-05-01 05:41:36 +00:00
ryoon
6a78fcba5a Update Subversion to 1.9.4
Changelog:
Version 1.9.4
(28 Apr 2016, from /branches/1.9.x)
http://svn.apache.org/repos/asf/subversion/tags/1.9.4

 User-visible changes:
  - Client-side bugfixes:
    * diff: support '--summarize --ignore-properties' (part of issue #4567)
    * checkout: fix performance regression on NFS (r1710167)
    * gpg-agent: properly handle passwords with percent characters (issue #4611)
    * svn-graph.pl: fix assertion about a non-canonical path (r1729060 et al)
    * hot-backup.py: better input validation (r1721174, r1721175)
    * commit: abort on Ctrl-C in plaintext password prompt (issue #4624)
    * diff: produce proper forward binary diffs with --git (r1704292, r1704573)
    * ra_serf: fix deleting directories with many files (issue #4557)

  - Server-side bugfixes:
    * improve documentation for AuthzSVNGroupsFile and groups-db (r1730856)
    * fsfs: reduce peak memory usage when listing large directories (r1725180)
    * fsfs: fix a rare source of incomplete dump files and reports (r1717876)

  - Client-side and server-side bugfixes:
    * update INSTALL documentation file (r1703470 et al)
    * fix potential memory access bugs (r1722860 et al)
    * fix potential out of bounds read in svn_repos_get_logs5() (r1738259)

  - Bindings bugfixes:
    * ignore absent nodes in javahl version of svn status -u (r1720643)

 Developer-visible changes:
  - General:
    * fix ruby test suite to work with test-unit gem (r1714790)
    * allow building against KDE4 without conflict with KDE5 (r1734926)
    * fix update_tests.py#76 with SVNPathAuthz short_circuit (r1736432)
    * build system tweaks:
    * tweak how symbolic error names in maintainer mode (r1735179)
    * fix inconsistent behavior of inherited property API (r1717874 et al)

  - API changes:
    * properly interpret parameters in svn_wc_get_diff_editor6() (r1728308)
2016-05-01 00:48:32 +00:00
mef
b329ddb73b Updated to devel/p5-devel-File-Utils-4.161200 (from 4.132140)
---------------------------------------------
4.161200 2016-04-29
  - The previous TRIAL release passes muster by cpantesters.  This is
    now released as a STABLE dist, although more features are planned in
    coming releases.  See also: TODO

4.160630 2016-03-03
 - TRIAL RELEASE
 - Fix for bug https://rt.cpan.org/Ticket/Display.html?id=106771
 - Added tests
 - Added documentation regarding the bug fix, namely the now-unsupported
   (because Perl 5.23 deprecates) the combination of sysread/write/seek
   on filehandles in :utf8 binmode.
 - Added the ability for users to specify their own IO layers via the
   { binmode => ':layerspec' } option to ::load_file(), ::write_file(),
   and ::open_handle()
2016-04-30 21:47:08 +00:00
joerg
b7925722a6 Not MAKE_JOBS_SAFE. 2016-04-30 20:16:11 +00:00
schmonz
71eb69b6ad Update to 0.50. From the changelog:
- eheulsmann added placeholders to PyStrings
- Special extensions syntax in config files added by eheulsmann
2016-04-30 13:59:42 +00:00
wen
f7b6beb874 Update to 1.1002
Upstream changes:
1.1002  2016-02-12 08:23:00 PST
        - Make it work under the taint mode (-T) #41
2016-04-30 10:27:23 +00:00
richard
9ad33f9921 lt-xml.c may need strings.h 2016-04-30 05:27:18 +00:00
mef
cb133ab48a Updated to devel/p5-Log-Report-1.15
-----------------------------------
version 1.15: Mon 18 Apr 13:54:12 CEST 2016

	Improvements:
	- dancer2: test import parameters [Andrew Beverley]
	  https://github.com/PerlDancer/Dancer2/issues/1156

version 1.14: Tue 12 Apr 15:10:27 CEST 2016

	Fixes:
	- dancer2: regression test only for recent Dancer2 [cpantesters]

	Improvements:
	- typo rt.cpan.org#111985 [Gregor Herrmann, Debian]
	- dancer2: treat all exceptions equal [Andrew Beverley]

version 1.13: Wed  3 Feb 11:34:18 CET 2016

	Fixes:
	- init of lexicon with HASH
	  rt.cpan.org#111420 [Paulo A Ferreira]

	Improvements:
	- skip Log::Report wrappers from stacktrace and location.
	- added ::Dispatcher::addSkipStack() and ::skipStack()
	- add forward_url to Dancer2 plugin example [Andrew Beverley]
	- ignore $SIG{__DIE__} within try blocks [Milos Lazarevic]
	- dancer2: add regression test for plugin [Andrew Beverley]
	- dancer2: add forward_template option [Raj Barath]

version 1.12: Mon Jan 18 21:55:35 CET 2016

	Fixes:
	- reopen default dispatcher creates a double. [Andrew Beverley]

	Improvements:
	- remove mode=DEBUG from Dancer2::*

version 1.11: Mon 18 Jan 17:07:43 CET 2016

	Fixes:
	- warning when log outside sub [Andrew Beverley]
	- missing register of fault and failure [Andrew Beverley]
	- some module is textdomain logreport, should be log-report.
	  [Andrew Beverley]
	- Dancer2::Logger::LogReport should not set the mode

	Improvements:
	- dispatcher 'do-not-reopen' does not protect the default
	  dispatcher [Andrew Beverley]
	- produce error when setContext is used while context_rules
	  are not provided.
	- added ::Exception::toHTML() and ::Message::toHTML()

version 1.10: Sat Nov 28 17:39:16 CET 2015

	Fixes:
	- Dancer2 object build  [Andrew Beverley]
	- ::Domain::setContext with PAIRS as parameter
	- collect stack for exceptions inside try block. [Andrew Beverley]

	Improvements:
	- keep dispatchers ordered.
	- interpolate context setting inside msg_id's as well
	- add ::Domain::updateContext()
	- new option dispatcher 'do-not-reopen'
	- ::Dispatcher::File option format() with CODE, now calls with
	  additional parameter $msg.
	- ::Dispatcher::File option output() now with CODE, to dynamically
	  return the logfile name.
	- added t/55throw.t
	- new method ::Try::hide()
	- renamed internal fields of ::Dispatcher::File, to lead with LRDF_
	- new option ::Dispatcher::Syslog::new(format)
2016-04-29 14:06:37 +00:00
mef
7f34b3b399 Updated to devel/p5-Log-Report-Optional-1.02
--------------------------------------------
Version 1.02: Mon 18 Jan 13:53:03 CET 2016
        Improvements:
        - add ::Util::to_html()
2016-04-29 14:01:56 +00:00
mef
2393de93c2 (pkgsrc)
- Add ${PERL5_LICENSE}
 - Add Following line for make test
    +BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
(upstream)
 - Updated to devel/p5-Make-1.1.2
------------------------------
Changes in 1.1.2
    fixed declaration of minimum Test::Compile version
        a number of CPANtesters failures occured because
        the test had an older non-OO version installed
    use strict, use warnings everywhere, other bits of cleanup

Changes in 1.1.1
    clean-up with tidyall/perltidy, add configs for them
    add tidy related tests
    use strict and warnings in all tests
    mostly releasing to get properly CPAN indexed

Changes in 1.1.0
        Cheat to allow installation on Strawberry Perl 5.22.0
        add META.yml and META.json
        modernize Makefile.PL
        add /lib and move Make.pm there
        match up distribution and module version numbers
2016-04-29 13:58:47 +00:00
mef
03396a377b Updated to devel/p5-Log-Log4perl-1.47
-------------------------------------
1.47 (2016/03/17)
   *    (ms) [rt.cpan.org #102647] Slaven Rezic fixed a test
             case for file permissions
   *    (ms) Fixed synopsis code in Log::Log4perl::Appender::DBI,
             reported by Chris Collins.
   *    (ms) Added suggestion by Dylan Doxey to test for both MSWin32 and
             cygwin to detect windows-like systems for which tests need
             to be skipped.
   *    (ms) [rt.cpan.org #110915] Fixed "Redundant argument in sprintf"
             warning caused by DateFormat.pm with %d{Z} placeholders,
             reported by Alexander Hartmaier.
   *    (ms) [rt.cpan.org #110512] Felix Ostmann fixed a broken error
             message raised when a boolean filter can't be found.
   *    (ms) All hash traversals in Config.pm now done via "sort keys"
             to make sure we can reliably reproduce potential problems.
2016-04-29 13:39:44 +00:00
mef
1698d472fa Updated to devel/p5-IPC-SysV-2.06
---------------------------------
2.06 - 2016-02-28
    * CPAN #112110: invalid shmid should set errno
      (thanks to Jarkko Hietaniemi for providing a patch)

2.05 - 2016-02-14
    * CPAN #105416: Coverity finding: Argument cannot be negative
      (thanks to Jarkko Hietaniemi for providing a patch)
    * CPAN #102300: Links to manpages incorrect
    * GitHub #1: Use of uninitialized value in list slice
2016-04-29 13:35:04 +00:00
mef
f60d5bdf02 Updated to devel/p5-Lexican-SealRequireHints-0.010
--------------------------------------------------
version 0.010; 2016-03-18
  * skip test with lexical $_ on Perl 5.23.4+ where that feature has
    been removed
2016-04-29 13:23:06 +00:00
mef
e91a0dad8b Updated to devel/p5-IO-TieCombine-1.005
---------------------------------------
1.005     2015-10-30 22:18:10-04:00 America/New_York
        - fileno on a IO::TieCombine::Handle now returns a negative value
          so they can be known to be artificial
2016-04-29 13:08:59 +00:00
mef
ca9a5b0dd4 Updated to devel/p5-IO-Interactive-1.021 (From 0.0.6)
----------------------------------------------------
1.021 2016-01-27T20:29:17Z
   * Freshen the distro a bit
   * Somehow CPAN still has 0.0.6, so no one has David Muey's enhancements

1.01 - 2011-11-18
   * Decrease memory use a bit ***:
     1. lazy load Carp.pm only if we're about to croak()
     2. Remove use of version.pm since a decimal will do (made it 1.01 per
        discussion) - moots rt 50120
     3. Remove the need for Scalar::Util
  === Baseline RSS 1204,
          Orig RSS 2464 (+1260),
           New RSS 2244 (+1040)

           Technically -220 not a *huge* gain, but the ::Tiny version I'd
           worked up before this patch had an RSS of 1332 (+128).  I need
           to look into that and see if anything else could be done here.
2016-04-29 13:04:55 +00:00
mef
3180fc386b Updated to devel/p5-IO-Compress-2.069
-------------------------------------
  2.069 26 Sept 2015
      * IO::Compress::FAQ
        - Added a section of bgzip
          RT #103295: IO::Compress Feature request

      * IO::Compress::Zip
        - Zip64 needs to be first in extra field to workaround a Windows Explorer Bug
          See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details
2016-04-29 12:59:16 +00:00
mef
95be69cfb9 Updated to devel/p5-IO-Prompter-0.004014
----------------------------------------
0.004014  Tue Nov 24 08:50:00 2015
    * Numerous improvements to completion behaviour
      (Many thanks, Victor, and apologies for the long delay!)
2016-04-29 12:54:10 +00:00
mef
3604454386 Updated to devel/p5-IO-Pager-0.36
--------------------------------
0.36    Mon Feb 29 2016
   -     Fix Use of uninitialized value at IO/Pager.pm line 98
   -     Remove dubgging statement.
   -     Add some additional reporting to interactive tests.
   -    Specify minimum Test::More version.

0.35    Fri Jan 01 2016
   -    Update test 11 for Windows; okay in CMD, PowerShell and MSYS
        but tcsh and win-bash both fail
   -     Add .travis.yml
2016-04-29 12:48:02 +00:00
mef
6bd9ca438c Updated to devel/SDL_gfx-2.0.25
--------------------------------
Ver 2.0.25 - Sun, Oct 27, 2013  3:08:15 PM
* Added patch for 32- and 64-bit GCC-compiled MMX support
  (contributed by Sylvain Beucler, backported from SDL2_gfx)
* Fixed bug in _aaline when x1>x2 and dy==0 (found by Yannick
  Guesnet - thanks!)
* Updated documentation.
* Fixed header in SDL_gfxBlitFunc.h (reported by Jaders77 on
  sourceforge - thanks!)
2016-04-29 12:18:28 +00:00
mef
6a07ef35fa Updated to devel/man-pages-4.0.5
--------------------------------
The size of 'Changes' file reaches 33,413 bytes long,
so please read the file in distfiles, Thank you
2016-04-29 12:07:55 +00:00
mef
0ff6404567 Updated to devel/p5-Git-CPAN-Patch-2.3.0
----------------------------------------
  (make test may fail on t/clone.t, but at least perl t/clone.t runs fine,
   I presume it is not on the package, but on test mechanism).
----------------------------------------
2.3.0 2016-04-13
  - perlcritic tweaks, add documentation, better die messages. (GH#32,
    temp0)

  [ ENHANCEMENTS ]
    - 'git cpan import' now has options '--author_name' and
      '--author_email' to force author to those values. (GH#31)

  [ STATISTICS ]
    - code churn: 8 files changed, 78 insertions(+), 45 deletions(-)
2016-04-29 11:48:53 +00:00
mef
b2589159f7 Updated to devel/p5-Tree-DAG-Node-1.29
---------------------------------------
1.29  2016-03-01T13:39:00
  - After another email exchange with Kent Fredric (via RT) and Karen Etheridge (via the
    cpan-testers-discuss mailing list), I've edited Makefile.PL, again, to indicate that
    Test::Pod is needed neither for building nor testing this module, but is only needed for
    development. Specifically, it's used by xt/author/pod.t, and not elsewhere. See
    https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES for more details.

1.28  2016-03-01T08:43:00
  - No code changes.
  - Rework Makefile.PL so File::Spec, File::Temp, Test::More and Test::Pod are in TEST_REQUIRES.
          Many thanx to Kent Fredric in RT#112568 for this suggestion.
  - Expand the SYNOPSIS.
  - Update MANIFEST.SKIP to include .gitignore.
  - Finally add lightweight git tags to distros, so that if you have a Bash alias such as:
   alias gl='git log --decorate=full' you'll see something like these 5 lines:

1.27  2015-07-12T11:01:00
  - Remove the line which reads 'use open qw(:std :utf8);'. As Tom Molesworth says:
          "Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does
          'use Tree::DAG_Node'. That's no good when code is expecting a different encoding
          (raw, etc.)". See RT#105798. Karen Etheridge followed up with a comment about it appearing
          in another module of mine. Then I checked all my modules (including some not intended for
          publication - Local::*) and found about 28 offenders, with some using it inn multiple files.
          The original idea came from adopting what Tom Christiansen calls his 'Standard Preamble':
          http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
          All tests still work after removing that line.
  - Remove Build.PL. Ship only Makefile.PL.
2016-04-29 07:40:08 +00:00
mef
1be0b07234 Updated to devel/p5-Tree-Simple-VisitorFactory-0.14
---------------------------------------------------
0.14  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

0.13  2016-04-25T09:26:00
  - No code changes.
  - Delete Build.PL.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.
2016-04-29 07:35:37 +00:00
mef
2f45840bef Updated to devel/p5-Tree-Simple-1.28
------------------------------------
1.28  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

1.27  2016-04-25T09:26:00
  - No code changes.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.

1.26  2015-11-28T09:30:00
  - No code changes.
  - Accept patches from Manwar via github. See https://github.com/stevan/tree-simple/pull/10.
  - I (Ron) followed github's advice on handling merge conflicts from the command line, but could
          not see the patches after the merge.
  - So, create github repo https://github.com/ronsavage/Tree-Simple.
  - Remove Build.PL.
  - Reformat dates in this file.
  - Oops. Can't get Test::Stream to work in 10_Tree_Simple_test.t. Logged issue, but it's
          probably a problem with the way I tried to use Test::Stream. Revert to Test::More.
  - Add xt/author/changes.t to MANIFEST.
2016-04-29 07:32:46 +00:00
gson
ca00881f8a Update devel/st to 1.9.
Changes from 1.8 to 1.9.
------------------------
o  Support 32-bit and 64-bit Intel Macs.

o  Added ST_VERSION string, and ST_VERSION_MAJOR and ST_VERSION_MINOR
   [bug 1796801].

o  Fixed some compiler warnings, based on a patch from Brian Wellington
   [bug 1932741].
2016-04-28 13:49:04 +00:00
mef
e5843f08a7 Githubify. 2016-04-27 04:20:10 +00:00
jperkin
b62b755e0e Fix build on Darwin < 10.9 by disabling Cocoa notification support. 2016-04-26 15:26:44 +00:00
markd
9065d4d355 Update extra-cmake-modules to 5.21.0
* Fix _ecm_update_iconcache to only update the install location
* Revert "ECMQtDeclareLoggingCategory: Include <QDebug> with the
  generated file"
2016-04-26 09:20:41 +00:00
fhajny
7624d3776f Enable/disable updated/removed Erlang packages. 2016-04-25 20:39:15 +00:00
fhajny
ebb587fa9c Remove superseded ejabberd dependencies (Erlang modules). 2016-04-25 20:37:16 +00:00
mef
b3c507d7e0 Updated to devel/p5-Devel-Cover-1.23
------------------------------------
Release 1.23 - 24 April 2016
 - Enhance html coverage popups (Haydn Newport) (guthub 156).
 - Add cpamcover about page (Guillermo O. Freschi) (github 146).
 - Perl versions below 5.8.1 are now unsupported.
2016-04-25 14:36:29 +00:00
mef
2080764c00 Updated to devel/p5-Devel-PatchPerl-1.42
----------------------------------------
  Date : 2016-04-21 17:08:59 +0000
    Update hints file for Darwin

  Date : 2016-04-21 17:08:52 +0000
    - Don't patch the patchlevel if in Git repository
    - This should address https://rt.cpan.org/Ticket/Display.html?id=108689

  Date : 2016-01-01 01:41:04 +0000
    - Merge pull request #25 from book/master
    - Add the proper patch for ext/Errno/Errno_pm.PL in Perl 5.7.2

  Date : 2015-12-30 08:47:59 +0000
    - Add the proper patch for ext/Errno/Errno_pm.PL in Perl 5.7.2
    - Fixes GH #24
2016-04-25 14:34:58 +00:00
mef
44558092ed Updated to devel/p5-ExtUtils-MakeMaker-7.14
-------------------------------------------
7.14  Sun Apr 24 13:53:33 BST 2016
  No changes since 7.13_01

7.13_01 Sat Apr 23 16:41:20 BST 2016
    Bug fixes:
    - Make dynamic depend on config again, fixes issues with Inline
2016-04-25 14:28:53 +00:00
mef
dd2013bdbb Updated to devel/p5-CPAN-Perl-Release-2.66
-------------------------------------------
  Date : 2016-04-23 22:07:26 +0000
    Updated for v5.24.0-RC2
2016-04-25 14:27:26 +00:00
fhajny
632c051999 Import ezlib-1.0.1 as devel/erlang-ezlib.
Native zlib driver for Erlang / Elixir. This library focuses
on compression / decompression of data streams.
2016-04-25 14:20:46 +00:00
fhajny
36859e4582 Import cache_tab-1.0.2 as devel/erlang-cache_tab.
In-memory cache Erlang libraries.
2016-04-25 14:17:53 +00:00
adam
55a8570e84 ccache 3.2.5
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Only pass clang-specific `-stdlib=` to the preprocessor.
- Improved handling of stale NFS handles.
- Made it harder to misinterpret documentation of boolean environment settings'
  semantics.

Bug fixes
~~~~~~~~~
- Include m4 files used by configure.ac in the source dist archives.
- Corrected "Performance" section in the manual regarding `__DATE_`, `__TIME__`
  and `__FILE__` macros.
- Fixed build on Solaris 10+ and AIX 7.
- Fixed failure to create directories on QNX.
- Don't (try to) update manifest file in ``read-only'' and ``read-only direct''
  modes.
- Fixed a bug in caching of `stat` system calls in ``file_stat_matches
  sloppiness mode''.
- Fixed bug in hashing of clang plugins, leading to unnecessary cache misses.
- Fixed --print-config to show ``pch_defines sloppiness''.
- The man page is now built when running ``make install'' from Git repository
  sources.
2016-04-25 10:24:48 +00:00
wiz
30ad8a8fc5 ftp.gtk.org is gone, remove it from MASTER_SITES. 2016-04-24 10:48:06 +00:00
wiz
3f49b6b767 + py-hypothesis 2016-04-24 09:44:51 +00:00
wiz
a47b49cc7b Import py-hypothesis-3.1.0 as devel/py-hypothesis.
Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by hand.
It's based on the Haskell library, Quickcheck, and is designed to
integrate seamlessly into your existing Python unit testing work
flow.

Hypothesis is both extremely practical and also advances the state
of the art of unit testing by some way. It's easy to use, stable,
and extremely powerful. If you're not using Hypothesis to test your
project then you're missing out.
2016-04-24 09:44:35 +00:00
wiz
354546333e Use weird hash URL for distfile. 2016-04-24 09:39:58 +00:00
wiz
7093411caa Updated py35-cffi to 1.6.0.
v1.6
====

* `ffi.list_types()`_

* `ffi.unpack()`_

* `extern "Python+C"`_

* in API mode, ``lib.foo.__doc__`` contains the C signature now.  On
  CPython you can say ``help(lib.foo)``, but for some reason
  ``help(lib)`` (or ``help(lib.foo)`` on PyPy) is still useless; I
  haven't yet figured out the hacks needed to convince ``pydoc`` to
  show more.  (You can use ``dir(lib)`` but it is not most helpful.)

* Yet another attempt at robustness of ``ffi.def_extern()`` against
  CPython's interpreter shutdown logic.

.. _`ffi.list_types()`: ref.html#ffi-list-types
.. _`ffi.unpack()`: ref.html#ffi-unpack
.. _`extern "Python+C"`: using.html#extern-python-c

XXX: standard download URL doesn't work?!
copied to ftp.netbsd.org manually
2016-04-24 09:37:29 +00:00