Commit graph

319353 commits

Author SHA1 Message Date
taca
3fbdd97545 textproc/ruby-csv: add package version 3.1.5
Add ruby-csv package version 3.1.5.


This library provides a complete interface to CSV files and data. It
offers tools to enable you to read and write to and from Strings or IO
objects, as needed.
2020-05-25 14:35:40 +00:00
taca
5cef8a4426 doc: Added print/print/ruby-rbpdf-font and print/ruby-rbpdf
print/ruby-rbpdf-font version 1.19.1
	print/ruby-rbpdf version 1.20.1
2020-05-25 14:32:07 +00:00
taca
348413b246 print/Makefile: add and enable ruby-rbpdf{,-font} 2020-05-25 14:31:13 +00:00
taca
fc083a22fd print/ruby-rbpdf: add package version 1.20.1
Add ruby-rbpdf package version 1.20.1.


A template plugin allowing the inclusion of ERB-enabled RBPDF template
files.

* Use UTF-8 encoding.
* RTL (Right-To-Left) languages support.
* HTML tag support.
* CSS minimum support.
* Image
 - 8bit PNG image support without MiniMagick/RMagick library.
 - PNG(with alpha channel)/JPEG/GIF image support. (use MiniMagick or
   RMagick library)
2020-05-25 14:30:15 +00:00
taca
48453d12c1 print/ruby-rbpdf-font: add package version 1.19.1
Add ruby-rbpdf-font package version 1.19.1 from wip/ruby-rbpdf-font.


RBPDF font files.
2020-05-25 14:28:41 +00:00
taca
795da45904 doc: Added textproc/ruby-htmlentities version 4.3.4 2020-05-25 14:23:43 +00:00
taca
02c5192532 textproc/Makefile: add and enable ruby-htmlentities 2020-05-25 14:23:05 +00:00
taca
d5ba275947 textproc/ruby-htmlentities: add package version 4.3.4
Add ruby-htmlentities package version 4.3.4 from wip/ruby-htmlentities.


HTML entity encoding and decoding for Ruby

