diff options
author | taca <taca> | 2010-09-10 05:49:39 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 05:49:39 +0000 |
commit | 70e6af1b042e6b4fc9be1ff9bbbd436eff6164d6 (patch) | |
tree | bbe163e28b37a486b922849820b19152b0320da4 /devel | |
parent | 68bfecf79e4acdbf5f504746d40fd3f23fd38aa8 (diff) | |
download | pkgsrc-70e6af1b042e6b4fc9be1ff9bbbd436eff6164d6.tar.gz |
Update devel/ruby-highline to 1.6.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
== 1.6.1
* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
as cbreak does not appear to be the posixly correct argument. It fails
on Solaris if cbreak is used.
* Fixed an issue that kept Menu from showing the correct choices for
disambiguation.
* Removed a circular require that kept Ruby 1.9.2 from loading HighLine.
* Fixed a bug that caused infinite looping when wrapping text without spaces.
* Fixed it so that :auto paging accounts for the two lines it adds.
* On JRuby, improved error message about ffi-ncurses. Before 1.5.3,
HighLine was silently swallowing error messages when ffi-ncurses gem
was installed without ncurses present on the system.
* Reverted Aaron Simmons's patch to allow redirecting STDIN on Windows. This
is the only way we could find to restore HighLine's character reading to
working order.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-highline/Makefile | 8 | ||||
-rw-r--r-- | devel/ruby-highline/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-highline/Makefile b/devel/ruby-highline/Makefile index b21c04deb1f..4ab41ed3d6e 100644 --- a/devel/ruby-highline/Makefile +++ b/devel/ruby-highline/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2010/03/02 11:44:52 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/10 05:49:39 taca Exp $ -DISTNAME= highline-1.5.2 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= highline-1.6.1 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://highline.rubyforge.org/ COMMENT= High-level console IO library +LICENSE= gnu-gpl-v2 OR ruby-license -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-highline/distinfo b/devel/ruby-highline/distinfo index 2f97aa51ccb..74938f1409b 100644 --- a/devel/ruby-highline/distinfo +++ b/devel/ruby-highline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/03/02 11:44:53 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/09/10 05:49:39 taca Exp $ -SHA1 (highline-1.5.2.gem) = 2b1d6b3088d91df2fd955928731fb0aabdb3817f -RMD160 (highline-1.5.2.gem) = 4994a380da10d1938424aa8062b508208edc32cf -Size (highline-1.5.2.gem) = 55808 bytes +SHA1 (highline-1.6.1.gem) = 261d3f0cac763137371a3316edf95893bdeaa78e +RMD160 (highline-1.6.1.gem) = e3c9e0fce364a1217daa4b6bd2a73d3ecd8a02f0 +Size (highline-1.6.1.gem) = 56320 bytes |