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:
Sunpoet Po-Chuan Hsieh 2018-09-05 23:03:55 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1536188114
SHA256 (rubygem/optimist-3.0.0.gem) = 9248b63be64ee1516f2e1a1d98d8528571eb2a48399e19188db1d865c7cd5d16
SIZE (rubygem/optimist-3.0.0.gem) = 29696

View 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/