Commit graph

293842 commits

Author SHA1 Message Date
adam
e83cc4a8c9 py-jmespath: updated to 0.9.4
0.9.4
Fix min_by/max_by with empty lists
Fix reverse type for null type
2019-02-25 09:04:55 +00:00
adam
5f3646bfaa py-isort: updated to 4.3.6
4.3.6:
- Fixes a fatal error that occurs if a single finder throws an exception. Important as we add more finders that utilize third party libraries.

4.3.5:
This is the final Python 2.x release of isort, and includes the following major changes:

Potentially Interface Breaking:
- The -r option for removing imports has been renamed -rm to avoid accidental deletions and confusion with the -rc recursive option.
- __init__.py has been removed from the default ignore list. The default ignore list is now empty - with all items needing to be explicitly ignored.
- Isort will now by default ignore .tox / venv folders in an effort to be "safe". You can disable this behaviour by setting the "--unsafe" flag, this is separate from any skip or not skip rules you may have in place.
- Isort now allows for files missing closing newlines in whitespace check
- distutils support has been removed to simplify setup.py

New:
- Official Python 3.7 Compatibility.
- Support for using requirements files to auto determine third-paty section if pipreqs & requirementslib are installed.
- Added support for using pyproject.toml if toml is installed.
- Added support for XDG_HOME if appdirs is installed.
- An option has been added to enable ignoring trailing comments ('ignore_comments') defaulting to False.
- Added support to enable line length sorting for only specific sections
- Added a correctly_sorted property on the SortsImport to enable more intuitive programmatic checking.

Fixes:
- Improved black compatibility.
- Isort will no detect files in the CWD as first-party.
- Fixed several cases where '-ns' or 'not_skip' was being incorrectly ignored.
- Fixed sorting of relative path imports ('.', '..', '...', etc).
- Fixed bugs caused by a failure to maintain order when loading iterables from config files.
- Correctly handle CPython compiled imports and others that need EXT_SUFFIX to correctly identify.
- Fixed handling of Symbolic Links to follow them when walking the path.
- Fixed handling of relative known_paths.
- Fixed lack of access to all wrap modes from the CLI.
- Fixed handling of FIFO files.
- Fixed a bug that could result in multiple imports being inserted on the same line.
2019-02-25 09:00:35 +00:00
adam
256dd34b3f Added devel/py-test-xprocess; www/py-flask-caching 2019-02-25 08:49:48 +00:00
adam
0b6748734d py-flask-caching: updated to 1.5.0
Version 1.5.0:
- Add support for a Redis Sentinel Cluster.
- Parameterize the hash function so alternatives can be used.
- Include the deprecated werkzeug.contrib.cache module in Flask-Caching.
2019-02-25 08:49:12 +00:00
adam
eff265ee91 py-test-xprocess: cleanup 2019-02-25 08:47:37 +00:00
adam
41cf542bb3 py-test-xprocess: added version 0.12.1
Experimental py.test plugin for managing processes across test runs.
2019-02-25 08:47:03 +00:00
gutteridge
48588a7bcc xentools411: address build failure with GCC >= 7
Address PR pkg/53978: newer versions of GCC have a format-truncation
error triggered. Increase the size of a string to work around this.
(This may need more attention upstream.)
2019-02-25 08:19:22 +00:00
manu
44f615cb70 Added filesytems/ltfs version 2.4.2.0.0, filesytems/ltfs-ltotape version 0.1
Linear Tape File System (LTFS) is a filesystem to mount a LTFS
formatted tape in a tape drive. Once LTFS mounts a LTFS formatted
tape as filesystem, user can access to the tape via filesystem API.

