aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-31 22:06:15 +0800
committerswills <swills@FreeBSD.org>2011-07-31 22:06:15 +0800
commit0599ad9b14b1aa300f4870c2ce550bf95e940712 (patch)
treee30ab0416d6000d2760c0d4662b1824eb70bcabe /devel
parenta42e11d2f572298d16921e6cbcf1ffd60bfddab4 (diff)
downloadfreebsd-ports-gnome-0599ad9b14b1aa300f4870c2ce550bf95e940712.tar.gz
freebsd-ports-gnome-0599ad9b14b1aa300f4870c2ce550bf95e940712.tar.zst
freebsd-ports-gnome-0599ad9b14b1aa300f4870c2ce550bf95e940712.zip
Clio is a great way to build commandline tools.
It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output. WWW: http://clio.rubyforge.org PR: ports/158743 Submitted by: Loic Pefferkorn <loic-freebsd at loicp.eu>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-clio/Makefile22
-rw-r--r--devel/rubygem-clio/distinfo2
-rw-r--r--devel/rubygem-clio/pkg-descr6
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7244daf2c8c5..8d056bf21d8b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3268,6 +3268,7 @@
SUBDIR += rubygem-builder
SUBDIR += rubygem-chronic
SUBDIR += rubygem-classifier
+ SUBDIR += rubygem-clio
SUBDIR += rubygem-cloudfiles
SUBDIR += rubygem-columnize
SUBDIR += rubygem-configuration
diff --git a/devel/rubygem-clio/Makefile b/devel/rubygem-clio/Makefile
new file mode 100644
index 000000000000..3a89e224bb3d
--- /dev/null
+++ b/devel/rubygem-clio/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rubygem-clio
+# Date created: 2011-07-07
+# Whom: Loic Pefferkorn <loic-freebsd@loicp.eu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= clio
+PORTVERSION= 0.3.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= loic-freebsd@loicp.eu
+COMMENT= Make easier commandline parsing and console output
+
+LICENSE= GPLv3
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-clio/distinfo b/devel/rubygem-clio/distinfo
new file mode 100644
index 000000000000..f613e7e34ceb
--- /dev/null
+++ b/devel/rubygem-clio/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/clio-0.3.0.gem) = e4acb47f78d003905abf0f43c35270110e12176cff4228778eb953f0bc7425aa
+SIZE (rubygem/clio-0.3.0.gem) = 33792
diff --git a/devel/rubygem-clio/pkg-descr b/devel/rubygem-clio/pkg-descr
new file mode 100644
index 000000000000..de28d59ee5b1
--- /dev/null
+++ b/devel/rubygem-clio/pkg-descr
@@ -0,0 +1,6 @@
+Clio is a great way to build commandline tools.
+It provides an advanced options parser with a variety of notations
+suited to almost any perfered style, and provides a very rich and easy to use
+library for generating console output.
+
+WWW: http://clio.rubyforge.org