Commit graph

330943 commits

Author SHA1 Message Date
taca
2adeae01a6 devel/ruby-curses: update to 1.4.0
### 1.4.0 / 2020-12-10

New features:

* Remove fat binary support for newer versions of Ruby
2021-01-10 14:42:32 +00:00
taca
1b8ca4d628 doc: Updated devel/ruby-celluloid to 0.18.0 2021-01-10 14:39:47 +00:00
taca
bd90085814 devel/ruby-celluloid: update to 0.18.0
0.18.0 (2020-12-05)

#804 Remove deprecation warnings

#802 Remove lattice link itself.

#797 Update Ruby versions in CI script

#801 Associate Open Collective sponsorship option

#800 Streamline README

#799 Update links, add diagram preview.

#796 Create Class Diagram in Draw.io

#798 Pertinent Newsflash

#792 CI: 2.5.5, 2.6.2

#788 Travis: Include Ruby 2.5, 2.6

#787 Travis config: drop old configuration sudo: false

#786 Travis: use jruby-9.2.5.0

#783 v0.18.0.pre2

#782 Merge 'celluloid-supervision' back into the tree

#781 .gitmodules: No longer used

#780 README.md: Link to unmaintained issue

#778 README.md: Add "maintained: no! (as of 2016)" badge

#777 gemspec: Metadata with supported links

#776 Travis: use jruby-9.2.0.0

#775 Travis: jruby-9.1.17.0

#769 Travis: jruby-9.1.15.0

#768 Travis: use latest JRuby

#767 CHANGES: Add GitHub compare link on each heading

#766 Fix celluloid/celluloid#758

#765 Travis: jruby-9.1.13.0

#761 Travis: jruby-9.1.12.0

#760 Travis: jruby-9.1.10.0

#759 Travis: jruby-9.1.9.0

#757 parameterize error message so old and new Rubies match text

#756 Travis: latest stable rubies

#754 README: Fix badge rendering in Markdown

#753 Travis: use jruby-9.1.8.0

#752 Misspellings

#749 Return false from Celluloid.running? if Celluloid.boot hasn't been called

#751 Travis: Use JRuby 9.1.7.0

#740 Global variables: stop the bleeding

#739 Remove hacks around old MRIs, JRuby, and rbx

#738 Update to RuboCop 0.45.0 (with new rubocop.yml policy)

#737 Simplify dependencies: merge 'essentials' and 'culture' repos

#736 Remove $CELLULOID_BACKPORTED and $CELLULOID_MANAGED

#735 Require Ruby 2.2.6+

#729 Remove mysterious Fiber.yield

#721 Instruction for cloning Celluloid via github

#715 fix error response reference in Future#cancel

#712 Add RBX-3 to the build

#711 Added bundler cache

#709 Fix autostart. Fixes https://github.com/celluloid/celluloid/issues/698

#705 Adding method source code path to backtrace
2021-01-10 14:39:23 +00:00
taca
afb78be494 doc: Updated devel/ruby-backports to 3.20.1 2021-01-10 14:31:49 +00:00
taca
2b26124886 devel/ruby-backports: update to 3.20.1
## [3.20.1](https://github.com/marcandre/backports/compare/v3.20.0...v3.20.1) - 2021-01-03

### Fixed