Objective of this project is being the reference implementation of
the LTFS format Specifications in SNIA
(https://www.snia.org/tech_activities/standards/curr_standards/ltfs).

At this time, the LTFS format specifications 2.4 is the target
2019-02-25 01:00:38 +00:00
manu
3061ca91af Update perfuse package. Change log since previous version:
Use reclaim2 to fix reclaim/lookup race conditions

The PUFFS reclaim operation had a race condition with lookups: we could
be asked to lookup a node, then to reclaim it before lookup completion.

At lookup completion, we would then create a leaked node.

Enter the PUFFS reclaim2 operation, which features a nlookup argument.

That let us count how many lookups are pending and avoid the above
described scenario. It also makes the codes simplier.

 -

Fix directory filehandle usage with libufse. Fix lookup count
libfuse does not use filehandle the same way for directories and other
objects. As a result, filehandles obtained by OPENDIR should not be
sent on non-directory related operations like READ/WRITE/GETATTR...

While there, fix the lookup count sent to the FORGET operation, which
led to leaked nodes.
2019-02-25 00:52:07 +00:00
mef
04574abf84 Updated to ham/uhd uhd-3.11.1.0nb3, PLIST* update for doxygen-1.8.15, PKGREVISION++ 2019-02-24 21:41:11 +00:00
adam
35b9f61c00 Updated devel/py-pluggy, www/py-django-extensions 2019-02-24 20:36:04 +00:00
adam
47a71aacfd py-django-extensions: updated to 2.1.6
Changes 2.1.6:
runserver_plus, auto_reloader fix for compatibility with Django 2.2
test, many many more tests :-)
2019-02-24 20:35:46 +00:00
adam
cbad29ddf3 py-pluggy: updated to 0.9.0
pluggy 0.9.0

Features
- PluginManager.load_setuptools_entrypoints now accepts a name parameter that when given will
  load only entry points with that name.

  PluginManager.load_setuptools_entrypoints also now returns the number of plugins loaded by the
  call, as opposed to the number of all plugins loaded by all calls to this method.

Bug Fixes
- Fix internal varnames function for PyPy3.
2019-02-24 20:33:49 +00:00
adam
a183e05c4b Updated devel/py-configparser, textproc/py-xlsxwriter, mail/exim, mail/exim-html 2019-02-24 20:31:36 +00:00
adam
cd5b41e31c exim: updated to 4.92
4.92:
New features include:
- ${l_header:<name>} expansion
- ${readsocket} now supports TLS
- "utf8_downconvert" option (if built with SUPPORT_I18N)
- "pipelining" log_selector
- JSON variants for ${extract } expansion
- "noutf8" debug option
- TCP Fast Open support on MacOS
2019-02-24 20:31:00 +00:00
adam
43ed6a6c41 py-xlsxwriter: updated to 1.1.5
Release 1.1.5:
* This version removes support for end of life Pythons 2.5, 2.6, 3.1, 3.2 and
  3.3. For older, unsupported versions of Python use version 1.1.4 of
  XlsxWriter.
2019-02-24 20:27:48 +00:00
adam
606027945f py-configparser: updated to 3.7.3
3.7.3
* Temporarily degrade to use ASCII for author's name.

3.7.2
(also released as 3.8.0)

* Repackaged using setuptools_scm for file discovery and other features
  from skeleton <https://pypi.org/project/skeleton_.

* Package now unconditionally installs the  configparser module.
  Doing so allowed for the project to release a universal wheel for
  Python 2 and Python 3. Even though the configparser module is
  installed unconditionally on Python 3, it's expected that it will be
  masked in that environment by the module in stdlib, so the same
  interface applies.

3.7.1
* Fixed issue on Python 2.x when future is present.

3.7.0
* Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes
  paths as well as any
  PathLike <https://docs.python.org/3/library/os.html#os.PathLike>_
  object, including those found in the pathlib2 backport.
2019-02-24 20:25:49 +00:00
jperkin
bcff1b2721 openjdk8: Disable relro on SunOS. 2019-02-24 16:43:28 +00:00
taca
bed74c88eb doc: Updated www/drupal8 to 8.6.10 2019-02-24 16:32:06 +00:00
taca
a681ca0696 www/drupal8: update to 8.6.10
Drupal 8.6.10 (2019-02-20)

