Commit graph

25802 commits

Author SHA1 Message Date
taca
728e3f363d Update ruby-sexp-processor to 4.6.1.
=== 4.6.1 / 2016-01-21

* 1 bug fix:

  * defs should have a nil node if body is empty.
2016-02-16 16:18:32 +00:00
taca
8bd967cff7 Update ruby-tins to 1.8.2.
2016-01-18 Release 1.8.2

* Implement Tins::StringVersion::Version#dup and
  Tins::StringVersion::Version#clone.
2016-02-16 16:17:24 +00:00
taca
f14160c5a4 Update ruby-test-unit to 3.1.7.
* pkgsrc change: revive ruby23 support.

## 3.1.7 - 2016-01-17 {#version-3-1-7}

### Fixes

 * Added a missing require.

## 3.1.6 - 2016-01-17 {#version-3-1-6}

It's a Ruby on Rails integration improvement release.

### Improvements

  * Filtered backtrace of power\_assert.
    [GitHub#114]
  * Improved performance to retrieve test defined location.
  * Improved performance to run fixtures in a test.
  * Supported running a test by `yield` in `setup`:

    Before:

        def setup
          @file = File.open("x")
        end

        def teardown
          @file.close
        end

    After:

        def setup
          File.open("x") do |file|
            @file = file
            yield
          end
        end

  * Added `--default-test-path` option that specifies the default path
    that has tests.
  * Made auto runner registration more lazily. Auto runner isn't
    registered automatically until user defines a test. In the
    previous releases, auto runner is registered automatically when
    user defines a test case.
  * Supported specifying a test by location in command line. For
    example, the following command line runs a test that is defined in
    /tmp/test_a.rb at line 10:

        % ruby -r test-unit -e run_test /tmp/test_a.rb:10

### Fixes

  * Fixed a bug that test isn't ran. The test has the same name as
    data driven test that is defined in parent test case.
    [GitHub#115]
2016-02-16 16:08:58 +00:00
taca
e7752bf2e4 Update ruby-simplecov to 0.11.2.
## Enhancements

## Bugfixes

0.11.2 2016-02-03 ([changes](https://github.com/colszowka/simplecov/compare/v0.11.1...v0.11.2))
=================

## Enhancements

* Do not globally pollute Array and Hash with `merge_resultset` utility methods. See [#449](https://github.com/colszowka/simplecov/pull/449) (thanks @amatsuda)
* Do not `mkdir_p` the `coverage_path` on every access of the method (See [#453](https://github.com/colszowka/simplecov/pull/453) (thanks @paddor)
* Fixes a Ruby warning related to the `track_files` configuration. See [#447](https://github.com/colszowka/simplecov/pull/447) (thanks @craiglittle)
* Add a group for background jobs to default Rails profile. See [#442](https://github.com/colszowka/simplecov/pull/442) (thanks @stve)

## Bugfixes

* Fix root_filter evaluates SimpleCov.root before initialization. See [#437](https://github.com/colszowka/simplecov/pull/437) (thanks @tmtm)
2016-02-16 16:03:52 +00:00
taca
a9d85f3217 Update ruby-rspec-rails to 3.4.2.
### 3.4.2 / 2016-02-02
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.1...v3.4.2)

Bug fixes:

* Cache template resolvers during path lookup to prevent performance
  regression from #1535. (Andrew White, #1544)

### 3.4.1 / 2016-01-25
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.0...v3.4.1)

Bug Fixes:

* Fix no method error when rendering templates with explicit `:file`
  parameters for Rails version `4.2.5.1`. (Andrew White, Sam Phippen, #1535)
2016-02-16 16:02:35 +00:00
taca
1520bf17e3 Update ruby-rspec-mocks to 3.4.1.
### 3.4.1 / 2016-01-10
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.4.0...v3.4.1)

Bug Fixes:

* Fix `any_instance` to work properly on Ruby 2.3. (Joe Rafaniello, #1043)
2016-02-16 16:01:13 +00:00
taca
91b425820c Update ruby-rspec-core to 3.4.2.
### 3.4.2 / 2016-01-26
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.1...v3.4.2)

Bug Fixes:

* Fix `rspec --profile` when an example calls `abort` or `exit`.
  (Bradley Schaefer, #2144)
* Fix `--drb` so that when no DRb server is running, it prevents
  the DRb connection error from being listed as the cause of all
  expectation failures. (Myron Marston, #2156)
* Fix syntax highlighter so that it works when the `coderay` gem is
  installed as a rubygem but not already available on your load path
  (as happens when you use bundler). (Myron Marston, #2159)
2016-02-16 15:59:42 +00:00
taca
9dadcd7917 Update ruby-parser to 3.7.3.
=== 3.7.3 / 2016-01-21

* 2 bug fixes:

  * Fixed parsing kwargs in defs with no parens. (presidentbeef)
  * defs should have a nil node if body is empty.
2016-02-16 15:57:00 +00:00
fhajny
fddd257ebd Update devel/libbson to 1.3.3.
1.3.3
- No changes

1.3.2
- man pages couldn't be built from a distribution tarball.

1.3.1
- bson_strnlen is off by one on Windows.
- BSON_HAVE_STRNLEN config check used incorrectly.
- Incompatibility with older CMake versions.
- Wrong-sized allocation in bson_json_reader_new.
2016-02-16 15:25:53 +00:00
taca
133425b8f7 Update ruby-power_assert to 0.2.7.
* Make PowerAssert::Bug11182,Bug11182Sub private.
* Encoding::CompatibilityError is no longer raised as of ruby 2.3.0.
* Use ruby 2.3 on travis-ci.org.
* Update bundler before travis builds.
* Use ruby 2.3.0 on travis-ci.org.
2016-02-16 15:20:40 +00:00
taca
3ee9a93479 Update ruby-parseconfig to 1.0.8.
Mon Jan 25, 2016 - v1.0.8
- Use backward compatible positional arguments (not named keyword arguments)
  Resolves Issue #31

Mon Jan 25, 2016 - v1.0.7
- Support alternative comment types (default: ['#', ';']) (@voobscout)
  Resolves Issue #30
2016-02-16 15:15:57 +00:00
taca
fed96364e6 Update ruby-nenv to 0.3.0.
v0.3.0

Improvements

#7 - refactoring, optimization and major internal cleanup (thanks to
     @marshall-lee !)
#5 - optimization in accessor calls (again, thanks to @marshall-lee !)
2016-02-16 15:13:27 +00:00
taca
282c93b1d2 Update ruby-minitest to 5.8.4.
* pkgsrc change: revive ruby23 support.

=== 5.8.4 / 2016-01-21

* 1 bug fix:

  * Allow Minitest::Assertion to pass through assert_raises so inner failures are dealt with first.
2016-02-16 15:10:10 +00:00
taca
e1994f509a Update ruby-gettext_i18n_rails to 1.4.0.
* Add support Ruby on Rails 4.2 and 5.0.
* fix test and deprecations.
2016-02-16 15:08:02 +00:00
taca
33e1c4adc2 Update ruby-gettext to 3.2.1.
## 3.2.1: 2016-01-23 {#version-3-2-1}

### Improvements

  * Supported customizing msgmerge options on merging edit.po to .po.
    [GitHub#44][Patch by Dominic Cleal]
2016-02-16 15:04:35 +00:00
taca
073b2cfcb6 Update ruby-flexmock to 2.0.4.
* auto-mock #kind_of? as well as #class on strict mocks.
2016-02-16 15:02:45 +00:00
taca
79d5f8c26b Update ruby-eventmachine to 1.0.9.1.
# Changelog

## 1.0.9.1 (January 14, 2016)
* Fix EPROTO not defined on Windows [#676]
* Fix missing cast to struct sockaddr * [#671]
* Fix bug in OpenSSL path detection [#675]

## 1.0.9 (January 13, 2016)
* Try more ways to detect OpenSSL [#602, #643, #661, #663, #668, #669]
* Use WSAGetLastError in pipe.cpp same as ed.cpp [#659]
* Test compiler flags with the C++ compiler and add them to CXXFLAGS [#634, #651]
* Restore silent-fail on unsupported EM.epoll and EM.kqueue [#638, #649]
* getDescriptorByFileno deprecated in JRuby 1.7.x, removed in JRuby 9000 [#642, #648]
* Add -Wno-address always-true because on Windows rb_fd_select [#578]
* Remove the WITHOUT_SSL constant [#578]
* Fix SSL error when the server replies a TLS Alert to our ClientHello [#544, #653]
* Use WSAStringToAddress in lieu of inet_pton for IPv6 address detection on Windows [#595, #632]
* Fix nasty TCP/IPv6 bug [#595, #632]
* Use select_large_fdset on Solaris [#611, #625]
* Detect the Solaris Studio compiler [#611, #625]
* Throw a message with strerror included [#136, #621]
2016-02-16 14:57:10 +00:00
taca
53324d9cac Update ruby-dotenv to 2.1.0.
2.1.0 - Jan 13, 2016

* Relax dependency on railties to allow Rails 5.0 apps. (#226)
* Fix scenario where some escaped $ would not be unescaped. (#222)
* Gracefully handle files with UTF-8 BOM (#225)
2016-02-16 14:55:34 +00:00
taca
78c075d9be Update ruby-celluloid to 0.17.3.
0.17.3 (2016-01-18)
-----
* [#701](https://github.com/celluloid/celluloid/pull/701)
  Conditions in loose threads loop does not take into account the difference between
  backtraces from ruby 2.0.0 and greater than. Fixes celluloid/celluloid-io#165.
  ([@TiagoCardoso1983])

* [#700](https://github.com/celluloid/celluloid/pull/700)
  Set celluloid logger level to info by default unless debug is enabled. Fixes #667.
  ([@ioquatix])

* [#695](https://github.com/celluloid/celluloid/pull/695)
  Extending the condition event handler with the block; this solves a bug
  introduced in jruby >9.0.0.0, which breaks with an ArgumentError exception,
  apparently due to the way to_proc procs are passed arguments. Fixes #694.
  ([@TiagoCardoso1983])

* [#689](https://github.com/celluloid/celluloid/pull/689)
  Simplified sync, async and future proxies by providing specific AbstractCall base.
  ([@ioquatix])

* [#688](https://github.com/celluloid/celluloid/pull/688)
  Fix failure to remove dead actors from sets, e.g. celluloid-supervision.
  ([@ioquatix])

* [#686](https://github.com/celluloid/celluloid/pull/686)
  Print out method name to help debugging method call which caused dead actor error.
  ([@ioquatix])

* [#682](https://github.com/celluloid/celluloid/pull/682)
  Remove excess call/block require.

* [#666](https://github.com/celluloid/celluloid/pull/666)
  Don't catch IOError.
2016-02-16 14:52:27 +00:00
taca
7c7d16de13 Update ruby-backports to 3.6.8.
* Rename internal method to avoid strange error in ruby 2.3.
* Update lib/prime.
2016-02-16 14:47:26 +00:00
taca
39ec4f7931 Update SOPE to 2.3.8 which required by SOGo 2.3.8.
Changes are too many to write here.
2016-02-16 14:42:07 +00:00
taca
ad87318fa8 Update ruby-rdoc to 4.2.2.
=== 4.2.2 / 2016-02-09

* Bug fixes
  * Include lib/rdoc/generator/pot/* in built gem
2016-02-16 14:16:43 +00:00
leot
db16cd0826 Update devel/py-pyparsing to 2.1.0.
Changes:
Version 2.1.0 - February, 2016
------------------------------
- Modified the internal _trim_arity method to distinguish between
  TypeError's raised while trying to determine parse action arity and
  those raised within the parse action itself. This will clear up those
  confusing "<lambda>() takes exactly 1 argument (0 given)" error
  messages when there is an actual TypeError in the body of the parse
  action. Thanks to all who have raised this issue in the past, and
  most recently to Michael Cohen, who sent in a proposed patch, and got
  me to finally tackle this problem.

- Added compatibility for pickle protocols 2-4 when pickling ParseResults.
  In Python 2.x, protocol 0 was the default, and protocol 2 did not work.
  In Python 3.x, protocol 3 is the default, so explicitly naming
  protocol 0 or 1 was required to pickle ParseResults. With this release,
  all protocols 0-4 are supported. Thanks for reporting this on StackOverflow,
  Arne Wolframm, and for providing a nice simple test case!

- Added optional 'stopOn' argument to ZeroOrMore and OneOrMore, to
  simplify breaking on stop tokens that would match the repetition
  expression.

  It is a common problem to fail to look ahead when matching repetitive
  tokens if the sentinel at the end also matches the repetition
  expression, as when parsing "BEGIN aaa bbb ccc END" with:

    "BEGIN" + OneOrMore(Word(alphas)) + "END"

  Since "END" matches the repetition expression "Word(alphas)", it will
  never get parsed as the terminating sentinel. Up until now, this has
  to be resolved by the user inserting their own negative lookahead:

    "BEGIN" + OneOrMore(~Literal("END") + Word(alphas)) + "END"

  Using stopOn, they can more easily write:

    "BEGIN" + OneOrMore(Word(alphas), stopOn="END") + "END"

  The stopOn argument can be a literal string or a pyparsing expression.
  Inspired by a question by Lamakaha on StackOverflow (and many previous
  questions with the same negative-lookahead resolution).

- Added expression names for many internal and builtin expressions, to
  reduce name and error message overhead during parsing.

- Converted helper lambdas to functions to refactor and add docstring
  support.

- Fixed ParseResults.asDict() to correctly convert nested ParseResults
  values to dicts.

- Cleaned up some examples, fixed typo in fourFn.py identified by
  aristotle2600 on reddit.

- Removed keepOriginalText helper method, which was deprecated ages ago.
  Superceded by originalTextFor.

- Same for the Upcase class, which was long ago deprecated and replaced
  with the upcaseTokens method.



Version 2.0.7 - December, 2015
------------------------------
- Simplified string representation of Forward class, to avoid memory
  and performance errors while building ParseException messages. Thanks,
  Will McGugan, Andrea Censi, and Martijn Vermaat for the bug reports and
  test code.

- Cleaned up additional issues from enhancing the error messages for
  Or and MatchFirst, handling Unicode values in expressions. Fixes Unicode
  encoding issues in Python 2, thanks to Evan Hubinger for the bug report.

- Fixed implementation of dir() for ParseResults - was leaving out all the
  defined methods and just adding the custom results names.

- Fixed bug in ignore() that was introduced in pyparsing 1.5.3, that would
  not accept a string literal as the ignore expression.

- Added new example parseTabularData.py to illustrate parsing of data
  formatted in columns, with detection of empty cells.

- Updated a number of examples to more current Python and pyparsing
  forms.
2016-02-16 13:41:15 +00:00
jperkin
c48c85c03e Workaround broken configure tests for Darwin/clang. Add LICENSE.
Bump PKGREVISION.
2016-02-15 11:42:10 +00:00
jperkin
9ddaded05f More __inline removal, fixes Darwin. Perform pkglint cleanup while here. 2016-02-15 09:38:10 +00:00
jperkin
dbe614131e Explicitly pass --disable-java to avoid PLIST failures when it is found on
the host system.
2016-02-15 09:06:59 +00:00
wiz
7d97c713ea Remove empty patch-configure.
From David Shao in PR 50807.
2016-02-15 07:36:13 +00:00
wiz
dca929c335 Update py-decorator to 4.0.9.
## 4.0.9 (2016-02-08)

Same as 4.0.7 and 4.0.8, re-uploaded due to issues on PyPI

## 4.0.7 (2016-02-06)

Switched to a new changelog format (the one in http://keepachangelog.com/)
since it was contributed by Alexander Artemenko. Re-added a newline to support
old version of Python, as requested by [azjps](https://github.com/azjps).
2016-02-14 11:02:10 +00:00
wiz
0e9ee73ae3 Update py-virtualenv to 14.0.6.
14.0.6 (2016-02-07)
-------------------

* Upgrade setuptools to 20.0

* Upgrade wheel to 0.29.0

* Fix an error where virtualenv didn't pass in a working ssl certificate for
  pip, causing "weird" errors related to ssl.
2016-02-14 10:58:00 +00:00
wiz
f4cb31080d Update afl to 2.00b.
--------------
Version 2.00b:
--------------

  - Cleaned up color handling after a minor snafu in 1.99b (affecting some
    terminals).

  - Made minor updates to the documentation.

--------------
Version 1.99b:
--------------

  - Substantially revamped the output and the internal logic of afl-analyze.

  - Cleaned up some of the color handling code and added support for
    background colors.

  - Removed some stray files (oops).

  - Updated docs to better explain afl-analyze.

--------------
Version 1.98b:
--------------

  - Improved to "boring string" detection in afl-analyze.

  - Added technical_details.txt for afl-analyze.

--------------
Version 1.97b:
--------------

  - Added afl-analyze, a nifty tool to analyze the structure of a file
    based on the feedback from AFL instrumentation. This is kinda experimental,
    so field reports welcome.

  - Added a mention of afl-cygwin.

  - Fixed a couple of typos, as reported by Jakub Wilk and others.
2016-02-14 10:56:37 +00:00
wiz
8847a5a76e Update py-setuptools to 20.1.1.
20.1.1
------

* Update ``upload_docs`` command to also honor keyring
  for password resolution.

20.1
----

* Added support for using passwords from keyring in the upload
command. See `the upload docs
<http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_
for details.

20.0
----

* Issue #118: Once again omit the package metadata (egg-info)
  from the list of outputs in ``--record``. This version of setuptools
  can no longer be used to upgrade pip earlier than 6.0.
2016-02-14 10:53:17 +00:00
wiz
e86bf27d22 Update py-cffi to 1.5.2.
v1.5.2
======

* Fix 1.5.1 for Python 2.6.


v1.5.1
======

* A few installation-time tweaks (thanks Stefano!)

* Issue #245: Win32: ``__stdcall`` was never generated for
  ``extern "Python"`` functions

* Issue #246: trying to be more robust against CPython's fragile
  interpreter shutdown logic
2016-02-14 10:50:12 +00:00
wiz
583346cdb4 Update py-test-runner to 2.7.
2.7
~~~

* Moved hosting to Github.
2016-02-14 10:46:35 +00:00
wiz
372c9a98f2 Update p5-Params-Validate to 1.22:
1.22    2016-02-13

- Fixed a bug when a callback failed but did not die. The resulting error
  message had a pointless colon in it. Reported by Slaven Rezic. RT #111036.

- Made the pure Perl version use Carp's croak rather than confess. The XS
  version has never included a stack trace in errors. You can use the on_fail
  setting to get a stack trace if you prefer. Reported by Slaven Rezic. RT
  #111036.

- The pure Perl code now uses "(unknown)" when it cannot determine the sub
  that failed, instead of "N/A". Reported by Slaven Rezic. RT #111036.

- Documented the PARAMS_VALIDATE_IMPLEMENTATION environment
  variable. Requested by Slaven Rezic. RT #111035.
2016-02-14 08:48:22 +00:00
jperkin
a4c059ea4a Fix PLIST. 2016-02-14 07:08:01 +00:00
jperkin
0305c156ca Fix PLIST.long_double_math logic. 2016-02-14 06:59:39 +00:00
markd
6b2629d4fb Update extra-cmake-modules to 5.19.0
ECMAddAppIcon: Use absolute path when operating on icons
Make sure the prefix is looked-up on Android
Add a FindPoppler module
Use PATH_SUFFIXES in ecm_find_package_handle_library_components()
2016-02-14 04:13:32 +00:00
mef
8be0c3936d Githubify. 2016-02-14 03:06:35 +00:00
mef
1c56c6b9aa Update 1.3.8 to 1.3.9
---------------------
Mon Apr 13 2015 Luis Paboen (Pabón), Jr. <lpabon@redhat.com>
        * Version v1.3.9
        * Minor bug fixes(thanks kerrigan29a and RocFang)
        * FreeBSD package support (thanks harshavardhana)
2016-02-14 02:55:23 +00:00
mef
4d391dfc46 - Cleanup some Githubify stuff
-  Update HOMEPAGE
 Those will make check-update (finding new verison) automation clear, thanks.
2016-02-14 02:51:19 +00:00
bsiegert
f781a3b530 New package, go-review.
This package contains the git-codereview tool that the upstream Go
project uses for working with Gerrit.

It is probably mainly useful if you want to submit code to Go itself,
though it may be usable for other projects too.
2016-02-13 18:07:55 +00:00
wiz
adeadf9db8 Update mdds to 1.0, based on the wip version by coypu and leot.
mdds 1.0.0

* all

  * introduced API versioning to ease parallel installation of API
    incompatible versions.  Version 1.0.0 will have an API versoin of
    1.0.

  * C++11 is now a hard requirement.

  * added API documentation via Doxygen, Sphinx and Breathe.

* mixed_type_matrix

  * officially removed for good in favor of multi_type_matrix.

* multi_type_vector

  * added memory usage reduction by conditionally shrinking the
    capacity of the underlying vector containers.

  * added slight performance gain by revising block adjustment policy
    during splitting of blocks.

* sorted_string_map

  * fixed a bug where a non-matching key was incorrectly returned as a
    matching key.
2016-02-13 08:40:22 +00:00
ryoon
94edc44293 Update to 6.1
Changelog:
6.1 (06 February 2016)

* Language:
  . You can now omit the @menu from nodes with other nodes below them in
    the document structure.  If you use "@validatemenus off" near the
    start of a Texinfo file, makeinfo will, where needed, create a menu
    for nodes lacking one given explicitly.
  . An @setfilename line is no longer required at the start of a
    Texinfo file.  (Be aware, though, that some other tools may require
    it, for example Automake.)
  . For processing with TeX, a comma is automatically provided following
    a cross-reference command (such as @xref) when needed to separate
    the page number from following text, so you don't need to add one
    yourself.  See the `Parts of a Cross Reference' node in the manual
    for details.  Behavior when followed by punctuation, as always
    recommended previously, is unchanged.

* texi2any:
  . Some Perl modules have been rewritten in C to increase speed.
    If Perl extensions can be created, they are used by default;
    otherwise the pure Perl implementations are still used.
    Disable at build time with "configure --disable-perl-xs".  The
    environment variable TEXINFO_XS controls how they are used by
    texi2any.
  . Quotation marks are left out for node names and index entries in
    Info output where they would have been produced by commands such
    as @file or @option.
  . New customization variable INFO_SPECIAL_CHARS_QUOTE to allow use of
    a quoting mechanism for problematic constructs in Info output, for
    example node names containing colons or commas.
  . Commands like @heading are affected by @lowersections and @raisesections
    again, as was the case before Texinfo 5.0.

* texinfo.tex:
  . You may explicitly specify a sort key for an index entry by preceding
    the text of the entry with the @sortas commmand with the sort key
    desired as a braced argument.   Additionally, you may choose to
    ignore all occurences of the characters \, @, <, and - using new
    flags you can specify with @set: `txiindexbackslashignore',
    `txiindexatsignignore', `txiindexlessthanignore', and
    `txiindexhyphenignore' respectively.
  . Changes to macro handling to more closely match makeinfo.  Ends of
    lines are preserved in an argument to a macro taking a single
    argument.
  . By default, suppress heading line on a page with a chapter on it, to
    avoid having the chapter title repeated.
  . Use a larger font for arguments in a @deffn line and similar.
  . The default indices (cp, ky and so on) now don't get a file opened
    for them unless they are actually used.  This reduces the number of
    files that a run of TeX produces, and also allows for a greater
    number of user-defined indices, because you will not bump into TeX's
    limit of 16 open files at once so soon.
  . For initials in indices that are non-alphanumeric characters (for
    example, backslash, or braces), avoid use of a typewriter font.
    This gives a more consistent appearance.
  . Have a stronger preference for breaking a column in an index before
    a letter heading.
  . Formatting improvements in tables of contents and indices.  Entries
    can extend slightly into the margin instead of being broken across
    two lines, and text is split more evenly across lines.  Reduce
    chance of an orphaned index entry appearing at the top of a column.
  . Support character encodings beyond ASCII for XeTeX and LuaTeX by
    reading file input byte-by-byte.

* texi2dvi:
  . Support for determining the output files using the `-recorder'
    option to TeX, to help to support more TeX engines.

* info:
  . New user variables `link-style', `active-link-style', and
    `match-style' enable customization of how cross-references and search
    matches are highlighted.
  . By default only the node pointers are displayed at the top of a node.
    Customize this with the `nodeline' variable.
  . New command M-x tree-search to search all subnodes of a node.
  . Now tries to find referenced manuals in the same directory as the
    current file first, before looking in search path.  Customize this
    with new variable `follow-strategy'.
  . The `mouse' variable is now off by default, in order not to
    interfere with the selection of text in a terminal emulator window.
  . `q' closes a window instead of quitting altogether if there's more
    than one, for example if a help window is open.
  . Several bug fixes, including:
      . one causing the wrong position in a node to be shown when
        following an "anchor" cross-reference
      . one causing a test failure in the t/c-u-m-x-scroll-forward.sh
        test on some platforms
  . Internal changes to reduce memory use and increase speed of
    searches, relative to last release
  . The meaning of the `key-time' variable has changed when its value
    is 0.  This value meant to wait forever in the last release, but now
    it means that the next byte must be available immediately.

* Documentation:
  . The `info.info' file (and `info.texi' source) is no longer
    distributed with Texinfo.  Now this manual is only in Emacs.

* Distribution:
  . automake-1.15, gettext-0.19.6.
2016-02-13 07:02:07 +00:00
schmonz
fc1c6f2763 Restore long double math functions for sufficiently new Darwin. 2016-02-12 20:02:19 +00:00
ryoon
75c9155845 Disable long double math functions for NetBSD and FreeBSD.
Bump PKGREVISION for devel/boost-headers and devel/boost-libs.

This fixes databases/mongodb build.
2016-02-12 14:24:01 +00:00
wiz
448d28dbcc + mdds0.12. 2016-02-12 13:37:56 +00:00
wiz
540bb104ca Re-import mdds0.12-0.12.1 as devel/mdds0.12 in preparation for mdds
update to 1.0.

Multi-Dimensional Data Structure (mdds)

A collection of multi-dimensional data structure and indexing algorithm.

It implements the following data structure:

    * flat segment tree
    * segment tree
    * rectangle set

This package contains the 0.12 branch of mdds.
2016-02-12 13:34:45 +00:00
he
a358822cee Upgrade p5-PathTools to 3.62.
Upstream changes:
3.62 - Mon Jan 11 08:39:19 EST 2016
 - ensure File::Spec::canonpath() preserves taint (CVE-2015-8607)
3.61 - Sun Dec 20 12:00:00 EST 2015 (bleadperl only release)
 - improve performance of cwd on Win32 miniperl
3.60 - Wed Nov 18 21:28:01 EST 2015
 - add File::Spec::AmigaOS -- and actually ship it, this time
2016-02-11 14:51:24 +00:00
schmonz
32cc2620b8 Update to 0.45. From the changelog:
- Removed Moose cleanliness method from
  Test::BDD::Cucumber::Extension
- Add extensions! See Test::BDD::Cucumber::Executor and
  Test::BDD::Cucumber::Extensions for details. Work by ehuelsmann:
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/66
- pherkin command line options can now be read from config files, based on
    a patch by eheulsmann
- Scenario outline handling now works properly with i18n, thanks eheulsmann
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/71
- Storable dependency removed, thanks ehuelsmann
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/69
- Various spelling mistakes fixed - thanks James McCoy
2016-02-11 13:10:26 +00:00
wiz
89e13f3dcf Update p5-Scalar-List-Utils to 1.43:
1.43 -- 2016/02/08 15:05:23
	[CHANGES]
	 * Updated documentation
	 * Added MIN_PERL_VERSION to Makefile.PL
	 * Added "use warnings" to all tests
	 * Added MANIEST.SKIP patterns for common editor backup/swapfiles
	 * Test product(0,0) (RT105415)

	[BUGFIXES]
	 * Fix build on non-C99 compilers
	 * Avoid divide-by-zero exception if product()'s accumulator is IV zero
	   (RT105415)
	 * Possible fix for SvTEMP issues in first and any/all/none/notall
	   (RT96343)
2016-02-10 07:33:27 +00:00