summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-28math/pear-Numbers_Words: update to 0.18.2taca2-7/+7
0.18.2 2018-02-13 09:05 UTC Changelog: * PR #32: fix "count(): Parameter must be an array or an object that implements Countable" with PHP 7.2
2018-02-28www/php-http3: allow build with PHP 7.1 and 7.2taca1-2/+2
2018-02-28doc: Updated www/contao45 to 4.5.4taca1-1/+2
2018-02-28www/contao45: update to 4.5.4taca3-15/+50
Contao 4.5.4 is released on 14th Feb 2018. Release note: Contao version 4.5.4 is available. The bugfix release fixes several issues including a problem with rebuilding the search index.
2018-02-28doc: Updated www/contao44 to 4.4.14taca1-1/+2
2018-02-28www/contao44: update to 4.4.14taca3-12/+17
Contao 4.4.14 is released on 14th Feb 2018. Release note: Contao version 4.4.14 is available. The bugfix release fixes several issues including a problem with rebuilding the search index.
2018-02-28doc: Updated devel/ruby-docile to 1.3.0taca1-1/+2
2018-02-28devel/ruby-docile: update to 1.3.0taca3-13/+9
## [v1.3.0 (Feb 7, 2018)](http://github.com/ms-ati/docile/compare/v1.2.0...v1.3.0) - Allow helper methods in block's context to call DSL methods - Add SemVer release policy explicitly - Standardize on double-quoted string literals - Workaround some more Travis CI shenanigans ## [v1.2.0 (Jan 11, 2018)](http://github.com/ms-ati/docile/compare/v1.1.5...v1.2.0) - Special thanks to Christina Koller (@cmkoller) - add DSL evaluation returning *return value of the block* (see `.dsl_eval_with_block_return`) - add an example to README - keep travis builds passing on old ruby versions
2018-02-28doc: Added devel/ruby-classy_hash version 0.2.1taca1-1/+2
2018-02-28devel/Makefile: add ane enable ruby-classy_hashtaca1-1/+2
2018-02-28devel/ruby-classy_hash: add version 0.2.1taca4-0/+28
pkgsrc note: required by newer games/ruby-squib. Classy Hash is a schema validator for Ruby Hashes. You provide a simple schema Hash, and Classy Hash will make sure your data matches, providing helpful error messages if it doesn't.
2018-02-28doc: Updated devel/ruby-byebug to 10.0.0taca1-1/+2
2018-02-28devel/ruby-byebug: update to 10.0.0taca3-9/+12
10.0.0 - 2018-01-26 Changed * Breaking on methods now stops on the first effective line of a method, not on the line containing the def keyword. Added * Show valid breakpoint locations when invalid location given (#393, @ko1). * Ruby 2.5.0 support (#397, @yui-knk). * Log host & port when launching byebug's client in remote mode. * Some love & tests to remote debugging (#82). * remote_byebug shortcut to start the most common case for remote debugging (#141). Fixed * Properly ignore ruby fullpath executable when passed to byebug script (#419). * Remote server crash when interrupting client (#141, #274). * Control server thread being able to interrupt main thread only a single time. (#239).
2018-02-28doc: Updated devel/ruby-backports to 3.11.1taca1-1/+2
2018-02-28devel/ruby-backports: update to 3.11.1taca3-9/+426
Version 3.11.0 - December 25th, 2017 * New Ruby version 2.5.0 o Array - append, prepend o Dir - children, each_child o Enumerable - any?, all?, none?, one? (with pattern argument) o Hash - slice - transform_keys o Integer - sqrt - allbits?, anybits? and nobits? o Kernel - yield_self o Module - attr, attr_accessor, attr_reader, attr_writer (now public) - define_method, alias_method, undef_method, remove_method (now public) o String - delete_prefix, delete_prefix! - delete_suffix, delete_suffix! o Struct - new (with keyword_init: true) * require 'backports/latest' is now the right way to require everything Version 3.10.0 - October 17, 2017 * Additional features of 2.4.0 o Enumerable - uniq - sum o Hash - compact - transform_values Version 3.9.0 - October 07, 2017 * From 2.4.0: dup for true, false, nil, Numeric * From 2.2.0: Method#super_method Version 3.8.0 - April 26, 2017 * From 2.4.0: String#match?, Regexp#match? * From 2.3.0: o unary String#+, - o Numeric: positive?, negative? o Hash: to_proc, fetch_values, >, <, >=, <= o Enumerable: chunk_while, grep_v o {Array|Hash|Struct}#dig o Array#bsearch_index * From 2.2.0: o Method#curry o String#unicode_normalize{|?|!} o Kernel#itself o Float: next_float, prev_float Version 3.7.0 - March 28, 2017 * Initiate work on backports of 2.2, 2.3, 2.4 * From 2.4.0: o Comparable#clamp * From 2.2.0: o Enumerable: slice_when, slice_after
2018-02-28doc: Removed devel/ruby-atomictaca1-1/+2
2018-02-28devel/ruby-atomic: remove deprecated by ruby-concurrent-rubytaca6-131/+0
Remove ruby-atomic deprecated by ruby-concurrent-ruby.
2018-02-28devel/Makefile: delete ruby-atomictaca1-2/+1
2018-02-28doc: Added devel/ruby-concurrent-ruby version 1.0.5taca1-1/+2
2018-02-28devel/Makefile: add and enable ruby-concurrent-rubytaca1-1/+2
2018-02-28devel/ruby-concurrent-ruby: Add ruby-concurrent-ruby 1.0.5taca4-0/+164
pkgsrc note: This package deprecates devel/ruby-atomic, too. Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. The design goals of this gem are: * Be an 'unopinionated' toolbox that provides useful utilities without debating which is better or why * Remain free of external gem dependencies * Stay true to the spirit of the languages providing inspiration * But implement in a way that makes sense for Ruby * Keep the semantics as idiomatic Ruby as possible * Support features that make sense in Ruby * Exclude features that don't make sense in Ruby * Be small, lean, and loosely coupled
2018-02-28doc: Updated devel/ruby2ruby to 2.4.1taca1-1/+2
2018-02-28devel/ruby2ruby: update to 2.4.1taca2-7/+7
=== 2.4.1 / 2018-02-15 * 2 minor enhancements: * Added bitwise ops to BINARY. (david942j) * Added rewrite_call|if|until|while to normalize `not` in conditions.
2018-02-28doc: Updated devel/ruby-sexp-processor to 4.10.1taca1-1/+2
2018-02-28devel/ruby-sexp-processor: updaet to 4.10.1taca3-10/+10
=== 4.10.1 / 2018-02-15 * 1 minor enhancement: * Tweaked pt_testcase for ruby 2.5 and better ruby2ruby test data.
2018-02-28doc: Updated devel/hoe to 3.16.2taca1-1/+2
2018-02-28devel/hoe: update to 3.16.2taca2-7/+7
=== 3.16.2 / 2017-11-21 * 2 bug fixes: * Make missing history/readme situations more resilient and informative. (kemonomachi) * Make missing urls value just warn.
2018-02-28doc: Updated databases/ruby-tiny_tds to 2.1.1taca1-1/+2
2018-02-28Add missing pkg_alternatives support.taca1-0/+2
2018-02-28databases/ruby-tiny_tds: update to 2.1.1taca2-7/+7
* Clarified ISSUE_TEMPLATE.md with explicit steps (#390) * Fix FreeTDS installation instructions in README (#392) * Use our 2017-GA SQL Server Docker Image (#397) * Move message_handler from a shared value to userdata
2018-02-28doc: Updated lang/elixir to 1.6.2fhajny1-1/+2
2018-02-28lang/elixit: Update to 1.6.2.fhajny2-7/+7
1. Enhancements Mix - [mix compile.erlang] Teach Mix erlang compiler alternative spelling for -behavior declaration - [mix format] Support the :subdirectories configuration that points to other directories with their own .formatter.exs file. This is useful in umbrella applications. mix new --umbrella has also been changed to use this new configuration by default - [mix format] Include the current environment for missing dependency errors 2. Bug fixes Elixir - [Code.Formatter] Ensure -> does not exceed line length - [DynamicSupervisor] Properly tag error reports generated by dynamic supervisors so they can be properly translated by Logger - [DynamicSupervisor] Consider extra arguments during child restart - [Kernel] Ensure arguments given to a guard defined with defguard are evaluated in the correct order - [Module] Do not remove docs for previous function declaration when @impl true is used - [Supervisor] Ensure use Supervisor properly adds the @behaviour Supervisor annotation Mix - [Mix.Shell] Bring back Mix.Shell.cmd/2 - this arity was defined via a default argument that was accidentally removed
2018-02-28doc: Updated time/ruby-tzinfo to 1.2.5taca1-1/+2
2018-02-28time/ruby-tzinfo: update to 1.2.5taca2-7/+7
Version 1.2.5 - 4-Feb-2018 -------------------------- * Support recursively (deep) freezing Country and Timezone instances. #80. * Allow negative daylight savings time offsets to be derived when reading from zoneinfo files. The utc_offset and std_offset are now derived correctly for Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
2018-02-28doc: Updated time/ruby-tzinfo-data to 1.2018.3taca1-1/+2
2018-02-28time/ruby-tzinfo-data: update to 1.2018.3.taca2-7/+7
Based on version 2018c of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2018-January/000048.html).
2018-02-28Updated sysutils/salt, sysutils/salt-docs, www/py-aiohttpadam1-1/+4
2018-02-28py-aiohttp: updated to 3.0.5adam2-7/+7
3.0.5: Fix InvalidStateError on processing a sequence of two RequestHandler.data_received calls on web server.
2018-02-28salt: updated to 2017.7.4adam5-18/+19
2017.7.4: Pin tornado version in requirements file Fix regression with identity file usage Add 2017.7.4 Release Notes with PRs use local config for vault when masterless
2018-02-28doc: Updated sysutils/syslog-ng to 3.14.1fhajny1-1/+2
2018-02-28sysutils/syslog-ng*: Update to 3.14.1.fhajny6-15/+26
Features - Password protected ssl keys - Add OpenBSD module to system() source - Add Ubuntu Trusty support to Docker build Bugfixes - Fix increased memory usage during saving disk-buffer - Fix maximum record length limitations of disk-buffer - Fix a memory leak in cfg-lexer - Fix some issues found by pylint in python module - Fix a crash due to a race condition in kv-parser() - Fix a crash due to a race condition in file() destination - Fix deprecated API usage in python module tests - Fix a race condition in internal() source - Fix a locale issue in merge-grammar python tool - Fix compile problems with autotools when '--disable-all-modules' used - Fix a file descriptor leak in persist-state - Fix a file descriptor leak in pseudofile() - Fix memory/fd leaks in loggen tool - Fix compile problems on Fedora, RHEL6, CentOS6 and SUSE based platforms - Fix a crash when large variety of keys added to messages - Fix compile problems when PATH_MAX not defined - Fix integer overflow problems in grammar - Fix a memory leak in filter() - Fix memory leak of persist-name() option - Fix message corruption caused by a bug in the subst() rewrite rule - Fix silently dropped messages in elasticsearch2() when sending in bulk mode - Fix broken disk-buffer() support in elasticsearch2() - Fix Hy support in python module - Fix an event scheduler related crash during reloading syslog-ng - Fix a crash with SIGBUS when persist file cannot grow Other changes - Improve error reporting in "block" definitions in config - Add warning message when disk-buffer() directory is changed in configuration - Syslog-ng debun improvements - Refactor in rewrite() module init - Missing child program (exit status 127) handling is changed in program() destination: - stopping destination instead of polling for the child program - Refactor in filter() module - Improve thread synchronization in mainloop and refactor - Adapted json-c v0.13 API changes to json-parser - Add filters as selectors in contextual data
2018-02-28unclutter: Add LICENSE (public domain)leot1-1/+2
unclutter is under the public domain, from its README: > The program is released into the public domain. Only the considerate > will leave credit for the author.
2018-02-28emulators: Add forgotten py-unicorn.jperkin1-1/+2
2018-02-28doc: Added sysutils/ioping version 1.0wiz1-1/+2
2018-02-28sysutils/Makefile: + ioping.wiz1-1/+2
2018-02-28sysutils/ioping: import ioping-1.0wiz4-0/+32
A tool to monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency. Packaged for wip by miwarin, with fixes by rillig and myself.
2018-02-28doc: Updated security/munge to 0.5.13wiz1-1/+2
2018-02-28munge: update to 0.5.13 to fix build with openssl-1.1.wiz5-33/+27
munge-0.5.13 (2017-09-26): - Added support for OpenSSL 1.1.0. (#54) - Added support for UID/GID values >= 2^31. - Added support for getentropy() and getrandom(). - Added --trusted-group cmdline opt to munged. - Added --log-file and --seed-file cmdline opts to munged. (#57) - Changed default MAC algorithm to SHA-256. - Fixed autoconf installation directory variable substitution. (#47) - Fixed all gcc, clang, and valgrind warnings. - Improved resilience and unpredictability of PRNG. - Improved hash table performance. - Removed libmissing dependency from libmunge. (#49) munge-0.5.12 (2016-02-25): - Changed project homepage to <https://dun.github.io/munge/>. - Changed RPM specfile from sysvinit to systemd. (#33) - Added --max-ttl cmdline opt to munged. (#28) - Added --pid-file cmdline opt to munged. (#41) - Added support for "make dist" and "make distcheck". (#45) - Fixed group-writable permissions error for logfile on Ubuntu. (#31) - Fixed packaging with missing pkgconfig munge.pc file. (#25) - Fixed packaging with missing systemd service & tmpfiles.d config. (#34) - Fixed recursive make command in makefiles. (#40)
2018-02-28doc: Updated www/p5-libwww to 6.33wiz1-1/+2
2018-02-28p5-libwww: update to 6.33.wiz2-7/+7
6.33 2018-02-27 03:51:36Z - Fix send_te change from previous release, which was breaking LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug Bell)