summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-02lang/clisp: fix build failure on macOSrillig3-5/+19
2019-11-02doc: Updated pkgtools/pkglint to 19.3.5rillig1-1/+2
2019-11-02pkgtools/pkglint: update to 19.3.5rillig18-118/+405
Changes since 19.3.4: Variable uses in parentheses (such as $(VAR) instead of ${VAR}) are treated the same. The ones in parentheses had less support before. Improved the checks for options.mk files, adding support for options that are defined using .for loops and those referring to other variables. Packages that set DISTFILES to an empty list no longer require a distinfo file. Patches whose filename contains the word CVE may patch more than one target file.
2019-11-02time: align variable assignmentsrillig40-126/+126
pkglint -Wall -F --only aligned -r No manual corrections.
2019-11-02mail: align variable assignmentsrillig112-510/+510
pkglint -Wall -F --only aligned -r No manual corrections.
2019-11-02math: align variable assignmentsrillig47-151/+151
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
2019-11-02finance: align variable assignmentsrillig9-41/+41
pkglint -Wall -F --only aligned -r No manual corrections.
2019-11-02databases/pgtclng: fix pkglint warningsrillig3-11/+10
2019-11-02databases: align variable assignmentsrillig115-429/+429
pkglint -Wall -F --only aligned -r No manual corrections.
2019-11-02sysutils/ansible: fix pkglint warnings and clean up Makefilerillig1-46/+34
2019-11-02doc: Updated math/ruby-spreadsheet to 1.2.5taca1-1/+2
2019-11-02math/ruby-spreadsheet: update to 1.2.5taca1-2/+2
Update math/ruby-spreadsheet to 1.2.5. ### 1.2.5 23.10.2019 Author: Jesús Manuel García Muñoz <jesus@bebanjo.com> Date: Wed Oct 23 20:26:01 2019 +0200 * Fixes unrecognized date format ### 1.2.4 24.05.2019 Author: Cyril Champier <cyril.champier@doctolib.com> Date: Fri May 24 12:56:52 2019 +0200 * correct ruby version check * can read frozen string io ### 1.2.3 12.03.2019 Author: taichi <taichi730@gmail.com> Date: Tue Mar 12 22:29:12 2019 +0900 * Remove workaround for ruby-ole gem ### 1.2.2 01.03.2019 Author: taichi <taichi730@gmail.com> Date: Fri Mar 1 13:00:28 2019 +0900 * fixed unit test errors caused by frozen-string-literal * removed ruby 2.3.8 with frozen-string-literal from CI regression (It seems that standard libraries for this version does not support the feature enough.) * enable '--enable-frozen-string-literal' option on CI test ### 1.2.1 28.2.2019 Author: taichi <taichi730@gmail.com> Date: Thu Feb 28 10:30:46 2019 +0900 * Merge pull request #231 from taichi-ishitani/separated_version_file * Merge pull request #230 from taichi-ishitani/frozen_string_literal_support
2019-11-02doc: Updated mail/ruby-mini_mime to 1.0.2taca1-1/+2
2019-11-02mail/ruby-mini_mime: update to 1.0.2taca1-2/+4
Update ruby-mini_mime to 1.0.2. pkgsr change: Add "USE_LANGUAGES= # none". 08-07-2019 - Version 1.0.2 - Update mime types from upstream
2019-11-02doc: Updated mail/ruby-mime-types to 3.3taca1-1/+2
2019-11-02mail/ruby-mime-types: update to 3.3taca2-7/+9
Update ruby-mime-types to 3.3. pkgsrc change: Add "USE_LANGUAGES= # none". ## 3.3 / 2019-09-04 * 1 minor enhancement * Jean Boussier reduced memory usage for Ruby versions 2.3 or higher by interning various string values in each type. This is done with a backwards-compatible call that _freezes_ the strings on older versions of Ruby. [#141][] * Administrivia: * Nicholas La Roux updated Travis build configurations. [#139][]
2019-11-02doc: Updated mail/ruby-mime-types-data to 3.2019.1009taca1-1/+2
2019-11-02mail/ruby-mime-types-data: update to 3.2019.1009taca2-7/+9
Update ruby-mime-types-data to 3.2019.1009. pkgsr change: Add "USE_LANGUAGES= # none". ## 3.2019.0331 / 2019-03-31 * Updated the IANA media registry entries as of release date. * Added support for `application/wasm` with extension `.wasm`. [#21][] * Fixed `application/ecmascript` extensions. [#20][]
2019-11-02doc: Updated audio/qsynth to 0.6.0nia1-1/+2
2019-11-02qsynth: Update to 0.6.0nia4-17/+18
Changes: Updated the old yet non-oficial CMake build option. Fix HiDPI display screen effective support (Qt >= 5.6). System-tray icon context menu has been refactored to be exactly the same as the main-window context menu that is re-instantiated on demand. Make sure compiler flags comply to c++11 as standard.
2019-11-02doc: Updated graphics/ruby-RMagick to 3.2.0taca1-1/+2
2019-11-02graphics/ruby-RMagick: reset PKGREVISIONtaca1-2/+1
Reset PKGREVISION with updating to 3.2.0.
2019-11-02graphics/ruby-RMagick: update to 3.2.0taca3-11/+24
Update to ruby-RMagick to 3.2.0, latest 3.2 release. ## RMagick 3.2.0 This is expected to be the final deprecation release before RMagick 4.0. We have added loads of deprecation warnings to clear the pathway for ImageMagick 7 support. Once you've fixed all of them you should be fine to upgrade to version 4.0 without any pain. There are a small handful of edge cases which we could not cleanly deprecate, though they should be extremely rare. These will be documented in the 4.0 release. Thanks to @dlemstra for the hard work making this release possible. The biggest change in moving towards RMagick 4.0 will be the fact that `opacity` is deprecated in favor of `alpha`. **NOTE: `opacity` is the opposite of `alpha`!!!** If you are currently passing opacity into methods, you will need to invert the value and use the new `alpha:` keyword argument. If you are passing an integer, `alpha = 255 - opacity`. An integer `opacity` of 0 is an `alpha` of 255. Also, **major kudos to @Watson1978** for enabling Ruby's memory management in (#697). This should go a long way towards improving RMagick's reputation for memory usage. Deprecations: (To be removed in RMagick 4.0) - `Info#group` (#578) (no replacement) - `Image#blur` (#579) (no replacement) - Renamed `AlphaChannelType` to `AlphaChannelOption` (#596) - Renamed `DistortImageMethod` to `DistortMethod` (#605) - Renamed `FilterTypes` to `FilterType` (#611) - Renamed `InterpolatePixelMethod` to `PixelInterpolateMethod` (#613) - Renamed `ImageLayerMethod` to `LayerMethod` (#618) - Deprecate the `opacity` property of the Pixel class. (use `alpha` instead) (#619) - Deprecate old enum names. (use IM7 names instead) (#627) - `StaticGravity` (use `CenterGravity` instead) (#638) - `Image#sync_profiles` (no replacement) (#640) - Deprecate old metric type values (use IM7 names instead) (#647) - Deprecate `ResetAlphaChannel` (no replacement) (#644) - Deprecate `FlattenAlphaChannel` (no replacement) (#645) - Deprecate `MatteChannel` (no replacement) (#646) - Deprecate `ConstantVirtualPixelMethod` (no replacement) (#649) - Deprecate `IntegerPixel` (no replacement) (#650) - Deprecate `Image.combine` (use `ImageList#combine` instead) (#690) - Deprecate `Image#opacity` (use `Image#alpha` instead) (#669) - Deprecate unnamed argument for opacity in `Image#transparent` (use keyword `alpha:` instead) (#695) - Deprecate unnamed argument for opacity in `Image#black_threshold` and `Image#white_threshold.` (use keyword `alpha:` instead) (#709) - Deprecate unnamed argument for opacity in `Image#matte_flood_fill` (use keyword `alpha:` instead) (#711) - Deprecate unnamed argument for opacity in `Image#paint_transparent` (use keyword `alpha:` instead) (#717) - Deprecate unnamed argument for opacity in `Image#transparent_chroma.` (use keyword `alpha:` instead) (#722) - Deprecate `Draw#matte` (use `Draw#alpha` instead) (#724) Enhancements: - Many internal adjustments to prepare for ImageMagick 7 support. - Added alpha property to the pixel class. (#617) - Add combine to the ImageList class. (#589) - Add new alpha constants (#651) - Add `Image#mask=` (#660) - Add `Draw#alpha` to replace `Draw#matte` (#726) - Add Draw#image (#720) - Add ArchLinux support (#727) Bug Fixes: - Fix `Font#to_s` to not raise error (#569) - Fix a SEGV in `Image#reduce_noise` (#576) - Fix infinite loop in `Image#compose` (#587) - Fix enumeration memory leaks (#592) (#594) (#606) (#610) (#626) - Don't allow `Image#class_type` to be set to undefined (#599) - Fixed setting the name of the clip path. (#608) - Fix memory leak in `Info#view=` (#642) - Fix memory leak in `Image.constitute` (#665) - Raise error on invalid arguments in `Draw#bezier` (#674) - Fix memory leak in `Image#sparse_color` (#683) - Prevent negative values for `Image#convolve` (#679) - Several cleanups and fixes in the examples - Raise error on invalid arguments in `Draw#color` (#691) - Raise error on invalid arguments in `Draw#opacity` (#692) - Raise error on invalid arguments in `Draw#fill_opacity` (#693) - Raise error on invalid arguments in `Draw#stroke_opacity` (#694) - Raise error on invalid arguments in `Draw#font_weight` (#696) - Raise error on invalid arguments in `Draw#pattern` (#702) - Raise error on invalid arguments in `Draw#point` (#703) - Raise error on invalid arguments in `Draw#font_size` (#704) - Raise error on invalid arguments in `Draw#polygon` (#705) - Raise error on invalid arguments in `Draw#polyline` (#706) - Raise error on invalid arguments in `Draw#rotate` (#707) - Raise error on invalid arguments in `Draw#scale` (#708) - Raise error on invalid arguments in `Draw#stroke_dashoffset` (#710) - Raise error on invalid arguments in `Draw#translate` (#713) - Raise error on invalid arguments in `Draw#text` (#714) - Raise error on invalid arguments in `Draw#stroke` (#715) - Raise error on invalid arguments in `Draw#matte` (#716) - Raise error on invalid arguments in `Draw#skewx`, `Draw#skewy` (#719) - Fix `Image#thumbnail` to keep image aspect ratio like ImageMagick (#718) - Fix bug where `ImageList#montage` doesn't apply `border_color` & `matte_color` (#601) - Fix stack-buffer-overflow in `Draw#annotate` (#725) - Enable managed memory feature (#697) Code Quality: - Many tests written - Several fixes to reduce compiler warnings.
2019-11-02doc: Updated games/bastet to 0.43.2nia1-1/+2
2019-11-02bastet: Update to 0.43.2nia3-44/+16
Changes: Minor fixes (appstream file, reset level on new game, OSX compilation error).
2019-11-02doc: Updated devel/ruby-test-unit to 3.3.4taca1-1/+2
2019-11-02Updated time/p5-DateTime-Format-Flexible to 0.32mef1-1/+3
Updated time/p5-Data-ICal to 0.23
2019-11-02devel/ruby-test-unit: update to 3.3.4taca2-7/+7
Update ruby-test-unit to 3.3.4. ## 3.3.4 - 2019-09-30 {#version-3-3-4} ### Improvements * Converted markup format to Markdown from RDoc. [GitHub#164][Patch by OGAWA KenIchi] * test: Stopped to depend on `Time#inspect` format. [GitHub#165][Reported by Benoit Daloze] ### Thanks * OGAWA KenIchi * Benoit Daloze ## 3.3.3 - 2019-05-10 {#version-3-3-3} ### Fixed * Fixed a bug that priority mode with test case name that uses special characters such as `?` can't be used on Windows.
2019-11-02(time/p5-Data-ICal) Updated to 0.23mef2-11/+10
0.23 2019-08-14 - Rewrite property folding to be faster (and clearer)(thanks to Calvin Morrison) - Linewrap tests: add a stronger assertion about expectation(thanks to Ricardo Signes) Note that as the folding code is rewritten, there is a tiny behavior change: Long folded strings will always contain CRLF at the end no matter if original strings have that or not(they should have according to RFC). Please report if this is an issue to you.
2019-11-02doc: Updated devel/ruby-simplecov to 0.17.1taca1-1/+2
2019-11-02devel/ruby-simplecov: update to 0.17.1taca3-8/+9
Update ruby-simplecov to 0.17.1. 0.17.1 (2019-09-16) =================== Bugfix release for problems with ParallelTests. ## Bugfixes * Avoid hanging with parallel_tests. See [#746](https://github.com/colszowka/simplecov/pull/746) (thanks [@annaswims](https://github.com/annaswims)) 0.17.0 (2019-07-02) =================== Maintenance release with nice convenience features and important bugfixes. Notably this **will be the last release to support ruby versions that have reached their end of life**. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.1+. Older versions might still work but no guarantees. ## Enhancements * Per default filter hidden files and folders. See [#721](https://github.com/colszowka/simplecov/pull/721) (thanks [Renuo AG](https://www.renuo.ch)) * Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See [#688](https://github.com/colszowka/simplecov/pull/688) (thanks [@daemonsy](https://github.com/daemonsy)) ## Bugfixes * Avoid a premature failure exit code when setting `minimum_coverage` in combination with using [parallel_tests](https://github.com/grosser/parallel_tests). See [#706](https://github.com/colszowka/simplecov/pull/706) (thanks [@f1sherman](https://github.com/f1sherman)) * Project roots with special characters no longer cause crashes. See [#717](https://github.com/colszowka/simplecov/pull/717) (thanks [@deivid-rodriguez](https://github.com/deivid-rodriguez)) * Avoid continously overriding test results with manual `ResultMergere.store_results` usage. See [#674](https://github.com/colszowka/simplecov/pull/674) (thanks [@tomeon](https://github.com/tomeon))
2019-11-02doc: Updated devel/ruby-sexp-processor to 4.13.0taca1-1/+2
2019-11-02devel/ruby-sexp-processor: update to 4.13.0taca3-8/+9
Update ruby-sexp-processor to 4.13.0. === 4.13.0 / 2019-09-24 * 4 minor enhancements: * Added Sexp.q (query) and deprecated Sexp.s to distinguish better and match inspect output. * Extended Sexp::Matcher::Parser to allow `not?` patterns. * Extended Sexp::Matcher::Parser to cover more method names. * Split out all pattern-oriented code to sexp_matcher.rb. * 1 bug fix: * Fixed bug w/ ruby's Array#eql? and #hash not looking at ivars. === 4.12.1 / 2019-06-03 * 1 minor enhancement: * Sexp#line now raises if setting w/ non-integer (eg nil). * 3 bug fixes: * Fixed pt_testcase.rb for block args w/ trailing commas. * Fixed pt_testcase.rb for stabby proc sexps. * Simple fixes for STRICT_SEXP=1.
2019-11-02xournalpp: Add smooth curves and device manager patches, from wip/xournalpp-gitnia4-3/+68
2019-11-02doc: note update of ruby-rspec packages to 3.9.0taca1-1/+7
devel/ruby-rspec-support devel/ruby-rspec-core devel/ruby-rspec-expectations devel/ruby-rspec-mocks devel/ruby-rspec devel/ruby-rspec-rails
2019-11-02cantor: force python2. doesn't build with python 3.7.maya1-3/+5
appease pkglint
2019-11-02devel/ruby-rspec-rails: update to 3.9.0taca3-13/+21
Update ruby-rspec-rails to 3.9.0. pkgsr change: Add "USE_LANGUAGES= # none". ### 3.9.0 / 2019-10-08 [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.2...v3.9.0) Enhancements * Use `__dir__` instead of `__FILE__` in generated `rails_helper.rb` where supported. (OKURA Masafumi, #2048) * Add `have_enqueued` matcher as a "super" matcher to the `ActiveJob` matchers making it easier to match on `ActiveJob` delivered emails. (Joel Lubrano, #2047) * Add generator for system specs on Rails 5.1 and above. (Andrzej Sliwa, #1933) * Add generator for generator specs. (@ConSou, #2085) * Add option to generate routes when generating controller specs. (David Revelo, #2134) Bug Fixes: * Make the `ActiveJob` matchers fail when multiple jobs are queued for negated matches. e.g. `expect { job; job; }.to_not have_enqueued_job. (Emric Istanful, #2069)
2019-11-02devel/ruby-rspec: Add USE_LANGUAGEStaca1-1/+3
Add "USE_LANGUAGES= # none".
2019-11-02(time/p5-DateTime-Format-Flexible) Updated to 0.32mef2-11/+10
0.32 Sat Sep 14 2019 - add support for offset timezones without a space separator and formatted HH:MM '2019-09-03T10:42:00.000-04:00' - thanks Stijn Heymans - allow negative timezone offsets in 2 and 4 digit lengths with and without spaces - now works: 2007-05-06T04:44:44-0800 - now works: 2007-05-06T04:44:44-08 - now works: 2007-05-06T04:44:44 -08 - validate all timezone offsets
2019-11-02devel/ruby-rspec: update to 3.9.0taca2-10/+10
Update ruby-rspec to 3.9.0. This is meta rubygems and no changes here.
2019-11-02doc: Added games/sdlpop version 1.20nia1-1/+2
2019-11-02devel/ruby-rspec-mocks: update to 3.9.0taca2-8/+8
Update ruby-rspec-mocks to 3.9.0. pkgsr change: Add "USE_LANGUAGES= # none". ### 3.9.0 / 2019-10-07 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.2...v3.9.0) Enhancements: * Improve thread safety of message expectations by using Mutex to prevent deadlocking errors. (Ry Biesemeyer, #1236) * Add the ability to use `time` as an alias for `times`. For example: `expect(Class).to receive(:method).exactly(1).time`. (Pistos, Benoit Tigeot, #1271) ### 3.8.2 / 2019-10-02 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.1...v3.8.2) * Allow `array_including` argument matchers to be nested. (Emmanuel Delmas, #1291) ### 3.8.1 / 2019-06-13 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.8.0...v3.8.1) Bug Fixes: * Ensure stubbing methods does not change their visibility. (Kevin Boschert, #1277)
2019-11-02Add games/sdlpop. Based on work by Yorick Hardy in pkgsrc-wip.nia9-1/+1194
An open-source port of Prince of Persia, based on the disassembly of the DOS version.
2019-11-02devel/ruby-rspec-expectations: update to 3.9.0taca2-8/+8
Update ruby-rspec-expectations to 3.9.0. pkgsr change: Add "USE_LANGUAGES= # none". ### 3.9.0 / 2019-10-02 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.5...v3.9.0) Enhancements: * The `respond_to` matcher now uses the signature from `initialize` to validate checks for `new` (unless `new` is non standard). (Jon Rowe, #1072) * Generated descriptions for matchers now use `is expected to` rather than `should` in line with our preferred DSL. (Pete Johns, #1080, rspec/rspec-core#2572) * Add the ability to re-raise expectation errors when matching with `match_when_negated` blocks. (Jon Rowe, #1130) * Add a warning when an empty diff is produce due to identical inspect output. (Benoit Tigeot, #1126) ### 3.8.6 / 2019-10-07 Bug Fixes: * Revert #1125 due to the change being incompatible with our semantic versioning policy. ### 3.8.5 / 2019-10-02 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.4...v3.8.5) Bug Fixes: * Prevent unsupported implicit block expectation syntax from being used. (Phil Pirozhkov, #1125) ### 3.8.4 / 2019-06-10 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.3...v3.8.4) Bug Fixes: * Prevent false negatives when checking objects for the methods required to run the the `be_an_instance_of` and `be_kind_of` matchers. (Nazar Matus, #1112)
2019-11-02devel/ruby-rspec-core: update to 3.9.0taca3-9/+13
Update ruby-rspec-core to 3.9.0. pkgsr change: Add "USE_LANGUAGES= # none". ### 3.9.0 / 2019-10-07 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.2...v3.9.0) Enhancements: * Improve the handling of errors during loading support files, if a file errors before loading specs, RSpec will now skip loading the specs. (David Rodríguez, #2568) * Add support for --example-matches to run examples by regular expression. (Sam Joseph, Matt Rider, @okothkongo1, #2586) * Add `did_you_mean` suggestions for file names encountering a `LoadError` outside of examples. (@obromios, #2601) * Add a minimalist quick fix style formatter, only outputs failures as `file:line:message`. (Romain Tartière, #2614) * Convert string number values to integer when used for `RSpec::Configuration#fail_fast` (Viktor Fonic, #2634) * Issue warning when invalid values are used for `RSpec::Configuration#fail_fast` (Viktor Fonic, #2634) * Add support for running the Rake task in a clean environment. (Jon Rowe, #2632) * Indent messages by there example group / example in the documentation formatter. (Samuel Williams, #2649) ### 3.8.2 / 2019-06-29 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.1...v3.8.2) Bug Fixes: * Fix `config.define_derived_metadata` so that cascades are not triggered until metadata has been assigned to the example or example group (Myron Marston, #2635). ### 3.8.1 / 2019-06-13 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1) Bug Fixes: * Handle RSpec description(s) with japanese chars in CP932 encoded files. (Benoit Tigeot, #2575) * When defining `let` methods that overwrite an existing method, prevent a warning being issued by removing the old definition. (Jon Rowe, #2593) * Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582) * Fix `config.define_derived_metadata` so that it supports cascades. (Myron Marston, #2630).
2019-11-02devel/ruby-rspec-support: update to 3.9.0taca2-7/+9
### 3.9.0 / 2019-10-07 *NO CHANGES* Version 3.9.0 was released to allow other RSpec gems to release 3.9.0.
2019-11-02doc: Updated devel/hoe to 3.19.0taca1-1/+2
2019-11-02devel/hoe: update to 3.19.0taca2-7/+7
Update hoe to 3.19.0. === 3.19.0 / 2019-10-29 * 4 minor enhancements: * Added deprecation to parse_urls for ancient url array form. * Added support for gemspec metadata. (viraptor) * Hoe#parse_urls now returns a hash no matter what * Removed looong deprecated Hoe#url/url= methods. * 1 bug fix: * Fixed sow for ruby 2.6 deprecations in ERB. (felipec)
2019-11-02doc: Updated databases/ruby-sequel to 5.26.0taca1-1/+2
2019-11-02databases/ruby-sequel: update to 5.26.0taca3-8/+9
Update ruby-sequel to 5.26.0. === 5.26.0 (2019-11-01) * Recognize two additional foreign key constraint violation codes on MySQL 8.0.13+ (rianmcguire) (#1657) * Support table aliases for single-table INSERT statements on PostgreSQL 9.5+ (jeremyevans) (#1656) * Implement Sequel::Postgres::PGRange#hash so instances work correctly in hashes (jeremyevans) (#1648) * Make dirty plugin work correctly with typecast_on_load plugin (jeremyevans) (#1647) * Add support for :require_modification option when setting up nested_attributes (jeremyevans) * Add support for SQL/JSON path expressions to the pg_json_ops extension, supported by PostgreSQL 12+ (jeremyevans)