summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortonnerre <tonnerre>2011-01-20 14:33:24 +0000
committertonnerre <tonnerre>2011-01-20 14:33:24 +0000
commitffe31cd8301dd0b436ab1301e2f384d1de5471bd (patch)
treef18791c8d967c89ed7c564216d71a9fd4ee9d90d /misc
parent2f4de8da4bf767fac07086dd2c9425eacfd1c5e0 (diff)
downloadpkgsrc-ffe31cd8301dd0b436ab1301e2f384d1de5471bd.tar.gz
Import the commander Ruby gem, version 4.0.2.
Commander is a framework for Ruby command-line executables. It bridges the gap between other terminal related libraries (OptionParser, HighLine), while providing many new features.
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-commander/DESCR4
-rw-r--r--misc/ruby-commander/Makefile14
-rw-r--r--misc/ruby-commander/PLIST40
-rw-r--r--misc/ruby-commander/distinfo5
4 files changed, 63 insertions, 0 deletions
diff --git a/misc/ruby-commander/DESCR b/misc/ruby-commander/DESCR
new file mode 100644
index 00000000000..1c0c57d19e4
--- /dev/null
+++ b/misc/ruby-commander/DESCR
@@ -0,0 +1,4 @@
+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, all packed in one simple, elegant
+API.
diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile
new file mode 100644
index 00000000000..1f457cd5b21
--- /dev/null
+++ b/misc/ruby-commander/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/01/20 14:39:32 tonnerre Exp $
+
+DISTNAME= commander-4.0.2
+CATEGORIES= misc
+
+MAINTAINER= tonnerre@NetBSD.org
+HOMEPAGE= http://ramaze.net/
+COMMENT= The complete solution for Ruby command-line executables
+LICENSE= ruby-license
+
+DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST
new file mode 100644
index 00000000000..c70fad7d036
--- /dev/null
+++ b/misc/ruby-commander/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/20 14:41:25 tonnerre Exp $
+bin/commander
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/History.rdoc
+${GEM_LIBDIR}/Manifest
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/commander
+${GEM_LIBDIR}/commander.gemspec
+${GEM_LIBDIR}/lib/commander.rb
+${GEM_LIBDIR}/lib/commander/blank.rb
+${GEM_LIBDIR}/lib/commander/command.rb
+${GEM_LIBDIR}/lib/commander/core_ext.rb
+${GEM_LIBDIR}/lib/commander/core_ext/array.rb
+${GEM_LIBDIR}/lib/commander/core_ext/object.rb
+${GEM_LIBDIR}/lib/commander/delegates.rb
+${GEM_LIBDIR}/lib/commander/help_formatters.rb
+${GEM_LIBDIR}/lib/commander/help_formatters/base.rb
+${GEM_LIBDIR}/lib/commander/help_formatters/terminal.rb
+${GEM_LIBDIR}/lib/commander/help_formatters/terminal/command_help.erb
+${GEM_LIBDIR}/lib/commander/help_formatters/terminal/help.erb
+${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact.rb
+${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact/command_help.erb
+${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact/help.erb
+${GEM_LIBDIR}/lib/commander/import.rb
+${GEM_LIBDIR}/lib/commander/platform.rb
+${GEM_LIBDIR}/lib/commander/runner.rb
+${GEM_LIBDIR}/lib/commander/user_interaction.rb
+${GEM_LIBDIR}/lib/commander/version.rb
+${GEM_LIBDIR}/spec/command_spec.rb
+${GEM_LIBDIR}/spec/core_ext/array_spec.rb
+${GEM_LIBDIR}/spec/core_ext/object_spec.rb
+${GEM_LIBDIR}/spec/help_formatters/terminal_spec.rb
+${GEM_LIBDIR}/spec/runner_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/ui_spec.rb
+${GEM_LIBDIR}/tasks/docs.rake
+${GEM_LIBDIR}/tasks/gemspec.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo
new file mode 100644
index 00000000000..4f3242dbba1
--- /dev/null
+++ b/misc/ruby-commander/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/01/20 14:33:24 tonnerre Exp $
+
+SHA1 (commander-4.0.2.gem) = 4d5984eda2469ee998105b00b710fa91b279ddf4
+RMD160 (commander-4.0.2.gem) = 9907c6428e1a549e2ab96322e2941da6637f9a81
+Size (commander-4.0.2.gem) = 27648 bytes