summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2020-03-22p5-List-AllUtils: Update to 0.16nia2-8/+7
0.16 2020-02-29 - Updated copied docs from other modules to their latest versions.
2020-03-22p5-IO-Tty: Update to 1.14nia2-8/+7
2020-01-18 Todd Rinaldo <toddr@cpan.org> 1.14 * Add strict/warnings to Tty.pm * Fix pod errors * Typo: s/dependend/dependent/ * Prevent spurious warning from get_winsize() * Fix usage of setsid * Github actions testing. Windows is off of course. * Make README.md 2014-12-14 Todd Rinaldo <toddr@cpan.org> 1.13_01 * RT 91590 - Remove MAP_TARGET from Makefile.PL * RT 88271 - Fix for Solaris setuid when root running as other user
2020-03-22devel/p5-Proc-ProcessTable: remove nonexistent filerillig1-3/+1
2020-03-22py-gobject3*: update to 3.36.0:wiz4-12/+9
3.36.0 - 2020-03-08 ------------------- This will be the last release supporting Python 2. * pygobject-object: Avoid checking whether NULL is floating :mr:`135` (:user:`Alexandru Băluț <aleb>`) * Avoid various new glib deprecation warnings * Port to g_object_new_with_properties() * Drop Python 2 support on Windows * gtk overrides: Drop Menu, MenuItem for Gtk 4 (:user:`Marinus Schraal <mschraal>`) * Docs: * Update openSUSE instructions (:user:`sharkwouter`) * Add Gaphor to Who is Using PyGObject (:user:`Dan Yeaw <danyeaw>`) * Remove reference to a fixed bug (:user:`Christian Stadelmann <genodeftest>`)
2020-03-22protobuf: update to 3.11.4.wiz2-7/+7
2020-02-14 version 3.11.4 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) C# * Fix latest ArgumentException for C# extensions (#7188) * Enforce recursion depth checking for unknown fields (#7210) Ruby * Fix wrappers with a zero value (#7195) * Fix JSON serialization of 0/empty-valued wrapper types (#7198)
2020-03-22devel/meson: fix another typo in the test casesrillig1-2/+2
2020-03-22glibmm: update to 2.64.1.wiz3-9/+15
2.64.1: (stable): Glib: * Add missing #includes (Kjell Ahlstedt) Issue #69 (Kalev Lember) 2.64.0 (stable): Glib: * Add get_user_runtime_dir() (scx) Issue #57, merge request !14 * Add get_host_name() (scx) Issue #58, merge request !15 * MainContext: Add push/pop/get_thread_default() (Kjell Ahlstedt) Issue #56 (Yackie-Yang) * Add StdStringView and UStringView Use them in build_filename() (Thomas Holder, Kjell Ahlstedt) Issue #34 * Regex: match(), match_all(): Deprecate rvalue string references (Thomas Holder, Kjell Ahlstedt) Issue #66, merge request !26 * Add Glib::canonicalize_filename() (Kjell Ahlstedt) Issue #59 (Patrick Storz) * ustring: Fix insert(iterator, In, In) (Thomas Holder) Merge request !19 Gio: * DBus::Connection: Make the wrap() function thread-safe (Kjell Ahlstedt) Issue #56 (Yackie-Yang) * DBus::Message::get_unix_fd_list(): Add refreturn (Kjell Ahlstedt) Issue #68 (kr.woaini) gmmproc: * Add optional decl_prefix parameter to _CLASS_BOXEDTYPE, _CLASS_BOXEDTYPE_STATIC, _CLASS_GOBJECT, _CLASS_INTERFACE, _CLASS_OPAQUE_COPYABLE, _CLASS_OPAQUE_REFCOUNTED, _WRAP_GERROR Used for adding GLIBMM_API or similar for MS Visual C++ (Chun-wei Fan) Build: * Add Meson support (Chun-wei Fan, Kjell Ahlstedt) Merge request !28 * Drop gendef from Windows builds (Chun-wei Fan) Issue #12 (Mikhail Titov), merge request !30 Documentation: * Correct spelling of spawn_async_with_pipes() (Mike Fleetwood) Merge request !16 * Glib::Binding: Several doc improvements (Daniel Boles) Merge request !17 * Glib::Binding: Explain why SlotTransform takes GValue* (Kjell Ahlstedt) Issue #61 (Daniel Boles) * Regex: Note that Glib::ustring must be used in match methods (Kjell Ahlstedt) Issue #66, merge request !26 * Gio::AsyncResult: Improve the class description (Kjell Ahlstedt) Issue #27 (Alberto Mardegan)
2020-03-22catch2: update to 2.11.3.wiz2-9/+8
## 2.11.3 ### Fixes * Fixed compilation error caused by lambdas in assertions under MSVC ## 2.11.2 ### Improvements * GCC and Clang now issue warnings for suspicious code in assertions (#1880) * E.g. `REQUIRE( int != unsigned int )` will now issue mixed signedness comparison warning * This has always worked on MSVC, but it now also works for GCC and current Clang versions * Colorization of "Test filters" output should be more robust now * `--wait-for-keypress` now also accepts `never` as an option (#1866) * Reporters no longer round-off nanoseconds when reporting benchmarking results (#1876) * Catch2's debug break now supports iOS while using Thumb instruction set (#1862) * It is now possible to customize benchmark's warm-up time when running the test binary (#1844) * `--benchmark-warmup-time {ms}` * User can now specify how Catch2 should break into debugger (#1846) ### Fixes * Fixes missing `<random>` include in benchmarking (#1831) * Fixed missing `<iterator>` include in benchmarking (#1874) * Hidden test cases are now also tagged with `[!hide]` as per documentation (#1847) * Detection of whether libc provides `std::nextafter` has been improved (#1854) * Detection of `wmain` no longer incorrectly looks for `WIN32` macro (#1849) * Now it just detects Windows platform * Composing already-composed matchers no longer modifies the partially-composed matcher expression * This bug has been present for the last ~2 years and nobody reported it
2020-03-22libev: Update to 4.33nia2-8/+8
4.33 Wed Mar 18 13:22:29 CET 2020 - no changes w.r.t. 4.32. 4.32 (EV only) - the 4.31 timerfd code wrongly changed the priority of the signal fd watcher, which is usually harmless unless signal fds are also used (found via cpan tester service). - the documentation wrongly claimed that user may modify fd and events members in io watchers when the watcher was stopped (found by b_jonas). - new ev_io_modify mutator which changes only the events member, which can be faster. also added ev::io::set (int events) method to ev++.h. - officially allow a zero events mask for io watchers. this should work with older libev versions as well but was not officially allowed before. - do not wake up every minute when timerfd is used to detect timejumps. - do not wake up every minute when periodics are disabled and we have a monotonic clock. - support a lot more "uncommon" compile time configurations, such as ev_embed enabled but ev_timer disabled. - use a start/stop wrapper class to reduce code duplication in ev++.h and make it needlessly more c++-y. - the linux aio backend is no longer compiled in by default. - update to libecb version 0x00010008.
2020-03-22netbsd-iscsi-lib: fix installation on Linuxtnn2-1/+25
2020-03-22libtecla: add missing LDFLAGS, document patch-aatnn2-10/+18
2020-03-22devel/libtai: remove unnecessary errno hack optionrillig1-1/+2
2020-03-22devel/jemalloc: remove unknown configure optionrillig1-2/+1
The configure program does not contain the word "silent" anymore.
2020-03-22remove redundant PLISTstnn2-9/+0
2020-03-22devel/bglibs: remove unnecessary errno hack optionrillig1-1/+2
This package does not have any error.h file.
2020-03-21Restrict some more rails packages to Ruby 2.5+joerg5-5/+10
2020-03-21(devel/p5-File-Find-Object) Updated to 0.3.5mef2-7/+7
0.3.5 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see: https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF#L3 ). - VERSION used to appear before NAME.
2020-03-21(devel/p5-FFI-CheckLib) Updated to 0.26mef2-7/+8
0.26 2020-01-22 05:54:02 -0700 - Name check on alien option is always done, even if the Alien is already loaded (gh#21) - Remove dependency on Module::Load (gh#21)
2020-03-21(devel/Makefile) p5-Test-Exit Addedmef1-1/+2
2020-03-21devel/p5-Test-Exit: import p5-Test-Exit-0.11mef4-0/+40
Test::Exit provides some simple tools for testing code that might call exit(), providing you with the status code without exiting the test file. The only criterion tested is that the supplied code does or does not call exit(). If the code throws an exception, the exception will be propagated and you will have to catch it yourself. die()ing is not exiting for the purpose of these tests. Unlike previous versions of this module, the current version doesn't use exceptions to do its work, so even if you call exit() inside of an eval, everything should work.
2020-03-21(devel/p5-ExtUtils-CppGuess) Correction on paragraph related, no logic changemef1-3/+3
2020-03-21(devel/p5-ExtUtils-CppGuess) Updated to 0.21mef2-7/+8
(pkgsrc) - Add LDFLAGS+= -lstdc++ This seems to solve following issue: (for make test) https://github.com/tsee/extutils-cppguess/issues/17 (hint) https://forums.alliedmods.net/showthread.php?t=248109 (upstream) 0.21 2020-01-23 - no give $Config{ccflags} in Module::Build as add not replace - thanks @xenu
2020-03-21(devel/p5-Error) Updated to 0.17029mef2-7/+7
0.17029 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see 0.001004 in https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF ). - VERSION used to appear before NAME.
2020-03-21(devel/p5-ExtUtils-CBuilder) Updated to 0.28.02.34mef2-7/+7
0.280234 - 2020-01-21 Update: - Updated standalone module from blead.
2020-03-21py-dotenv: updated to 0.12.0adam8-46/+63
0.12.0: Changed - Use current working directory to find `.env` when bundled by PyInstaller Fixed - Fix escaping of quoted values written by `set_key` - Fix `dotenv run` crashing on environment variables without values - Remove warning when last line is empty 0.11.0: Added - Add `interpolate` argument to `load_dotenv` and `dotenv_values` to disable interpolation Changed - Use logging instead of warnings Fixed - Fix installation in non-UTF-8 environments - Fix PyPI classifiers 0.10.5: Fixed - Fix handling of malformed lines and lines without a value - Don't print warning when key has no value. - Reject more malformed lines (e.g. "A: B", "a='b',c"). - Fix handling of lines with just a comment 0.10.4: Added - Make typing optional - Print a warning on malformed line - Support keys without a value 0.10.3 - Improve interactive mode detection - Refactor parser to fix parsing inconsistencies - Interpret escapes as control characters only in double-quoted strings. - Interpret `#` as start of comment only if preceded by whitespace. 0.10.2 - Add type hints and expose them to users - `load_dotenv` and `dotenv_values` now accept an `encoding` parameter, defaults to `None` - Fix `str`/`unicode` inconsistency in Python 2: values are always `str` now. - Fix Unicode error in Python 2, introduced in 0.10.0. 0.10.1 - Fix parsing of variable without a value 0.10.0 - Add support for UTF-8 in unquoted values - Add support for trailing comments - Add backslashes support in values - Add support for newlines in values - Force environment variables to str with Python2 on Windows - Drop Python 3.3 support - Fix stderr/-out/-in redirection 0.9.0 - Add `--version` parameter to cli - Enable loading from current directory - Add 'dotenv run' command for calling arbitrary shell script with .env
2020-03-21Revbump all Go packages after go113 update.bsiegert84-166/+168
2020-03-21Fix build for ILP32 powerpc, which doesn't have 128-bit-length data types.rin3-1/+55
2020-03-21devel/ruby-activesupport42: remove packagetaca4-255/+0
Remove ruby-activesupport42 package, a part of Ruby on Rails 4.2 package.
2020-03-21devel/ruby-activejob42: remove packagetaca4-81/+0
Remove ruby-activejob42 package, a part of Ruby on Rails 4.2 package.
2020-03-21devel/ruby-activemodel42: remove packagetaca4-70/+0
Remove ruby-activemodel42 package, a part of Ruby on Rails 4.2 package.
2020-03-21devel/ruby-railties42: remove packagetaca5-291/+0
Remove ruby-railties42, a part of Ruby on Rails 4.2 package.
2020-03-21devel/Makefile: delete rails42 related packagestaca1-5/+1
2020-03-21(devel/p5-ExtUtils-MakeMaker) Updated to 7.44mef2-7/+7
7.44 Tue 14 Jan 16:35:06 GMT 2020 No changes since v7.43_01 7.43_01 Sun 5 Jan 12:41:43 GMT 2020 Bug fixes: - Match final dir component in init_MANPODS Test Fixes: - Use internal reference to Makefile in build_man.t
2020-03-21(devel/p5-Dist-Zilla) Updated to 6.014mef2-20/+16
6.014 2020-03-01 04:26:38-05:00 America/New_York - some doc improvements by Shlomi Fish - cope with E<...> in abstracts (thanks, Dave Lambley!) - Respect jobs number in HARNESS_OPTIONS (thanks, Leon Timmermans!) - Add --jobs argument to dzil release (thanks, Leon Timmermans!) - replace uses of File::HomeDir with a simple glob (thanks, Karen Etheridge!) - fix interaction of TRIAL comment and BEGIN block in PkgVersion (thanks, Michael Conrad and Felix Ostmann) - fix documentation for default NextRelease format (thanks, Dan Book!) - the build directory is also added to @INC when evaluating 'dzil authordeps --missing' (thanks, Karen Etheridge!) - add comments to generated CPANfile saying "don't edit me!" (thanks Doug Bell) - tests for [CPANFile] (thanks, Daniel B«Óhmer)
2020-03-21(devel/p5-Devel-PatchPerl) Updated 1.80 to 1.90mef2-7/+7
----------------------------------------- version 1.90 at 2020-03-11 15:12:17 +0000 ----------------------------------------- Release engineering for 1.90 - Finessed patching for Time::Local 2020 problem Local.t patching back to v5.8.7 ----------------------------------------- version 1.88 at 2020-03-10 20:11:48 +0000 ----------------------------------------- Release engineering for 1.88 - Fixes for Locale.t year 2020 problems Applies back to v5.13.9 ----------------------------------------- version 1.86 at 2020-02-04 15:37:02 +0000 ----------------------------------------- Release engineering for 1.86 - Added fix for ExtUtils::MM_AIX preventing builds on AIX for perls v5.28.x and v5.30.x ----------------------------------------- version 1.84 at 2020-01-28 19:00:25 +0000 ----------------------------------------- Release engineering for 1.84 - fixed problem with 1.82 release that stops perls < 5.10 from being patched (I suck at Perl Versions). ----------------------------------------- version 1.82 at 2020-01-28 18:45:38 +0000 ----------------------------------------- Release engineering for 1.82 Certified perl version < 5.031004 Fix issue with SDBM_File on perls > 5.10.0 and < 5.14.4 I've only seen an issue without the patch on Alpine Linux (https://github.com/Perl/perl5/commit/acdbe25bd91)
2020-03-21(devel/p5-Devel-PPPort) Updated to 3.57mef2-7/+7
3.58 - 2020-03-09 * Safer definition of UVCHR_SKIP * Make sure WIDEST_UTYPE is unsigned * Avoid Pax Header in tarballs 3.57 - 2020-01-31 * Fix eval_sv for Perl versions prior to 5.6.0 (Pali) * Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali) * Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali) * Fix SV_NOSTEAL on 5.7.2 (Karl Williamson) * Fix multiple unit test issues (Craig A. Berry, Karl Williamson, Pali) * Avoid generating warnings on early Perls (Karl Williamson) * Backport memCHRs (Karl Williamson) * Implement sv_setsv_flags() with SV_NOSTEAL and SV_GMAGIC flags for Perl versions < 5.7.3 (Pali) * Implement UTF8f format and its UTF8fARG macro (Pali)
2020-03-21(devel/p5-Devel-Leak-Object) Updated to 1.02mef2-8/+7
1.02 2020-01-11 06:49:29Z - converted packaging to Dist::Zilla - fix tests to avoid conflicts with other installed modules (RT#131249)
2020-03-21(devel/p5-Date-Manip) Updated from 6.79 to 6.81. (+info 6.78 to 6.79)mef2-11/+11
6.81 2020-03-01 - Messed up the 6.80 package. This release fixes it. 6.80 2020-03-01 - Missed Changes entry for previous version. Reported by Tina Muller (GitHub #31) 6.79 2019-12-01 - Time zone fixes Newest zoneinfo data (tzdata 2019c).
2020-03-21cmake: updated to 3.17.0adam6-29/+70
Some of the more significant changes in CMake 3.17 are: “cmake(1)” gained a “Ninja Multi-Config” generator, which is similar to the “Ninja” generator but can be used to build multiple configurations at once. Visual Studio Generators learned to support per-config sources. Previously only Command-Line Build Tool Generators supported them. The “Compile Features” functionality now offers meta-features for the CUDA language standard levels (e.g. “cuda_std_03”, “cuda_std_14”). See “CMAKE_CUDA_KNOWN_FEATURES”. The “CMAKE_CUDA_RUNTIME_LIBRARY” variable and “CUDA_RUNTIME_LIBRARY” target property were introduced to select the CUDA runtime library used when linking targets that use CUDA. The “FindCUDAToolkit” module was added to find the CUDA Toolkit without enabling CUDA as a language. “cmake(1)” gained a “–debug-find” command-line option to enable additional human-readable output on where find commands search. The “CMAKE_FIND_DEBUG_MODE” variable was introduced to print extra find call information during the cmake run to standard error. Output is designed for human consumption and not for parsing. The “FindCURL” module learned to find CURL using the “CURLConfig.cmake” package configuration file generated by CURL’s cmake buildsystem. It also gained a new “CURL_NO_CURL_CMAKE” option to disable this behavior. The “FindPython” module has learned to find Python components in active virtual environments managed by “conda”. The “ctest(1)” tool gained a “–no-tests=<[error|ignore]>” option to explicitly set and unify the behavior between direct invocation and script mode if no tests were found. The “ctest(1)” tool gained a “–repeat :” option to specify conditions in which to repeat tests. This generalizes the existing “–repeat-until-fail ” option to add modes for “until-pass” and “after-timeout”. Target link properties “INTERFACE_LINK_OPTIONS”, “INTERFACE_LINK_DIRECTORIES” and “INTERFACE_LINK_DEPENDS” are now transitive over private dependencies on static libraries. See policy “CMP0099”. When using MinGW tools, the “find_library()” command no longer finds “.dll” files by default. Instead it expects “.dll.a” import libraries to be available. The “Ninja” generator now prefers the first ninja build tool to appear in the “PATH” no matter whether it is called “ninja-build”, “ninja”, or “samu”. Previously the first of those names to appear anywhere in the “PATH” would be preferred. “cmake(1)” gained a “-E rm” command-line tool that can be used to remove directories and files. This supersedes the existing “-E remove” and “-E remove_directory” tools and has better semantics.
2020-03-21(devel/p5-Data-MessagePack) Updated to 1.01mef2-9/+12
1.01 2020-03-17T17:06:53Z - Switch to Minilla from Module::Install - Fix test for newer Windows Perl
2020-03-21(devel/p5-Config-GitLike) Updated to 1.18mef2-8/+7
1.18 2020-03-12 - Return a more correct `dir_file` for Config::GitLike::Git; this change is not backwards-compatible, but matches behavior to existing documentation and expectation.
2020-03-21(devel/p5-Alien-Build) Updated 2.12 to 2.17mef2-7/+7
2.17 2020-03-19 21:03:39 -0600 - Production release identical to 2.16_01 2.16_01 2020-03-17 13:56:13 -0600 - Probe::Vcpkg adds include property (gh#184) - Build::Autoconf will now copy .dll files from bin to dynamic directory on MSWin32 (gh#183) 2.15 2020-03-16 06:53:31 -0600 - Tests on Windows will use the system temp directory rather than a temp directory under the install directory. A temp directory under the install directory was used to work around typically Linux systems that have noexec set on /tmp. Since this is less normal on Windows, and can cause mkpath errors if the install directory is too deep we will use the windows system temp directory. (gh#181, gh#182) 2.14 2020-03-15 12:49:17 -0600 - Added ffi_name property to Probe::Vcpkg plugin (gh#179) - Documentation fixes (gh#180)
2020-03-20devel/Makefile: add and enable ruby-{activestorage,railties}60taca1-1/+3
2020-03-20devel/ruby-activestorage60: add package version 6.0.2.2taca4-0/+125
Add ruby-activestorage60 package version 6.0.2.2. # Active Storage Active Storage makes it simple to upload and reference files in cloud services like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure Storage](https://azure.microsoft.com/en-us/services/storage/), and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other [MiniMagick](https://github.com/minimagick/minimagick) supported transformation. This is for Ruby on Rails 6.0.
2020-03-20devel/ruby-railties60: add package version 6.0.2.2taca5-0/+373
Add ruby-railties60 package version 6.0.2.2. = Railties -- Gluing the Engine to the Rails Railties is responsible for gluing all frameworks together. Overall, it: * handles the bootstrapping process for a Rails application; * manages the +rails+ command line interface; * and provides the Rails generators core. This is for Ruby on Rails 6.0.
2020-03-20devel/Makefile: add and enable ruby-{activejob,activemodel,activesupport}60taca1-1/+4
2020-03-20devel/ruby-activejob60: add package version 6.0.2.2taca4-0/+97
Add ruby-activejob60 package version 6.0.2.2. Active Job is a framework for declaring jobs and making them run on a variety of queueing backends. These jobs can be everything from regularly scheduled clean-ups, to billing charges, to mailings. Anything that can be chopped up into small units of work and run in parallel, really. It also serves as the backend for Action Mailer's #deliver_later functionality that makes it easy to turn any mailing into a job for running later. That's one of the most common jobs in a modern web application: Sending emails outside of the request-response cycle, so the user doesn't have to wait on it. The main point is to ensure that all Rails apps will have a job infrastructure in place, even if it's in the form of an "immediate runner". We can then have framework features and other gems build on top of that, without having to worry about API differences between Delayed Job and Resque. Picking your queuing backend becomes more of an operational concern, then. And you'll be able to switch between them without having to rewrite your jobs. This is for Ruby on Rails 6.0.
2020-03-20devel/ruby-activemodel60: add package version 6.0.2.2taca4-0/+100
Add ruby-activemodel60 package version 6.0.2.2. Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-ActiveRecord models, for example. Active Model also helps building custom ORMs for use outside of the Rails framework. This is for Ruby on Rails 6.0.
2020-03-20devel/ruby-activesupport60: add package version 6.0.2.2taca4-0/+287
Add ruby-activesupport60 package version 6.0.2.2. A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. This is for Ruby on Rails 6.0.
2020-03-20devel/ruby-railties52: update to 5.2.4.2taca2-7/+7
Update ruby-railties52 to 5.2.4.2. ## Rails 5.2.4.1 (December 18, 2019) ## * No changes. ## Rails 5.2.4 (November 27, 2019) ## * Use original `bundler` environment variables during the process of generating a new rails project. *Marco Costa* * Allow loading seeds without ActiveJob. Fixes #35782 *Jeremy Weathers* * Only force `:async` ActiveJob adapter to `:inline` during seeding. *BatedUrGonnaDie*