svn commit: r479048 - in head/devel: . rubygem-optimist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 5 23:03:58 UTC 2018


Author: sunpoet
Date: Wed Sep  5 23:03:55 2018
New Revision: 479048
URL: https://svnweb.freebsd.org/changeset/ports/479048

Log:
  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/

Added:
  head/devel/rubygem-optimist/
  head/devel/rubygem-optimist/Makefile   (contents, props changed)
  head/devel/rubygem-optimist/distinfo   (contents, props changed)
  head/devel/rubygem-optimist/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Sep  5 23:03:34 2018	(r479047)
+++ head/devel/Makefile	Wed Sep  5 23:03:55 2018	(r479048)
@@ -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

Added: head/devel/rubygem-optimist/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-optimist/Makefile	Wed Sep  5 23:03:55 2018	(r479048)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	optimist
+PORTVERSION=	3.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	commandline option parser for Ruby
+
+LICENSE=	MIT
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-optimist/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-optimist/distinfo	Wed Sep  5 23:03:55 2018	(r479048)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536188114
+SHA256 (rubygem/optimist-3.0.0.gem) = 9248b63be64ee1516f2e1a1d98d8528571eb2a48399e19188db1d865c7cd5d16
+SIZE (rubygem/optimist-3.0.0.gem) = 29696

Added: head/devel/rubygem-optimist/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-optimist/pkg-descr	Wed Sep  5 23:03:55 2018	(r479048)
@@ -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/


More information about the svn-ports-head mailing list