./misc/ruby-slop, Simple Lightweight Option Parsing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.10.1, Package name: ruby31-slop-4.10.1, Maintainer: pkgsrc-users

Slop is a simple option parser with an easy to remember syntax and
friendly API.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 21.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-05 14:54:04 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-slop: update to 4.10.1

4.10.1 (2023-02-26)

Bug fixes

* Fix boolean flags from being invalid when followed by arguments #279
   2023-02-23 16:02:45 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-slop: update to 4.10.0

4.10.0 (2023-02-15)

Features:

* Add support for optional type validation #278 (Victor Gama)
   2022-10-09 10:03:02 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-slop: update to 4.9.3

4.9.3 (2022-09-30)

Bug fixes:

* Fix explicitly false boolean options and allow for additional false
  arguments #276 (Eugene Otto)
   2022-08-28 05:44:23 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
misc/ruby-slop: updateo to 4.9.2

4.9.2 (2022-03-26)

Bug fixes:

* Handle flag arguments that contain equals character #275 (ConnorWGarvey)
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2021-05-30 11:55:25 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-slop: update to 4.9.1

4.9.1 (2021-05-28)

Bug fixes:

* Fixed a bug where flag=arg syntax would raise an error when an empty value
  was passed. #266
   2020-09-14 15:21:10 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-slop: update to 4.8.2

Update ruby-slop package to 4.8.2.

4.8.2 (2020-07-10)

Bug fixes:

* Fix bug where separator position was messed up if using help: false #253