svn commit: r320416 - in head/devel: . rubygem-commander
Steve Wills
swills at FreeBSD.org
Mon Jun 10 00:20:16 UTC 2013
Author: swills
Date: Mon Jun 10 00:20:14 2013
New Revision: 320416
URL: http://svnweb.freebsd.org/changeset/ports/320416
Log:
The complete solution for Ruby command-line executables.
Commander bridges the gap between other terminal related libraries you know and
love (OptionParser, HighLine), while providing many new features, and an
elegant API.
WWW: http://visionmedia.github.io/commander/
Added:
head/devel/rubygem-commander/
head/devel/rubygem-commander/Makefile (contents, props changed)
head/devel/rubygem-commander/distinfo (contents, props changed)
head/devel/rubygem-commander/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jun 10 00:12:07 2013 (r320415)
+++ head/devel/Makefile Mon Jun 10 00:20:14 2013 (r320416)
@@ -4008,6 +4008,7 @@
SUBDIR += rubygem-coffee-script
SUBDIR += rubygem-coffee-script-source
SUBDIR += rubygem-columnize
+ SUBDIR += rubygem-commander
SUBDIR += rubygem-configuration
SUBDIR += rubygem-cool.io
SUBDIR += rubygem-crack
Added: head/devel/rubygem-commander/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-commander/Makefile Mon Jun 10 00:20:14 2013 (r320416)
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= commander
+PORTVERSION= 4.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Complete solution for Ruby command-line executables
+
+RUN_DEPENDS= rubygem-highline>=1.6.11:${PORTSDIR}/devel/rubygem-highline
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/commander
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-commander/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-commander/distinfo Mon Jun 10 00:20:14 2013 (r320416)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/commander-4.1.3.gem) = 3ee59ca0346eddb6d9ea8f708008632598bb2d79f2c4de72d3d7eb7769e29841
+SIZE (rubygem/commander-4.1.3.gem) = 30720
Added: head/devel/rubygem-commander/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-commander/pkg-descr Mon Jun 10 00:20:14 2013 (r320416)
@@ -0,0 +1,6 @@
+The complete solution for Ruby command-line executables.
+Commander bridges the gap between other terminal related libraries you know and
+love (OptionParser, HighLine), while providing many new features, and an
+elegant API.
+
+WWW: http://visionmedia.github.io/commander/
More information about the svn-ports-head
mailing list