Maintenance and security release of the Drupal 8 series.

This release fixes security vulnerabilities. Sites are urged to upgrade
immediately after reading the security announcement and notes below:

* Drupal core - Remote code execution - SA-CORE-2019-003

Sites on 8.5.x or earlier should update immediately to Drupal 8.5.11 instead,
and plan to update to the latest 8.6.x release before May 2019 (when 8.7.0 is
released and 8.5.x security coverage ends).

Important update information

For site owners

* In addition to the above fix, this release includes the fix for #3031740:
  Updating to 8.6.8 or 8.6.9 with Drush 8 causes data loss via
  update_fix_compatibility() to prevent Drush 8 issues for sites updating
  directly from an earlier security release.

* update.php must be run after updating to ensure changes from the patch take
  effect.

* No changes have been made to the .htaccess, web.config, robots.txt or
  default settings.php files in this release, so upgrading custom versions of
  those files is not necessary if your site is already on the previous
  release.

For module developers

Some contributed module tests may need to be updated if they extend core's
test suite, due to a minor API change in a test base class.
2019-02-24 16:31:39 +00:00
taca
51417ae924 doc: Updated www/ruby-compass-import-once to 1.0.5nb1 2019-02-24 16:26:43 +00:00
taca
22ef940c15 www/ruby-compass-import-once: update dependency to ruby-sass34
* Update dependency from www/ruby-sass to www/ruby-sass34.
* Add "USE_LANGUAGES= # none".

Bump PKGREVISION.
2019-02-24 16:26:21 +00:00
taca
fcda11e416 doc: Updated www/ruby-compass-core to 1.0.3nb1 2019-02-24 16:25:15 +00:00
taca
0a42705cb3 www/ruby-compass-core: update dependency to ruby-sass34
* Update dependency from www/ruby-sass to www/ruby-sass34.
* Add "USE_LANGUAGES= # none".

Bump PKGREVISION.
2019-02-24 16:24:55 +00:00
taca
a655f42679 doc: Updated www/ruby-sass34 to 3.4.25 2019-02-24 16:23:01 +00:00
taca
5f374d4b11 www/ruby-sass34: update to 3.4.25
3.4.25 (7 July 2017)

* Fix a bug where * wouldn't always be eliminated during selector unification.

Deprecations -- Must Read!

* Extending compound selectors such as .a.b is deprecated. This never followed
  the stated semantics of extend: elements that match the extending selector
  are styled as though they matches the extended selector.

* When you write h1 {@extend .a.b}, this should mean that all h1 elements are
  styled as though they match .a.b¡½that is, as though they have class="a b",
  which means they'd match both .a and .b separately. But instead we extend
  only selectors that contain both .a and .b, which is incorrect.

* Color arithmetic is deprecated. Channel-by-channel arithmetic doesn't
  correspond closely to intuitive understandings of color. Sass's suite of
  color functions are a much cleaner and more comprehensible way of
  manipulating colors dynamically.

* The reference combinator, /foo/, is deprecated since it hasn't been in the
  CSS specification for some time.

* The old-style :name value property syntax is deprecated. This syntax is not
  widely used, and is unnecessarily different from CSS.
2019-02-24 16:22:26 +00:00
taca
a0e549172a doc: Updated www/ruby-sass to 3.7.3 2019-02-24 16:19:15 +00:00
taca
0e255255ad www/ruby-sass: update to 3.7.3
3.7.3 (4 January 2019)

* Emit escaped tab characters in identifiers as \9 rather than a backslash followed by a literal tab.

3.7.2 (8 November 2018)

* Fix more escaped-whitespace edge cases.

3.7.1 (7 November 2018)

* Properly handle escaped whitespace and other unusual characters.

