Commit graph

257040 commits

Author SHA1 Message Date
wiz
83367936c3 Updated abcm2ps to 8.12.9.
---- Version 8.12.9 - 2016-11-02 ----

Fix bad PS output when justified text since 8.12.5
	(reported by Guido Gonzato)

---- Version 8.12.8 - 2016-11-01 ----

Fix again bad PS output when centered text with non-ASCII characters
		since 8.12.5
	(reported by David Lacroix)

---- Version 8.12.7 - 2016-10-31 ----

Fix bad PS output when grace notes since 8.12.6
	(from by David Lacroix)
Fix random error on Q:"text"
	(reported by David Lacroix)

---- Version 8.12.6 - 2016-10-31 ----

Fix bad PS output when centered texts with non-ASCII characters
		since 8.12.5
Adjust the grace notes offsets and helper lines
	(from David Lacroix)
Bad parse of Q: since 8.12.5
	(reported by David Lacroix)

---- Version 8.12.5 - 2016-10-30 ----

Bigger grace notes
	(asked by David Lacroix)
Loss of '%%clef none' at start of lines when %%clef inside tune
	(reported by Guido Gonzato)
Bad display of measure repeat when 2 voices on the staff
	(reported by Chuck Boody)
Bad display of repeat measure bars when multi-voices and
		symbol between ':|' and '|:' in one voice
	(reported by Heinz Färber)
Add more checks on the Q: syntax
	(reported by Manavasu)
Fix some bad PS outputs when %%tuplet with 'which' = 'no value'
	(reported by Hudson Lacerda)
Add PS functions and permit special treatments on the chord symbols,
		annotations and lyrics
	(asked by Frédéric Aupépin)
DESTDIR support in Makefile for some distributions
	(patch adapted from Thomas Klausner)
Bad string width computation on SVG output
	(reported by Martin Tarenskeen)
2016-11-07 11:51:47 +00:00
wiz
d4d1eefbee Updated net/syncthing to 0.14.10 2016-11-07 11:48:29 +00:00
wiz
05c8412c24 Updated syncthing to 0.14.10.
This is a minor release recommended for all users.

Resolved issues:

    #36236: Display of global and local state is clearer, especially in the presence of ignores.
    #36471: GUI does not show "failed items" unless there are items that have failed.

Also:

    Fixes to questionmark and asterisk handling in ignore patterns.
    Build script can create a snap file.
    "Black" theme re-added.
    Debugging options for deadlocks.
2016-11-07 11:48:17 +00:00
wiz
6787f26b9b Updated misc/todoman to 1.7.0 2016-11-07 11:45:56 +00:00
wiz
2fb2f9df85 Updated todoman to 1.7.0.
No changelog found.

