Path to this page:
./
devel/ruby-mixlib-cli,
Mixin for creating command line applications
Branch: CURRENT,
Version: 2.1.8,
Package name: ruby27-mixlib-cli-2.1.8,
Maintainer: pkgsrc-usersA mixin for creating command line applications - gives an easy DSL for
argument specification and processing. Mixlib::CLI provides a
class-based command line option parsing object, like the one used in
Chef, Ohai and Relish.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 13.5 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-mixlib-cli-2.1.8
- (2020-09-14) Updated to version: ruby26-mixlib-cli-2.1.8
- (2020-04-27) Updated to version: ruby26-mixlib-cli-2.1.6
- (2020-03-24) Updated to version: ruby26-mixlib-cli-2.1.5
- (2017-11-23) Package has been reborn
- (2017-06-11) Updated to version: ruby23-mixlib-cli-1.7.0
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-09-14 18:15:09 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-cli: update to 2.1.8
Update ruby-mixlib-cli package to 2.1.8.
2.1.8 (2020-08-21)
* Fix minor typos #77 (tas50)
* Optimize our requires #78 (tas50)
|
2020-04-27 07:50:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-cli: update to 2.1.6
Update ruby-mixlib-cli to 2.1.6.
2.1.6 (2020-04-07)
Merged Pull Requests
* Substitute require for require_relative #76 (tas50)
|
2020-03-24 18:49:49 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-mixlib-cli: update to 2.1.5
Update ruby-mixlib-cli to 2.1.5.
2.1.5 (2019-12-22)
* Use our standard rakefile #68 (tas50)
* Fix chef-style #71 (vsingh-msys)
* Add windows PR testing with Buildkite #73 (tas50)
* Test on Ruby 2.7 + random testing improvements #75 (tas50)
2.1.1 (2019-06-10)
* Don't explode when there are unknown keys in 'config' #66 (marcparadise)
2.1.0 (2019-06-07)
* Setup BuildKite for PR testing #61 (tas50)
* Disable Travis testing & Update codeowners #62 (tas50)
* Fix gem homepage url #64 (tsub)
* [MIXLIB-CLI-63] Add deprecated_option support #65 (marcparadise)
2.0.6 (2019-05-14)
* Add additional github templates and update codeowners #58 (tas50)
* Improve the --help text output of 'in:' #59 (btm)
* Print out human readable lists of allowed CLI options #60 (tas50)
2.0.3 (2019-03-20)
* fix global state pollution issues across examples #54 (lamont-granquist)
* Add back support for Ruby 2.4 #56 (tas50)
2.0.1 (2019-01-04)
* Don't ship the test files in the gem artifact #51 (tas50)
2.0.0 (2019-01-04)
* remove hashrockets syntax #43 (lamont-granquist)
* Remove require rubygems #44 (tas50)
* Update testing and contributing boilerplate #45 (tas50)
* More testing / release boilerplate #46 (tas50)
* Update codeowners and add github PR template #47 (tas50)
* Lint the example code #49 (tas50)
* update travis, drop ruby < 2.5, major version bump #52 (lamont-granquist)
* actually do the major version bump #53 (lamont-granquist)
|
2017-06-11 16:53:03 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-mixlib-cli to 1.7.0.
1.7.0 2016/07/06
* Support two-argument procs for reducer style
1.6.0 2016/05/05
* Properly pass options during inheritance
* Added option key ':in' to specify that option value should be included in
the given list
* Fixed ruby-warning "instance variable @{ivar} not initialized". - Kenichi
Kamiya
* Documented CLI arguments. - C Chamblin
* Added rake, rdoc, and rspec and development dependencies
* Removed the contributions.md document and merged it with the changelog
* Updated code to comply with chefstyle style guidelines
* Fixed a missing comma from an example in the readme
* Ship the Gemfile so that tests can run from the Gem
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-06-03 15:12:32 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
Import devel/ruby-mixlib-cli into pkgsrc.
A mixin for creating command line applications - gives an easy DSL for
argument specification and processing. Mixlib::CLI provides a
class-based command line option parsing object, like the one used in
Chef, Ohai and Relish.
|