HTMLEntities is a simple library to facilitate encoding and decoding
of named (ý and so on) or numerical ({ or Ī)
entities in HTML and XHTML documents.
2020-05-25 14:21:57 +00:00
taca
e03b9c6f51 doc: Updated net/ruby-public_suffix to 4.0.5 2020-05-25 14:16:52 +00:00
taca
334692bf34 net/ruby-public_suffix: update to 4.0.5
Update ruby-public_suffix to 4.0.5.


4.0.5 (2020-05-09)

Changed

- Updated definitions.

4.0.4 (2020-04-05)

Changed

- Updated definitions.
2020-05-25 14:16:24 +00:00
gdt
4beb886692 gpsbabel: Add comment about needed libusb version 2020-05-25 14:14:37 +00:00
taca
8bd1d04aa2 doc: Updated misc/ruby-mimemagic to 0.3.5 2020-05-25 14:12:30 +00:00
taca
3063a97eea misc/ruby-mimemagic: update to 0.3.5
Update ruby-mimemagic to 0.3.5.


## 0.3.5 (2020-05-04)

Mimetype extensions are now ordered by freedesktop.org's priority
2020-05-25 14:12:03 +00:00
taca
df1838a72d doc: Added mail/ruby-roadie-rails version 2.1.1 2020-05-25 14:10:41 +00:00
taca
c63f2b0979 mail/Makefile: add and enable ruby-roadie-rails 2020-05-25 14:10:11 +00:00
taca
38ab4dba85 mail/ruby-roadie-rails: add package version 2.1.1
Add ruby-roadie-rails package version 2.1.1 based on wip/ruby-roadie-rails52.


roadie-rails

This gem hooks up your Rails application with Roadie to help you generate
HTML emails.
2020-05-25 14:09:08 +00:00
taca
14c5f96032 doc: Added mail/ruby-roadie version 4.0.0 2020-05-25 14:07:29 +00:00
taca
1db4fa5d4e mail/Makefile: add and enable ruby-roadie 2020-05-25 14:07:02 +00:00
taca
b5a4a8cfdd mail/ruby-roadie: add package version 4.0.0
Add ruby-roadie package version 4.0.0 based on wip/ruby-roadie.


Roadie

Roadie tries to make sending HTML emails a little less painful by inlining
stylesheets and rewriting relative URLs for you inside your emails.
2020-05-25 14:06:14 +00:00
taca
80c56515a5 doc: Updated mail/ruby-mime-types-data to 3.2020.0512 2020-05-25 14:01:57 +00:00
taca
a2931befef mail/ruby-mime-types-data: update to 3.2020.05.12
Update ruby-mime-types-data to 3.2020.05.12.


## 3.2020.05.12 / 2020-05-12

- Updated the IANA media registry entires as of release date.

- Added file extensions for HEIC image types. [#34][].
2020-05-25 14:01:30 +00:00
taca
a4cebb4c83 doc: Updated devel/ruby-tins to 1.25.0 2020-05-25 14:00:24 +00:00
taca
1f90dd1db0 devel/ruby-tins: update to 1.25.0
Update ruby-tins to 1.25.0.

No release note nor changes.

* Use ruby-sync.
* Allow waiting for limited threads.
2020-05-25 13:59:55 +00:00
taca
c97308aab6 doc: Added devel/ruby-sync version 0.5.0 2020-05-25 13:55:14 +00:00
taca
f18cf27881 devel/Makefile: add and enable ruby-sync 2020-05-25 13:54:49 +00:00
taca
a177d1e4a5 devel/ruby-sync: add package version 0.5.0
Add ruby-sync package version 0.5.0.


Sync

A module that provides a two-phase lock with a counter.
2020-05-25 13:54:03 +00:00
taca
9dcc8df447 doc: Updated devel/ruby-rspec-rails to 4.0.1 2020-05-25 13:51:56 +00:00
taca
e8da0e9ed3 devel/ruby-rspec-rails: update to 4.0.1
Update ruby-rspec-rails to 4.0.1.


### 4.0.1 / 2020-05-16

Bug Fixes:

* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux,
  #2302)

* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus
  Doits, #2304)

* Allow `have_enqueued_mail` to match when a sub class of
  `ActionMailer::DeliveryJob` is set using
  `<Class>.delivery_job=`. (Atsushi Yoshida #2305)

* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)

* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319,
  #2338)
2020-05-25 13:51:32 +00:00
taca
cebf4c1781 doc: Updated devel/ruby-rspec-expectations to 3.9.2 2020-05-25 13:49:32 +00:00
taca
041d219909 devel/ruby-rspec-expectations: update to 3.9.2
Update ruby-rspec-expectations to 3.9.2.


### 3.9.2 / 2020-05-08

Bug Fixes:

* Issue a proper `ArgumentError` when invalid arguments are given to
  `yield_control` modifiers such as `at_least` et al. (Marc-Andr«±
  Lafortune, #1167)

* Prevent Ruby 2.7 keyword arguments warning from being issued by custom
  matcher definitions. (Jon Rowe, #1176)
2020-05-25 13:49:02 +00:00
taca
336f27f04f doc: Updated devel/ruby-posix-spawn to 0.3.14 2020-05-25 13:43:39 +00:00
taca
eaf07297fe devel/ruby-posix-spawn: update to 0.3.14
Update ruby-posix-spawn to 0.3.14.

No release note nor changes are available.
A few changes from commit log:

0.3.14 (2020-05-16)

* Fix build when SIZEOF_INT == SIZEOF_LONG.
* Fix memory leak in env preparation.
2020-05-25 13:43:16 +00:00
taca
53386e6c89 doc: Updated devel/ruby-pastel to 0.7.4 2020-05-25 13:35:18 +00:00
taca
2527f3754e devel/ruby-pastel: update to 0.7.4
Update ruby-pastel to 0.7.4.


## [v0.7.4] - 2020-05-08

### Fixed
* Fix ColorParser#undecorate to require direct dependency by Nick Pezza(@npezza93)
2020-05-25 13:34:53 +00:00
taca
cc8c6ff430 doc: Updated devel/ruby-minitest to 5.14.1 2020-05-25 13:33:48 +00:00
taca
1e933cf2e8 devel/ruby-minitest
Update ruby-minitest to 5.14.1.


=== 5.14.1 / 2020-05-15

* 3 minor enhancements:

  * Minitest.filter_backtrace returns original backtrace if filter comes
    back empty.

  * Minitest::BacktraceFilter now returns entire backtrace if $MT_DEBUG
    set in env.

  * Return true on a successful refute. (jusleg)

* 1 bug fix:

  * Fixed expectation doco to not use global expectations.
2020-05-25 13:33:25 +00:00
taca
4c04fee0f7 doc: Updated devel/ruby-google-protobuf to 3.12.1 2020-05-25 13:31:59 +00:00
taca
546a777ac0 devel/ruby-google-protobuf: update to 3.12.1
Update ruby-google-protobuf to 3.12.1.


3.12.1	(2020-05-20)

Ruby

* Re-add binary gems for Ruby 2.3 and 2.4. These are EOL upstream, however
  many people still use them and dropping support will require more
  coordination. (#7529, #7531).


3.12.0	(2020-05-12)

Ruby

* [experimental] Implemented proto3 presence for Ruby. (#7406)
* Stop building binary gems for ruby <2.5 (#7453)
* Fix for wrappers with a zero value (#7195)
* Fix for JSON serialization of 0/empty-valued wrapper types (#7198)
* Call "Class#new" over rb_class_new_instance in decoding (#7352)
* Build extensions for Ruby 2.7 (#7027)
* assigning 'nil' to submessage should clear the field. (#7397)
2020-05-25 13:31:29 +00:00
taca
e1b6cfd6af doc: Updated devel/ruby-backports to 3.17.2 2020-05-25 13:22:47 +00:00
taca
55c2301f95 devel/ruby-backports: update to 3.17.2
Update ruby-backports to 3.17.2.


3.17.2 - 2020-04-09

Fixed

* Fix Range#cover (Ruby 2.6.0) [#148]
2020-05-25 13:22:13 +00:00
nia
85d68c659b freeimage*: Generalize packages. Unbreak freeimageplus. 2020-05-25 12:24:37 +00:00
nia
7357f1adf4 userppp: Disable werror again
http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20200521.1358/userppp-001107nb2/build.log
2020-05-25 12:01:20 +00:00
nia
7fd491d005 doc: Removed net/wu-ftpd 2020-05-25 11:56:13 +00:00
nia
af4bd45865 net: remove wu-ftpd
old insecure version (~2005), fails to build, and upstream is gone

plenty of other ftp daemons still exist
2020-05-25 11:55:51 +00:00
nia
2a9b773a46 doc: Removed mail/etpan 2020-05-25 11:50:33 +00:00
nia
c31c1b6c61 mail: remove etpan
Unmaintained upstream and no longer supported by newer libetpan versions
2020-05-25 11:49:47 +00:00
nia
e88b1fbbf9 tl-expected: Fix build without git 2020-05-25 11:44:25 +00:00
fcambus
ee976370a5 doc: Updated audio/adplay to 1.8.1 2020-05-25 10:53:36 +00:00
fcambus
9b42286d99 adplay: update to 1.8.1.
ChangeLog:

- Update surround synth and add support for surround NukedOPL
2020-05-25 10:53:22 +00:00
ryoon
6dff651e47 doc: Updated graphics/krita to 4.2.9 2020-05-25 10:32:30 +00:00