github changes:
Merge pull request #52 from untitaker/generic-todo-prop-params
Merge pull request #51 from nim65s/master
Remove ansi dependency (#53)
Share parameters between new and edit
Add a move command
Fix editor support (#47)
Add a copy command (#50)
Merge pull request #46 from untitaker/no-delete-button
Replace cancel button with hint to hit ctrl-c
Remove delete button from editor
Exclude buggy setuptools-scm version
Show error messages in UI (#43)
delete cmd: Show tasks that will be deleted (#44)
Fix tests
done cmd: Show done tasks (#45)
Don't strip time from datetime objects (#41)
Add `default_list` in config for new todos (#40)
Add shortcut to edit textfield in editor (#39)
Merge pull request #6 from pimutils/widget-improvements
Add basic editing shortcuts to text widgets
Merge pull request #38 from untitaker/coc
Add CoC
Merge pull request #37 from untitaker/glob-clarify
Clarify what path is supposed to match
Don't require setuptool_scm at runtime
Fix inconsistent minimum todo ID
Merge pull request #30 from untitaker/color-option
Implement color option
Fix typo
2016-11-07 11:45:47 +00:00
wiz
28fdbb337b Updated devel/py-tortoisehg to 4.0 2016-11-07 11:27:22 +00:00
wiz
e741870f05 Updated py-tortoisehg to 4.0.
TortoiseHg 4.0

TortoiseHg 4.0 is a quarterly feature release

Improvements

    graph: make annotate/history graph work with a shallow (remotefilelog) repo
    repoagent: light-weight suspend of repository monitor while running commands
    repofilter: adjust branch combo to content every time model changed
    repofilter: do not calculate width of revset combo from contents (fixes #4035)

hgext:

    extension: rename the extension from 'lighthg' to 'thg'
    extension: restrict to only 'view' as a command name
    light-ui: update the windows name to mention TortoiseHg and reponame
2016-11-07 11:27:13 +00:00
wiz
93ef472298 Updated devel/py-setuptools to 28.8.0 2016-11-07 11:24:40 +00:00
wiz
30c3fab890 Updated py-setuptools to 28.8.0.
v28.8.0
-------

* #629: Per the discussion, refine the sorting to use version
  value order for more accurate detection of the latest
  available version when scanning for packages. See also
  #829.

* #837: Rely on the config var "SO" for Python 3.3.0 only
  when determining the ext filename.
2016-11-07 11:24:31 +00:00
wiz
d03fa6001d Updated devel/py-pkginfo to 1.4.0 2016-11-07 11:16:38 +00:00
wiz
50fc2e42cc Updated py-pkginfo to 1.4.0.
1.4.0 (2016-11-04)
------------------

- Relicense under MIT license:  the PSF license is not suitable for
  third-party libraries.
2016-11-07 11:16:29 +00:00
wiz
d0db02b9f7 Updated devel/py-nosexcover to 1.0.11 2016-11-07 11:12:37 +00:00
wiz
b179ca5580 Updated py-nosexcover to 1.0.11.
Set LICENSE.

Changes:
Release as a wheel
2016-11-07 11:12:27 +00:00
wiz
977e03759f Updated devel/py-hypothesis to 3.6.0 2016-11-07 11:10:33 +00:00
wiz
fb3ba1bf08 Updated py-hypothesis to 3.6.0.
3.6.0 - 2016-10-31

This release reverts Hypothesis to its old pretty printing of lambda
functions based on attempting to extract the source code rather
than decompile the bytecode. This is unfortunately slightly inferior
in some cases and may result in you occasionally seeing things like
lambda x: <unknown> in statistics reports and strategy reprs.

This removes the dependencies on uncompyle6, xdis and spark-parser.

The reason for this is that the new functionality was based on
uncompyle6, which turns out to introduce a hidden GPLed dependency
- it in turn depended on xdis, and although the library was licensed
under the MIT license, it contained some GPL licensed source code
and thus should have been released under the GPL.

My interpretation is that Hypothesis itself was never in violation
of the GPL (because the license it is under, the Mozilla Public
License v2, is fully compatible with being included in a GPL licensed
work), but I have not consulted a lawyer on the subject. Regardless
of the answer to this question, adding a GPLed dependency will
likely cause a lot of users of Hypothesis to inadvertently be in
violation of the GPL.

As a result, if you are running Hypothesis 3.5.x you really should
upgrade to this release immediately.
2016-11-07 11:10:24 +00:00
wiz
255b85fd84 Remove py-google-api-python-client-py3, standard version supports python-3.x now. 2016-11-07 11:08:08 +00:00
wiz
8e633e67e4 www/py-google-api-python-client is ready for python-3.x, remove. 2016-11-07 11:07:05 +00:00
wiz
2435207bc0 Updated www/py-google-api-python-client to 1.5.5 2016-11-07 11:03:21 +00:00
wiz
2b4539b4f2 Updated py-google-api-python-client to 1.5.5.
Allow python-3.x.

v1.5.5
  Version 1.5.5

  Bugfix release

  - Allow explicit MIME type specification with media_mime_type keyword argument.
  - Fix unprintable representation of BatchError with default constructor. (#165)
  - Refresh all discovery docs, not just the preferred ones. (#298)
  - Update minimum httplib2 dependency to >=0.9.2.
2016-11-07 11:03:11 +00:00
wiz
59efffc3b5 Updated textproc/py-uritemplate to 3.0.0 2016-11-07 10:54:02 +00:00
wiz
b5daee4333 Updated py-uritemplate to 3.0.0.
Changelog - uritemplate
=======================

3.0.0 - 2016-08-29
------------------

- Merge uritemplate.py into uritemplate


Changelog - uritemplate.py
==========================

2.0.0 - 2016-08-20
------------------

- Relicense uritemplate.py as Apache 2 and BSD (See
  https://github.com/sigmavirus24/uritemplate/pull/23)

1.0.1 - 2016-08-18
------------------

- Fix some minor packaging problems.

1.0.0 - 2016-08-17
------------------

- Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote.

- Confirm public stable API via version number.
2016-11-07 10:53:52 +00:00
wiz
6dfcb3102e Updated security/py-cryptography to 1.5.3 2016-11-07 10:48:23 +00:00
wiz
f07fe50e20 Updated py-cryptography to 1.5.3.
1.5.3 - 2016-11-05
~~~~~~~~~~~~~~~~~~

* **SECURITY ISSUE**: Fixed a bug where ``HKDF`` would return an empty
  byte-string if used with a ``length`` less than ``algorithm.digest_size``.
  Credit to **Markus Döring** for reporting the issue.
2016-11-07 10:48:13 +00:00
wiz
c10d2dc0e8 Updated converters/p5-Unicode-Collate to 1.18 2016-11-07 10:47:12 +00:00
wiz
5291869125 Updated p5-Unicode-Collate to 1.18.
1.18  Sat Nov  5 21:14:35 2016
    - U::C::Locale newly supports locale: de_AT_phonebook.
    - locales updated to CLDR 23: as, ca.
    - removed locale fr (French) other than Canadian according to CLDR 1.9.0.
2016-11-07 10:47:02 +00:00
wiz
347061ecbb Updated devel/p5-Params-ValidationCompiler to 0.17 2016-11-07 10:45:34 +00:00
wiz
c2ea7a6d87 Updated p5-Params-ValidationCompiler to 0.17.
Add missing test dependencies.

0.17     2016-11-04

- When using positional parameters, parameters with a default are now
  optional. For named parameters, this was already the case.


0.16     2016-11-03

- Moose and Specio types (and coercions) which provide variables to close over
  when being inlined did not always compile properly. Most notable, this was
  not being handled at all for Moose types, and not completely handled for
  Specio coercions.


0.15     2016-11-03

- Previously, using a default with a positional parameter would result in an
  error when compiling the validator subroutine. Defaults now work with
  positional parameters. Implemented by Greg Oschwald. Based on PR #5.


0.14     2016-11-02

- Added a "named_to_list" option to support returning only the parameter
  values from a named parameter validator rather than the key-value
  pairs. Implemented by Greg Oschwald. Based on PR #4.

- Errors from calls to validation_for() now use croak so as to show up at the
  call site, rather than in the internals
2016-11-07 10:45:25 +00:00
wiz
e117be1f0d Added devel/p5-Test2-Plugin-NoWarnings version 0.04 2016-11-07 10:44:14 +00:00
wiz
9f9e7e0578 + p5-Test2-Plugin-NoWarnings 2016-11-07 10:44:05 +00:00
wiz
6db0459e66 Import p5-Test2-Plugin-NoWarnings-0.04 as devel/p5-Test2-Plugin-NoWarnings.
Loading this plugin causes your tests to fail if there any warnings
while they run. Each warning generates a new failing test and the
warning content is outputted via diag.
2016-11-07 10:43:08 +00:00
wiz
e739f599e3 Added devel/p5-Test2-Suite version 0.000060 2016-11-07 10:39:11 +00:00
wiz
d4274ee4fc + p5-Test-Suite. 2016-11-07 10:39:01 +00:00
wiz
93d5ad3590 Import p5-Test2-Suite-0.000060 as devel/p5-Test2-Suite.
Rich set of tools, plugins, bundles, etc built upon the Test2
testing library. If you are interested in writing tests, this is
the distribution for you.
2016-11-07 10:38:31 +00:00
wiz
eaa338a874 Added devel/p5-Importer version 0.024 2016-11-07 10:37:05 +00:00
wiz
152422122e + p5-Importer. 2016-11-07 10:36:34 +00:00
wiz
bb12782781 Import p5-Importer-0.024 as devel/p5-Importer.
This module acts as a layer between Exporter and modules which
consume exports. It is feature-compatible with Exporter, plus some
much needed extras. You can use this to import symbols from any
exporter that follows Exporters specification. The exporter modules
themselves do not need to use or inherit from the Exporter module,
they just need to set @EXPORT and/or other variables.
2016-11-07 10:36:06 +00:00
wiz
d0a9a3cd00 Updated graphics/p5-PerlMagick to 7.0.3.5 2016-11-07 10:27:18 +00:00
wiz
d647201597 Updated graphics/ImageMagick to 7.0.3.5 2016-11-07 10:27:06 +00:00
wiz
131853d55c Updated ImageMagick to 7.0.3.5.
2016-10-10  7.0.3-5 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.3-5, GIT revision 18975:a8174a2:20161030.

2016-10-16  7.0.3-5 Dirk Lemstra <dirk@lem.....org>
  * Added layer RLE compression to the PSD encoder.
2016-11-07 10:26:55 +00:00
riastradh
98f240983a Add a debug-only file to PLIST. 2016-11-07 03:52:24 +00:00
christos
20d76959bb regen package sums 2016-11-07 03:09:57 +00:00
christos
0de380d9c5 more details 2016-11-07 00:47:29 +00:00
christos
1a78e03cca new files. 2016-11-07 00:45:30 +00:00
christos
2321c85380 new startup scripts 2016-11-07 00:42:32 +00:00
christos
fc95a6db13 Add new patches 2016-11-07 00:41:57 +00:00
christos
6e6713a8cb Need this for proper signal registration 2016-11-07 00:41:45 +00:00
wiz
ed62b17ee3 Add upstream bug report URL. 2016-11-06 21:33:44 +00:00
wiz
5168b3149e Updated devel/flex to 2.6.2 2016-11-06 21:31:48 +00:00
wiz
0b7c7788f2 Updated flex to 2.6.2.
Slightly based on wip/flex by Makoto Fujiwara and Juraj Lutter.

* version 2.6.2 released 2016-10-24

** flex internals

*** a segfalt involving yyrestart(NULL) has been fixed

*** flex should now handle quoting when mixed with m4 processing correctly

*** flex handles `[[' and `]]' correctly

*** flex no longer generates non-ANSI code

*** more compilation warnings were squashed in generated scanners

*** prevented a buffer overflow that could occur when input buffers were the exact wrong size

** test suite

*** input filenames on MSWindows are now calculated correctly

*** general code cleanups in a number of tests now make the test suite compile much more cleanly

** build system

*** the xz archive has been replaced with an lzip archive

*** a new option to configure --enable-warnings to encapsulate passing
    of warning-related flags which is useful in testing flex

*** make indent now works for out of source builds

*** Portability warnings when generating Makefile.in files are now suppressed; they were just noise and the use of GNU extensions in Makefile.{am,in,} was intentional and well known.

** bugs

*** resolved gh#67

** new sv translation from the translation project

* version 2.6.1 released 2016-03-01

** flex resources

*** The flex project is now hosted at github. Consider this a "period of transition". In particular, you should start at https://github.com/westes/flex for the flex codebase, issue tracking and pull requests.

*** New releases of flex are to be found at https://github.com/westes/flex/releases.

** flex internals

*** Flex now uses more modern and more standard names for variable types. There's more work to be done on that front yet, though.

*** A number of compiler warnings have been remedied.

*** Line directives should now  work as expected and be absent when that is expected.

** test suite

*** When running the test suite, c++ files are compiled with the c++ header inside the flex distribution, rather than relying on the build system's flex header , which might not be installed yet or which might be out of date with respect to what flex tests expect.

*** Some portability fixes in the test suite such as opening files for reading in binary mode

** Building flex

*** The file src/scan.c asdistributed  with flex source is now built with the current version of flex. Occasionally this had to be done manually to pick up new flex features. It's now just a part of flex's build system.

*** The pdf version of the manual is no longer distributed with flex, although if you have the texinfo package installed, you can still build it.

*** lots of general build system cleanup

*** the build system tries a bit harder to find libtoolize and texi2dvi.

*** When help2man and texi2dvi are missing, the error messages are now much more helpful.

** bug fixes

*** resolved github issues #53, #54, #55, #61.

*** Resolved sf bugs #128, #129, #155, #160, #184, #187, #195.
2016-11-06 21:31:38 +00:00
wiz
9349b1d6b0 Updated devel/tcllib to 1.18 2016-11-06 19:55:25 +00:00