summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-10Revert previous for now.wiz2-8/+12
2019-02-10updating wget to 1.20.1, which fixes CVE-2018-20483spz2-8/+7
Upstream changelog: * Changes in Wget 1.20.1 ** --xattr is no longer default since it introduces privacy issues. ** --xattr saves the Referer as scheme/host/port, user/pw/path/query/fragment are no longer saved to prevent privacy issues. ** --xattr saves the Original URL without user/password to prevent privacy issues. * Changes in Wget 1.20 ** Add new option `--retry-on-host-error` to treat local errors as transient and hence Wget will retry to download the file after a brief waiting period. ** Fixed multiple potential resource leaks as found by static analysis ** Wget will now not create an empty wget-log file when running with -q and -b switches together ** When compiled using the GnuTLS >= 3.6.3, Wget now has support for TLSv1.3 ** Now there is support for using libpcre2 for regex pattern matching ** When downloading over FTP recursively, one can now use the --{accept,reject}-regex switches to fine-tune the downloaded files ** Building Wget from the git sources now requires autoconf 2.63 or above. Building from the Tarballs works as it used to.
2019-02-10doc: Updated audio/audacity to 2.2.2nia2-3/+3
2019-02-10audacity: Update to 2.2.2nia17-249/+126
Changes in version 2.2.2: Improvements * Dropout detection Dropout detection is controlled from a setting in Recording Preferences called "Detect dropouts". When this setting is "on" (default setting) Audacity will detect dropouts (brief gaps in the recording) and will insert zeroes into the recording to keep the other good parts synchronized. These silent spans will make the dropouts more obvious, but keep the duration of the recording correct. When recording stops, a Warning message box alerts the user and a label track, called "Dropouts", is added showing the lost parts, labeled with consecutive numbers. * Improved horizontal zooming For this release we have improved the way zooming using your mouse wheel works and provided a new Zoom Toggle function. * Improved vertical zooming We have added a context menu to the vertical scale to control vertical zooming Previous vertical zooming methods (left-click in the vertical ruler, left-drag in the vertical ruler) remain available by selecting "Advanced Vertical Zooming" in Track Behaviors Preferences. * "Extra" menu The "Ext-Bar" and "Ext-Command" menus have been consolidated into the "Extra" menu. * Theme tweaks The appearance and/or contrast of a few icons has been improved. * Easier access to changing key bindings for shortcuts For menu commands that are enabled (not grayed-out) if you hold the Shift key and click on the sub-menu item, instead of executing the command the Keyboard Preferences pop open at the chosen command. You can then change that (or any other) shortcut binding. * Language selection in Preferences Interface Preferences has been upgraded so when selecting languages the proper spelling of these languages is shown with accented and special characters. Bug Fixes * Multiple use of "Save As" to the existing open project can result in data corruption/loss * Crash undoing during record, using Discard button of History window * Exporting audio in compressed formats to device with insufficient space produces inconsistent/truncated results * In Export Multiple, Cancel does not remove the file that is in progress when Cancel is chosen * Unicode page encodings fixed ( ͡° ͜ʖ ͡°) * Crash using SBSMS pitch change at low sample rate * (Mac) Equalization: "Telephone" curve displays a flat line, no sound on Preview * Toolbars: open undocked if previously not shown, unless Reset Toolbars first * Analysis effects that create labels should give focus to label track * Control value may be out of range when using FloatingPointValidator * Analysis effects produce false indication that a label is open for editing * Import Uncompressed File Dialog Incorrect Reference to Menu Item * Wave Color not grayed out in TCP dropdown menu when in Spectrogram view * Hover indication on note track channel toggle appears on all tracks (when they rerender) * Installer has old logo for 2.2.1 and 2.2.0 * Un-muting with a single track unnecessarily activates the Solo button * Applying chain to file should zoom-to-fit Changes in version 2.2.1: Improvements * Waveform colorways You can optionally change the colorway of the waveforms displayed in your project. The setting is per track and not per project so you can have multiple colorways in the same project. * "Save Other" reverts to "Export" in the File menu When we made the menu changes for 2.2.0 we introduced an entry into the File menu called "Save Other" which led to a sub-menu for exporting various audio formats. Many users were confused by this change and found it hard to find where they could export audio from. So for 2.2.1 we have changed that menu entry to be File > Export. Bug Fixes * Release 2.2.1 was mainly a maintenance release. Soon after the release of 2.2.0 we discovered some problematical bugs in Audacity: Bug #1767 - Opening a second project from Mac's Finder produces a second inaccessible instance of Audacity Bug #1770 - Crash applying certain chain files Bug #1783 - Preview fails when selection extends before zero Bug #1787 - Auto-scroll stopped working in 2.2.0 Bug #1765 - Using File > Open to import audio gives wrong zoom level and no scroll bar slider Changes in version 2.2.0: * Four Selectable themes provided, with new 'Light' theme as default, plus option to customize * Many menu changes: * Menus Reorganized * Extended menu bar provided * New keyboard commands for working with clips * Help buttons ? in Preferences, Effects, Generators and Analyzers - and other places * Non-Greying out of effects when no selection (and explanatory dialog with help button) * Playback of MIDI (and Allegro) files imported into Note Tracks is now available. * 'Center' option in Selection Toolbar * Stem plots * Major overhaul to documentation/manual including many new images and streamlined text on landing pages for in-program help. Other Changes * Append-record is now the default (use Shift + Record for old behavior, to record on a new track) * The Esc key now cancels all click-and-drag actions. It also chooses among overlapping mouse click targets, which is especially useful in the Multi-Tool. * Sync-Lock button removed (use menu item or keyboard shortcut instead) * New preferences and preference pages * Overhaul of much code: * Overhaul of envelope handling code to deal with some anomalies * Overhaul of exception handling for greater safety * New Logo Bug Fixes * Major work on bug fixing. 198 bugs that were in 2.1.3 were fixed for 2.2.0. * The most serious bug fixed this time round was bug 437 which was about what happens when Audacity is recording and runs out of storage. * Most of the bugs fixed were more minor, such as bug 463 which was about a case in which the numbering on the timeline could display incorrect times. Changes in version 2.1.3: * Interface: * (macOS) Support for horizontal scroll on Magic Mouse / Trackpad and for Trackpad pinch/expand zoom gestures. * Pinned option on waveform makes waveform move and recording/playing head stay still. * Timer Record options to save/export/exit after recording. * Scrub Ruler and optional Scrub Toolbar. * New shortcuts ALT+RIGHT and ALT+LEFT (move to labels without editing). * Effects: * Effects no longer grayed out when paused. * New Distortion effect (replaces Leveller). * SBSMS (higher quality but slower) option on Change Tempo / Change Pitch effects. * New Rhythm Track generator (replaces Click Track). * New Generator for Sample Data Import. * Nyquist effects now significantly faster. * Other Changes: * Upgraded the PortAudio library to v19 rev r1966. This gives Audacity Windows 10 support. * (Windows) DirectSound now records 24-bit samples. * (macOS) Audacity.app now has its resources inside it rather than in a separate folder, so installation to /Applications/ is cleaner. * (macOS) Audacity 2.1.3 provides partial support for Sierra. Details at http://wiki.audacityteam.org/wiki/Partial_Support_for_Mac_Sierra_in_2.1.3 . Bug fixes: Over 60 bugs fixed, including five longstanding bugs.
2019-02-10doc/TODO: remove libretro-2048nia1-2/+2
2019-02-10doc: Added games/libretro-2048 version 20181229nia1-1/+2
2019-02-10games/libretro-2048: Import version libretro-2048-20181229nia5-1/+53
Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. 2048 is a puzzle game.
2019-02-09chat/atheme: Add ldap option, fix build without builtin ldap...nia2-4/+13
2019-02-09doc: Updated net/dante to 1.4.2nb1rhialto1-1/+2
2019-02-09Use a bigger hammer to disable ssp for interposition.c.rhialto4-30/+27
cwrapper also adds -D__FORTIFY_SOURCE=2.
2019-02-09Updated devel/py-setuptools, devel/py-pip, textproc/py-lxml, devel/py-cythonadam1-1/+5
2019-02-09py-cython: updated to 0.29.5adam2-7/+7
0.29.5: Bugs fixed * Crash when defining a Python subclass of an extension type and repeatedly calling a cpdef method on it. * Compiler crash when prange() loops appear inside of with-statements. * Some C compiler warnings were resolved. * Python conversion of C++ enums failed in 0.29.
2019-02-09py-lxml: updated to 4.3.1adam2-7/+7
4.3.1: * Crash when appending a child subtree that contains unsubstituted entity references.
2019-02-09py-pip: updated to 19.0.2adam2-7/+7
19.0.2: Bug Fixes - Fix a crash where PEP 517-based builds using --no-cache-dir would fail in some circumstances with an AssertionError due to not finalizing a build directory internally. - Provide a better error message if attempting an editable install of a directory with a pyproject.toml but no setup.py. - The implicit default backend used for projects that provide a pyproject.toml file without explicitly specifying build-backend now behaves more like direct execution of setup.py, and hence should restore compatibility with projects that were unable to be installed with pip 19.0. This raised the minimum required version of setuptools for such builds to 40.8.0. - Allow RECORD lines with more than three elements, and display a warning. - AdjacentTempDirectory fails on unwritable directory instead of locking up the uninstall command. - Make failed uninstalls roll back more reliably and better at avoiding naming conflicts. - Ensure the correct wheel file is copied when building PEP 517 distribution is built. - The Python 2 end of life warning now only shows on CPython, which is the implementation that has announced end of life plans. Improved Documentation - Re-write README and documentation index
2019-02-09py-setuptools: updated to 40.8.0adam2-7/+7
v40.8.0 * Added the build_meta:__legacy__ backend, a "compatibility mode" PEP 517 backend that can be used as the default when build-backend is left unspecified in pyproject.toml. * Resource paths are passed to pkg_resources.resource_string and similar no longer accept paths that traverse parents, that begin with a leading /. Violations of this expectation raise DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors. * setuptools will now automatically include licenses if setup.cfg contains a license_file attribute, unless this file is manually excluded inside MANIFEST.in. v40.7.3 * In package_index, revert to using a copy of splituser from Python 3.8.
2019-02-09doc: Updated chat/unrealircd to 4.2.1.1nia2-3/+3
2019-02-09chat/unrealircd: Update to 4.2.1.1nia18-455/+395
Many changes, coming from an unsupported version, but at least fixes CVE-2016-7144.
2019-02-09lang/ruby/gem.mk: improve messagetaca1-2/+2
OVERRIDE_GEMSPEC would not only update rubygem's dependency but also its meta data.
2019-02-09doc: Updated sysutils/py-diffoscope to 110khorben1-1/+2
2019-02-09Update sysutils/py-diffoscope to version 110khorben5-230/+213
The list of changes since version 94 are: diffoscope 110: [ Chris Lamb ] * Don't look for adjacent -dbgsym package files automatically anymore to align better with default user expectations. The existing behaviour can be re-enabled by specifying the new `--use-dbgsym` flag. (Closes: #920701) * Don't crash with if we were unable to successfully extract a "guestfs"-based file. (Closes: #901982) * Avoid clumsy profiling title length calculations by moving to Markdown syntax, from reStructuredText. * Drop printing out dpkg-query output when running tests: it's rather noisy and has not helped yet in reproducing an error. * Re-enable gnumeric as a Build-Depends. * debian/rules: Use str.format over "+" for string concatenation. [ Jelle van der Waa ] * comparators.wasm: Remove an unused "re" import. (MR: !18) [ Mattia Rizzolo ] * comparators/elf: Apply flake8. diffoscope 108: [ Chris Lamb ] * test_icc: Calculate the path to a test .icc file using data() rather than using the pytest fixture itself to avoid a "Fixtures are not meant to be called directly" warning/error. (Closes: #916226) * Fix a test_mozzip_compressed_files test failure under Alpine Linux. (Closes: #916353, MR: !8) * Output improvements: * Prefer to comment that files are identical rather than having a "fuzziness score" of zero. * Expand the padding/spacing for "N calls" in the profiling output; having 99,999+ calls to cmp(1) is not uncommon for ISOs. * Add a note to the "Files similar despite different names" comment to clarify that a lower score is more similar. * Use File.file_header to tidy JSON matching in the json, ppu and wasm comparators. * Drop debbindiff Breaks/Replaces; was removed in 2015, never part of a stable release, etc. * Correct a "positives" typo. [ Joachim Breitner ] * Add support for comparing WebAssembly modules. (MR: !17) [ Holger Levsen ] * Bump Standards-Version to 4.3.0 * Clarify that (upstream) issues should be reported via the issue tracker on salsa.debian.org. [ Mattia Rizzolo ] * Try matching for MozillaZipFile before ZipFile. diffoscope 107: * Compare .zip file comments with zipnote. (Closes: #901757) * Don't emit a large number of warnings if getfacl(1) is not available. This makes the behaviour consistent with if lsattr(1) is unavailable. (Closes: #902369) diffoscope 106: [ Chris Lamb ] * comparators: + elf: Don't assume all files called ".a" are ELF binaries. Closes: #903446 + pdf: - Display the reason when cannot extract metadata from PDF files. - Prevent tracebacks when obtaining PDF metadata from files with multiple PDF dictionary definition entries. Closes: #913315 [ Marius Gedminas ] * Add a python_requires to setup.py. [ Mattia Rizzolo ] * debian: + Disable depends on gnumeric and procyon as they are RC buggy. + Override the new lintian's public-upstream-key-in-native-package. diffoscope 105: [ Chris Lamb ] * tests: + Prevent test failures when running under stretch-backports by checking the ocaml version number. Closes: #911846 [ Mattia Rizzolo ] * debian: Reinstate apktool Build-Depends and Test-Depends. * Fix some flake8 and deprecation warnings. [ Daniel Shahaf ] * comparators/pcap: + Fix recognition with the upcoming file(1) 5.35. Closes: #912756 Thanks to Christoph Biedl for the heads-up in advance. [ Will Thompson ] * Add a new command line flag --list-missing-tools. MR: !14 diffoscope 104: [ Chris Lamb ] * comparators: + macho: Prevent a traceback if the filename cannot be found on the line. Closes: #910540 + ocaml New comparator OCaml files using ocamlobjinfo. Closes: #910542 + pdf: Add support for comparing metadata using PyPDF2. Closes: #911446 * debian/tests/control.in: Add note on how to regenerate this file. [ Mattia Rizzolo ] * d/control: + Build-Depend on linux-image-amd64 [amd64] to allow squashfs tests to run. + Add a Build-Conflicts against graphicsmagick-imagemagick-compat. See: #910652 * Move the list of optional python packages from d/rules into setup.py, and have dh_python3 check the generated requires.txt. * Also add the optional python modules to the autopkgtest dependencies. * Temporarily drop Build-Depends and Test-Depends on apktool and oggvideotools, as they are not available in buster at the moment. * comparators: + java: - Rename the tool procyon-decompiler to procyon. - Properly fall back from procyon to javap also when procyon exists but doesn't return any output. * Declare in setup.py that diffoscope is good to go with Python 3.7. [ Marek Marczykowski-Górecki ] * comparators: + fsimage: Handle FAT filesystems. MR: !13 diffoscope 103: [ Mattia Rizzolo ] * In Debian, list liblz4-tool as an alternative to the lz4 package. stretch only has the former. [ Chris Lamb ] * Strip trailing whitespace from ssconvert(1) output to support gnumeric 1.12.43. diffoscope 102: [ Chris Lamb ] * Fix tests under colord >= 1.4.3. Closes: #908900 [ Xavier Briand ] * Add an "Add a comparator" section in CONTRIBUTING. MR: !9 [ Mattia Rizzolo ] * debian: Use the new debhelper-compat(=11) build dep and drop d/compat. [ Marek Marczykowski-Górecki ] * comparators/json: Try fuzzy matching for non-text files too. This avoids loading very large file just to discover they aren't JSON. Closes: #909122 diffoscope 101: * Fix testsuite under LLVM >= 7.0. (Closes: #908074) * Substvar generation: - Ensure Debian substvar generation is deterministic regardless of installed packages. (Closes: #908072) - Clarify distinction between tools (eg. gpg) and packages (eg. gnupg) when generating Debian substvars. - Revert updating generated debian/tests/control made in diffoscope 100. * Disable binwalk's own user configuration for predictable results and to ensure it does not create unnecessary directories. (Closes: #903444) * Ensure we return "bytes" objects from Command.filter to avoid a "TypeError: Unicode-objects must be encoded before hashing" traceback. * Don't print GPG output in diffoscope.changes. diffoscope 100: [ Alexis Murzeau ] * Correct matching of .deb archive members. (Closes: #903565) [ Chris Lamb ] * Support .deb archives that contain an uncompressed control.tar and data.tar Thanks to Roderich Schupp <roderich.schupp@gmail.com>. (Closes: #903391, #903401) * Wrap jsondiff calls with try-except to prevent fatal errors. (Closes: #903447, #903449) * Don't include the filename in llvm-bcanalyzer results. (Closes: #905598) * Update generated debian/tests/control. * Bump Standards-Version to 4.2.1. [ Daniel Kahn Gillmor ] * Avoid line eraser error on dumb terminals. (Closes: #906967) * Correct spelling of ereser to eraser. [ Mattia Rizzolo ] * On Debian, do not require apktool on ppc64el and s390x, ogvideotools on s390x and fp-utils on ppc64el and s390x as they are not installable there. * Explicitly add `file` to the dependencies of autopkgtest to have the tests triggered whenever `file` changes [ Ricardo Gaviria ] * Handle errors with encrypted archive files. (Closes: #904685) diffoscope 99: [ Xavier Briand ] * Add lz4 comparator. Closes: #901548; !4 [ Paul Wise ] * Clear the progress bar after completion. Closes: #901758 Handle terminals that do not support erasing the line by filling the terminal with spaces. Ignore output devices that are not terminals. * Do not delete the current terminal line for every progress bar update. The erasure was also causing the progress bar to flicker. [ Mattia Rizzolo ] * Add a gitlab CI script. !8 * tempfiles: + Set the base directory only if the caller didn't specify one already. + Do not append '_diffoscope' to the temporary file names, as they are now all in their namespaced directory already. + Empty the list of known tempfiles after removing them. Closes: #902709 * external_tools: + Fix package name, s/xmlutils/xmlbeans/. * tests/test_tools: fix test if /sbin contains a directory. MR: !2 Thanks to Chris Lamb <lamby@debian.org> for the patch. * logging: + Move the computation of the terminal line eraser into logging.py + Always clean the line before printing a log message * main: + Clean the terminal line before printing a traceback. + Be sure to print 'Keyboard Interrupt' if that happens. * comparators: + Do not shadow the original import errors. MR: !7 * d/control: + Bump Standards-Version to 4.1.5, no changes needed. + Add Build-Dependency on procyon-decompiler, to run the tests. * d/tests: + Autogenerate d/tests/control with all the recommends listed as dependencies, so autopkgtest is appropriately triggered whenever one of those packages changes. Closes: #902920 [ anthraxx ] * comparators.utils:libarchive: + Add compatibility code for python-libarchive >= 2.8. MR: !6 diffoscope 98: * Fix compatibility with Python 3.7. (Closes: #902650) diffoscope 97: * Create all temporary directories within a top-level dir. (Closes: #902627) * tests/conftest.py: Fix compatibility with pytest 3.6.2-1, currently in Debian experimental. diffoscope 96: [ Chris Lamb ] * Drop dependency on pdftk as it relies on GCJ, relying on the pdftotext fallback. (Closes: #893702) * Change the "No file format specific differences found inside, yet data differs" message to be clearer that diffoscope "knows" about this file format yet could not be helpful in this case. * Don't append a rather useless "(data)" suffix from file(1). * Comply with a number of PEP8 recommendations: - E226 - Add missing whitespaces around operators. - E241 - Fix extraneous whitespaces around keywords. - E251 - Remove whitespace around parameter '=' signs. - E302 - Add missing 2 blank lines. - E501 - Try to make lines fit to length. - E502 - Remove extraneous escape of newline. - E731 - Don't assign lambda expressions. - E121, E122, E126, E128 - Fix badly indented lines. [ Xavier Briand ] * Add merge request details to contributing documentation. diffoscope 95: [ Mattia Rizzolo ] * tests: + test_binary: Don't capture unused output from subprocess. + test_git: Fix test failure on FreeBSD. Closes: #872826 Thanks to Ximin Luo <infinity0@debian.org> for the initial patch * Fix handling of filesnames with non-unicode chars. Closes: #898022 * diff: Use bytes as much as possible, to prevent possible encoding issues. * d/control: Make the dependency on python3-distutils an alternative on the previous versions of libpython3.*-stdlib that used to ship it. Closes: #898683 * d/watch: Update URL to the new archive. [ Chris Lamb ] * The Git repository has been migrated to salsa, update all the references. * Drop extra whitespace in supported file format output.
2019-02-09devel/ruby-libyajl2: missing updatetaca1-3/+2
I forgot to commit not only distinfo but also PLIST.
2019-02-09ruby-libyajl2: Fix checksum.jperkin1-5/+5
2019-02-09Updated math/ppl to 1.2wen2-3/+3
2019-02-09Update to 1.2wen3-96/+70
Upstream changes: NEWS for version 1.2 (released on February 11, 2016) -------------------------------------------------------------------------- New and Changed Features ======================== o Improved the efficiency of the conversion procedure for polyhedra by adding a quick adjacency check. o In the Java language interface, throw an exception when trying to build a disequality Constraint. Bugfixes ======== o Fixed a bug in the implementation of methods Pointset_Powerset<PSET>::relation_with(const Constraint&) const; and Pointset_Powerset<PSET>::relation_with(const Congruence&) const; whereby the computed result for relations strictly_intersects() and saturates() could have been wrong. o Fixed a bug in the implementation of dense rows. o Portability improved.
2019-02-09doc: Updated x11/st-term to 0.8.2leot1-1/+2
2019-02-09st-term: Update to 0.8.2leot2-7/+7
Changes: 0.8.2 ----- This release has mostly bugfixes. For ports maintainers there are some small Makefile changes, which are hopefully improvements. Thanks go out to all patch contributors and testers.
2019-02-09memtestplus: describe patch. nfcmaya2-3/+9
2019-02-09doc: Updated www/webkit-gtk to 2.22.6leot1-1/+2
2019-02-09webkit-gtk: Update to 2.22.6leot3-12/+12
pkgsrc changes: - Set USE_GCC_RUNTIME to depends on gcc6-libs when pkgsrc gcc is used (XXX: Not tested and not clear if currently mk/compiler/gcc.mk DTRT XXX: regarding (if not, that's probably why firefox/mozilla-common.mk XXX: abuses USE_PKGSRC_GCC_RUNTIME!)) Changes: WebKitGTK+ 2.22.6 ================= - Make kinetic scrolling slow down smoothly when reaching the ends of pages, instead of abruptly, to better match the GTK+ behaviour. - Fix Web inspector magnifier under Wayland. - Fix garbled rendering of some websites (e.g. YouTube) while scrolling under X11. - Fix several crashes, race conditions, and rendering issues.
2019-02-09doc: Updated sysutils/memtestplus to 5.01nb6maya1-1/+2
2019-02-09memtestplus: make room for headersmaya5-29/+27
(Fixes linker issue, ld: memtest_shared: not enough room for program headers) Don't create multiple definitions. Remove workarounds for old GCC/NetBSD. boots in QEMU, but reboots (crashes) very quickly. Bump PKGREVISION
2019-02-09Updated textproc/p5-Encode to 3.00wen1-1/+2
2019-02-09Update to 3.00wen2-7/+7
Upstream changes; $Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $ ! Encode.pm VERSION bumped to 3.00 to make PAUSE happy 2.100 2019/01/31 04:26:40 ! Encode.xs MANIFEST + t/xml.t Pulled: Do not access SV* buffer if we have not called SvPV_force() https://github.com/dankogai/p5-encode/pull/137 ! MANIFEST remove utf8messages.t which is already deleted from the repository.
2019-02-09Updated devel/p5-Test-Kwalitee to 1.28wen1-1/+2
2019-02-09Update to 1.28wen2-8/+7
Upstream changes: 1.28 2019-02-02 19:29:29Z - fix taint-mode tests to accomodate failures with Module::CPANTS::Analyse 0.99 (insecure loading of a backend implementation)
2019-02-09Updated devel/p5-Module-CPANTS-Analyse to 1.00wen1-1/+2
2019-02-09Update to 1.00wen2-7/+8
Add missing DEPENDS Upstream changes: 1.00 2019-02-03 ** BACKWARD INCOMPATIBLE CHANGE ** - Module::CPANTS::Kwalitee::Uses now uses a different prereq scanner (Perl::PrereqScanner::NotQuiteLite). - Added new kwalitee metrics: no_maniskip_error, no_missing_files_in_provides, no_files_to_be_skipped - Delayed plugin loading
2019-02-09Added devel/p5-Perl-PrereqScanner-NotQuiteLite version 0.9904wen1-1/+2
2019-02-09Add p5-Perl-PrereqScanner-NotQuiteLitewen1-1/+2
2019-02-09Import Perl-PrereqScanner-NotQuiteLite-0.9904 as ↵wen3-0/+37
devel/p5-Perl-PrereqScanner-NotQuiteLite. Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It passes almost all the scanning tests for Perl::PrereqScanner and Module::ExtractUse (ie. except for a few dubious ones), and runs slightly faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast as Perl::PrereqScanner::Lite (which uses an XS lexer).
2019-02-09Added devel/p5-Regexp-Trie version 0.02wen1-1/+2
2019-02-09Add p5-Regexp-Triewen1-1/+2
2019-02-09Import Regexp-Trie-0.02 as devel/p5-Regexp-Trie.wen3-0/+27
Regexp::Trie is a faster but simpler version of Regexp::Assemble or Regexp::Optimizer. It builds a trie-ized regexp as above. This module is faster than Regexp::Assemble but you can only add literals. a+b is treated as a\+b, not "more than one a's followed by b".
2019-02-09Fix ERROR: [check-interpreter.mk]mef1-1/+4
+REPLACE_BASH= trojans/csd-post.sh +REPLACE_BASH+= trojans/csd-wrapper.sh
2019-02-09update to p5-biblatex-bibermarkd1-1/+2
2019-02-09p5-biblatex-biber: update to 2.12markd2-8/+7
to match latest biblatex
2019-02-09Updated devel/p5-Inline to 0.81wen1-1/+2
2019-02-09Update to 0.81wen2-8/+7
Upstream changes: 0.81 Sun 03 Feb 2019 04:42:05 PM CET - Regular release, see developer releases 0.80_03 Fri 01 Feb 2019 11:26:18 PM CET - Fix @inc, add another exception for Inline::C (SISYPHUS++) 0.80_02 Fri Jun 22 22:21:11 MDT 2018 - Revert PR/61 - failed on travis 0.80_01 Fri Jun 22 21:39:49 MDT 2018 - PR/59 @pypt++ Travis test against Perl 5.22, 5.24, 5.26 - PR/60 @pypt++ Calculate MD5 hashes of UTF-8 source by encoding it first - PR/61 @rurban++ Fix wrong -I in subcmd - PR/66 @soren++ Fix failing tests on systems missing perldiag.pod - PR/67 NERDVANA++ Relax the version requirement for installing modules 0.80 Fri Mar 13 20:03:52 PDT 2015 - Fix dependency problem in Inline::MakeMaker affecting parallel builds
2019-02-09Updated devel/p5-glib2 to 1.329wen1-1/+2
2019-02-09Update to 1.329wen2-7/+7
Upstream changes: Overview of changes in Glib 1.329 (stable) ============================================ * Fix compilation and testing against glib < 2.28.0 (RT# 127831) * ChangeLog.pre-git/README: Updated Git URIs