pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-highline Initial import of ruby18-highline-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aca0451f24f9
branches:  trunk
changeset: 540476:aca0451f24f9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:17:21 2008 +0000

description:
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.

diffstat:

 devel/ruby-highline/DESCR    |   4 ++++
 devel/ruby-highline/Makefile |  12 ++++++++++++
 devel/ruby-highline/PLIST    |  36 ++++++++++++++++++++++++++++++++++++
 devel/ruby-highline/distinfo |   5 +++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r dd3ad8d55f3a -r aca0451f24f9 devel/ruby-highline/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-highline/DESCR Fri Apr 04 15:17:21 2008 +0000
@@ -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 -r dd3ad8d55f3a -r aca0451f24f9 devel/ruby-highline/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-highline/Makefile      Fri Apr 04 15:17:21 2008 +0000
@@ -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@localhost
+HOMEPAGE=      http://highline.rubyforge.org/
+COMMENT=       High-level console IO library
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dd3ad8d55f3a -r aca0451f24f9 devel/ruby-highline/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-highline/PLIST Fri Apr 04 15:17:21 2008 +0000
@@ -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 -r dd3ad8d55f3a -r aca0451f24f9 devel/ruby-highline/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-highline/distinfo      Fri Apr 04 15:17:21 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index