mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add rubygem-optimist 3.0.0
Optimist is a commandline option parser for Ruby that just gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page, robust option parsing, and sensible defaults for everything you don't specify. WWW: https://manageiq.github.io/optimist/
This commit is contained in:
parent
ef8f44554c
commit
fdab6ac83e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479048
4 changed files with 29 additions and 0 deletions
|
@ -5807,6 +5807,7 @@
|
|||
SUBDIR += rubygem-omniauth_crowd22
|
||||
SUBDIR += rubygem-open3_backport
|
||||
SUBDIR += rubygem-open4
|
||||
SUBDIR += rubygem-optimist
|
||||
SUBDIR += rubygem-orm_adapter
|
||||
SUBDIR += rubygem-os
|
||||
SUBDIR += rubygem-p4ruby
|
||||
|
|
19
devel/rubygem-optimist/Makefile
Normal file
19
devel/rubygem-optimist/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= optimist
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= commandline option parser for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-optimist/distinfo
Normal file
3
devel/rubygem-optimist/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1536188114
|
||||
SHA256 (rubygem/optimist-3.0.0.gem) = 9248b63be64ee1516f2e1a1d98d8528571eb2a48399e19188db1d865c7cd5d16
|
||||
SIZE (rubygem/optimist-3.0.0.gem) = 29696
|
6
devel/rubygem-optimist/pkg-descr
Normal file
6
devel/rubygem-optimist/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Optimist is a commandline option parser for Ruby that just gets out of your way.
|
||||
One line of code per option is all you need to write. For that, you get a nice
|
||||
automatically-generated help page, robust option parsing, and sensible defaults
|
||||
for everything you don't specify.
|
||||
|
||||
WWW: https://manageiq.github.io/optimist/
|
Loading…
Add table
Reference in a new issue