* Added `Ractor.[]` and `[]=` [#161]
* `Ractor.current` fixed from threads [#161]

## [3.20.0](https://github.com/marcandre/backports/compare/v3.19.0...v3.20.0) - 2020-12-30

### Added

Ractor backport (all methods)

## [3.19.0](https://github.com/marcandre/backports/compare/v3.19.0...v3.18.2) - 2020-12-28

### Added

* Ruby 3.0 backports

  * Env
    * `except`

  * Hash
    * `except`
    * `transform_keys`, `transform_keys!` (with hash argument)

  * Symbol
    * `name`

* Ruby 2.3 backports

  * Queue
    * `close`, `closed?` (affects `push`, `pop` and aliases)
2021-01-10 14:31:30 +00:00
taca
2e6b190f0e doc: Updated databases/ruby-sequel to 5.40.0 2021-01-10 14:29:07 +00:00
taca
c945da4897 databases/ruby-sequel: update to 5.40.0
=== 5.40.0 (2021-01-01)

* Support UPDATE FROM syntax in SQLite 3.33.0+ (jeremyevans)

* Have pg_interval extension work with ActiveSupport 6.1 (jeremyevans)

* Have date_arithmetic extension work with ActiveSupport 6.1 (jeremyevans)

* Avoid method redefinition warnings in verbose warning mode (jeremyevans)

=== 5.39.0 (2020-12-01)

* Support :clustered option for primary key and unique constraints on Microsoft SQL Server (jeremyevans)

* Do not modify the size of binary columns when using set_column_allow_null on Microsoft SQL Server (jeremyevans) (#1736)

* Add a fork safety guide with more detail on how to use Sequel with libraries that fork (janko) (#1733)

* Make the roots_dataset method in the tree plugin work with queries using joins (jeremyevans) (#1731)

* Make Database#tables return partitioned tables on PostgreSQL 10+ (epoberezhny) (#1729, #1730)

=== 5.38.0 (2020-11-01)

* Do not add new Database instances to Sequel::DATABASES if the test connection fails (jeremyevans) (#1727)

* Support the newer com.mysql.cj.jdbc.Driver in the jdbc/mysql adapter (jeremyevans)

* Do not swallow disconnect errors in Database#create_or_replace_view or Database#create_table* on Oracle (jeremyevans)

* Only rescue non-disconnect Sequel::DatabaseErrors in Postgres::Database#server_version (jeremyevans) (#1724)

* Make the single_table_inheritance and prepared_statements plugins work if loaded into the same class (jeremyevans) (#1721)
2021-01-10 14:28:46 +00:00
taca
8406dde010 doc :Updated databases/ruby-moneta to 1.4.1 2021-01-10 14:27:45 +00:00
taca
84945b12fd databases/ruby-moneta: update to 1.4.1
1.4.1 (2020-10-27)

* Adapters::Mongo - deprecate :db option, document :database option (#194)
* Adapters::Mongo - add retries to increment operation
2021-01-10 14:27:25 +00:00
taca
8ce5f393b5 doc: Updated databases/ruby-awesome_nested_set to 3.3.1 2021-01-10 14:15:48 +00:00
taca
b9f085633c databases/ruby-awesome_nested_set: update to 3.3.1
3.3.1
* Add belongs_to :polymorphic key option only when used [Filippo Liverani](https://github.com/filippoliverani)
* [Compare to 3.3.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.3.0...v3.3.1)

3.3.0
* Update for compatibility with Rails 6.1 which no longer inherits scoping
  (Messages of the form "DEPRECATION WARNING: Class level methods will no longer inherit scoping from ...") [Marc Rohloff](https://github.com/marcrohloff)
* Fix ruby 2.7 keyword parameters deprecation warning [Krisdigital](https://github.com/krisdigital)
* [Compare to 3.2.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.1...v3.3.0)
2021-01-10 14:15:29 +00:00
taca
a78e44a4c8 doc: Updated databases/ruby-arel-helpers to 2.12.0 2021-01-10 14:12:47 +00:00
taca
29ee2e0f3f databases/ruby-arel-helpers: update to 2.12.0
2.12.0 (2020-12-21)

* Streamline spec setup using appraisal, combustion and database_cleaner
  gems (@hasghari #45)
* Add support for Rails 6.1 (@hasghari #45)
2021-01-10 14:12:20 +00:00
jperkin
f1d2438cbb mozjs78: Fix rust target on SunOS. 2021-01-10 14:12:15 +00:00
taca
c8c8017ae8 doc: Updated databases/ruby-activeldap to 6.1.0 2021-01-10 14:07:36 +00:00
taca
f6d2a74a4c databases/ruby-activeldap: update to 6.1.0
## 6.1.0: 2020-12-24 {#release-6-1-0}

### Improvements

  * Changed to use `:use_paged_results` option value by default.
    [GitHub#189][Reported by Kevin McCormack]

### Thanks

  * Kevin McCormack

## 6.0.4: 2020-12-06 {#release-6-0-4}

### Improvements

  * Enabled concurrency by default.
    [GitHub#188][Reported by Kevin McCormack]
2021-01-10 14:07:07 +00:00
taca
f087f838cf doc: Updated converters/ruby-unf_ext to 0.0.7.7 2021-01-10 14:06:18 +00:00
taca
29fb6581e9 converters/ruby-unf_ext: update to 0.0.7.7
## 0.0.7.7 (2019-03-19)

- Include Windows binaries for Ruby 2.7.
2021-01-10 14:05:22 +00:00
taca
aa0696d2f3 doc: Updated converters/ruby-Ascii85 to 1.1.0 2021-01-10 14:04:12 +00:00
taca
91e70dbcbb converters/ruby-Ascii85: update to 1.1.0
=== 1.1.0 / 2020-11-11

  * Make use of frozen_string_literal
  * Update tests to use newer minitest syntax
2021-01-10 14:03:51 +00:00
taca
491197fd13 doc: Updated comms/ruby-termios to 1.1.0 2021-01-10 14:01:05 +00:00
taca
87e084582b comms/ruby-termios: update to 1.1.0
1.1.0 (2020-12-25)

* Fix build problem on Ruby 3.
2021-01-10 14:00:41 +00:00
nia
b55e755a9b qbittorrent: Do not depend on qttools at runtime 2021-01-10 12:38:30 +00:00
nia
6acdf58c7d pt2-clone: Normalize build and installation process. 2021-01-10 11:31:32 +00:00
fcambus
4585332d69 tweak: take maintainership. 2021-01-10 11:20:17 +00:00
jperkin
415dada556 ocaml: Try to fix wrapper script.
Passing LDFLAGS verbatim no longer works, prefix each of them with -ccopt,
this seems to work across more ocaml binaries than -ldopt.

Tested across a number of packages that previously failed.
2021-01-10 11:13:33 +00:00
nia
c2b66b8d15 qbittorrent: use atomic64 2021-01-10 11:11:57 +00:00
nia
27dfdf632e qbittorrent: wants zlib 1.2.11 2021-01-10 11:10:17 +00:00
wiz
ff871b8045 doc/TODO: add some
+ ImageMagick-7.0.10.57, alacritty-0.12.0, fluidsynth-2.1.6,
  gopls-0.6.2, gtar-base-1.33, lzip-1.22, mozilla-rootcerts-3.7,
  py-hypothesis-6.0.0, ragel-7.0.2, zziplib-0.13.72.
2021-01-10 10:25:09 +00:00
gutteridge
f798377022 doc: Updated time/p5-DateTime-TimeZone to 2.46 2021-01-10 09:08:18 +00:00
gutteridge
366073cca5 p5-DateTime-TimeZone: update to 2.46
2.46    2020-12-22

- This release is based on version 2020e of the Olson database. This release
  includes contemporary changes for Russia (Volograd).


2.45    2020-12-21

- Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation
  is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour
  ahead. This is the opposite of what this module started doing in the 2.38
  release when it added support for these zones. Reportd by Matthew Horsfall
  (#47). Changes are based on his PR #48.
2021-01-10 09:07:58 +00:00
cheusov
ffacb3e79a doc: Updated devel/mk-configure to 0.36.0 2021-01-10 08:42:36 +00:00
pin
f4f8e98631 net/yaydl: remove copypaste leftover 2021-01-10 07:34:13 +00:00
gutteridge
f900edf3a2 doc: Updated sysutils/xfce4-xkb-plugin to 0.8.2 2021-01-10 05:44:31 +00:00
gutteridge
f5aef9f17e xfce4-xkb-plugin: update to 0.8.2
Change log:

0.8.2
======
- Update configure.ac.in syntax
- scale alternate layout dots to be visible on hi dpi displays
- Add basic GitLab pipeline
- Minor build updates
- Update URLs from goodies.x.o to docs.x.o (Bug #16184)
- Update .gitignore
- s/http/https
- Fix build with panel 4.15
- Update Myanmar flag
- Improve spacing (Bug #14684)
- Fix compilation warnings
- Add -lX11 to libxkb_la_LIBADD
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian,
  Czech, Danish, Dutch, Eastern Armenian, English (Australia), English
  (Canada), English (United Kingdom), Estonian, Finnish, French,
  Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian,
  Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish,
  Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu
  (Pakistan), Uyghur, Uzbek, Uzbek (Latin)
2021-01-10 05:44:19 +00:00
gutteridge
e0d2dec792 assimp: adjust a portability patch
Simplify, per joerg@'s suggestion "Drop the whole block. Seems much
safer."
2021-01-10 05:20:00 +00:00
pin
79a24b1816 doc: Added net/yaydl version 0.3.0 2021-01-09 21:34:25 +00:00
pin
46c235c228 Add yaydl 2021-01-09 21:33:56 +00:00
pin
0417854b81 net/yaydl: import package
yaydl-yet another youtube (and more) downloader
Features:
-Can download videos.
-Can optionally keep only the audio part of them.
-Could convert the resulting file to something else (requires `ffmpeg`).
-Comes as a single binary (once compiled) - take it everywhere on your
thumbdrive, no Python cruft required.
2021-01-09 21:33:04 +00:00
adam
b40ab935e4 Updated devel/tclap, graphics/hugin 2021-01-09 21:18:40 +00:00
adam
364a1b75d7 hugin: updated to 2020.0
Hugin 2020.0
* Fixes fast preview on HiDPI screens under GTK+3 and MacOS.
* Make fast preview screen zoomable with mouse wheel.
* Make hugin_hdrmerge aware of cropped intermediate images.
* Several improvements for command line tools (pto_var, pto_move, pto_gen, autooptimiser).
* More checks in GUI for strange user input.
2021-01-09 21:17:37 +00:00
adam
471ee9071a tclap: updated to 1.2.3
Minor release for 1.2 branch (v1.2.3):
- v1.2 is now in maintanance mode, 1.4 is the development version
- Documentation improvements
- Minor obscure bug fixes
- Improvements to test code

Bugfix release for 1.2 branch (v1.2.2):
- Fixed a few typos
- Fixed ZshCompletionOutput
- Fixed brief output with TCLAP_NAMESTRING defined
- Initialize theDelimiter (supress warning) in DocBookOutput
- Fixed an issue with config.h and compiling on systems
  without sstream.h
- Fixed } outside of include guards in ArgTraits.h
2021-01-09 21:14:19 +00:00
gdt
9749ba6ee8 revbump for gpsd udpate 2021-01-09 19:50:53 +00:00
gdt
3af58c1dce doc: Updated geography/gpsd to 3.22 2021-01-09 19:42:51 +00:00
gdt
fdb53583d2 geography/gpsd: Update to 3.22
3.22: 2020-01-08
  Added client/gpscsv to convert gpsd JSON to csv.
  Added client/gpsplot to dynamically plot gpsd JSON.
  Added client/gpssubframe to decode gpsd SUBFRAME JSON.
  Added nSat and uSat to SKY JSON.  Old clients can not read new SKY.
  Move stuff from source root into clients/, include/, gpsmon/ and libgps/.
  Move stuff from source root into gpsd/.
  Move class ubx out of ubxtool and into gps/ubx.py.
  Build all targets in gpsd-$VERSION/, not in tree.
  NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
2021-01-09 19:42:42 +00:00
rhialto
db5f580c3e doc: Updated pkgtools/pkg_rolling-replace to 0.24.9 2021-01-09 19:15:17 +00:00
rhialto
fd4ea6db8e pkgtools/pkg_rolling-replace: Update to 0.24.9
When using the -u option to find mismatched packages, mark each affected
package with 'mismatch=YES'. Otherwise, consider such packages as
targets to rebuild.
ok gdt@.
2021-01-09 19:12:46 +00:00
rhialto
51c58acbfc make replace' now also unsets the mismatch' variable.
This is for the benefit of pkg_rolling-replace 0.24.9.
ok gdt@.
2021-01-09 19:10:05 +00:00
leot
f4471cd44a doc: Updated net/gallery-dl to 1.16.2 2021-01-09 17:47:49 +00:00
leot
07eea68df1 gallery-dl: Update to 1.16.2
Changes:
1.16.2
------
### Additions
- [derpibooru] add `search` and `gallery` extractors (#862)
- [foolfuuka] add `board` and `search` extractors (#1044, #1174)
- [gfycat] add `date` metadata field (#1138)
- [pinterest] add support for getting all boards of a user (#1205)
- [sankaku] add support for book searches (#1204)
- [twitter] fetch media from pinned tweets (#1203)
- [wikiart] add extractor for single paintings (#1233)
- [downloader:http] add MIME type and signature for `.ico` files (#1211)
- add a `d` format string conversion for timestamp values
- add `"ascii"` as a special `path-restrict` value

### Fixes
- [hentainexus] fix extraction (#1234)
- [instagram] categorize single highlight URLs as `highlights` (#1222)
- [redgifs] fix search results
- [twitter] fix login with username & password
- [twitter] fetch tweets from `homeConversation` entries
2021-01-09 17:47:39 +00:00