<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/ruby-highline, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-06-02T00:39:32Z</updated>
<entry>
<title>Update ruby-highline to 1.6.12.</title>
<updated>2012-06-02T00:39:32Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-06-02T00:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f652f0468be17818f5ee22cf732efa63e869b037'/>
<id>urn:sha1:f652f0468be17818f5ee22cf732efa63e869b037</id>
<content type='text'>
== 1.6.12

* Silenced warnings (by James McEwan).
</content>
</entry>
<entry>
<title>Update ruby-highine to 1.6.11.</title>
<updated>2012-03-17T14:37:30Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-03-17T14:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bb0418614aced46a24f03cf5f3585f001139a8cc'/>
<id>urn:sha1:bb0418614aced46a24f03cf5f3585f001139a8cc</id>
<content type='text'>
= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.11

* Fixed a bad test.  (Fix by Diego Elio Pettenò.)

== 1.6.10

* Fixed a regression that prevented asking for String arguments (by Jeffery
  Sman.)
* Fixed a testing incompatibility (by Hans de Graaff.)

== 1.6.9

* The new list modes now properly ignore escapes when sizing.
* Added a project gemspec file.
* Fixed a bug that prevented the use of termios (by tomdz).
* Switch to JLine to provide better echo support on JRuby (by tomdz).
</content>
</entry>
<entry>
<title>Update ruby-highline package to 1.6.8.</title>
<updated>2011-12-14T17:04:56Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-12-14T17:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a96a1b6a77e70d2046c86eabbe2bb4a6ec6b1e68'/>
<id>urn:sha1:a96a1b6a77e70d2046c86eabbe2bb4a6ec6b1e68</id>
<content type='text'>
= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.8

* Fix missing &lt;tt&gt;ERASE_CHAR&lt;/tt&gt; reference (by Aaron Gifford).

== 1.6.7

* Fixed bug introduced in 1.6.6 attempted fix (by Aaron Gifford).

== 1.6.6

* Fixed old style references causing &lt;tt&gt;HighLine::String&lt;/tt&gt; errors (by Aaron Gifford).
</content>
</entry>
<entry>
<title>Update devel/ruby-highline to 1.6.5</title>
<updated>2011-11-09T21:29:09Z</updated>
<author>
<name>gls</name>
<email>gls</email>
</author>
<published>2011-11-09T21:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7ec7d6e8b887b483830851d926506ddf2e377993'/>
<id>urn:sha1:7ec7d6e8b887b483830851d926506ddf2e377993</id>
<content type='text'>
Changelog:

== 1.6.5

* HighLine#list() now correctly handles empty lists (fix by Lachlan Dowding).
* HighLine#list() now supports &lt;tt&gt;:uneven_columns_across&lt;/tt&gt; and
  &lt;tt&gt;:uneven_columns_down&lt;/tt&gt; modes.

  == 1.6.4

  * Add introspection methods to color_scheme: definition, keys, to_hash.
  * Add tests for new methods.

  == 1.6.3

  * Add color NONE.
  * Add RGB color capability.
  * Made 'color' available as a class or instance method of HighLine, for
    instance: HighLine.color("foo", :blue)) or highline_obj.color("foo", :blue)
    are now both possible and equivalent.
  * Add HighLine::String class with convenience methods: #color (alias
    #foreground), #on (alias #background), colors, and styles. See
    lib/string_extensions.rb.
  * Add (optional) ability to extend String with the same convenience methods from
    HighLine::String, using Highline.colorize_strings.
</content>
</entry>
<entry>
<title>Update ruby-highline package to 1.6.2.</title>
<updated>2011-06-17T15:34:02Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-06-17T15:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dd9d209988e063cb340d7af02ff6263d5b7342eb'/>
<id>urn:sha1:dd9d209988e063cb340d7af02ff6263d5b7342eb</id>
<content type='text'>
= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.2

* Correctly handle STDIN being closed before we receive any data (fix by
  mleinart).
* Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve).
* A fix for nil_on_handled not running the action (reported by Andrew Davey).
</content>
</entry>
<entry>
<title>Update devel/ruby-highline to 1.6.1.</title>
<updated>2010-09-10T05:49:39Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-09-10T05:49:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=70e6af1b042e6b4fc9be1ff9bbbd436eff6164d6'/>
<id>urn:sha1:70e6af1b042e6b4fc9be1ff9bbbd436eff6164d6</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>Update ruby-highline to 1.5.2.</title>
<updated>2010-03-02T11:44:52Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-03-02T11:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=01f6da3ef61c4adfb4e3c25fe6071c68008ff50d'/>
<id>urn:sha1:01f6da3ef61c4adfb4e3c25fe6071c68008ff50d</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T17:48:39Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T17:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a3974bf3b6efabbf626979c76d7215661405a16e'/>
<id>urn:sha1:a3974bf3b6efabbf626979c76d7215661405a16e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of ruby18-highline-1.4.0 as devel/ruby-highline.</title>
<updated>2008-04-04T15:17:21Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-04T15:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4cff9257b77535ec2c0e94c80db5847f7db861fa'/>
<id>urn:sha1:4cff9257b77535ec2c0e94c80db5847f7db861fa</id>
<content type='text'>
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.
</content>
</entry>
</feed>
