summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2017-06-210.12.0:adam2-7/+7
Bug fixes.
2017-06-21Update to TeXlive 2017markd19-73/+67
Updated print/tex-koma-script to 3.23 Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8 Updated devel/tex-l3experimental to 2017 Updated devel/tex-l3kernel{,-doc} to 2017 Updated devel/tex-l3packages{,-doc} to 2017 Updated print/tex-latex{,-doc} to 20170101.1 Updated textproc/tex-latexdiff{,-doc} to 1.2.0 Updated print/tex-leaflet{,-doc} to 1.1b Updated fonts/tex-libertine{,-doc} to 5.3.0.43603 Updated devel/tex-lualibs{,-doc} to 2.5 Updated fonts/tex-luaotfload{,-doc} to 2.8.2 Updated print/tex-luatex{,-doc} to 1.0.4
2017-06-21Update to TeXlive 2017markd4-16/+16
Updated print/tex-dehyph-exptl{,-doc} to 0.41 Updated print/tex-diagbox{,-doc} to 2.2 Updated fonts/tex-dozenal{,-doc} to 7.0 Updated print/tex-dvips{,-doc} to 2017 Updated graphics/tex-epstopdf{,-doc} to 2.26 Updated fonts/tex-erewhon{,-doc} to 1.08 Updated devel/tex-etoolbox{,-doc} to 2.4 Updated print/tex-europasscv{,-doc} to 2017 Updated print/tex-fancyhdr{,-doc} to 3.9 Updated fonts/tex-fbb{,-doc} to 1.12 Updated fonts/tex-fetamont{,-doc} to 20170415 Updated fonts/tex-fira{,-doc} to 4.2 Updated print/tex-fixme{,-doc} to 4.4 Updated fonts/tex-fontmfizz{,-doc} to 2017 Updated fonts/tex-fontools{,-doc} to 2017 Updated fonts/tex-fontspec{,-doc} to 2.6a
2017-06-21Set RUBY_VERSIONS_ACCEPTED to 22 instead of usingtaca1-2/+4
RUBY_VERSIONS_INCOMPATIBLE since Ruby 24 is not supported by redmine 3.3.x.
2017-06-20Revert all but the conditional include of libX11 on Darwin.joerg1-6/+6
2017-06-20Update MoarVM to 2017.06. Bump API_DEPENDS too, as functions have beenbsiegert5-35/+15
removed. 2017.06 - Make coerce_s_n work more like the Perl 6 Str.Num method - Eliminate socket string I/O - Re-implement synchronous sockets without using libuv, enabling them to be passed between threads - Add ability to get port from already bind-ed socket - Add cpucores op to get the number of CPU cores - Fix inconsistency in decode stream take bytes API, so it returns null if that number of bytes is not available - Fix memory leak in syncpipe - Removed unsed header file in threads.c - Remove unused args to bind_stdio_handle - Remove char-level I/O ops and the functions they called - Remove char-level I/O from synchronous I/O vtables - Remove unused encoding option in dir handle - Re-implement print/say debug output ops to encode and then use binary I/O - Eliminate use of libuv in synchronous file handles - Switch standard handles to use the new synchronous file handle code, which means they can now be safely used from multiple threads also - Remove unused ->filename slot of syncfile - Debugging aid for introspecting P6opaque objects - Support merge_bytes in async proc ops, for reading STDOUT and STDERR together - Support binding handles to file descriptors in async procs - Fix off-by-one in profiler node GC - Add string eqat/index ignorecase+ignoremark functions - Add new eqaticim_s and indexicim_s ops ignorecase+ignoremark - Use norm instead of n for the normalizer variable - Add improved support for GCB=Prepend - Improve Regional Indicators support during normalization - Serialize a Decoder REPR object into null, so incidental file handle serialization in Perl 6 does not blow up - Improve named argument optimization, so we can specialize and throw out instructions in more cases - JIT decodertakeline - Fix missed opportunity to run JITted code - Have inline log note what couldn't inline also - Remove successor when optional named argument is passed, so default code can be eliminated - Flag writers that die when a basic block is eliminated, and disregard them in PHI node analysis, provide more precise type information - Make a basic block elimination pre-pass before the main optimization work - Set dead writer when deleting instructions also, to further aid PHI merges - Track which basic blocks are part of a jump list - Delete pointless goto instructions (those at the end of a basic block that simply go to the next block) - Remove bad Windows quoting option async proc code - Actually log inlines to stderr as the comment up top claims - Make find_separator only look at the last chars, which is far cheaper - Add help text for environment variables to Configure - Move NFG initialization into nfg.c - Cache CRLF grapheme value - Cache maximum separator length, to save recomputing it for every line that is read - Cache a list of final separator graphemes, for faster stopper detection in streaming decoders - Introduce a max final grapheme codepoint filter, for faster stopper detection in streaming decoders - Add a UTF-8 decoding fast-path that doesn't need to go through the full normalizer - Keep last freed chars buffer handy for re-use in streaming decoder - Make a smarter guess at decode result buffer size in streaming decoder - Don't copy when we can steal decoder output, saving a memory copy in most line reading operations - Various micro-optimizations to UTF-8 decoding fast path - Fix newline translation in various encoding's streaming decoder 2017.05 - Mark profiler call graphs iteratively instead of recursively - Keep around line number annotations in spesh, for more accurate source position information for coverage data in specialized code - Introduce "telemeh", a high-precision-time low-impact logger - Fix error reporting in chdir - Fix memory leak on error in chdir - Travis: readlink doesn't have `-f` on MacOS so make our own solution - Fix bug in index ignorecase and equal at ignorecase - Fix all known remaining bugs in indexic and eqatic - Zero slot when popping a VMArray, to avoid junk reads if it grows again later - Add can_fit_into_8bit funct, put logic used many places into one function - Use -1 instead of 0 when long right-shifting negative smallints - Remove workaround for tommath issue #56, which is now fixed upstream - Don't crash on reading a closed dir handle - Remove deprecated async string I/O ops 2017.04 - Shorten the nursery when creating large bigints, to bring GC forward and resolve excessive memory use - Use correct format for repeat/concat errors - Fix bug in indexic_s if expanding codepoint is the last codepoint - Special case "\r\n" in MVM_nfg_is_concat_stable for performance reasons - Further optimize MVM_nfg_is_concat_stable to speed up concatenation - Do not set use rpath if installing into proper system locations - Optimize passes_quickcheck_and_zero_ccc to be much faster - Give this_repr constants more meaningful names to aid debugging - Streamline MVM_bigint_radix and MVM_radix for Nd Unicode #'s - Fix case-insensitive string compare bug when synthetics are in the haystack - Improve description for "should eventually be unreachable" error - Correctly detect and handle overflow in mp_get_int64 - Split into mp_get_int64 and mp_get_uint64 - Only allocate and normalize for cp's that require it in MVM_string_chr, and short-circuit Unicode property test for codepoints below 0x300 - Provide a better error when failing to encode surrogates in UTF-8 - Add a cast to suppress a compiler warning in strings/ops.c - Factor out code from equal_at_ignore_case for use in index_ignore_case also - Use both hex and decimal for UTF8 encoding error messages - Add parentheses in various places to suppress compiler warnings - Use PRIu64 in fprintf's to fix compiler warning about incorrect types - Add a check that introspection->is_tty is not NULL, avoiding a crash - Mention debug_name in errors about uncomposed repr - Add new --coverage option for Configure.pl - First prototype of a per-line coverage reporter, enabled by setting MVM_COVERAGE_LOG - Cope with a native type with no nativesize, but signedness - Remove two functions in normalize.c that have been superseded - Give collapse_strands a 5.4% speed boost under some workloads - Add MVM_string_graphs_nocheck funct, use it in places we previously already checked - Have a two-part loop in collapse strands to make loop tighter when possible - Implement serialize/deserialize in VMHash REPR - Use memmem in string index. Uses Knuth-Morris-Pratt on glibc, and adds the FreeBSD memmem.c for use on Windows - Fix a join NFG bug when there was an empty string and an empty seperator - Reorder MVMStaticFrameBody to save 16 bytes according to pahole; similarly save 16 bytes in MVMCompUnitBody, 24 bytes in MVMJitCode, 8 bytes in MVMIOSyncStreamData, SerializationRoot and SerializationReader - Remove arbitrary and small length range check for reading bytes from a file - Remove unused defines in threadcontext.h - Greatly reduce contention in the fixed-size allocator for multi-threaded programs, giving up to 40% speedup in some cases - Add continuous coverage analysis to Travis builds, along with other Travis improvements - Mark thread GC blocked when doing synchronous writes - Add missing MVMROOT when reading bytes, which could result in occasional data loss 2017.03 - Fix some missing variable initializations - Set effective_handlers in context-only frame - Streamline code in hash computation, hopefully fixing a Coverity warning - Detect and throw on over-size array - Put in a limit for codepoints in a grapheme, to avoid various overflows - Fix a missing NULL check at end of profiling - Panic when a new thread context can't create an uv_loop - Better handling of out of memory when creating a thread - Another attempt at silencing the pthread_yield warnings - Missing GC block marking in event loop starting, fixing a deadlock - Fix CArray marshalling of type objects - Provide a way to put Decoder in nl-translate mode - Ensure Decoder REPR never sees concurrent use - Debug option to detect concurrent VMArray use - Encode strings as UTF-8 in MVM_unicode_string_from_name - Reword exception message for read() outside original thread - Check that results of repeat/concat fit in an MVMString - Fix div_i JIT round to negative infinity - Ignore SIGPIPE by default - Only start readers if a process spawned OK - Remove deprecated char-mode async proc reading - Signal error to stdout/stderr on spawn failure - Do gen2 sweep before letting stolen threads go, fixing occasional SEGVs - Turn libtommath dependency into a submodule, use a MoarVM fork - Update libtommath fork to have expmod hang fix - Change MVM_string_equal_at_ignore_case to use fc - Fix MVM_string_equal_at_ignore_case when folding the haystack changes length - Mention debug name and REPR name in "requires obj with repr X" errors - Remove unneeded variable in MVM_string_index - Add MVM_string_index_ignore_case function and indexic_s op - A range of improvements to the MoarVM GDB plug-in 2017.02 - Fix format strings that warn during compile - Implement missing cleanup of async task handles, fixing a memory leak - Make Unicode sequence and codepoint name lookup case-insensitive - Add Unicode sequences from NamedSequences.txt in the Unicode database - Remove second declaration of MVM_frame_destroy - JIT MVM_radix() - Make radix and radix_I 50% faster with Unicode Nd - Add East_Asian_Width prop - Fix memory leaks in synchronous sockets - Fix crashes in socket connect error handling - Don't leak memory in STable repossession - Missing MVMROOT around a lock acquisition - Refuse to form an NFA with a zeroed to-state - Add data section for JIT code, and use it for extop 'fake' registers - Correct typo in NFG trie node struct name - Fix overflow in div_i op - Implement support for synthetic graphemes in MVM_unicode_string_compare - Implement configurable collation_mode for MVM_unicode_string_compare - Use LDFLAGS in ld invocations - On Windows, create UTF-8 encoded argv upon program entry - On Windows, populate environment hash from Unicode environment - Some additional heuristics to cut down on cross-thread write log output - Fix abs_n op for negative zeros - Sort out semantics of closed async sockets - Fix overflow on 32-bit systems in is_full_collection() - Rename MVMArray file and constant to VMArray - Remove bogus indication that MoarVM builds on `cygwin` - Use utf8 for unicode_db files - Fix invalid read when GC was triggered in the string repeat op - Don't call MVM_string_graphs twice in indexing op, plus cleanup
2017-06-20Pygame 1.9.3:adam9-195/+229
This is a bugfix release which fixes a couple of key issues which came up with 1.9.2. It also adds wheels for Python 3.6 on Linux, Mac and Windows.
2017-06-20Downgrade xfce4-conf to 4.12.1 to make the panel working again.youri3-11/+11
2017-06-20Remove ruby21 reference.taca2-14/+2
2017-06-20Avoid stderr spam when not using native Java.jperkin2-4/+4
2017-06-20Find native Java on Darwin correctly.jperkin2-6/+16
2017-06-203.11.6:adam2-7/+7
This release involves no functionality changes, but is the first to ship wheels as well as an sdist. 3.11.5: This release provides a performance improvement to shrinking. For cases where there is some non-trivial "boundary" value (e.g. the bug happens for all values greater than some other value), shrinking should now be substantially faster. Other types of bug will likely see improvements too. This may also result in some changes to the quality of the final examples - it may sometimes be better, but is more likely to get slightly worse in some edge cases. If you see any examples where this happens in practice, please report them.
2017-06-19Warn about "PR" in changelogs.wiz1-1/+4
2017-06-19Updated py-ZopeInterface to 4.4.2.wiz2-7/+7
4.4.2 (2017-06-14) ------------------ - Fix a regression storing ``zope.component.persistentregistry.PersistentRegistry`` instances. See `issue 85 <https://github.com/zopefoundation/zope.interface/issues/85>`_. - Fix a regression that could lead to the utility registration cache of ``Components`` getting out of sync. See `issue 93 <https://github.com/zopefoundation/zope.interface/issues/93>`_.
2017-06-19Updated afl to 2.43b.wiz2-7/+7
-------------- Version 2.43b: -------------- - Added AFL_NO_ARITH to aid in the fuzzing of text-based formats. Requested by Jakub Wilk.
2017-06-19Updated colordiff to 1.0.18.wiz2-8/+7
Changes between 1.0.16 and 1.0.17 Ensure --color=no is honoured where appropriate, add --color-term-output-only plus minor fixes. Changes between 1.0.17 and 1.0.18 Fix regression which broke piping to less.
2017-06-19Updated apr-util to 1.6.0.wiz3-9/+10
Changes with APR-util 1.6.0 *) Mark apr_dbd_freetds as unsupported, and remove it from all builds [Nick Kew] *) Update MySQL build to stop using libmysqlclient_r. [Petr Sumbera <petr.sumbera oracle.com>] *) apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configure the size of the buffer used to read files. [Yann Ylavic] *) apr_crypto: avoid excessive iteration in bcrypt hash. [Hanno Böck <hanno hboeck.de>] *) apr_siphash: Implement keyed hash function SipHash. [Yann Ylavic] *) apr_crypto: Add apr_crypto_key() function which supports keys generated from a passphrase or a raw secret provided by the caller. Deprecate apr_crypto_passphrase(). [Graham Leggett] *) apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIV is properly freed. [Graham Leggett] *) apr_crypto: Don't cache the driver if initialisation fails. This stops the second and subsequent attempt to use the API from failing claiming the library is not initialised. [Graham Leggett] *) apr_crypto: Add a native CommonCrypto implementation for iOS and OSX where OpenSSL has been deprecated. [Graham Leggett] *) apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a consistent namespace prefix. [Jari Urpalainen <jari.urpalainen nokia.com>]
2017-06-19Updated apr to 1.6.2.wiz3-8/+12
Changes for APR 1.6.2 *) Corrected non-Unix builds for APR_LOCK_DEFAULT. Changes for APR 1.6.1 *) Defer timed locks API for later 1.7 release [Nick Kew, William Rowe] *) Export build files find_apr.m4 and apr_common.m4 [Jacob Champion] Changes for APR 1.6.0 *) apr_allocator: Provide apr_allocator_align() to get the true size that would be allocated for the given size (including the header and alignment). [Yann Ylavic] *) apr_os_proc_mutex_put_ex: Allow to specify whether the OS native mutex should or not be cleaned up (destroyed) with the constructed APR mutex (given pool), and default to not for the simple _put() function. [Yann Ylavic] *) apr_proc/global_mutex: Fix API regarding the native OS mutexes accessors from/to available APR mechanisms, adding the new functions apr_os_proc_mutex_get_ex() and apr_os_proc_mutex_set_ex() which give control to the user over the selected mechanisms, including the missing POSIX semaphores (sem_t) on platforms supporting them. [Yann Ylavic] *) apr_proc_mutex-pthread: Refcount shared mutexes usage to avoid destruction while still is use by some process(es). PR 49504. [Yann Ylavic] *) apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of pipes to be created, each in a different pool. [Graham Leggett] *) Add apr_pollcb_wakeup(), with similar behavior to apr_pollset_wakeup(). Add apr_pollcb_method_name(), with similar behavior to apr_pollset_method_name(). [Neil Conway <nrc cs berkeley edu>, Jeff Trawick] *) apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when overlapping tables. [Graham Leggett] *) locks: Introduce apr_{thread,proc,global}_mutex_timedlock(). [Yann Ylavic] *) Introduce the apr_cstr_fn() family of functions, derived from the svn_cstring_ functions of the Subversion project. *) Add APR_SO_FREEBIND option for apr_socket_opt_set. PR 58725. [Ashley GC, Jan Kaluza, Joe Orton] *) apr_filepath_merge: Fix truename length calculation on Windows in cases where the "short" name variant is actually longer than the "long" or "true" name. See: testnames.c:merge_shortname(). [Bert Huijben <rhuijben a.o>] *) apr_atomic: Fix errors when building on Visual Studio 2013 while maintaining the ability to build on Visual Studio 6 with Windows Server 2003 R2 SDK. PR 57191. [Gregg Smith] *) apr_skiplist: Add apr_skiplist_addne*() family to preserve existing values (no duplicate), add apr_skiplist_size(), apr_skiplist_height() and apr_skiplist_preheight() to get the corresponding current values, and apr_skiplist_set_preheight() to modify it. [ Yann Ylavic ] *) Add new --enable-allocator-guard-pages which is like allocator-uses-mmap, but will also add inaccessible guard pages before and after each memnode. This will result in higher ressource usage but allow to find/protect against certain buffer overflow/overread bugs. Under Linux, it may be necessary to increase /proc/sys/vm/max_map_count . [Stefan Fritsch] *) apr_skiplist: Add apr_skiplist_add() to support multiple values. *) Add new --enable-pool-concurrency-check configure option to detect thread-unsafe concurrent accesses to pools. Runtime costs should be relatively low. [Stefan Fritsch] *) Add support code to teach valgrind about APR pools and allocators. [Stefan Fritsch] *) Add apr_sockaddr_info_copy(), for making a deep copy of an apr_sockaddr_t into a specified pool. [Yann Ylavic <ylavic.dev gmail.com>] *) Added Unix domain socket support. [Mladen Turk] *) Add apr_shm_delete() to compliment apr_shm_remove(). [Jim Jagielski] *) Intruduce APR_PERMS_SET macros for setting the owner/group on objects. Currently only implemented for shm, proc and global mutexes on posix platforms. [Mladen Turk] *) Add apr_escape_ldap() and apr_pescape_ldap(), escaping characters as described by RFC4514 and RFC4515 respectively. [Graham Leggett]
2017-06-19Updated py-tortoisehg to 4.2.1.wiz2-7/+7
TortoiseHg 4.2.1 TortoiseHg 4.2.1 is a regularly scheduled bug-fix release Bug Fixes compat: replace util.stderr on frozen Windows build (fixes #4754) compat: wrap scmutil.userrcpath() for hg 4.2 (fixes #4744) mq: escape patch revision passed to qfinish command (fixes #4773) qtrun: actually disable pager in GUI by ui.paginate flag (fixes #4778) run: import getopt.GetoptError directly (fixes #4746) Installer latest hg-git, mercurial_keyring
2017-06-19Updated py-mercurial to 4.2.1.wiz2-7/+7
This is a regularly-scheduled bugfix release. hg graft now works when grafting across merges that were problematic before (b4e1e30528c7). A race condition in hg status was partially fixed (issue5584). The message about deprecated SHA-1 hashes in the [hostfingerprints] config section now references the correct syntax for replacing them with SHA-256 hashes (issue5559).
2017-06-19Changes 3.11.4 :adam2-7/+7
This is a bugfix release: Hypothesis now prints explicit examples when running in verbose mode.
2017-06-18Update xfce4-conf to 4.13.1:youri4-15/+16
4.12.1 ====== - Add support for binding to GdkRGBAs (required for migration to gtk3) - Translation updates: ast, ca, el, eu, gl, he, hu, lt, nn, oc, ru, sk, sv Further changelogs not available.
2017-06-18Update ruby-mode to 2.4.1.taca1-2/+2
* Support for `squiggly heredoc' syntax in ruby-mode. [Fix GH-1372]
2017-06-18Add 24 to RUBY_VERSIONS_ACCEPTED.taca1-2/+2
2017-06-18Updated devel/p5-local-lib from 2.000019 to to 2.000023mef2-8/+7
------------------------------------------------------- 2.000023 - 2017-06-07 - fix use of 'note' in test for compatibilty with old Test::More 2.000022 - 2017-06-07 - releasing as stable 2.000_021 - 2017-04-23 - account for an empty SHELL variable when detecting shell - author test cleanups - bootstrapping option --no-manpages now affects bootstrapping process, not just later module installs - cope with home directories with spaces when bootstrapping with old CPAN.pm 2.000_020 - 2016-10-18 - fix handling of inc_version_list - don't load strict or warnings outside author mode - load and use Cwd when we're printing and exiting - use loaded Cwd/Win32::Cwd if it's available - handle relative paths in current executable - don't try to run current executable in embedded perl - handle relative directories better - fix shell test for powershell 1 and group policy restricted environments - avoid user init files in shell test - use safer format to check environment in shell test - many test cleanups
2017-06-18Updated devel/p5-Test-Kwalitee to 1.26mef2-8/+7
-------------------------------------- 1.26 2017-05-11 12:04:49Z - bump Test::More prereq for (fully) working subtests - properly detect the xt/ caller condition when running kwalitee_ok directly (RT#120824)
2017-06-18Updated devel/p5-MooseX-Types-LoadableClass to 0.015mef2-8/+7
---------------------------------------------------- 0.015 2017-06-16 23:37:46Z - do not create an extra, unused ClassName type (this fixes a problem observed with MooseX::Types and Sub::Defer; see RT#119534)
2017-06-18Updated devel/p5-Moose to 2.2005mef2-8/+7
--------------------------------- 2.2005 2017-05-03 [OTHER] - increased minimum required version of Test::More, to ensure a reliable subtest.
2017-06-18Updated devel/p5-MooX-File-ConfigDir to 0.006mef2-8/+7
--------------------------------------------- 0.006 2017-05-22 - add support for vendorapp_cfg_dir - add .perltidyrc for common style (repository ...)
2017-06-18Updated devel/p5-MooX-ConfigFromFile to 0.008mef2-8/+7
--------------------------------------------- 0.008 2017-05-23 - ensure all tests run and report instead of swallowing issues - make tests passing with perl 5.26 - add import shortcuts config_prefixes and config_hashmergeloaded - ensure reasonable code quality by adding author tests against Perl::Critic and Perl::Tidy
2017-06-18Update p5-PAR from 1.011 to 1.015mef2-8/+7
--------------------------------- 1.015 2017-04-13 - Fix RT#120722 (Reason for Module::Signature dependency unclear since 2008) - "require" a non-broken version of Digest::SHA - remove other crypto related "recommends" - Switch from Module::Install to ExtUtils::MakeMaker - avoids the hassle with Module::Install for Perl without "." in @INC - add some resources cf META.json 1.014 2016-12-18 - Fix RT#119224: "Issue about Can't locate loadable object for module" drop "use" statements in PAR/Heavy.pm added in edf5f24d - Fix RT#119010: "Wrong license link" always refer to the included LICENSE file - generate hello.par in Makefile target "pure_all" 1.013 2016-11-27 - Fix a crucial typo, hopefully fixes RT#118981 "Tests fail (with PAR 1.012?)" - Build t/hello.par at "make" time 1.012 2016-11-25 - Guard against concurrent extraction attempts of zip into "inc" - use a file lock to protect the extraction of the complete zip into "inc" - _run_member_*(), _tempfile(), _dl_extract(): make the "persistent" filename only visible when the file has been completely written - Make build and test work if @INC does not include "." - Upgrade to Module::Install 1.17
2017-06-17Deal with Python 3.x code in py27 build.joerg2-4/+11
2017-06-17Use the build dependency I reported to actually fix the build.joerg1-2/+2
2017-06-17Deal with lack of Python 3.x support in Python 2.7.joerg2-265/+275
2017-06-17updated devel/p5-String-Print from 0.15 to 0.90mef2-8/+7
----------------------------------------------- version 0.90: Wed 14 Jun 14:47:03 CEST 2017 Improvements: - spell-fix rt.cpan.org#96464 [Gregor Herrmann, Debian] - add output encoding (encodeFor) - add complex keys
2017-06-17Updated devel/p5-MooseX-App to 1.38mef2-9/+7
---------------------------------- re 1.38 2017-06-20 - Cleanups (get rid of smartmatch, inentation, documentation, tests) - Also handle =head[2-4] tags when processing pod (#47) - Subcommands (based on work by Yanick Champoux)
2017-06-17Updated devel/p5-MooseX-Types-Structured to 0.36mef2-8/+7
----------------------------------------------- 0.36 2017-05-09 23:08:27Z - update distribution tooling (should fix RT#114060)
2017-06-17Updated devel/p5-Parse-Yapp to 1.06mef2-8/+8
----------------------------------- 1.06 Wed Jun 14 2017 - First Release In Over 15 Years, How's That For Long-Term Stability?!? :-) - Bug Fix, Unescaped Left Curly Braces { In Regular Expressions, Fatal Since Perl v5.25.1, Minor Changes In YappParse.yp & Parse.pm - Typo Fixes, POD Spelling & Syntax - Copyright Assignment Documents, Desarmenien To Braswell
2017-06-17Updated devel/p5-Perl-Critic to 1.128mef2-9/+8
------------------------------------- 1.128 Sat Jun 10 22:31:28 CDT 2017 Official release. No changes since 1.127_02. 1.127_02 Tue May 23 18:31:59 CDT 2017 Developer release leading up to 1.128. [Bug Fixes] * PPI misparsing a module caused an incorrect "Must end with a recognizable true value." This is fixed by upgrading to PPI 1.224. (GH #696, GH #607) * A test would fail under the upcoming Perl 5.26 that omits the current directory from @INC. Thanks, Kent Fredric. * Fixed an invalid test in the RequireBarewordsIncludes test. Thanks, Christian Walde. (GH #751) * If an element contained blank lines then the source "%r" displayed for a violation was wrong. Thanks, Sawyer X. (GH #702, #734) [Dependencies] Perl::Critic now requires PPI 1.224. PPI is the underlying Perl parser on which Perl::Critic is built, and 1.224 introduces many parsing fixes such as: * Fixes for dot-in-@INC. * Parse left side of => as bareword even if it looks like a keyword or op. * $::x now works. * Higher accuracy when deciding whether certain characters are operators or variable type casts (*&% etc.). * Subroutine attributes parsed correctly. [Performance Enhancements] * Sped up BuiltinFunctions::ProhibitUselessTopic ~7%. Thanks, James Raspass. (GH #656) [Documentation] * Fixed incorrect explanation of capture variables in ProhibitCaptureWithoutTest. Thanks, Felipe Gasper. * Fixed incorrect links. Thanks, Glenn Fowler. * Fixed incorrect example for returning a sorted list. Thanks, @daviding58. * Fixed invalid POD. Thanks, Jakub Wilk. (GH #735) * Updated docs on ProhibitYadaOperator. Thanks, Stuart A Johnston. (GH #662) * Removed all the references to the old mailing list and code repository at tigris.org. (GH #757) 1.127_01 Sun May 21 21:57:16 CDT 2017 Removed from CPAN because it did not get indexed correctly.
2017-06-16Switch distutils.mk to egg.mk in py-gitinspectorkamil2-9/+9
This fixes build as otherwise py-setuptools is not installed automatically.
2017-06-16v1.15.6adam2-7/+7
* fix issue-171 by unpinning the py version to allow a fixed one to get installed
2017-06-15Only works with PHP 7.1 (PHP 7.0 will build, but error at runtime)maya1-1/+3
2017-06-15Updated devel/p5-Module-Build to 0.42240mef2-8/+7
---------------------------------------- 0.4224 - Tue May 30 19:50:07 CEST 2017 - Add code to special case dot-in-inc in Build
2017-06-15Updated devel/p5-Log-Dispatch to 2.65mef2-9/+7
------------------------------------- 2.65 2017-06-11 - When Log::Dispatch::File is asked to chmod a file and that fails, show the requested permissions in octal. Patch by Carsten Grohmann. GitHub #46. 2.64 2017-02-25 (TRIAL RELEASE) - Improve level validation and canonicalization logic. Patch by Kerin Millar, minor changes and tests by Kivanc Yazan. Github #42. - The log_and_die and log_and_croak methods are now identical, as we set @CARP_NOT for Log::Dispatch to exclude the Log::Dispatch package. You can still explicitly pass carp_level to log_and_croak. CVS: ----------------------------------------------------------------------
2017-06-15Updated devel/p5-List-SomeUtils-XS to 0.53mef2-8/+7
------------------------------------------ 0.53 2017-06-01 - Moved issue tracking to GitHub.
2017-06-15Updated devel/p5-ExtUtils-MakeMaker to 7.30mef2-7/+7
------------------------------------------- 7.30 Mon Jun 12 13:17:29 BST 2017 No changes since v7.29_02 7.29_02 Sun Jun 11 12:00:33 BST 2017 Doc fixes: - Fixed POD errors in FAQ 7.29_01 Wed May 31 08:34:10 BST 2017 Bug fixes: - Prune .a without extralibs.ld from search paths
2017-06-15Requires PERL_USE_UNSAFE_INC hack.jperkin3-3/+9
2017-06-15Requires PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-152.18.1:adam2-8/+8
Bugfixes * Fix an error in the packaging whereby the *.whl contained incorrect data that regressed the fix in v2.17.3. 2.18.0: Improvements * Response is now a context manager, so can be used directly in a with statement without first having to be wrapped by contextlib.closing(). Bugfixes * Resolve installation failure if multiprocessing is not available * Resolve tests crash if multiprocessing is not able to determine the number of CPU cores * Resolve error swallowing in utils set_environ generator
2017-06-15Fix distinfo.msaitoh1-2/+2