Commit graph

313829 commits

Author SHA1 Message Date
taca
9ffa64951e www/ruby-sawyer: update to 0.8.2
Update ruby-sawyer to 0.8.2.

pkgsrc change: add "USE_LANGAUGES=	# none".

No release notes available, but it relax version dependency.
For more information, please refer: <https://github.com/lostisland/sawyer/compare/v0.8.1...v0.8.2>.
2020-03-21 17:16:35 +00:00
taca
3cbcf2ba21 doc: Updated www/ruby-faraday to 0.17.3 2020-03-21 17:07:43 +00:00
taca
e300f65d37 www/ruby-faraday: update to 0.17.3
Update ruby-faraday to 0.17.3.  This is not latest version of faraday but
www/ruby-faraday_middleware require prior to 1.0.


## v0.17.3

Fixes:

* Reverts changes in error classes hierarchy. #1092 (@iMacTia)
* Fix Ruby 1.9 syntax errors and improve Error class testing #1094 (@BanzaiMan,
  @mrexox, @technoweenie)

Misc:

* Stops using `&Proc.new` for block forwarding. #1083 (@olleolleolle)
* Update CI to test against ruby 2.0-2.7 #1087, #1099 (@iMacTia, @olleolleolle,
  @technoweenie)
* require FARADAY_DEPRECATE=warn to show Faraday v1.0 deprecation warnings
  #1098 (@technoweenie)

## v0.17.1

Final release before Faraday v1.0, with important fixes for Ruby 2.7.

Fixes:

