summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01tex-pstricks{,-doc}: update to 2.95markd4-16/+16
changes unknown
2019-02-01curl: Drop redundant commentgdt1-2/+1
2019-02-01Added www/gnurl version 7.63.0 [gdt 2019-02-01]gdt1-1/+2
2019-02-01Updated net/restclient-ui to 3.7.1abs1-1/+2
2019-02-01Set LICENSEryoon3-3/+6
2019-02-01Updated www/firefox-l10n to 65.0ryoon1-1/+2
2019-02-01Update to 65.0ryoon2-383/+383
* Sync with www/firefox-65.0
2019-02-01Fix a typoryoon1-2/+2
2019-02-01Updated net/restclient-ui to 3.7.1abs3-11/+11
Changes 3.7.1 Restored support for Java 8. 3.7.0 #71 Added support for empty passwords for BASIC and DIGEST auth. #72 Ability to edit URL encoded body parameter. #73 Zip distribution build was generating wrong format. 3.6.2 XML formatting now uses jxmlfmt. Built using Java 10. Requires Java 10 to run.
2019-02-01Updated www/firefox to 65.0nb1ryoon1-1/+2
2019-02-01Bump PKGREVISIONryoon4-8/+16
* Use graphics/libwebp * Bump devel/cbindgen requirement (PR pkg/53925) * Enable system's addons, for example langpacks from www/firefox-l10n * Fix potential configure error from clock_gettime(CLOCK_MONOTONIC, ...)
2019-02-01doc: Remove accidental duplicated entrymgorny1-2/+1
2019-02-01doc: Added devel/lld version 7.0.1mgorny1-1/+3
2019-02-01devel/Makefile: add lldmgorny1-1/+2
2019-02-01devel/lld: import lld-7.0.1mgorny14-0/+544
LLD is a linker from the LLVM project that is a drop-in replacement for system linkers and runs much faster than them. It also provides features that are useful for toolchain developers.
2019-02-01Added www/py-flask-restplus version 0.12.1.kleink1-1/+2
2019-02-01www: + py-flask-restpluskleink1-1/+2
2019-02-01www/py-flask-restplus: Import Flask-RestPlus 0.12.1.kleink4-0/+125
Flask-RESTPlus is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTPlus encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTPlus should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
2019-02-01gnurl: Import from wip (packaged by ng0)gdt7-1/+535
libgnurl is a fork of libcurl. The goal for libgnurl is to support only HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to ensure a small footprint and uniform experience for developers regardless of how libcurl was compiled. This software is mainly used by GNUnet. The modifications to curl are kept to the bare minimum, intended to track upstream closely. gnurl is not a replacement for curl, so different paths are used.
2019-02-01doc: Updated www/drupal7 to 7.63prlw11-1/+2
2019-02-01Update drupal7 to 7.63prlw12-7/+7
This is a hotfix release for a regression affecting some Drush installations that was introduced by the fix for SA-CORE-2019-002. No other fixes are included.
2019-02-01doc: mesa 18.3.3tnn2-3/+3
2019-02-01MesaLib18: update to 18.3.3tnn2-8/+7
Mesa 18.3.3 is a bug fix release which fixes bugs found since the 18.3.2 release. No new features.
2019-02-01doc: note libvncserver & x11vnc updatetnn1-1/+3
2019-02-01revbump for libvncserver consumerstnn5-9/+10
2019-02-01libVNCServer: update to 0.9.12tnn5-47/+60
Overall changes: CMake now is the default build system, Autotools were removed. In addition to TravisCI, all commits are now build-tested by AppVeyorCI. LibVNCServer/LibVNCClient: Numerous build fixes for Visual Studio compilers to the extent that one can now build the project with these. The needed changes for successfully running stuff will be implemented in 0.9.13. Fixed building for Android and added build instructions. Removed the unused PolarSSL wrapper. Updated the bundled noVNC to latest release 1.0.0. Allowed to use global LZO library instead of miniLZO. LibVNCClient: Support for OpenSSL 1.1.x. Support for overriding the default rectangle decode handlers (with hardware-accelerated ones for instance) thanks to Balazs Ludmany. vnc2mpg updated. Added support for X509 server certificate verification as part of the handshake process thanks to Simon Waterman. Added a TRLE decoder thanks to Wiki Wang. Included Tight decoding optimizations from TurboVNC thanks to DRC. Ported the SDL viewer from SDL 1.2 to SDL 2.0. Numerous security fixes. Added support for custom auth handlers in order to support additional security types. LibVNCServer: Websockets rework to remove obsolete code thanks to Andreas Weigel. Ensured compatibility with gtk-vnc 0.7.0+ thanks to Micha K pie . The built-in webserver now sends correct MIME type for Javascript. Numerous memory management issues fixed. Made the TightVNC-style file transfer more stable.
2019-02-01Updated devel/py-test, devel/py-hypothesisadam1-1/+3
2019-02-01py-test: updated to 4.2.0adam3-8/+14
pytest 4.2.0: Features * Class xunit-style functions and methods now obey the scope of autouse fixtures. This fixes a number of surprising issues like setup_method being called before session-scoped autouse fixtures. * Display a message at the end of the test session when running under Python 2.7 and 3.4 that pytest 5.0 will no longer support those Python versions. * The number of selected tests now are also displayed when the -k or -m flags are used. * pytest_report_teststatus hook now can also receive a config parameter. * pytest_terminal_summary hook now can also receive a config parameter. Bug Fixes * --junitxml can emit XML compatible with Jenkins xUnit. junit_family INI option accepts legacy|xunit1, which produces old style output, and xunit2 that conforms more strictly to https://github.com/jenkinsci/xunit-plugin/blob/xunit-2.3.2/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd * Improve quitting from pdb, especially with --trace. Using q[quit] after pdb.set_trace() will quit pytest also. * Warning summary now groups warnings by message instead of by test id. This makes the output more compact and better conveys the general idea of how much code is actually generating warnings, instead of how many tests call that code. * monkeypatch.delattr handles class descriptors like staticmethod/classmethod. * Restore marks being considered keywords for keyword expressions. * tmp_path fixture and other related ones provides resolved path (a.k.a real path) * pytest_terminal_summary uses result from pytest_report_teststatus hook, rather than hardcoded strings. * Correctly handle unittest.SkipTest exception containing non-ascii characters on Python 2. * Ensure the tmpdir and the tmp_path fixtures are the same folder. * Ensure tmp_path is always a real path. Trivial/Internal Changes * Use a.item() instead of the deprecated np.asscalar(a) in pytest.approx. np.asscalar has been deprecated in numpy 1.16.. * Copy saferepr from pylib
2019-02-01py-hypothesis: updated to 4.4.3adam3-22/+23
4.4.3: This release fixes an open file leak that used to cause ResourceWarnings. 4.4.2: This release changes Hypothesis's internal approach to caching the results of executing test cases. The result should be that it is now significantly less memory hungry, especially when shrinking large test cases. Some tests may get slower or faster depending on whether the new or old caching strategy was well suited to them, but any change in speed in either direction should be minor. 4.4.1: This patch tightens up some of our internal heuristics to deal with shrinking floating point numbers, which will now run in fewer circumstances. You are fairly unlikely to see much difference from this, but if you do you are likely to see shrinking become slightly faster and/or producing slightly worse results. 4.4.0: This release adds the :func:~hypothesis.extra.django.from_form function, which allows automatic testing against Django forms. (:issue:35) 4.3.0: This release deprecates HealthCheck.hung_test and disables the associated runtime check for tests that ran for more than five minutes. Such a check is redundant now that we enforce the deadline and max_examples setting, which can be adjusted independently. 4.2.0: This release adds a new module, hypothesis.extra.lark, which you can use to generate strings matching a context-free grammar. In this initial version, only :pypi:lark-parser EBNF grammars are supported, by the new :func:hypothesis.extra.lark.from_lark function. 4.1.2: This patch fixes a very rare overflow bug (:issue:1748) which could raise an InvalidArgument error in :func:~hypothesis.strategies.complex_numbers even though the arguments were valid. 4.1.1: This release makes some improvements to internal code organisation and documentation and has no impact on behaviour. 4.1.0: This release adds :func:~hypothesis.register_random, which registers random.Random instances or compatible objects to be seeded and reset by Hypothesis to ensure that test cases are deterministic. We still recommend explicitly passing a random.Random instance from :func:~hypothesis.strategies.randoms if possible, but registering a framework-global state for Hypothesis to manage is better than flaky tests! 4.0.2: This patch fixes :issue:1387, where bounded :func:~hypothesis.strategies.integers with a very large range would almost always generate very large numbers. Now, we usually use the same tuned distribution as unbounded :func:~hypothesis.strategies.integers. 4.0.1: This release randomizes the order in which the shrinker tries some of its initial normalization operations. You are unlikely to see much difference as a result unless your generated examples are very large. In this case you may see some performance improvements in shrinking. 4.0.0: Welcome to the next major version of Hypothesis! There are no new features here, as we release those in minor versions. Instead, 4.0 is a chance for us to remove deprecated features (many already converted into no-ops), and turn a variety of warnings into errors. If you were running on the last version of Hypothesis 3.x without any Hypothesis deprecation warnings (or using private APIs), this will be a very boring upgrade. In fact, nothing will change for you at all. Per :ref:our deprecation policy <deprecation-policy>, warnings added in the last six months (after 2018-07-05) have not been converted to errors. Removals hypothesis.extra.datetime has been removed, replaced by the core date and time strategies. hypothesis.extra.fakefactory has been removed, replaced by general expansion of Hypothesis' strategies and the third-party ecosystem. The SQLite example database backend has been removed. Settings The :obj:~hypothesis.settings.deadline is now enforced by default, rather than just emitting a warning when the default (200 milliseconds per test case) deadline is exceeded. The database_file setting has been removed; use :obj:~hypothesis.settings.database. The perform_health_check setting has been removed; use :obj:~hypothesis.settings.suppress_health_check. The max_shrinks setting has been removed; use :obj:~hypothesis.settings.phases to disable shrinking. The min_satisfying_examples, max_iterations, strict, timeout, and use_coverage settings have been removed without user-configurable replacements. Strategies The elements argument is now required for collection strategies. The average_size argument was a no-op and has been removed. Date and time strategies now only accept min_value and max_value for bounds. :func:~hypothesis.strategies.builds now requires that the thing to build is passed as the first positional argument. Alphabet validation for :func:~hypothesis.strategies.text raises errors, not warnings, as does category validation for :func:~hypothesis.strategies.characters. The choices() strategy has been removed. Instead, you can use :func:~hypothesis.strategies.data with :func:~hypothesis.strategies.sampled_from, so choice(elements) becomes data.draw(sampled_from(elements)). The streaming() strategy has been removed. Instead, you can use :func:~hypothesis.strategies.data and replace iterating over the stream with data.draw() calls. :func:~hypothesis.strategies.sampled_from and :func:~hypothesis.strategies.permutations raise errors instead of warnings if passed a collection that is not a sequence. Miscellaneous Applying :func:@given <hypothesis.given> to a test function multiple times was really inefficient, and now it's also an error. Using the .example() method of a strategy (intended for interactive exploration) within another strategy or a test function always weakened data generation and broke shrinking, and now it's an error too. The HYPOTHESIS_DATABASE_FILE environment variable is no longer supported, as the database_file setting has been removed. The HYPOTHESIS_VERBOSITY_LEVEL environment variable is no longer supported. You can use the --hypothesis-verbosity pytest argument instead, or write your own setup code using the settings profile system to replace it. Using :func:@seed <hypothesis.seed> or :obj:derandomize=True <hypothesis.settings.derandomize> now forces :obj:database=None <hypothesis.settings.database> to ensure results are in fact reproducible. If :obj:~hypothesis.settings.database is not None, doing so also emits a HypothesisWarning. Unused exception types have been removed from hypothesis.errors; namely AbnormalExit, BadData, BadTemplateDraw, DefinitelyNoSuchExample, Timeout, and WrongFormat.
2019-02-01x11vnc: update to 0.9.16tnn2-7/+7
changes: build fixes, doc fixes
2019-02-01doc: Updated emulators/libretro-cap32 to 20190128nia1-1/+2
2019-02-01libretro-cap32: Update to 20190128nia2-8/+8
Changes: * fixed green palette and cleaned code. * added hires video mode * c89 compatibility * better disk control implementation
2019-02-01doc: Updated emulators/libretro-fceumm to 20190106nia1-1/+2
2019-02-01libretro-fceumm: Update to 20190106nia3-8/+23
Changes: * FDS: Fix pointers are not freed when closing rom * update FDS to use retro_get_memory_data/size for handling modified disks * FDS: Fix IRQ timing * state.c: minor update and try to fix big-endian save state issues. * Updates the apu pulse' sweep unit based on latest sources * fix irq inhibit flag on frame counter * fix Dragon Warrior 4 not starting after irq inhibit flag is fixed * fix typo in dmc irq * pulse channel, now clocks the length counters when silenced (backport from mednafen-nes) * minor pulse channel fixes/clean up * fixes crash, audio states and comments * Remove space in core option * C89 compliance * Add on/off toggle for NES apu channels - backported from FCEUX. Enabled when only compiled with DEBUG=1. * Fix runahead audio issues in high/very high quality * Fix missing sound state variables for some mappers with expansion audio * Minor cleanup and libretro.h update * An additional check is added to RETRO_MEMORY_SAVE_RAM in some cases where a rom has a battery flag enabled while the mapper assumes it does not. This causes libretro to initialize an unallocated RAM causing errors at startup. A check to see if the save ram pointer exist and if the size is not empty. Adding these checks would also allow libretro to not create a blank .srm file in some cases. Issue originally is from MMC5. * 9d9c480, Add core option: RAM power up state * e07255c , Remove redundant memset() calls * palette:Labeling and index changes * Fix autodetection of NES controllers * Update input settings, allow multi-player without matching CRC * Use lightgun API for Zapper.
2019-02-01Updated devel/py-setuptools, devel/py-flake8, devel/py-test-flake8, ↵adam1-1/+5
math/py-numpy
2019-02-01py-numpy: updated to 1.16.1adam6-63/+27
1.16.1: * BUG: Check paths are unicode, bytes or path-like * ENH: add mm->q floordiv * ENH: port np.core.overrides to C for speed * BUG: Ensure probabilities are not NaN in choice * MAINT: add warning to numpy.distutils for LDFLAGS append behavior. * ENH: add "max difference" messages to np.testing.assert_array_equal... * BUG: Fix incorrect/missing reference cleanups found using valgrind that wraps subprocess * DOC, TST: Clean up matplotlib imports * BUG: Fix reference counting for subarrays containing objects * BUG: Ensure failing memory allocations are reported * BUG: Fix leak of void scalar buffer info * MAINT: Change the order of checking for local file. * BUG: loosen kwargs requirements in ediff1d * DOC: clarify the extend of __array_function__ support in NumPy... * BUG: Check that dtype or formats arguments are not None. * BUG: fix f2py problem to build wrappers using PGI's Fortran * BUG: double decref of dtype in failure codepath. Test and fix * BUG, DOC: test, fix that f2py.compile accepts str and bytes,... * BUG: resolve writeback in arr_insert failure paths * ENH: Add mm->qm divmod * BUG: Fix SystemError when pickling datetime64 array with pickle5 * BUG: Fix rounding of denormals in double and float to half casts. * TEST: pin mingw version * BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and... * BUG: do not Py_DECREF NULL pointer * ENH: add _dtype_ctype to namespace for freeze analysis * BUG: fail if old multiarray module detected * BUG: Do not double-quote arguments passed on to the linker * BUG: Do not insert extra double quote into preprocessor macros
2019-02-01py-test-flake8: updated to 1.0.4adam2-7/+7
1.0.4 - Support flake8 3.7+ by checking existence of "app.make_notifier"; - More fixes for Travis CI -- properly specify Python versions, in particular for pypy (and fix a typo)
2019-02-01py-flake8: updated to 3.7.4adam2-7/+7
3.7.4: Bugs Fixed Fix performance regression with lots of per-file-ignores and errors
2019-02-01py-setuptools: updated to 40.7.2adam2-7/+7
v40.7.2: Restore port in URL handling in package_index.
2019-01-31link with libraries "-lm -lintl"plunky1-2/+4
no functional change, but adds NEEDED and links better bump pkgrevision
2019-01-31fix pkglint warning (using && instead of ; to separate commands)plunky1-3/+3
no functional change
2019-01-31inspircd: add pkg-config to USE_TOOLS.nia1-2/+2
2019-01-31doc: Updated devel/doxygen to 1.8.15wiz1-1/+2
2019-01-31doxygen: update to 1.8.15.wiz7-1176/+1376
From Michael Baeuerle via pkgsrc-wip. - Master site updated - Patch "patch-src_xmlgen.cpp" removed (merged upstream) - Option "latex" reenabled Dependencies updated/added - Dependency graphviz no longer has option "pangocairo" Handling of that build option removed from Makefile - Set c++11 in USE_LANGUAGES C++11 is now used by doxygen (see changelog below) - Test target added HTML-Menus are now working without JavaScript again (HTML_DYNAMIC_MENUS = NO). Changelog for Release 1.8.15 (release date 2017-12-27): -------------------------------------------------------------------------------- Bug 851 - A function cannot be documented as related to two classes. Bug 1041 - <a href> doesn't allow <img> as visible part? Bug 1601 - Missing warning of undocumented member in member group Bug 2274 - Tooltips are not shown in dot-generated graphsand, Bug 2354 - caller graph can be improved by having caller on left & callee on right Bug 2478 - Handling of unnamed parameters (C/C++) unclear Bug 2655 - cond/endcond cannot be used in aliases Bug 2859 - Unnamed parameters parsed incorrectly Bug 3206 - Fortran: Does not recognize backslash at end of documentation line Bug 3361 - Merging of consecutive repeated commands creates poorly-structured HTML Bug 3677 - <![CDATA[ is not handled inside C# comments Bug 3691 - C# keywords 'get' and 'set' are highlighted as reserved words in C++ documentation source browser. Bug 3892 - @var in php is not documented Bug 3958 - \cond after @string literal containing backslash fails in C# Bug 4013 - Automatic links don't work correctly with operator< and operator<= Bug 4064 - Support for C# nullable type Bug 4244 - Fortran: tagfile.tag:789: warning: Unknown compound attribute `type' found! Bug 4316 - Can't use pound sign in alias command, escaped or unescaped Bug 4458 - @todo in @param leads to strange confusing message Bug 4529 - HTML tags <u> and </u> not supported, Bug 4725 - single quote in HTML section of PHP breaks doxygen Bug 4771 - Not warning of undocumented function parameters Bug 4878 - Value from enumeration followed with semicolon is not present in java docs Bug 4954 - JavaDoc @linkplain is not recognized Bug 5032 - Line numbers for examples Bug 5068 - The 'Examples:' section; bad/missing style and incorrect spelling Bug 5213 - Generated Doxyfile differs from result of doxygen -u, Bug 5327 - <img> on a \page does not copy the image to the html output folder Bug 5366 - Error with inserting images to PDF with Markdown Bug 5442 - Misparsed comments leading to missing call graph Bug 5539 - Error message when using memberof in a C macro Bug 5547 - "remove" is treated as a keyword (green) in the source browser for C++ Bug 5677 - Negative sign in -Foo::Bar ruins hyperlink in generated output Bug 5725 - Field with name "internal" confuses documentation builder. Bug 5765 - \todo at end of C# XML comment breaks following todo's Bug 5783 - Navigation incorrect with escaped symbols Bug 5784 - Doxygen not creating call graphs for C# methods if namespace contains the classname Bug 5818 - Main page absent in TOC of CHM, if PROJECT_NAME is empty Bug 5853 - Can't suppress @author, @date and @copyright information in the detailed file description Bug 5901 - Macros (@test, @todo, etc) used with PHP namespaces causes illegal command warning Bug 5929 - \internal stops all parsing if used inside a section Bug 6025 - Make maxLineLen of latex output configurable Bug 6041 - PHP: New array syntax not supported when parsing initial value Bug 6104 - EXTERNAL_GROUPS lose hierarchy Bug 6118 - Title in rtf file is incorrect when overridden by user in extension file Bug 6153 - Build of PDF with LaTEX breaks Bug 6160 - Python List as Default Parameter not parsed correctly Bug 6172 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCH Bug 6175 - plantuml:an unwanted newline is generated after @startuml Bug 6197 - Czech/Slovak language documentation with tables from LaTeX to PDF is not possible Bug 6208 - Annotated function parameter generates <dt> warning in todo list Bug 6213 - rtf generation Bug 6214 - LaTeX output for \tparam block fails to compile when it contains a \code block, Bug 6224 - .tex file is wrong when generating a function whose name includes an underline Bug 6269 - Disabled controls when `HAVE_DOT` is already set to `YES` Bug 6270 - Bad handling of Python class members when a class declaration line contains a comment Bug 6295 - doxygen has problem with operator&=() Bug 6305 - XHTML pages are broken several waysand Bug 6308 - When generating xhtml, async attribute on script tags need a value Bug 6310 - Table markdown produces invalid xhtml code Bug 6311 - Blank rows on class page when using external tag file Bug 6312 - markdown plantuml use of graphviz fail if plantuml work i code file Bug 6316 - unescaped double quote in searchdata.js breaks search box functionality Bug 6322 - incorrect parsing of markdown table Bug 6323 - error: Could not open file .../doc/html/functions_ .html for writing Bug 6324 - C#: Incorrect parsing of property definitions containing "//" symbols in one line with "} Bug 6325 - Segmentation fault when generating graphical class hierarchy Bug 6339 - Examples of TCL files fail to display Bug 6340 - Missed warning opportunity: duplicated arguments Bug 6345 - c# see langword broken Bug 6346 - Doxygen crash when using \code{.markdown}...\endcode in VHDL source Bug 6350 - Broken extension test in FileDef::generateSourceFile() Bug 6352 - "unexpected token TK_EOF as the argument of ref" when target starts with a digit Bug 6362 - Adjacent xrefitems always added to first list present on page Bug 6363 - Backslashes in default values confuse the parser (and cause params to be ignored) Bug 6368 - LaTeX: Class scrbook Error: undefined old font command `\tt' Bug 6370 - Invalid 3-byte UTF8 found in input of graph Bug 6373 - Collapsed treeview arrow displays as emoji in Microsoft Edge Bug 6378 - @cond does not stop at @endcond Fortran Bug 6517 - Emoji support, Bug 6524 - Markdown formats missing in doxygen outputs. Bug 6533 - PHP: Namespaced typehints in deprecated methods not handled correctly Bug 6547 - Call graph missing due to ALIASES, Bug 6566 - INHERIT_DOCS not working for python Bug 6580 - xrefitems not listed if the page is referenced multiple times Bug 6589 - anchor after test command in a namespace produces duplicate tests Bug 6594 - using ingroup and anchor causes tests to disappear Bug 6597 - SIGSEGV presumably caused by C++ "using" declaration Bug 6601 - tparam HTML gobbles up lines after the tparam comment Bug 6612 - Issue with handling of emoji Bug 6632 - References to Objective C protocols by name broken in 1.8.12 Bug 6657 - "QGDict::hashAsciiKey: Invalid null key" when using anonymous union/struct Bug 6690 - Regression in handling of shorthand signed/unsigned types in function parameters (with bisect and test case) Bug 6691 - Multiple issues with emoji matching Bug 6692 - XML TOC generation is not backwards-compatible with 1.8.14 'self' keyword in PHP documentation Added: support RTL for DocXRefItem in html - Removed: support RTL form Return section in html, for consistency with parameter sections Fixed: list item bullets overlap floating elements in html - Fixed: fragment lines overlap floating elements in html Fixed: text-align of rtl toc Fixed: last line underline overlap border in html fragment A few more language updates Add VHDL strings to Translator class and add german translations. Add commands to handle referenced by relation and references relation, Add formula (images) to RTF output Add function annotations support Add possibility for adding doxygen configuration items to, all, tests during runtime. Add support for std::shared_ptr Add support of dict/set in annotations and default values Add variadic arguments support to @link and @ref, aka '...' arguments, fixes Add variadic function arguments '...' regression tests Add variadic template function regression tests Added *.ice files as a recognized file type. Added a Slice-optimized output mode. Added French translation Added missing #include for util.h to portable.cpp Added not for usage of [TOC] together with Markdown headers Added some VHDL code coloring Added some missing default types for argument matching Added substitution variant for character substitution Added support for RTL(right to left) languages like Arabic and Persian in HTML output Added test case for \ref, and fixed representation of operator->*() Adding debug options to vhdl parser generator Adjustment of xhtml1-transitional.dtd Automatic detection of UCS-2 based on BOM corrected Better HTML output for VHDL Ports Bold text terminated by plus sign Bug fix for plantuml Bump minimal deployment target for OSX to 10.9 to avoid deprecation warning while linking C++11 features used in Doxygen Cannot Generate Layout File using -l Cannot properly jump from brief to detailed function description Change german translation of trClassDocumentation() for VHDL output. Changed implementation, added test case Changed mail address and removed obsolete files Changed refiltering to forced use of insideTabbing Changed state guard instead of adding pattern check+reject Close last code line properly. Combined lrRank and rank parameters for computeMd5Signature Consistency between 'generate' and 'update' startup option Consistency between preprocessor and handling of \cond and \if Consistency for "group" commands Consistency in headings and layout for template parameters (tparam) Consistency of Index name in LaTeX output Consistency of environment variables between config and code, Consistent warning messages Correct list of not used translator functions Correct typing error in test 5 Correct typing error in test 51 Correct typing error in warning message. Corrected description of XML output for emoji characters Corrected warning in case of a not supported output format with \image command. Correcting "Definition at line @0 of file @1." Correcting labels for citations, Correcting tag example and uniform calling all examples Correcting tag in printdocvisitor Correcting warning messages and echoing unknown command Correction for `doxygen -g` Correction in example of FILE_VERSION_FILTER Correction in title of FAQ Correction internal documentation Correction of some coloring of code comments in VHDL, adding data type 'positive' Create command for escaped equal sign Create test possibilities for xhtml and pdf output, Debug output commentcnv independent of QUIET setting Difference between standard and used Doxyfile Difference between standard and used Doxyfile (list) Disabled Appveyor documentation build due to unreliability of MikTeX download Disabled debug print Documentation EXTENSION_MAPPING Documentation correction Documentation correction CLANG option usage Documentation correction include command with options Documentation corrections Documentation internet addresses Documentation update regarding right font usage in architecture chapter Does not generate TOC for markdown Don't link to non existing / not accessible namespaces , in CSharp, in the source code Doxygen creates empty image titles for Docbook output Doxygen manual doesn't have lines around markdown tables / cells. Doxygen manual is not XHTML compliant Drop down lists in menu bar missing Enable comma as separator in configuration lists Enable in page table of contents for LaTeX Enable in page table of contents for XML and add maximum level to in page table of contents, Enable possibility of CLANG for Cygwin, Enable possibility to run single tests Ensure all language files are reset Expand sqlite3gen's breadth, depth, and quality Extending \cite command with '-' and '?' characters. Extending tests with extra possibilities Fix French lang build Fix HTTPS links Fix VHDL Latex documentation having two chapters with the same name. Fix Windows build failure Fix annotation with default value parsing Fix building with Visual Studio 2013 Fix for 'Definition at line' points to end of multiple-lined definition for Python #6706 Fix for module quicklinks Fix for unbounded memory usage due to a bug in \ref const matching #6689 Fix potential hangup when merging scopes Fix regression due to move of markdown processing Fix scanner.l for Slice,, Fix/New: add variadic function args '...' support to @link Fix/New: add variadic function args '...' support to @ref Fixed bug in URL Fixed compile errors in clang and gcc Fixed compiler warning for nested /* in scanner.l Fixed differently by changing root cause for introducing the space Fixed documentation to point to GitHub issue tracker Fixed incorrect XHTML output for test 021 Fixed logic error Fixed merge problem Fixed one remained compile error in clang Fixed problems with emoji handling and added a test case for it Fixed some more small memory leaks Fixed two small memory leaks Fixing coverity messages Fixing coverity messages (Namespace tag) Fixing problem with possible not initialized variable (endless loop in VS 2017 debug) Fortran code coloring improvements (REAL and comment lines) Fortran improvements Fortran improvements (2) Fortran scanner abort message French translation for VHDL additions Further simplified the fix Generating doxygen documentation on Windows (with MikTex) Handling Fortran functions in call graphs Heading in rtf. #6522 https://github.com/doxygen/doxygen/issues/6522 Ignore build* directories and not just build Implementation Fortran ENUM / ENUMERATION Implementation of standard generator for docbook output, Improved robustness of the emoji feature Improvement LaTeX outputandand Improvement regarding width and title for docbook Improvements in handling special characters in Latex Include "empty" directories in the documentation if they contain a `.dox` file (or similar) documenting the directory itself. Include header for CompilationDatabase Include height item in XML output Inconsistency in respect to tgroup in docbook Incorrect tag sequence for xhtml with class diagram possible Incorrect closing tags for in page table of contents (XHTML) Incorrect closing tags for in page table of contents (docbook) Incorrect number of start / end paragraph tags for xhtml with htmlonly Incorrect number of start / end paragraph tags for xhtml with image command Incorrect number tag sequence for xhtml with htmlinclude command possible Incorrect tag sequence for xhtml with latexinclude command possible Incorrect tag sequence possible for images possible in case of xhtml Index bugfix Index list cannot contain special characters in ids for XHTML Inline images Invalid warnings regarding todos when source file name contains a '-' Issue #6631 Code blocks incorrectly formatted in Latex Issue 6411: CSS for Markdown tables do not use HTML_COLORSTYLE_HUE, HTML_COLORSTYLE_SAT config variables Issue 6469: Java method calls are ignored in generating call/caller graph with Graphviz Issue 6494: asterisks before args and kwargs are ignored in python Issue_6456 Using # in links causes errors in PDF generation Issue_6585: Unexpected anchor tags in tag-files Keyword register (in code) is deprecated since C++11, LaTeX with verbatim part inside a table Large CALL / CALLER graphs cannot be processed in LaTeX Make conanfile creation more readable Make it possible to list namespace members in file scope for XML output. Making VHDL error messages more doxygen like Making the 'tex' part of \makeindex available to the user Markdown list wrong displayed Minor documentation fix Minor fixes to local toc logic after feedback Minor restructuring Misc. typos, Missing opening round bracket in case of an exception More typos Moved #include "config.h" back to the original place Moved duplicated code into dedicated function skipLanguageSpecificKeyword Moved local toc data into a separate type for better encapsulation Multiple `\xreflist` in one page with same key, Multiple addindex commands in HTML with same name Namespace with name docstrings_linebreak Not showing external project in HTML hierarchy class pages Numbers in comment disappear Numbers overlap the titles in TOC of PDF Order resources not only on filename but also dirname PATCH -- updates reference link with no closing Path for external commands on windows Possibility to have a \image command inside a <A> tag Possible fix for the build Prevent <center> and <div> inside brief descriptions to avoid broken XHTML output Prevent empty list Prevent empty member list table (XHTML) Prevent empty page list table (XHTML) Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warning Prevent potential race condition Print emoji text in case of unknown emoji Problem with TEST_FLAGS when using CMake for Visual Studio Problem with \cond in normal comment of test 015 Problem with code inside a Doxy table in LaTeX Problems and some enhancements for LaTeX tables RTF layout regarding References and Referenced by RTF lists more levels and removing extra paragraphs Readded missing "Span" case to DocStyleChange::styleString Redundant whitespace removal breaks some C++ links [with test case and Git bisect] (Origin: bugzilla #791942) Refactored code a bit Refactored code a bit (use const references and made global functions members) Reference text in reference list seen as emoji Remove debug statement Remove debug statements Remove default assignment from Translator::trVhdlType() declaration Remove double line with documented argument from addContentsItem in ftvhelp.cpp Remove non-english translations Remove obsolete definitions from scanner Remove obsolete line from README.md Remove old obsolete docbook generator Remove some dead code Renamed (start/end)SimpleSect to (start/end)Examples. Renamed command and moved duplicated code into a macro Renamed option and test case numbers Replace ''printf' with appropriate warn 'message' Replace calls to trTypeString with trVhdlType in single mode, which is the default. Replaced replace(QRegExp(..)) by substitute Replaced replace(QRegExp..) by substitute Resolve inconsistency in formula repositories. Restructured code to avoid the need for global state Return VHDL specific text in trClassHierarchyDescription() Section label with minus sign not recognized properly. Small clarification for REFERENCED_BY_RELATION Small correction installation / build procedure Small corrections in distributed man pages Small documentation corrections Small problems when displaying python code Small problems when having code in LaTeX output, Sorting of index in case of LaTex Spanish translation for VHDL additions Spelling of the word Javadoc Synchronize chapter names of doxygen's own documentation. Syntax highlighting / code coloring in RTF Tag sequence incorrect for svg image (XHTML) Test renumbering, Tooltip was twice 'HTML escaped', Translators updated to version 1.8.15. Truncated split bar in HTML output between treeview and normal text area Typos [view],, Unbalanced start of lists resulting in not creatable pdf of rtf document Update Dutch translation for new Slice implementation Update Dutch translation in respect to new VHDL entries. Updated Hungarian translation Upgrade to jQuery 1.7.2 to get rid of security scan violations. Usage of '{', '}' and ',' in ALIAS Use QCStringList::split i.s.o. QStringList::split Version bump for next release Warning running xmllint for xhtml Wrong counting of lines during VHDL code output Wrong determination of begin / end tag of formula in markdown. Wrong link generated for inherited members when tag files are used. Wrong separator in index for a.o. Python, C# Wrong spelling of word doxygen XHTML image tag mandatory alt attribute XHTML incorrect attribute values for align and valign XHTML problem with class index table XHTML problem with multiple use of node numbers in id attribute XHTML problem with name attribute with VHDL name attribute XML output: avoid warnings with scoped enum values in anonymous namespaces. [ImgBot] Optimize images added PHP7 support for the search engine on HTML output. See: http://php.net/manual/en/language.basic-syntax.phptags.php addindex supports also DocBook and RTF correct typo in comment declares XMLCodeGenerator in xmlgen.h doxyparse bugfixes and minor improvements fix build with qt 5.11, deprecated qt5_use_modules macro was removed, patch by Christophe Giboudeaux perlmod syntax correction redundant input_filter runs significantly reduce performance when FILTER_SOURCE_FILES and INLINE_SOURCES are both enabled #6395 sqlite3: fix missing external_file view schema col sqlite3: require sqlite >= 3.9.0 --------------------------------------------------------------------------------
2019-01-31doc: Updated emulators/qemu to 3.1.0nb4martin1-1/+2
2019-01-31Replace aarch64 FPU exception trap handling fix with newer versionmartin4-13/+38
from upstream.
2019-01-31nodejs: Require http-parser>=2.9.0.nia2-2/+9
ok leot
2019-01-31doc: Updated databases/py-ldap3 to 2.5.2nb1leot1-1/+2
2019-01-31py-ldap3: Populate an accidental empty fileleot3-2/+168
In the released distfile on PyPI for ldap3-2.5.2 ldap3/protocol/sasl/digestMd5.py was accidentally empty. Populate it based on the v2.5.2.tar.gz distfile on GitHub. PKGREVISION++
2019-01-31Updated archivers/unrar, devel/py-cachetoolsadam1-1/+3