3.7.0 (6 November 2018)

* Add support for CSS's min() and max() math functions. A min() and max() call will continue to be parsed as a Sass function if it involves any Sass-specific features like variables or function calls, but if it's valid plain CSS (optionally with interpolation) it will be emitted as plain CSS instead.

  See the proposal for details.

* Add support for range-format media features like (10px < width < 100px). See the proposal for details.
* Normalize escape codes in identifiers so that, for example, «±clair and \E9clair are parsed to the same value. See the proposal for details.

Backwards Incompatibilities -- Must Read!

* Percentages passed as $alpha arguments to rgba() and hsla() are now interpreted according to the spec, and all other units are disallowed.

3.6.0 (19 September 2018)

* Add support for importing an _index.scss or _index.sass file when importing a directory.

Backwards Incompatibilities -- Must Read!

* Tokens such as #abcd that are ambiguous between ID strings and hex colors with an alpha channel are now parsed as colors.

3.5.7 (18 July 2018)

* Add a post-install message indicating that Ruby Sass is deprecated.
* Properly emit an error when an empty block is passed to a mixin that doesn't use @content.

3.5.6 (22 March 2018)

* Allow ! in custom property values.

* var() may now be passed in place of multiple arguments to rgb(), rgba(), hsl() and hsla().
* Don't crash on custom properties that aren't followed by semicolons.
* Don't crash when normalizing numbers with complex units.
* Don't crash on $x % 0.

3.5.5 (4 January 2018)

* Emit a warning when && is used, since it's probably not what the user means.
* Add a suggested replacement for extended compound selectors.
* Fix a bug where an unparseable selector produced an unuseful error.

3.5.4 (15 December 2017)

* round() now returns the correct results for negative numbers that should round down.

* Avoid thread-unsafely modifying $stderr.

3.5.3 (26 October 2017)

* Generate correct source maps for map literals.

3.5.2 (4 October 2017)

