summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29devel/p5-Test-LoadAllModules: import p5-Test-LoadAllModules-0.022wiz4-0/+44
Test::LoadAllModules is a perl module that runs use_ok() on all modules in the search path.
2018-08-29doc: Updated time/p5-DateTime-Format-Natural to 1.05nb3wiz1-1/+2
2018-08-29p5-DateTime-Format-Natural: Clone is a runtime dependency, make it so.wiz1-7/+5
While here, use TEST_DEPENDS. Bump PKGREVISION.
2018-08-29doc: Updated graphics/p5-GD to 2.69wiz1-2/+3
2018-08-29p5-GD: update to 2.69.wiz2-8/+7
2.69 * little spelling error, GH #29 Xavier Guimard
2018-08-29doc: Updated devel/p5-Scope-Upper to 0.31wiz1-1/+2
2018-08-29p5-Scope-Upper: update to 0.31.wiz2-8/+7
0.31 2018-08-26 19:50 UTC + Fix : [RT #125931] : localized SCALAR doesn't get imported localize '$Foo::x' => $var now properly imports $x into Foo. Thanks Vernon Lyon for reporting.
2018-08-29Added databases/postgresql96-fuzzystrmatchmanu5-1/+40
The fuzzystrmatch contribution provides function to match close strings using various methods.
2018-08-29Updated mbone/mdd to 20180824manu5-41/+9
This new version fix interoperability between 32 and 64 bit machines
2018-08-28Build gix for mail/hypermail: disable fortifymanu1-1/+2
hypermail uses libtrio, which overloads <stdio.h> functions by macros. With _FORTIFY_SOURCE > 0, <stdio.h> loads <ssp/stdio.h> which does the same, and we get macro redefinition errors.
2018-08-28Needs setuptools_scm.joerg1-1/+3
2018-08-28Updated x11/sakura to 3.6.0ryoon1-1/+2
2018-08-28Update to 3.6.0ryoon3-13/+11
* Update vte dependency Changelog: Not provided.
2018-08-28Updated graphics/gimp to 2.10.6ryoon1-1/+2
2018-08-28Update to 2.10.6ryoon3-132/+164
Changelog: Overview of Changes from GIMP 2.10.4 to GIMP 2.10.6 =================================================== Core: - Render drawable previews asynchronously. - Merge the file view filter and file format lists in GimpFileDialog. The presence of 2 lists was very confusing. - DLL search priority is now updated before running a plug-in on Windows, depending on the executable bitness. This gets rid of one of the last remnant of DLL hell in GIMP, which was when running 32-bit plug-ins from a 64-bit build of GIMP. Filters: - New "Little Planet" (gegl:stereographic-projection) filter. - New "Long Shadow" (gegl:long-shadow) filter. Tools: - Halt the Measure tool after straightening. - Add an "orientation" option to the measure tool, corresponding to the "orientation" property of GimpToolCompass (i.e., it controls the orientation against which the angle is measured, when not in 3- point mode.) The orientation is "auto" by default, so that the angle is always <= 45 deg. Note that the "orientation" option affects the tool's "straighten" function, so that the layer is rotated toward the current orientation. - Text layers can now represent vertical texts, with 4 variants: left-to-right and right-to-left lines, and forcing all characters to be upright or following Unicode's vertical orientation property. See also: * https://www.unicode.org/reports/tr50/ * http://www.unicode.org/Public/UCD/latest/ucd/VerticalOrientation.txt User Interface: - The Dashboard dockable dialog now has an "async" field to the dashboard's "misc" group, showing the number of async operations currently in the "running" state. - New Preferences option to enable/disable layer-group previews, since these can get quite time-expensive. Translations: - New language: Marathi - 12 translations were updated: Brazilian Portuguese, Dutch, French, German, Greek, Italian, Latvian, Polish, Romanian, Slovenian, Spanish, Swedish. Build: - Add --with-win32-32bit-dll-folder configuration option to override the folder where 32-bit versions of DLL will be installed (default: 32/bin/). - Install all plug-ins in their own directories. Unlike on master, this is not mandatory to do so, but it would protect our core plug-ins against any DLL installed directly under plug-ins/ by third-party plug-ins (cf. Windows DLL hell).
2018-08-28Unbreak scan stage.sevan4-4/+12
PYTHON_VERSIONS_INCOMPATIBLE is handled by lang/python/pyversion.mk
2018-08-28Updated graphics/gegl to 0.4.8ryoon1-1/+2
2018-08-28Update to 0.4.8ryoon3-8/+9
Changelog: GEGL-0.4.8 2018-08-17 --------------------- Core/GeglBuffer ~~~~~~~~~~~~~~~ Fixes to races during buffer/tile storage destruction, improve swap usage for stored empty tiles. Operations ~~~~~~~~~~ motion-blur-circular - improve/clarify property ui median-blur - added abyss-policy property long-shadow - new operation little-planet - adapt reference composition
2018-08-28Updated graphics/babl to 0.1.56ryoon1-1/+2
2018-08-28Update to 0.1.56ryoon2-7/+7
Changelog: 2018-08-14 babl-0.1.56 Improvements to the caching of profiled conversion chains between invocations by ignoring unknown bits in cache file and remember which conversions yielded reference fishes. 2018-07-23 babl-0.1.54 Export babl_space_get_icc, babl_space_get, babl_model_with_space, babl_space_with_trc, babl_format_get_encoding, babl_model_is, SSE2 versions of YA float and Y float to CIE L float.
2018-08-28Update of mingw-w64 packagesryoon1-1/+7
2018-08-28Update binutils to 2.31.1 and GCC to 8.2.0ryoon9-22/+27
* Fix included line in Makefile.commons
2018-08-28Updated math/py-numbaadam1-1/+2
2018-08-28py-numba: updated to 0.39.0adam3-16/+48
Version 0.39.0 Here are the highlights for the Numba 0.39.0 release. This is the first version that supports Python 3.7. With help from Intel, we have fixed the issues with SVML support. List has gained support for containing reference-counted types like NumPy arrays and list. Note, list still cannot hold heterogeneous types. We have made a significant change to the internal calling-convention, which should be transparent to most users, to allow for a future feature that will permitting jumping back into python-mode from a nopython-mode function. This also fixes a limitation to print that disabled its use from nopython functions that were deep in the call-stack. For CUDA GPU support, we added a __cuda_array_interface__ following the NumPy array interface specification to allow Numba to consume externally defined device arrays. We have opened a corresponding pull request to CuPy to test out the concept and be able to use a CuPy GPU array. The Numba dispatcher inspect_types() method now supports the kwarg pretty which if set to True will produce ANSI/HTML output, showing the annotated types, when invoked from ipython/jupyter-notebook respectively. The NumPy functions ndarray.dot, np.percentile and np.nanpercentile, and np.unique are now supported. Numba now supports the use of a per-project configuration file to permanently set behaviours typically set via NUMBA_* family environment variables. Support for the ppc64le architecture has been added.
2018-08-28doc: Updated math/xfractint to 20.4.14schmonz2-3/+3
2018-08-28Update to 20.4.14. The changelog, while extremely long, only reaches backschmonz41-1140/+393
to 20.0. Please consult https://fractint.org/ftp/current/dos/whatsnew.txt for an approximate understanding of what's new since 3.10 (the previous version in pkgsrc).
2018-08-28Removed security/py-py-bcryptadam1-1/+2
2018-08-28libreoffice: master site catch up with harfbuzz bumptnn1-2/+2
2018-08-28py-py-bcrypt: removed; successor py-bcryptadam5-50/+1
2018-08-28cdrtools: fix build w/ clangtnn1-5/+10
2018-08-28Updated www/py-test-django, devel/py-test-xdistadam2-3/+4
2018-08-28py-test-xdist: updated to 1.23.0adam2-7/+7
1.23.0: Improve collection performance by reducing the number of events sent to master node.
2018-08-28py-test-django: updated to 3.4.2adam2-7/+7
3.4.2: Bugfixes - Changed dependency for pathlib to pathlib2. - Fixed code for inserting the project to sys.path with pathlib to use an absolute path, regression in 3.4.0
2018-08-28ack has been updated.schmonz1-2/+1
2018-08-28doc: Updated devel/cvsgraph to 1.7.0schmonz2-4/+3
2018-08-28Update to 1.7.0. From the changelog:schmonz4-34/+12
- Do a better job at drawing the merge lines by selecting the shortest path from the revision boxes. An analysis is now done whether the source and destinations should be on the left or right side. - Fix the left_right case for merge lines to display correctly. - Fix a +/-1 error on the merge lines to account for both rounding errors and the shadow of the revision boxes. - Add configuration option 'merge_on_tag' to force the left_right case to display merge lines on the tags instead of on the top/bottom sides. This also solves imagemap overlaps where multiple sources or destinations would be displayed at the same position. - Fix the imagemap function to record the correct position of the merges. - Use automake - Streamline the package with patches from the Fedora RPMS - Imagemap bugfix
2018-08-28doc: Updated textproc/po4a to 0.54schmonz1-1/+2
2018-08-28Update to 0.54. From the changelog:schmonz2-10/+12
Yaml: * New module, by Brian Exelbierd (GitHub's #66) * Fix the behavior with utf-8 files, thanks to Zero King (GitHub's #112) * Add the references from the Yaml file to the po file (GitHub's #117) Thanks Zero King. Texinfo: * Fix handling of spaces in menu descriptions (Github's #122 and Debian's #758851). Text: * Fix the parsing of fortunes files, which had been broken since v0.43. The handling has changed a bit, all msgids are now marked as "no-wrap", because the word wrap in fortunes files usually matters. * Remove the option for parsing AsciiDoc. There has been a standalone module for nearly five years, released with v0.45. The AsciiDoc option for the Text module has been deprecated since then. * Support pandoc's bibliographic information (title, author, date) at the beginning of a markdown file. Also fix a trailing newline in some markdown titles (Debian's #894977). Man: * Support .MT and .ME macros for e-mail address markup (Debian's #900965). * Support .OP, .SY, and .YS macros for command synopses. Asciidoc: * handle macros with empty target, thanks Martijn Thé (GitHub's #54) * Fixed a bug that prevented the asciidoc module to parse correctly four characters table marks. Documentation: * Fix many typos and other issues found by Yuri Chornoivan (GitHub's #104) and Allan Nordhøy (GitHub's #102) while translating. * Remove the last references to the alioth servers and mailing lists. po4a tool: * po4a --keep-translations will not remove your existing translations if they fall below the threshold. It won't create badly translated files either. Use it if you prefer outdated but translated doc to updated but not translated doc. po4a-build tool: * Remove it and all related shell scripts and makefile chunks. It is deprecated by the po4a tool since a long time, and I could not find any usage of po4a-build either in Debian or using search engines. Translations: * New translation: Norwegian Bokmål, thanks Petter Reinholdtsen. * Updated: Indonesian, thanks Hori75. * Updated: Portuguese (Brazil), thanks Rafael Fontenelle. * Updated: French, Martin Quinson using weblate. * Updated: Swedish, thanks Anders Jonsson using weblate. * Updated: German, thanks Helge Kreutzmann. * Updated: Italian, thanks Marco Ciampa. * Updated: Dutch, thanks Frans Spiesschaert (Debian's #877248) & weblate. * Updated: Portuguese, thanks shshshwhs using weblate. Fixed: xml tags in Portuguese, thanks Jean-Noël Avila. * Updated: Estonian, thanks Kristjan Räts using weblate. * Updated: Ukrainian, thanks Yuri Chornoivan using weblate. * Updated: Russian, thanks Igor using weblate. * Updated: Ukrainian, thanks Yuri Chornoivan (українська). * Updated: Portuguese (Brazil), thanks Rafael Fontenelle. * Updated: German, thanks Helge Kreutzmann. * Updated: Italian, thanks Marco Ciampa. * Updated: French, thanks Jean-Baptiste. * Updated: Vietnamese, thanks to Trần Ngọc Quân. Other: * Move to GitHub as the Alioth hosting facility is shutting down.
2018-08-28Added textproc/py-parse, textproc/py-parse_type, devel/py-behave; Updated ↵adam1-1/+5
textproc/py-docx
2018-08-28py-docx: updated to 0.8.7adam2-12/+15
0.8.7: - Add _Row.height_rule - Add _Row.height - Add _Cell.vertical_alignment - Fix 455: increment next_id, don't fill gaps - Add 375: import docx failure on --OO optimization - Add 254: remove default zoom percentage - Add 266: miscellaneous documentation fixes - Add 175: refine MANIFEST.ini - Add 168: Unicode error on core-props in Python 2
2018-08-28py-behave: added version 1.2.6adam6-1/+216
Behavior-driven development (or BDD) is an agile software development technique that encourages collaboration between developers, QA and non-technical or business participants in a software project. behave uses tests written in a natural language style, backed up by Python code.
2018-08-28py-parse_type: added version 0.4.2adam5-1/+65
parse_type extends the parse module (opposite of string.format()) with the following features: * build type converters for common use cases (enum/mapping, choice) * build a type converter with a cardinality constraint (0..1, 0..*, 1..*) from the type converter with cardinality=1. * compose a type converter from other type converters * an extended parser that supports the CardinalityField naming schema and creates missing type variants (0..1, 0..*, 1..*) from the primary type converter
2018-08-28py-parse: added version 1.8.4adam4-0/+32
Parse strings using a specification based on the Python format() syntax. parse() is the opposite of format()
2018-08-28py-test: DEPEND on py-pathlib2 for Python < 3.6adam1-2/+4
2018-08-28Updated devel/py-buildbot and friendsadam1-1/+8
2018-08-28py-buildbot: updated to 1.3.0adam15-50/+68
Buildbot 1.3.0 Bug fixes buildbot-worker docker image no longer use pidfile. This allows to auto-restart a docker worker upon crash. GitLab v3 API is deprecated and has been removed from http://gitlab.com, so we now use v4. Features -Git now supports sshHostKey parameter to specify ssh public host key for fetch operations. -Git now supports sshPrivateKey parameter to specify private ssh key for fetch operations. -GitPoller now supports sshHostKey parameter to specify ssh public host key for fetch operations. This feature is supported on git 2.3 and newer. -GitPoller now supports sshPrivateKey parameter to specify private ssh key for fetch operations. This feature is supported on git 2.3 and newer. Github hook token validation now uses hmac.compare_digest() for better security Deprecations and Removals Removed support for GitLab v3 API ( GitLab < 9 ). Buildbot 1.2.0 Bug fixes Don’t schedule a build when a GitLab merge request is deleted or edited Add GitLab source step; using it, we now handle GitLab merge requests from forks properly Fixed a bug in MailNotifier’s createEmail method when called with the default builds value which resulted in mail not being sent. Fixed a Github crash that happened on Pull Requests, triggered by Github Web-hooks. The json sent by the API does not contain a commit message. In github.py this causes a crash, resulting into response 500 sent back to Github and building failure. Speed up generation of api/v2/builders by an order of magnitude. Improved Documentation Added examples/gitlab.cfg to demonstrate integrating Buildbot with GitLab. Features ForceScheduler Parameters now support an autopopulate parameter. ForceScheduler Parameters ChoiceParameter now correctly supports the strict parameter, by allowing free text entry if strict is False. Allow the remote ref to be specified in the GitHub hook configuration Added callable to p4 source that allows client code to resolve the p4 user and workspace into a more complete author. Default behaviour is a lambda that simply returns the original supplied who. This callable happens after the existing regex is performed.
2018-08-28Updated devel/py-test-timeout, textproc/py-xlsxwriter, ↵adam1-1/+5
www/py-django-extensions, www/nghttp2
2018-08-28nghttp2: updated to 1.32.1adam2-8/+7
Nghttp2 v1.32.1: nghttp2_session_set_stream_user_data now works for a stream which is not created yet, but the request which creates the stream is queued.
2018-08-28py-django-extensions: updated to 2.1.2adam3-11/+8
2.1.2 Changes: Fix: AutoSlugField, fix check on list or tuple type 2.1.1 Removed support for Django versions before 1.11 Changes: Fix: foreignkey_searchinput, remove unnecessary img tag Fix: sqldiff, fix deprecated get_indexes call Fix: AutoSlugField, check that any non-callable value passed to populate_from is a string type Fix: tests, fix ChangingDirectoryTests: cd back in tearDown Fix: show_template_tags, should handle AppConfig class in INSTALLED applications Improvement: runserver_plus, reduce reraise pollution in traceback page Improvement: dumpscript, prevent many2many field with custom intermediate models to be added directly on the parent model Docs: fix typos
2018-08-28py-xlsxwriter: updated to 1.0.9adam2-7/+7
Release 1.0.9: Fix for issue with formulas quoted as strings in conditional formats, introduced in version 1.0.7.