summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-07 11:23:12 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-07 11:23:12 +0000
commit1fd451d376c04b6df48cea64574e4b1d7ba21fb0 (patch)
tree3a403691ecd77fedbd9c457b0c7ad9ee1091d996 /devel/ruby-optparse/pkg-descr
parentUpdate to Vim version 6.0, Beta rev 'E'. (diff)
Add another couple of Ruby modules.
databases/ruby-mysql: Ruby module for accessing MySQL databases, which has the same functions as C API ports/devel/ruby-optparse: Yet another command line option parser for Ruby
Notes
Notes: svn path=/head/; revision=31372
Diffstat (limited to 'devel/ruby-optparse/pkg-descr')
-rw-r--r--devel/ruby-optparse/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/ruby-optparse/pkg-descr b/devel/ruby-optparse/pkg-descr
new file mode 100644
index 000000000000..be0473d5854b
--- /dev/null
+++ b/devel/ruby-optparse/pkg-descr
@@ -0,0 +1,8 @@
+OptionParser is yet another command line option parser for Ruby.
+
+Features:
+ * describe option definition with its handler
+ * specify argument format and convert automatically
+ * can emit options' summaries
+ * can add options on the fly
+ * completion for option/argument