Commit graph

315627 commits

Author SHA1 Message Date
ryoon
f076a5bbda devel: Enable appstream-glib 2020-04-14 14:20:01 +00:00
ryoon
a9e064a24e doc: Added devel/appstream-glib version 0.7.17 2020-04-14 14:19:09 +00:00
ryoon
17c4bdf272 devel/appstream-glib: import appstream-glib-0.7.17
This library provides GObjects and helper methods to make it easy to read and
write AppStream metadata. It also provides a simple DOM implementation that
makes it easy to edit nodes and convert to and from the standardized XML
representation. It also supports reading of Debian-style DEP-11 metadata.

What this library allows you to do:

 * Read and write compressed AppStream XML files
 * Read compressed Debian YAML files
 * Add and search for applications in an application store
 * Get screenshot image data and release announcements
 * Easily retrieve the best application data for the current locale
 * Efficiently interface with more heavy-weight parsers like expat
2020-04-14 14:18:32 +00:00
ryoon
09b6100711 databases: Enable gom 2020-04-14 14:14:35 +00:00
ryoon
98241bfbc4 doc: Added databases/gom version 0.4 2020-04-14 14:13:44 +00:00
ryoon
eba68ccc33 databases/gom: import gom-0.4
This is an attempt to make a DataMapper for GObject. Mostly because I'm
sick of doing this by hand in C. It would be cool if it would work across
language boundries using GObject Introspection too.
2020-04-14 14:13:10 +00:00
ryoon
cd9b19f7ba textproc: Enable libstemmer 2020-04-14 14:09:35 +00:00
ryoon
1f34b4308a doc: Added textproc/libstemmer version 2.0.0 2020-04-14 14:08:31 +00:00
ryoon
3a261949ad textproc/libstemmer: import libstemmer-2.0.0
The snowball compiler and the stemming algorithms
2020-04-14 14:07:50 +00:00
fox
65f66e8f1d doc: Updated audio/fasttracker2 to 1.20 2020-04-14 13:27:19 +00:00
fox
bc4a983a96 audio/fasttracker2: Updates to v1.20
Changes since v1.19:

v1.20 - 13.04.2020
- x86_64/amd64 users now get 32.32 fixed-point precision in the audio channel
  mixer, an extra 192kHz mixing frequency mode (may only work with a larger
  buffer size), and double the amount of phases in the cubic spline table. This
  will only make an improved outcome in very few cases (like extremely high/low
  channel rates), so don't expect to hear any difference. Non-x86_64 users now
  lose 96kHz mode as it was a bit unsuitable with 16.16 fixed-point precision.
- The "Volume" function in Smp. Ed. now has more precision and takes less time
  to complete. Not that it was slow to begin with...
- Increased the minimum .WAV rendering frequency from 8kHz to 44.1kHz, because
  the mixer delta calculations could overflow on such low rates.
- Some more small miscellaneous changes not worth of a mention
- Code cleanup
2020-04-14 13:26:07 +00:00
adam
c48edd653b Updated net/py-zmq, devel/py-ipykernel 2020-04-14 12:57:48 +00:00
adam
7f1913b3c2 py-ipykernel: updated to 5.2.0
5.2.0 Includes several bugfixes and internal logic improvements.
- Produce better traceback when kernel is interrupted
- Add ``InProcessKernelClient.control_channel`` for compatibility with jupyter-client v6.0.0
- Drop support for Python 3.4
- Work around issue related to Tornado with python3.8 on Windows
- Prevent entering event loop if it is None
- Use ``shell.input_transformer_manager`` when available
2020-04-14 12:57:26 +00:00
nia
14a8ace4b8 musicpd: Various improvements in SolarisOutputPlugin
- Use AUDIO_INITINFO rather than AUDIO_GETINFO for initialization
  This is recommended by Solaris and NetBSD documentation.
- Don't open the device with O_NONBLOCK then remove the flag.
  AFAIK this is a workaround for old implementations that wouldn't
  allow the device to be opened in blocking mode if it was already
  in use. Either way, it hasn't been necessary for a long time.