* Properly parse CSS variables that begin with interpolation (for example, --#{$foo}: ...).

3.5.1 (13 July 2017)

* Avoid conflicts with the listen gem.

3.5.0 (12 July 2017)

* Default to ten digits of numeric precision.
* Combine ids and :root when unifying selectors with @extend and selector functions.
* It's no longer an error to @extend a selector that exists in the stylesheet, but for which unification fails.
* Add a $weight parameter to invert().
* The last argument in an argument list can now have a trailing comma.
* Allow var() to be passed to rgb(), rgba(), hsl(), and hsla().
* Add support for the ::slotted() pseudo-element.
* Add support for CSS's grid template areas and named lines. We support this syntax through a new type of list called a "bracketed list". Bracketed lists can be created by wrapping a list with square brackets. For example: [this is bracketed] and [this, is, also, bracketed]. Bracketed lists will output their square brackets when used as a CSS value. Bracketed lists may be either space-separated or comma-separated. The is-bracketed() function, when passed a list will return a boolean indicating whether that list will output with brackets. The join() function now accepts a $bracketed parameter that controls whether the returned list has brackets.
* A new function content-exists() will return true when called within a mixin that was passed content for use by the @content directive.
* Passing a string to call($function-name, $args...) indicating which function to invoke is now deprecated. Instead pass a function reference returned from get-function($function-name). This allows function name resolution to be performed in the correct lexical context and then invoked in a different context. This is required so that the module-based resolver in Sass 4.0 will invoke the correct function when calling across module boundaries. Developers of frameworks that use call should not do the function lookup for callers of their framework; this is likely to result in a situation where the framework cannot resolve the function in 4.0.
* Values that can be interpreted as hex colors with alpha channels and also as ID values, such as #abcd, now emit deprecation warnings in preparation for being parsed differently Sass 3.6. They were previously parsed as strings, and in 3.6 they will be parsed as colors instead.
* Pseudo selectors that take arguments now allow any [<declaration-value>][declaration-value] production in their argument list. This will provide better forwards-compatibility for future CSS syntax.
* Pseudo selectors that take selectors as arguments will no longer always be eliminated if they contain placeholder selectors that aren't extended. Instead, they'll be reduced to valid CSS selectors if possible.
* Generated transparent colors will now be emitted as rgba(0, 0, 0, 0) rather than transparent. This works around a bug wherein IE incorrectly handles the latter format.
* The indented syntax now allows different indentation to be used for different lines, as long as they define a consistent tree structure.

Backwards Incompatibilities -- Must Read!

* The way CSS variables are handled has changed to better correspond to the CSS spec. They no longer allow arbitrary SassScript in their values; instead, almost all text in the property values will be passed through unchanged to CSS. The only exception is #{}, which will inject a SassScript value as before.
2019-02-24 16:18:52 +00:00
taca
6903caef5f doc: Added www/ruby-sass34 version 3.4.24 2019-02-24 16:13:08 +00:00
taca
eb09b4d0e1 www/Makefile: add and enable ruby-sass34 2019-02-24 16:12:36 +00:00
taca
50aed6b1cd www/ruby-sass34: add ruby-sass 3.4.24 as ruby-sass34
Add ruby-sass 3.4.24 package as ruby-sass34.
2019-02-24 16:11:45 +00:00
taca
805ed1eab5 doc: Added www/ruby-sass-rails version 5.0.7 2019-02-24 16:04:28 +00:00
taca
253825f706 www/Makefile: add and enable ruby-sass-rails 2019-02-24 16:04:12 +00:00
taca
95bea03c15 www/ruby-sass-rails: add package version 5.0.7
Add ruby-sass-rails package version 5.0.7 which covers Ruby on Rails 4.2
and later.


Sass adapter for the Rails asset pipeline.

This gem provides official integration for Ruby on Rails projects with the
Sass stylesheet language.
2019-02-24 16:03:44 +00:00
taca
cb67314847 doc: Added www/ruby-sass-listen version 4.0.0 2019-02-24 15:52:24 +00:00
taca
a952477433 www/Makefile: add and enable ruby-sass-listen 2019-02-24 15:51:52 +00:00
taca
2024a14dac www/ruby-sass-listen: add version 4.0.0 package
This fork of guard/listen provides a stable API for users of the ruby Sass CLI.

Listen

The Listen gem listens to file modifications and notifies you about the changes.

Features

* OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, \*BSD and Windows,
  [more info](#listen-adapters) below.
* Detects file modification, addition and removal.
* You can watch multiple directories.
* Regexp-patterns for ignoring paths for more accuracy and speed
* Increased change detection accuracy on OS X HFS and VFAT volumes.
* Tested on MRI Ruby environments (2.0+ only) via
  [Travis CI](https://travis-ci.org/guard/listen).
2019-02-24 15:50:25 +00:00
nia
69b134cf90 doc: Updated chat/weechat to 2.4 2019-02-24 15:47:31 +00:00
nia
1935e36c0f chat/weechat: Update to 2.4
New features

        core: do not automatically add a space when completing "nick:" at the beginning of command line (the space can be added in option weechat.completion.nick_completer)
        core: add default keys Ctrl+F11/Ctrl+F12 to scroll up/down one page in nicklist (same action as F11/F12)
        core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
        api: add functions string_base_encode and string_base_decode, remove functions string_encode_base64 and string_decode_base64
        api: add support of Time-based One-Time Password (TOTP), add infos "totp_generate" and "totp_validate"
        buflist: add default keys Ctrl+F1/Ctrl+F2 to scroll up/down one page in buflist (same action as F1/F2)
        buflist: add variable ${number2}, always set with the indented buffer number
        exec: add option exec.command.shell to customize the shell used with /exec -sh
        relay: add support of close frame in websocket connection (issue #1281)
        relay: add support of Time-based One-Time Password (TOTP) as second authentication factor in weechat protocol

Bug fixes

        core: fix compilation of empty regular expression (not allowed on FreeBSD)
        core: fix forced highlight on messages sent to other buffers (issue #1277)
        aspell: look for suggestions only if the misspelled word has changed (issue #1175)
        buflist: add alternate key codes for F1/F2 and Alt+F1/Alt+F2 (compatibility with terminals)
        buflist: fix warning displayed when script buffers.pl is loaded (issue #1274)
        irc: fix parsing of whois messages in notify
        irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are colons (issue #1296)
        irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequence
        irc: fix encoding of italic attribute when colors are removed
        irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
        relay: fix crash on /upgrade when the real IP is not set (issue #1294)
        relay: fix memory leak in connection of client

Tests

        unit: fix UTF-8 and evaluation tests on FreeBSD
        unit: add tests on IRC configuration and protocol functions

Build

        core: add C compiler flag "-fsigned—​char" to force "char" data type to be always signed (issue #1277)
2019-02-24 15:47:20 +00:00
wiz
1e52ac48b0 doc: Updated graphics/ImageMagick to 7.0.8.28 2019-02-24 15:41:11 +00:00
wiz
f9e5f4abe1 ImageMagick: update to 7.0.8.28.
2019-02-12  7.0.8-28 Cristy  <quetzlzacatenango@image...>
  * Fixed a number of issues (reference
    https://github.com/ImageMagick/ImageMagick/issues).
2019-02-24 15:40:59 +00:00
wiz
a3b412722d doc: Updated audio/musicpd to 0.21.5 2019-02-24 15:32:20 +00:00
wiz
20e6d46b68 musicpd: update to 0.21.5.
ver 0.21.5 (2019/02/22)
* protocol
  - fix deadlock in "albumart" command
  - fix "tagtypes disable" command
* database
  - simple: fix assertion failure
  - fix assertion failures with mount points
* storage
  - udisks: fix "AlreadyMounted" error
  - udisks: use relative path from mount URI
  - fix memory leak
* input
  - buffer: fix crash bug when playing remote WAV file
* tags
  - ape: map "Album Artist"
* output
  - shout: add support for TLS
* mixer
  - pulse: add "scale_volume" setting
2019-02-24 15:32:06 +00:00
nia
3f3bdc35d8 doc: Updated emulators/libretro-np2kai to 0.86.18 2019-02-24 15:27:00 +00:00
nia
6cd5467116 libretro-np2kai: Update to 0.86.18
Changes include:

* Fix a crash when no content was loaded.
* Fixing a mistake with DataSave usage.
* Add MIDI support.
* Add PCI core options.
2019-02-24 15:26:50 +00:00
wiz
e90aeffe73 doc: Updated archivers/gtar to 1.32 2019-02-24 15:18:59 +00:00
wiz
a6f812e8ea gtar: update to 1.32
version 1.32 - Sergey Poznyakoff, 2019-02-23

* Fix the use of --checkpoint without explicit --checkpoint-action

* Fix extraction with the -U option

See http://lists.gnu.org/archive/html/bug-tar/2019-01/msg00015.html,
for details

* Fix iconv usage on BSD-based systems

* Fix possible NULL dereference (savannah bug #55369)

* Improve the testsuite
2019-02-24 15:18:45 +00:00
wiz
8fc70e0cbb doc: Updated x11/libxkbcommon to 0.8.4 2019-02-24 14:59:19 +00:00
wiz
6a2acef2e8 libxkbcommon: update to 0.8.4.
libxkbcommon 0.8.4 - 2019-02-22
==================

- Fix build of xkbcommon-x11 static library with meson.

- Fix building using meson from the tarball generated by autotools.
2019-02-24 14:59:07 +00:00
wiz
e412ca973e doc: Updated devel/pcre to 8.43 2019-02-24 14:54:09 +00:00