Date: Thu, 13 Mar 2014 16:50:51 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348099 - in head/devel: . rubygem-clamp Message-ID: <201403131650.s2DGopmW085975@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Mar 13 16:50:51 2014 New Revision: 348099 URL: http://svnweb.freebsd.org/changeset/ports/348099 QAT: https://qat.redports.org/buildarchive/r348099/ Log: Clamp provides an object-model for command-line utilities written in Ruby. It handles parsing of command-line options, and generation of usage help. WWW: https://github.com/mdub/clamp PR: ports/ports/187483 Submitted by: ruby@FreeBSD.org Added: head/devel/rubygem-clamp/ head/devel/rubygem-clamp/Makefile (contents, props changed) head/devel/rubygem-clamp/distinfo (contents, props changed) head/devel/rubygem-clamp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 13 16:38:06 2014 (r348098) +++ head/devel/Makefile Thu Mar 13 16:50:51 2014 (r348099) @@ -4150,6 +4150,7 @@ SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic + SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio Added: head/devel/rubygem-clamp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-clamp/Makefile Thu Mar 13 16:50:51 2014 (r348099) @@ -0,0 +1,15 @@ +PORTNAME= clamp +PORTVERSION= 0.6.3 +CATEGORIES= devel ruby +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A command-line utility framework for Ruby + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-clamp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-clamp/distinfo Thu Mar 13 16:50:51 2014 (r348099) @@ -0,0 +1,2 @@ +SHA256 (rubygem/clamp-0.6.3.gem) = 6e5feb738879f3ec8e74ac1d9a6339c316a65fdc054ef587851b0397ced1bab8 +SIZE (rubygem/clamp-0.6.3.gem) = 24064 Added: head/devel/rubygem-clamp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-clamp/pkg-descr Thu Mar 13 16:50:51 2014 (r348099) @@ -0,0 +1,4 @@ +Clamp provides an object-model for command-line utilities written in Ruby. +It handles parsing of command-line options, and generation of usage help. + +WWW: https://github.com/mdub/clamp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131650.s2DGopmW085975>