- Support S8 and S32 audio formats.
2020-04-14 12:55:04 +00:00
adam
c485eeb3d0 py-zmq: updated to 19.0.0
19.0
Cython backend: Build Cython extensions with language level “3str” (requires Cython 0.29)
Cython backend: You can now cimport zmq
Asyncio: Fix memory leak in Poller
Log: Much improved logging in zmq.log (see Asynchronous Logging via PyZMQ)
Log: add python -m zmq.log entrypoint
Sources generated with Cython 0.29.15
2020-04-14 12:50:02 +00:00
wiz
6780e769bb surfraw: drop maintainership 2020-04-14 12:48:23 +00:00
wiz
83f059ed0e wmCalClock: drop maintainership 2020-04-14 12:47:58 +00:00
wiz
88a85b48ac cdrtools: drop maintainership 2020-04-14 12:47:34 +00:00
wiz
1189da4117 OSBF-lua: drop maintainership. 2020-04-14 12:47:11 +00:00
wiz
7ee7be6384 png: drop maintainership 2020-04-14 12:35:05 +00:00
wiz
4535fe50cd automake: drop maintainership 2020-04-14 12:34:42 +00:00
wiz
42b46e02fa autoconf: drop maintainership 2020-04-14 12:34:16 +00:00
wiz
7b9b729ee4 kid3: drop maintainership 2020-04-14 12:33:49 +00:00
wiz
5a08acaf02 unrar: drop maintainership 2020-04-14 12:33:21 +00:00
adam
9b48b3b8cb Updated textproc/py-jinja2, devel/py-parameterized 2020-04-14 12:14:18 +00:00
adam
605b2dc0cf py-parameterized: updated to 0.7.3
0.7.3:
* Fix some typos
* Fix unicode handling in setup.py
* Fix Python 3.9 compat

0.7.2:
* Add `@parameterized_class` name function callback support
2020-04-14 12:13:59 +00:00
adam
bb44273ec9 py-jinja2: updated to 2.11.2
Version 2.11.2
Fix a bug that caused callable objects with __getattr__, like Mock to be treated as a contextfunction().
Update wordcount filter to trigger Undefined methods by wrapping the input in soft_unicode().
Fix a hang when displaying tracebacks on Python 32-bit.
Showing an undefined error for an object that raises AttributeError on access doesn’t cause a recursion error.
Revert changes to PackageLoader from 2.10 which removed the dependency on setuptools and pkg_resources, and added limited support for namespace packages. The changes caused issues when using Pytest. Due to the difficulty in supporting Python 2 and PEP 451 simultaneously, the changes are reverted until 3.0.
Fix line numbers in error messages when newlines are stripped.
The special namespace() assignment object in templates works in async environments.
Fix whitespace being removed before tags in the middle of lines when lstrip_blocks is enabled.
NativeEnvironment doesn’t evaluate intermediate strings during rendering. This prevents early evaluation which could change the value of an expression.
2020-04-14 12:10:03 +00:00
jaapb
22b384cc52 doc: Updated devel/ocaml-lwt_glib to 1.1.1 2020-04-14 10:45:06 +00:00
jaapb
84cc81696a Updated devel/ocaml-lwt_glib to version 1.1.1.
This separates lwt_glib from the main lwt distribution.
2020-04-14 10:44:37 +00:00
wiz
9c6a64522c doc: Updated finance/gnucash-docs to 3.10 2020-04-14 10:42:38 +00:00
wiz
fe1b48eff3 gnucash-docs: update to 3.10.
Updated for gnucash 3.10.
2020-04-14 10:42:29 +00:00
wiz
99c806429b doc: Updated finance/gnucash to 3.10 2020-04-14 10:35:36 +00:00
wiz
c1e090c1ca gnucash: update to 3.10.
Changes

This is a snap release to reverse the changes to the reconcile
window's filtering reconciled transactions with a reconcile date
after the current statement date when computing the starting balance.
It seems that many users' books have accounts with reconcile dates
in the future that were suddenly filtered out, creating an incorrect
starting balance and making it impossible to reconcile the book.

Between 3.9 and 3.10, the following bugfixes were accomplished:

    Bug 620848 - Transfer Funds window - add Notes field
    Bug 797006 - Balance is misleading in open subaccounts when different currencies are involved
    Bug 797318 - Amounts ending in zero displayed as fractions
    Bug 797666 - libgnucash/engine/test/test-recurrence.c: In function 'check_valid': 'result' may be used uninitialized
    Bug 797676 - Register displays amount in transaction currency instead of register currency.
    Bug 797674 - 3.9: "test-gnc-path-util" failed on Debian amd64

