diff options
author | obache <obache> | 2010-03-02 11:44:52 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-02 11:44:52 +0000 |
commit | 01f6da3ef61c4adfb4e3c25fe6071c68008ff50d (patch) | |
tree | ac68ebbffbcc96f5df1b7211d9a0583caad557a8 /devel/ruby-highline | |
parent | f45ca350f045a60007ce29a598918a1135ba9752 (diff) | |
download | pkgsrc-01f6da3ef61c4adfb4e3c25fe6071c68008ff50d.tar.gz |
Update ruby-highline to 1.5.2.
based on package by @anyakichi via twiter.
== 1.5.2
* Added support for using the ffi-ncurses gem which is supported in JRuby.
* Added gem build instructions.
== 1.5.1
* Fixed the long standing echo true bug.
(reported by Lauri Tuominen)
* Improved Windows API calls to support the redirection of STDIN.
(patch by Aaron Simmons)
* Updated gem specification to avoid a deprecated call.
* Made a minor documentation clarification about character mode support.
* Worked around some API changes in Ruby's standard library in Ruby 1.9.
(patch by Jake Benilov)
== 1.5.0
* Fixed a bug that would prevent Readline from showing all completions.
(reported by Yaohan Chen)
* Added the ability to pass a block to HighLine#agree().
(patch by Yaohan Chen)
Diffstat (limited to 'devel/ruby-highline')
-rw-r--r-- | devel/ruby-highline/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-highline/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-highline/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-highline/Makefile b/devel/ruby-highline/Makefile index f6e9cfff682..b21c04deb1f 100644 --- a/devel/ruby-highline/Makefile +++ b/devel/ruby-highline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:21 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/02 11:44:52 obache Exp $ -DISTNAME= highline-1.4.0 +DISTNAME= highline-1.5.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= net security diff --git a/devel/ruby-highline/PLIST b/devel/ruby-highline/PLIST index 0d273d57801..89a2d46c74d 100644 --- a/devel/ruby-highline/PLIST +++ b/devel/ruby-highline/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/03/02 11:44:52 obache Exp $ ${GEM_HOME}/cache/highline-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/INSTALL @@ -10,6 +10,7 @@ ${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/limit.rb ${GEM_LIBDIR}/examples/menus.rb ${GEM_LIBDIR}/examples/overwrite.rb ${GEM_LIBDIR}/examples/page_and_wrap.rb @@ -18,6 +19,7 @@ ${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/compatibility.rb ${GEM_LIBDIR}/lib/highline/import.rb ${GEM_LIBDIR}/lib/highline/menu.rb ${GEM_LIBDIR}/lib/highline/question.rb diff --git a/devel/ruby-highline/distinfo b/devel/ruby-highline/distinfo index d102468fa0d..2f97aa51ccb 100644 --- a/devel/ruby-highline/distinfo +++ b/devel/ruby-highline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:21 jlam Exp $ +$NetBSD: distinfo,v 1.2 2010/03/02 11:44:53 obache Exp $ -SHA1 (highline-1.4.0.gem) = 03c7324c288556bb23455b3e926b20abc824ac54 -RMD160 (highline-1.4.0.gem) = 5030ce4fa0575a1aa2b219c0213f586ea0aad33d -Size (highline-1.4.0.gem) = 54272 bytes +SHA1 (highline-1.5.2.gem) = 2b1d6b3088d91df2fd955928731fb0aabdb3817f +RMD160 (highline-1.5.2.gem) = 4994a380da10d1938424aa8062b508208edc32cf +Size (highline-1.5.2.gem) = 55808 bytes |