summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:17:21 +0000
committerjlam <jlam>2008-04-04 15:17:21 +0000
commit4cff9257b77535ec2c0e94c80db5847f7db861fa (patch)
tree6de18039f015c7d149a1839580e1634cc4b85584
parent832344cfda9ed78d65944266c5294f2baf55aecd (diff)
downloadpkgsrc-4cff9257b77535ec2c0e94c80db5847f7db861fa.tar.gz
Initial import of ruby18-highline-1.4.0 as devel/ruby-highline.
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
-rw-r--r--devel/ruby-highline/DESCR4
-rw-r--r--devel/ruby-highline/Makefile12
-rw-r--r--devel/ruby-highline/PLIST36
-rw-r--r--devel/ruby-highline/distinfo5
4 files changed, 57 insertions, 0 deletions
diff --git a/devel/ruby-highline/DESCR b/devel/ruby-highline/DESCR
new file mode 100644
index 00000000000..992da640685
--- /dev/null
+++ b/devel/ruby-highline/DESCR
@@ -0,0 +1,4 @@
+A high-level IO library that provides validation, type conversion,
+and more for command-line interfaces. HighLine also includes a complete
+menu system that can crank out anything from simple list selection to
+complete shells with just minutes of work.
diff --git a/devel/ruby-highline/Makefile b/devel/ruby-highline/Makefile
new file mode 100644
index 00000000000..f6e9cfff682
--- /dev/null
+++ b/devel/ruby-highline/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:21 jlam Exp $
+
+DISTNAME= highline-1.4.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= net security
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://highline.rubyforge.org/
+COMMENT= High-level console IO library
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-highline/PLIST b/devel/ruby-highline/PLIST
new file mode 100644
index 00000000000..18518d66e4c
--- /dev/null
+++ b/devel/ruby-highline/PLIST
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:21 jlam Exp $
+${GEM_HOME}/cache/highline-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/INSTALL
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/examples/ansi_colors.rb
+${GEM_LIBDIR}/examples/asking_for_arrays.rb
+${GEM_LIBDIR}/examples/basic_usage.rb
+${GEM_LIBDIR}/examples/color_scheme.rb
+${GEM_LIBDIR}/examples/menus.rb
+${GEM_LIBDIR}/examples/overwrite.rb
+${GEM_LIBDIR}/examples/page_and_wrap.rb
+${GEM_LIBDIR}/examples/password.rb
+${GEM_LIBDIR}/examples/trapping_eof.rb
+${GEM_LIBDIR}/examples/using_readline.rb
+${GEM_LIBDIR}/lib/highline.rb
+${GEM_LIBDIR}/lib/highline/color_scheme.rb
+${GEM_LIBDIR}/lib/highline/import.rb
+${GEM_LIBDIR}/lib/highline/menu.rb
+${GEM_LIBDIR}/lib/highline/question.rb
+${GEM_LIBDIR}/lib/highline/system_extensions.rb
+${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/test/tc_color_scheme.rb
+${GEM_LIBDIR}/test/tc_highline.rb
+${GEM_LIBDIR}/test/tc_import.rb
+${GEM_LIBDIR}/test/tc_menu.rb
+${GEM_LIBDIR}/test/ts_all.rb
+${GEM_HOME}/specifications/highline-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib/highline
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/examples
+@dirrm ${GEM_LIBDIR}
diff --git a/devel/ruby-highline/distinfo b/devel/ruby-highline/distinfo
new file mode 100644
index 00000000000..d102468fa0d
--- /dev/null
+++ b/devel/ruby-highline/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:21 jlam Exp $
+
+SHA1 (highline-1.4.0.gem) = 03c7324c288556bb23455b3e926b20abc824ac54
+RMD160 (highline-1.4.0.gem) = 5030ce4fa0575a1aa2b219c0213f586ea0aad33d
+Size (highline-1.4.0.gem) = 54272 bytes