The following fixes and improvements were not associated with bug reports:

    Update latest translation from the Translation project.
    [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date
    [window-reconcile] when inputing statement_date, warn if it's after today
    [find-transactions] add search for reconciled date
    Show transaction value, not amount, for registers with subaccounts.

    If the register has subaccounts in different currencies and a transaction has splits in more than one, the transaction will incorrectly appear to be unbalanced if we total amounts because the balancing logic works on split values.
    Add instance argument to Session constructor

    Enables a python console to connect to the running GnuCash's session.
    Make python console less noisy without --debug.
    Provide locals and globals of calling context to the python console's shell on shell init
    Merge Jean Laroche's '797006_subaccounts' into maint.
    Add check to display warning dialog for mismatched commodities
    Replicate changes in *2 files
    Apply astyle to modified files
    Merge Chris Mayo's iPython-fixes into maint.
    Make pycons/ishell.py compatible with Python 3 and current IPython
    [eguile-utilities] Prevent crash in balsheet-eg.scm
    [eguile] escape-html -> gnc:html-string-sanitize
    [qif-to-gnc] Properly mark intra-QIF internal transfers.

We have a revised Ukrainian translation.
2020-04-14 10:35:17 +00:00
jaapb
2154f737bc doc: Updated devel/ocaml-encore to 0.4 2020-04-14 08:56:26 +00:00
jaapb
b37c92a7d5 Updated devel/ocaml-encore to version 0.4.
This fixes a build failure, and has several other minor improvements and
bugfixes.
2020-04-14 08:56:07 +00:00
jaapb
74ea0f3f06 Added ocaml-ke to Makefile SUBDIRs 2020-04-14 08:54:38 +00:00
jaapb
10042066d2 doc: Added devel/ocaml-ke version 0.4 2020-04-14 08:18:44 +00:00
jaapb
11cffdaaba Added devel/ocaml-ke, an efficient queue implementation.
Needed as a dependency for the new version of ocaml-encore.
2020-04-14 08:18:30 +00:00
tpaul
a48bd868c7 audio/cmusfm: Replace wip with audio in MESSAGE 2020-04-14 05:02:09 +00:00
tpaul
c13ea6deff doc: Added audio/cmusfm version 0.3.3 2020-04-14 04:38:20 +00:00
tpaul
6f54fc4acd audio/Makefile: Add cmusfm 2020-04-14 04:36:39 +00:00
tpaul
1f22055915 audio/cmusfm: Import version 0.3.3
Last.fm standalone scrobbler for the cmus music player
2020-04-14 04:35:50 +00:00
leot
ee41b8a0f6 doc: Updated net/mitmproxy to 5.1.1 2020-04-13 20:40:34 +00:00
leot
40f0eca094 mitmproxy: Update to 5.1.1
Changes:
5.1.1
-----
    * Fixed Docker images not starting due to missing shell

5.1
---
  ** Major Changes **
    * Initial Support for TLS 1.3

  ** Full Changelog **
    * Reduce leaf certificate validity to one year due to upcoming browser
      changes (@mhils)
    * Rename mitmweb's web_iface option to web_host for consistency (@oxr463)
    * Sending a SIGTERM now exits mitmproxy without prompt, SIGINT still
      asks (@ThinkChaos)
    * Don't force host header on outgoing requests (@mhils)
    * Additional documentation and examples for WebSockets (@Kriechi)
    * Gracefully handle hyphens in domain names (@matosconsulting)
    * Fix header replacement count (@naivekun)
    * Emit serverconnect event only after a connection has been
      established (@Prinzhorn)
    * Fix ValueError in table mode of server replay flow (@ylmrx)
    * HTTP/2: send all stream reset types to other connection (@rohfle)
    * HTTP/2: fix WINDOW_UPDATE swallowed on closed streams (@Kriechi)
    * Fix wrong behavior of --allow-hosts options (@BlownSnail)
    * Additional and updated documentation for examples, WebSockets,
      Getting Started (@Kriechi)
2020-04-13 20:40:22 +00:00
rillig
c5bf669129 doc/CHANGES: fix date for last pkglint update 2020-04-13 20:23:41 +00:00
rillig
7072710a6b doc: Updated pkgtools/pkglint to 20.1.2 2020-04-13 19:47:02 +00:00
rillig
7e5d8473be pkgtools/pkglint: update to 20.1.2
Changes since 20.1.1:

Ensure that relative paths to other packages have the canonical form
../../category/package.

Add notes about pathname patters that mention ${WRKSRC} even though they
are already defined to be relative to WRKSRC.

Fix check for redundantly added categories. The check had previously
reported that the included file would be redundant, which was wrong.
It's always the including file that provides the redundancy.
2020-04-13 19:46:44 +00:00
joerg
ef114fa03e Newer GCC and clang decided that global asm shouldn't be volatile. 2020-04-13 19:19:37 +00:00
joerg
2b64e2fdeb libc++ doesn't support the pre-C++11 std::swap, so inline the
equivalent.
2020-04-13 19:16:47 +00:00
joerg
80afea42fd Fix ICU fallout 2020-04-13 19:11:55 +00:00