* RaiseError response middleware raises exception if HTTP client returns a nil
  status. (#1042)

Misc:

* Fix Ruby 2.7 warnings (#1009)
* Add `Faraday::Deprecate` to warn about upcoming v1.0 changes. (#1054, #1059,
    #1076, #1077)
* Add release notes up to current in CHANGELOG.md (#1066)
* Port minimal rspec suite from main branch to run backported tests. (#1058)

## v0.17.0

This release is the same as v0.15.4. It was pushed to cover up releases
v0.16.0-v0.16.2.

## v0.15.4

* Expose `pool_size` as a option for the NetHttpPersistent adapter (#834)
2020-03-21 17:07:23 +00:00
taca
7d71a0de4e doc: Updated www/ruby-http-form_data to 2.3.0 2020-03-21 17:04:06 +00:00
taca
05c53309b1 www/ruby-http-form_data: update to 2.3.0
Update ruby-http-form_data to 2.3.0.

pkgsrc change: add "USE_LANGAUGES=	# none".


## 2.3.0 (2020-03-08)

* [#29](https://github.com/httprb/form_data/pull/29)
  Enhance HTTP::FormData::Urlencoded with per-instance encoder.
  [@summera][]


## 2.2.0 (2020-01-09)

* [#28](https://github.com/httprb/form_data/pull/28)
  Ruby 2.7 compatibility.
  [@janko][]
2020-03-21 17:03:44 +00:00
gutteridge
e1ea899681 doc: Updated textproc/py-ICU to 2.4.3nb1 2020-03-21 17:03:43 +00:00
gutteridge
75a6812012 py-ICU: get it to build on NetBSD
There's more than one way to address the home-brewed build configuration
in use. For now, play along and add NetBSD to all the places that want
OS-specific entries. (Another way would be to populate all the
environment variables setup.py uses for alternate configuration sourcing
via the pkgsrc make file. Then we wouldn't have to patch setup.py at all.)

While here, also add TEST_DEPENDS entries.
2020-03-21 17:02:14 +00:00
taca
7aa06d07d0 doc: Updated www/ruby-loofah to 2.4.0 2020-03-21 17:01:39 +00:00
taca
1c8b89ee9c www/ruby-loofah: update to 2.4.0
Update ruby-loofah to 2.4.0.


## 2.4.0 / 2019-11-25

### Features

* Allow CSS property `max-width` [#175] (Thanks, @bchaney!)
* Allow CSS sizes expressed in `rem` [#176, #177]
* Add `frozen_string_literal: true` magic comment to all `lib` files. [#118]
2020-03-21 17:01:18 +00:00
taca
ea8bd05d4f doc: Updated www/ruby-liquid to 4.0.3 2020-03-21 17:00:29 +00:00
taca
f1099c1732 www/ruby-liquid: update to 4.0.3
Update ruby-liquid to 4.0.3.

pkgsrc change: add "USE_LANGUAGES=	# none".


## 4.0.3 / 2019-03-12

### Fixed
* Fix break and continue tags inside included templates in loops (#1072) [Justin Li]

## 4.0.2 / 2019-03-08

### Changed
* Add `where` filter (#1026) [Samuel Doiron]
* Add `ParseTreeVisitor` to iterate the Liquid AST (#1025) [Stephen Paul Weber]
* Improve `strip_html` performance (#1032) [printercu]

### Fixed
* Add error checking for invalid combinations of inputs to sort, sort_natural, where, uniq, map, compact filters (#1059) [Garland Zhang]
* Validate the character encoding in url_decode (#1070) [Clayton Smith]

## 4.0.1 / 2018-10-09

### Changed
* Add benchmark group in Gemfile (#855) [Jerry Liu]
* Allow benchmarks to benchmark render by itself (#851) [Jerry Liu]
* Avoid calling `line_number` on String node when rescuing a render error. (#860) [Dylan Thacker-Smith]
* Avoid duck typing to detect whether to call render on a node. [Dylan Thacker-Smith]
* Clarify spelling of `reversed` on `for` block tag (#843) [Mark Crossfield]
* Replace recursion with loop to avoid potential stack overflow from malicious input (#891, #892) [Dylan Thacker-Smith]
* Limit block tag nesting to 100 (#894) [Dylan Thacker-Smith]
* Replace `assert_equal nil` with `assert_nil` (#895) [Dylan Thacker-Smith]
* Remove Spy Gem (#896) [Dylan Thacker-Smith]
* Add `collection_name` and `variable_name` reader to `For` block (#909)
* Symbols render as strings (#920) [Justin Li]
* Remove default value from Hash objects (#932) [Maxime Bedard]
* Remove one level of nesting (#944) [Dylan Thacker-Smith]
* Update Rubocop version (#952) [Justin Li]
* Add `at_least` and `at_most` filters (#954, #958) [Nithin Bekal]
* Add a regression test for a liquid-c trim mode bug (#972) [Dylan Thacker-Smith]
* Use https rather than git protocol to fetch liquid-c [Dylan Thacker-Smith]
* Add tests against Ruby 2.4 (#963) and 2.5 (#981)
* Replace RegExp literals with constants (#988) [Ashwin Maroli]
* Replace unnecessary `#each_with_index` with `#each` (#992) [Ashwin Maroli]
* Improve the unexpected end delimiter message for block tags. (#1003) [Dylan Thacker-Smith]
* Refactor and optimize rendering (#1005) [Christopher Aue]
* Add installation instruction (#1006) [Ben Gift]
* Remove Circle CI (#1010)
* Rename deprecated `BigDecimal.new` to `BigDecimal` (#1024) [Koichi ITO]
* Rename deprecated Rubocop name (#1027) [Justin Li]

### Fixed
* Handle `join` filter on non String joiners (#857) [Richard Monette]
* Fix duplicate inclusion condition logic error of `Liquid::Strainer.add_filter` method (#861)
* Fix `escape`, `url_encode`, `url_decode` not handling non-string values (#898) [Thierry Joyal]
* Fix raise when variable is defined but nil when using `strict_variables` [Pascal Betz]
* Fix `sort` and `sort_natural` to handle arrays with nils (#930) [Eric Chan]
2020-03-21 16:59:54 +00:00
taca
5b4672a57d doc: Updated www/ruby-multipart-post to 2.1.1 2020-03-21 16:58:33 +00:00
taca
5b0addae90 www/ruby-multipart-post: update to 2.1.1
Update ruby-multipart-post to 2.1.1.

No release notes available.

Please refer: <https://github.com/socketry/multipart-post/compare/v2.0.0...v2.1.1>.
2020-03-21 16:58:04 +00:00
bsiegert
f5efefe062 Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
taca
be3c5752c7 doc: Updated www/ruby-mustermann to 1.1.1 2020-03-21 16:52:21 +00:00
taca
a88e891b6c www/ruby-mustermann: update to 1.1.1
Update ruby-mustermann to 1.1.1.


Mustermann 1.1.1 (2020-01-04)

* Make sure that requireing ruby2_keywords when needed. Fixes #102 @Annih

Mustermann 1.1.0 (2019-12-30)

* Proper handling of Mustermann::ExpandError. Fixes #88 @namusyaka

* Support Ruby 3 keyword arguments. @mame

  o At the same time, we dropped a support that accepts options
    followed by mappings on Mustermann::Mapper. Reference commit

* Improve documentation and development. @horaciob, @epistrephein,
  @jbampton, @jkowens, @junaruga
2020-03-21 16:51:38 +00:00
bsiegert
0f4493fe5a doc: Updated lang/go113 to 1.13.9 2020-03-21 16:51:37 +00:00
bsiegert
b3983183e2 Update go113 to 1.13.9.
This release includes fixes to the go command, tools, the runtime,
the toolchain, and to the crypto/cypher package.

View the release notes for more information:
    https://golang.org/doc/devel/release.html#go1.13.minor
2020-03-21 16:51:10 +00:00
taca
e92d804c72 www/ruby-rouge: add USE_LANGUAGES
Add "USE_LANGUAGES=	# none".
2020-03-21 16:48:18 +00:00
rillig
87da552718 graphics/freeimage: add patch for char subscript in array 2020-03-21 16:41:41 +00:00
taca
fcc7712cd7 www/ruby-jquery-rails: relax rails version
Relax restriction to versions of Ruby on Rails.
2020-03-21 16:40:37 +00:00
taca
2dfa36801d doc: Removed www/ruby-rack14 2020-03-21 16:30:57 +00:00
taca
8824dc22c1 www/ruby-rack14: remove package
Remove ruby-rack14 package since no other package refer this older
version.
2020-03-21 16:30:39 +00:00
taca
e764dae896 www/Makefile: delete ruby-rack14 2020-03-21 16:29:42 +00:00
taca
aaedf73775 doc: Removed www/ruby-rack-ssl 2020-03-21 16:27:15 +00:00
taca
1b251c3a69 www/ruby-rack-ssl: remove package
Remove ruby-rack-ssl package.  It was only kept for www/actionpack42.
2020-03-21 16:26:55 +00:00
taca
cbfc9911f5 www/Makefile: delete ruby-rack-ssl 2020-03-21 16:26:10 +00:00
taca
84d8c66380 doc: Removed www/ruby-rack-test06 2020-03-21 16:23:55 +00:00
taca
5e8b63e827 www/ruby-rack-test06: remove package
Remove ruby-rack-test06 package.  It was kept only for
www/ruby-actionpack42.
2020-03-21 16:23:30 +00:00
taca
01f3948724 www/Makefile: delete ruby-rack-test06 2020-03-21 16:21:30 +00:00
taca
d486e05533 doc: Removed time/ruby-tzinfo03 2020-03-21 16:17:00 +00:00
taca
bb9f4a6ecc time/ruby-tzinfo03: remove package
Remove ruby-tzinfo03 package.  It was kept for old Ruby on Rails 3.2
related pacakges.
2020-03-21 16:16:42 +00:00
taca
21b69a36a7 time/Makefile: delete ruby-tzinfo03 2020-03-21 16:15:09 +00:00
taca
9df541ba4b doc: Removed databases/ruby-arel60 2020-03-21 16:13:54 +00:00
taca
bd650e3592 databases/ruby-arel60: remove pacakge
Remove ruby-arel60 package.

This package was kept only for databases/ruby-activerecord42.
2020-03-21 16:13:34 +00:00
taca
bd66b98d18 databases/Makefile: delete ruby-arel60 2020-03-21 16:11:30 +00:00
taca
080e4b1044 doc: Updated www/ruby-coffee-rails to 5.0.0 2020-03-21 16:09:36 +00:00
taca
a26d1ad817 www/ruby-coffee-rails: update to 5.0.0
Update ruby-coffee-rails to 5.0.0.


## 5.0.0 (Apr 23, 2019) ##

* Remove support to Rails < 5.2.
* Support Rails 6.
2020-03-21 16:09:02 +00:00
rin
129535308b Fix build for ILP32 powerpc, which doesn't have 128-bit-length data types. 2020-03-21 16:08:34 +00:00
taca
5417d0cd83 doc: Added www/ruby-coffee-rails4 version 4.2.2 2020-03-21 16:05:21 +00:00
taca
2b9800b884 www/Makefile: add and enable ruby-coffee-rails4 2020-03-21 16:05:04 +00:00
taca
0debe09afa www/ruby-coffee-rails4: add package version 4.2.2
Add ruby-coffee-rails4 package, this is the same current version of
www/ruby-coffee-rails for rails 5.1.
2020-03-21 16:04:15 +00:00
taca
677a685c2d doc: remove Ruby on Rails 4.2 related packages
www/ruby-rails42
	devel/ruby-railties42
	mail/ruby-actionmailer42
	databases/ruby-activerecord42
	www/ruby-actionpack42
	www/ruby-actionview42
	devel/ruby-activemodel42
	devel/ruby-activejob42
	www/ruby-rails-deprecated_sanitizer
	textproc/ruby-rails-dom-testing1
	devel/ruby-activesupport42
2020-03-21 16:00:56 +00:00
taca
814d32dc37 lang/ruby: drop support for Ruby on Rails 4.2
Drop support for Ruby on Rails 4.2 packages.
2020-03-21 15:59:01 +00:00
rillig
8e0d89dcd9 wm/fluxbox: remove unknown configure options 2020-03-21 15:58:49 +00:00
taca
451108389d www/ruby-coffee-rails: drop support for rails42
Drop support for Ruby on Rails 42.
2020-03-21 15:55:32 +00:00
taca
ecacd565f3 devel/ruby-activesupport42: remove package
Remove ruby-activesupport42 package, a part of Ruby on Rails 4.2 package.
2020-03-21 15:54:27 +00:00
rillig
881b20935c x11/fox: remove unknown configure option --with-shm
There would have been --with-xshm, but since the package builds fine this
way, don't change any behavior.
2020-03-21 15:54:22 +00:00
taca
f23be6a401 textproc/ruby-rails-dom-testing1: remove package
Remove ruby-rails-dom-testing1.  This package is only required for
Ruby on Rails 4.2 related packages.
2020-03-21 15:53:40 +00:00
taca
812c3feb6f textproc/Makefile: delete ruby-rails-dom-testing1 2020-03-21 15:49:24 +00:00