[64841] trunk/dports/ruby
kimuraw at macports.org
kimuraw at macports.org
Tue Mar 16 07:24:57 PDT 2010
Revision: 64841
http://trac.macports.org/changeset/64841
Author: kimuraw at macports.org
Date: 2010-03-16 07:24:57 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
ruby/rb-cmdparse: new port
cmdparse - advanced command line parser supporting commands.
port:rb-webgen requires this library.
Added Paths:
-----------
trunk/dports/ruby/rb-cmdparse/
trunk/dports/ruby/rb-cmdparse/Portfile
Added: trunk/dports/ruby/rb-cmdparse/Portfile
===================================================================
--- trunk/dports/ruby/rb-cmdparse/Portfile (rev 0)
+++ trunk/dports/ruby/rb-cmdparse/Portfile 2010-03-16 14:24:57 UTC (rev 64841)
@@ -0,0 +1,21 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup cmdparse 2.0.2 setup.rb {COPYING ChangeLog README TODO} \
+ rubyforge:11147
+maintainers kimuraw openmaintainer
+description cmdparse - advanced command line parser supporting commands
+long_description This library, cmdparse, can be used to create such a \
+ command line interface. Internally it uses optparse or any \
+ other option parser library to parse options and it provides \
+ a nice API for specifying commands.
+categories-append devel
+homepage http://cmdparse.rubyforge.org/
+license GPLv2
+extract.suffix .tgz
+checksums md5 a532eba4ec2b24d05222da657f279eee \
+ sha1 9a0796a36120985496ce958335d7bfae4afc6b04 \
+ rmd160 73b6328d4cf414aef1ae3374487977c20b15340c
+platforms darwin
+
Property changes on: trunk/dports/ruby/rb-cmdparse/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/d61b45bf/attachment.html>
More information about the macports-changes
mailing list