Commit graph

296965 commits

Author SHA1 Message Date
taca
32d9a27d03 devel/ruby-pkg-config: update to 1.3.7
== 1.3.7 - 2019-03-17

=== Improvements

  * Added support for alphabet and _ only version.
    [GitHub#17][Reported by xiejiangzhi]
2019-05-06 05:30:39 +00:00
taca
fa4641d110 doc: Updated devel/ruby-parser to 3.13.1 2019-05-06 05:29:56 +00:00
taca
9f8cfed814 devel/ruby-parser: update to 3.13.1
=== 3.13.1 / 2019-03-25

* 1 major enhancement:

  * Overhauled RubyLexer#lex_state to allow for multi-state value.

* 5 minor enhancements:

  * Added RubyParser#current so scripts can poke around inside.
  * Cleaned up and modernized bin/ruby_parse_extract_error.
  * Removed RubyLexer#in_lex_state? in favor of State#=~ and #==.
  * Renamed RubyLexer#in_arg_state? to is_after_operator?.
  * Replaced all use of :expr_<*> symbols w/ bitfields.

* 15 bug fixes:

  * Added tests to show #233 already fixed.
  * Fixed a lexer state bug dealing with complex edge case in hash  key w/ interpolated symbol and an array value. Not a great fix. (presidentbeef)
  * Fixed a number of lex_state check problems.
  * Fixed alias and undef keyword data.
  * Fixed bug normalizing to utf-8 on tail of dstr (post-interpolation). (mvz)
  * Fixed handling of hex chars for bare unicode escape. (mvz)
  * Fixed handling of invalid string octals more gracefully. Needs generalization.
  * Fixed lexing of regexps w/ backslashed unicode. I hope.
  * Fixed parse_percent for EXPR_FITEM edge cases. Fixed bug #125.
  * Fixed parsing of op_asgn on constants (eg ::X ||= 1).
  * Fixed precedence of rescue modifier on assignments. (mvz/whitequark)
  * Fixed some EXPR_FNAME edge cases.
  * Fixed using unicode in gvars. Fixed bug 202. (331299)
  * Handle invalid string literals more gracefully.
  * Minor fix lexing %s[]

=== 3.13.0 / 2019-03-12

* 3 major enhancements:

  * Removed 1.8 and 1.9 support. Moved to ruby_parser-legacy gem.
  * Added tentative 2.6 support.
  * Updated ruby_parser.yy to ruby 2.4 architecture.

* 22 minor enhancements:

  * Added debug3 and cmp3 rake tasks that use the above tools.
  * Added tLONELY to compare/normalize.rb
  * Added tools/munge.rb, tools/ripper.rb, and debugging.md
  * 2.6: Added trailing .. and ... support.
  * Extended StackState to log more state changes, making debugging easier.
  * Extended StackState#store to take an initial value.
  * Improved logging / debugging in StackState.
  * Improved normalization and parser compare tasks.
  * Improved tools/munge.rb output.
  * In f_arglist, track in_kwarg if no parens.
  * In process_newline_or_comment, handle NL if in_kwarg there vs normal.
  * Refactored normalized values to WORDLIST.
  * Refactored parser: push up to relop and rel_expr.
  * Removed Keyword.keyword18.
  * Removed RubyLexer version attr_accessors.
  * Removed long dead deprecations internal to RubyParserStuff.
  * Removed version arg to RubyLexer#initialize (default nil + no-op).
  * Renamed Keyword.keyword19 to Keyword.keyword.
  * Renamed process_bracing to process_brace_close
  * Renamed process_curly_brace to process_brace_open
  * Report first parse error message if all parser versions fail, not last.
  * Updated parser to track against 2.6.

* 11 bug fixes:

  * Fix some shift/reduce errors.
  * Fixed BEGIN blocks having different arg value that END blocks. (mvz)
  * Fixed all reported unused non-terminals/rules.
  * Fixed bug 272.
  * Fixed bug in interpolated symbol lists. (strviola)
  * Fixed bug where block shadow arguments were not registered as lvars. (akimd)
  * Fixed bug where kwsplat args weren't treated as lvars. (mvz)
  * Fixed lex_state and other internals in many cases.
  * Fixed shebang in compare/normalize.rb to use env. Avoids rubygems freaking.
  * Fixed some more internal state bugs.
  * Fixed tRCURLY -> tSTRING_DEND for interpolation brace closes.
2019-05-06 05:29:20 +00:00
taca
63569e01e5 doc: Updated devel/ruby-ole to 1.2.12.2 2019-05-06 05:28:33 +00:00
taca
136af2fccb devel/ruby-ole: update to 1.2.12.2
== 1.2.12.2 / 2019-03-12

- Fix to work with frozen string literals (github #24, taichi-ishitani).
2019-05-06 05:28:01 +00:00
taca
c1f8d3b501 doc: Updated devel/ruby-msgpack to 1.2.10 2019-05-06 05:27:21 +00:00
taca
04c2289971 devel/ruby-msgpack: update to 1.2.10
2019-04-19 version 1.2.10:

* Optimze MessagePack.unpack not to copy source string

2019-03-13 version 1.2.9:

* Hotfix release only for JRuby: 1.2.8-java was built incorrectly

2019-03-11 version 1.2.8:

* Fix a regression that MessagePack#unpack raises error if IO is assigned as the (only) argument
* Improve compatibility that MessagePack#pack returns nil if IO is assigned as 2nd argument

2019-03-01 version 1.2.7:

* Add Packer#write_bin and Packer#write_bin_header methods
2019-05-06 05:26:49 +00:00
taca
18af720afd doc: Updated devel/ruby-highline to 2.0.2 2019-05-06 05:25:18 +00:00
taca
9bbf001ebb devel/ruby-highline: update to 2.0.2
### 2.0.2 / 2019-04-08
* PR #243 - Add new capital_letter option to menu index (@Ana06)
  * This is a really special PR. It has come from "The Biggest
    Mobprogramming Session Ever" and around 250 people
    participated in crafting it!
* PR #241 - CI: Add 2.6 (@olleolleolle)
* PR #240 - Avoid YARD warning UnknownParam (@olleolleolle)
2019-05-06 05:24:54 +00:00
taca
2519cb38af doc: Updated devel/ruby-getopt to 1.5.0 2019-05-06 05:24:23 +00:00
taca
0a91645ff4 devel/ruby-getopt: update to 1.5.0
== 1.5.0 - 25-Jan-2019
* Changed license to Apache-2.0.
2019-05-06 05:24:01 +00:00
taca
c568d2215f doc: Updated devel/ruby-curses to 1.3.1 2019-05-06 05:23:23 +00:00
taca
39846e8a72 devel/ruby-curses: update to 1.3.1
### 1.3.1 / 2019-04-21

Bug fixes:

* Check whether sizeof(WINDOW) is available to avoid build failures on macOS.
  Issue #48 reported by chdiza.

### 1.3.0 / 2019-04-16

New features:

* Add Curses::Form and Curses::Field.

Bug fixes:

* Fix TravisCI issues by amatsuda and znz.
* Fix typo in sample/menu.rb by binford2k.
* Ctrl-/ should return ^_ on Windows.
* Workaround for new Windows console.
  https://github.com/Bill-Gray/PDCurses/pull/108
2019-05-06 05:22:53 +00:00
taca
d0b8a70338 doc: Updated devel/ruby-concurrent-ruby to 1.1.5 2019-05-06 05:22:16 +00:00
taca
cb3b1c77de devel/ruby-concurrent-ruby: update to 1.1.5
## Release v1.1.5, edge v0.5.0 (10 mar 2019)

concurrent-ruby:

* fix potential leak of context on JRuby and Java 7

concurrent-ruby-edge:

* Add finalized Concurrent::Cancellation
* Add finalized Concurrent::Throttle
* Add finalized Concurrent::Promises::Channel
* Add new Concurrent::ErlangActor
2019-05-06 05:21:46 +00:00
taca
3b94cb5b1f doc: Updated devel/ruby-byebug to 11.0.1 2019-05-06 05:20:49 +00:00
taca
5e3e8f4d2d devel/ruby-byebug: update to 11.0.1
## [11.0.1] - 2019-03-18

### Fixed

* [#546](https://github.com/deivid-rodriguez/byebug/pull/546): `continue!` to ignore further `byebug` calls.
* [#545](https://github.com/deivid-rodriguez/byebug/pull/545): `skip` autolisting code for intermediate skipped breakpoints.
2019-05-06 05:20:26 +00:00
taca
38649cd453 doc: Updated devel/ruby-backports to 3.14.0 2019-05-06 05:19:48 +00:00
taca
9eb7f4b642 devel/ruby-backports: update to 3.14.0
== Version 3.14.0 - April 29th, 2019

  * Hash
    * +to_h+ (with block)

== Version 3.13.0 - April 5th, 2019

  * Hash
    * +merge+, +merge!+/+update+ (with multiple arguments)

== Version 3.12.0 - February 20th, 2019

* New Ruby version 2.6.0
  * Array
    * +difference+, +union+
    * +to_h+ (with block)
  * Enumerable
    * +chain+
    * +to_h+ (with block)
  * Enumerator::Chain (use Enumerable#chain)
  * Kernel
    * +then+

* Additional backports for 2.5.0:
  * String
    * +undump+
2019-05-06 05:19:26 +00:00
taca
824f57e6d0 doc: Updated devel/ruby2ruby to 2.4.2 2019-05-06 05:18:53 +00:00
taca
7677f83ede devel/ruby2ruby: update to 2.4.2
=== 2.4.0 / 2019-03-12

* 3 bug fixes:

  * Fixed sexp_body to return empty sexp instead of nil when using STRICT_SEXP.
  * STRICT_SEXP=4+ fails w/ current use of concat. Removed concat from strictness for now.
  * Use concat internally instead of splat. Some people have 20000 node sexps! (presidentbeef)
2019-05-06 05:18:22 +00:00
taca
058985c838 doc: Updated devel/hoe to 3.17.2 2019-05-06 05:17:39 +00:00
taca
ed8ce2e88a devel/hoe: update to 3.17.2
=== 3.17.2 / 2019-03-13

* 1 bug fix:

  * Fixed gem sign breakage caused by rubygems update. Tested against rubygems 3.0.2
2019-05-06 05:17:15 +00:00
taca
0b10771a08 doc: Updated databases/ruby-sqlite3 to 1.4. 2019-05-06 05:16:38 +00:00
taca
1cea8b76b3 databases/ruby-sqlite3: update to 1.4.1
Changes from commit log:

* Don't mandate dl functions for the extention build.
2019-05-06 05:16:04 +00:00
taca
bd2dfc1d99 doc: Updated databases/ruby-sequel to 5.20.0 2019-05-06 05:12:56 +00:00
taca
c1150e4545 databases/ruby-sequel: update to 5.20.0
=== 5.20.0 (2019-05-01)

* Fix reversing of alter_table add_foreign_key when :type option is used (jeremyevans) (#1615)

* Switch from using instance_exec to define_method for model associations and in some plugins (jeremyevans)

* Fix Database#server_version when using mysql2 adapter with mysql driver on MariaDB 10+ database (v-kolesnikov) (#1614)

* Make one_to_one setter method handle models that use joined datasets (jeremyevans) (#1612)

* Make auto_validations plugin work with the class_table_inheritance plugin (jeremyevans) (#1611)

* Avoid use of instance_exec for PlaceholderLiteralString#with_dataset (jeremyevans)

* Recognize float unsigned database types as float (keeguon, jeremyevans) (#1609)

* Support :savepoint options to Database#{after_commit,after_rollback} for making the hooks handle savepoints (jeremyevans)

* Avoid use of instance_exec in association_dependencies plugin (jeremyevans)

* Add pg_auto_constraint_validation_override to the pg_auto_constraint_validations plugin, for customizing columns and error message per constraint (jeremyevans)

* Make Database#check_constraints on PostgreSQL also include constraints where the related columns are not known (jeremyevans)
2019-05-06 05:12:28 +00:00
taca
b3c9822ac1 doc/TODO: update a few
+ clamav-0.100.3, clamav-0.101.2, postfix-3.4.5.
2019-05-06 05:11:24 +00:00
taca
ea73186cb2 doc: Updated databases/ruby-moneta to 1.1.1 2019-05-06 05:10:43 +00:00
taca
843f405759 databases/ruby-moneta: update to 1.1.1
pkgsrc change: add "USE_LANGUAGES= # none".

1.1.1

* Adapters::Sequel - use prepared statements
* Adapters::Sqlite - use upsert for increment where supported

1.1.0

* Adapters::ActiveRecord - rewrite to use Arel directly; support for Rails 5
* Moneta::Server - close all connections when stopping
* Moneta::Shared - recover from socket errors
* Transformer - add :urlsafe_base64; use this by default for keys with Couch
  adapter
* Adapters::MongoMoped - recover from failed increment
* Moneta::Pool - fix race condition in #pop (#144)
* Moneta::Client - raise EOFError if a read fails
* Moneta::Expires - use Rational objects to get much more accurate time
  resolution
* Moneta::Lock/Moneta::Pool - allow wrapped methods to call other wrapped
  methods
* Adapters::Sequel - add optimisations for MySQL, PostgreSQL and SQLite
* Adapters::Sequel - add Postgres+HStore backend
* Add Adapters::ActiveSupportCache
* Adapters::Sqlite - add :journal_mode option
* Add table creation options to Sequel and ActiveRecord adapters
* Adapters::ActiveRecord - support for forking (#159)
* Adapters::Cassandra - rewrite to use cassandra-driver gem (#81)
* Adapters::Couch - add a LRUHash to cache document revs
* Adapters::KyotoCabinet - implement atomic increment
* Add :each_key feature and implemented on many adapters; add
  Moneta::WeakEachKey (#143; see feature matrix)
* Add bulk read/write methods to the spec; added default implementation to
  Defaults and fast versions in many adapters (#116; see feature matrix)
* First class support for latest JRuby (#160)
* Minimum required MRI version is now 2.2.2 (#135)
2019-05-06 05:10:21 +00:00
taca
cd259f5b1c doc: Updated databases/ruby-activeldap to 5.2.4 2019-05-06 05:09:18 +00:00
taca
2af2f12b1c databases/ruby-activeldap: update to 5.2.4
pkgsrc change:  allow any Ruby on Rails in pkgsrc.

5.2.3: 2019-02-15

Improvements

* Changed to use add and delete for modify if it's needed.
  [GitHub#156][Patch by David Klotz]
* Added support for timezone with munites offset such as @0530@.
  [GitHub#160][GitHub#161][Patch by Neng Xu]
* Added support for Ruby 2.6.

Thanks

* David Klotz
* Neng Xu
2019-05-06 05:08:07 +00:00
tsutsui
a21cf27b4e doc: Updated emulators/PC6001VX to 3.1.3 2019-05-06 04:52:13 +00:00
tsutsui
45f08812cc PC6001VX: update to 3.1.3.
Upstream changes:

3.1.3 2019/5/5
* Improved virtual keyboard(simple) operability.
2019-05-06 04:51:55 +00:00
tsutsui
db2432e34c doc: Updated net/ruby-pluggaloid to 1.1.2 2019-05-06 04:36:39 +00:00
tsutsui
6bb9fae1fd ruby-pluggaloid: update to 1.1.2.
No upsatream changelog, but this should fix mikutter's issue #1328
(tutorial doesn't proceed after Twitter oauth is complete).
2019-05-06 04:36:17 +00:00
ryoon
e58fedbd09 Updated www/firefox to 66.0.4 2019-05-06 00:19:29 +00:00
ryoon
b088df4950 Update to 66.0.4
Changelog:
Fixed:
Repaired certificate chain to re-enable web extensions that had been disabled
2019-05-06 00:18:51 +00:00
rjs
3ca4343990 Fix compat symbol link warning. 2019-05-05 23:16:06 +00:00
ryoon
76d5de997e Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
ryoon
2709ef1f6d Updated devel/nss to 3.43nb2 2019-05-05 22:48:57 +00:00
ryoon
15d6429d7a Do not conflict with MD5_Update from OpenSSL
Like SHA1_Update, define another name, NSS_MD5_Update and
use via CPP macto.
This change fixes PDF export of misc/libreoffice.

And make pkglint happier.
2019-05-05 22:47:27 +00:00
wiedi
7ca913f065 predict: fix build on SunOS 2019-05-05 21:44:58 +00:00
nia
3cf4a5b37f lang/erlang: Add m4 to USE_TOOLS when erlang-hipe is enabled. 2019-05-05 21:09:11 +00:00
wiedi
8473c1856a forth-retro: fix build on SunOS 2019-05-05 20:27:12 +00:00
wiedi
dd5790d847 pngcrush: fix build on SunOS 2019-05-05 20:11:25 +00:00
rillig
629d9c85db doc/guide: fill in the MASTER_SITE variables automatically
Keeping these two lists in sync is not something that humans should do.
2019-05-05 18:36:05 +00:00
wiedi
c2e2522696 py-uwsgi: fix build on SunOS 2019-05-05 17:55:34 +00:00
leot
7e97e99cbb doc: Updated news/sfeed to 0.9.10 2019-05-05 17:46:51 +00:00
leot
49dceb289f sfeed: Update to 0.9.10
Changes:
0.9.10
------
 - Disable If-Modified-Since by default in sfeed_update
 - Misc bug fixes and improvements

0.9.9
-----
 - Add sfeed_atom to convert one or more feeds from TSV back to Atom
 - Rename fetchfeed() to feed() in sfeed_update
 - Add support for first <enclosure> as 8th field
 - Misc bug fixes and improvements
2019-05-05 17:46:36 +00:00