pkgsrc.git
13 years agoMerge from vendor branch TNF:
obache [Fri, 10 Sep 2010 09:00:38 +0000 (09:00 +0000)]
Merge from vendor branch TNF:
Import skk-jisyo-cdb-201008 as inputmethod/skk-jisyo-cdb.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.

A basic set of Kana-Kanji conversion dictionary developed by SKK project.
This package is cdb format dictionary for dbskkd-cdb and so on.

13 years agoImport skk-jisyo-cdb-201008 as inputmethod/skk-jisyo-cdb.
obache [Fri, 10 Sep 2010 09:00:38 +0000 (09:00 +0000)]
Import skk-jisyo-cdb-201008 as inputmethod/skk-jisyo-cdb.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.

A basic set of Kana-Kanji conversion dictionary developed by SKK project.
This package is cdb format dictionary for dbskkd-cdb and so on.

13 years agoNote update of many ruby packages #2 (still on going, but I take a break).
taca [Fri, 10 Sep 2010 08:56:51 +0000 (08:56 +0000)]
Note update of many ruby packages #2 (still on going, but I take a break).

13 years agoNote update of textproc/oniguruma package to 5.9.2.
taca [Fri, 10 Sep 2010 08:55:53 +0000 (08:55 +0000)]
Note update of textproc/oniguruma package to 5.9.2.

13 years agoUpdate time/ruby-tzinfo to 0.3.23.
taca [Fri, 10 Sep 2010 08:53:28 +0000 (08:53 +0000)]
Update time/ruby-tzinfo to 0.3.23.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.

== Version 0.3.23 (tzdata v2010l) - 19-Aug-2010

* Updated to tzdata version 2010l
  (http://article.gmane.org/gmane.comp.time.tz/3354).

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:52:04 +0000 (08:52 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out HOMEPAGE, domain disappeared.
* Add LICENSE.
* Remove default value of GEM_BUILD.

13 years agoRemove redundant PKGNAME.
taca [Fri, 10 Sep 2010 08:50:55 +0000 (08:50 +0000)]
Remove redundant PKGNAME.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:50:38 +0000 (08:50 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.

13 years ago* Avoid to use "ftools" which has deprecated in ruby19.
taca [Fri, 10 Sep 2010 08:49:55 +0000 (08:49 +0000)]
* Avoid to use "ftools" which has deprecated in ruby19.

13 years agoUpdate textproc/ruby-xmlparser to 0.7.1.
taca [Fri, 10 Sep 2010 08:48:31 +0000 (08:48 +0000)]
Update textproc/ruby-xmlparser to 0.7.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add PKG_DESTDIR_SUPPORT.
* Ajust new ruby package's framework.

Changes of version 0.7.1

    * convert the encoding of an input string automatically (Ruby 1.9.1).

Changes of version 0.7.0

    * suppot Ruby 1.9.1.
    * remove some experimental libraries.
    * remove all example programs.

13 years agoUpdate textproc/ruby-will-paginate to 2.3.14.
taca [Fri, 10 Sep 2010 08:42:59 +0000 (08:42 +0000)]
Update textproc/ruby-will-paginate to 2.3.14.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

= 2.3.12, released 2009-12-01

* make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin

= 2.3.11, released 2009-06-02

* fix `enable_actionpack`

= 2.3.10, released 2009-05-21

* count_by_sql: don't use table alias with any adapters starting with "oracle"
* Add back "AS count_table" alias to `paginate_by_sql` counter SQL

= 2.3.9, released 2009-05-29

* remove "AS count_table" alias from `paginate_by_sql` counter SQL
* Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through)
* fix generation of page URLs that contain the "@" character
* check for method existance in a ruby 1.8- and 1.9-compatible way
* load will_paginate view helpers even if ActiveRecord is not loaded

== 2.3.8, released 2009-03-09

* Rails 2.3 compat: query parameter parsing with Rack

== 2.3.7, released 2009-02-09

* Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs.

== 2.3.6, released 2008-10-26

* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists

== 2.3.5, released 2008-10-07

* update the backported named_scope implementation for Rails versions older than 2.1
* break out of scope of paginated_each() yielded block when used on named scopes
* fix paginate(:from)

== 2.3.4, released 2008-09-16

* Removed gem dependency to Active Support (causes trouble with vendored rails).
* Rails 2.1: fix a failing test and a deprecation warning.
* Cope with scoped :select when counting.

== 2.3.3, released 2008-08-29

* Ensure that paginate_by_sql doesn't change the original SQL query.
* RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master)
* Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated
* ActiveRecord 2.1: Remove :include option from count_all query when it's possible.

== 2.3.2, released 2008-05-16

* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs

== 2.3.1, released 2008-05-04

* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)

== 2.3.0, released 2008-04-29

* Changed LinkRenderer to receive collection, options and reference to view template NOT in
  constructor, but with the #prepare method. This is a step towards supporting passing of
  LinkRenderer (or subclass) instances that may be preconfigured in some way
* LinkRenderer now has #page_link and #page_span methods for easier customization of output in
  subclasses
* Changed page_entries_info() method to adjust its output according to humanized class name of
  collection items. Override this with :entry_name parameter (singular).

    page_entries_info(@posts)
    #-> "Displaying all 12 posts"
    page_entries_info(@posts, :entry_name => 'item')
    #-> "Displaying all 12 items"

== 2.2.3, released 2008-04-26

* will_paginate gem is no longer published on RubyForge, but on
  gems.github.com:

    gem sources -a http://gems.github.com/  (you only need to do this once)
    gem install mislav-will_paginate

* extract reusable pagination testing stuff into WillPaginate::View
* rethink the page URL construction mechanizm to be more bulletproof when
  combined with custom routing for page parameter
* test that anchor parameter can be used in pagination links

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:42:19 +0000 (08:42 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

13 years ago* Remove redundant PKGNAME.
taca [Fri, 10 Sep 2010 08:40:56 +0000 (08:40 +0000)]
* Remove redundant PKGNAME.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

13 years agoUpdate textproc/ruby-simple-rss to 1.2.3.
taca [Fri, 10 Sep 2010 08:40:15 +0000 (08:40 +0000)]
Update textproc/ruby-simple-rss to 1.2.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

13 years ago* Remove RUBY_HAS_ARCHLIB.
taca [Fri, 10 Sep 2010 08:39:27 +0000 (08:39 +0000)]
* Remove RUBY_HAS_ARCHLIB.
* Add patches to support both ruby18 and ruby19.

No functional change.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:37:41 +0000 (08:37 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:36:45 +0000 (08:36 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

13 years agoUpdate textproc/ruby-redcloth to 4.2.3.
taca [Fri, 10 Sep 2010 08:35:57 +0000 (08:35 +0000)]
Update textproc/ruby-redcloth to 4.2.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.

=== 4.2.3 / March 1, 2010

* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README

=== 4.2.2 / June 30, 2009

* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]

=== 4.2.1 / June 16, 2009

* Fix regression where period wasn't accepted in style attribute. [Jason Garber]

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:35:16 +0000 (08:35 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.

13 years agoUpdate textproc/ruby-plist to 3.1.0.
taca [Fri, 10 Sep 2010 08:33:30 +0000 (08:33 +0000)]
Update textproc/ruby-plist to 3.1.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

2010-02-23:
 * Ruby 1.9.x compatibility!

2010-02-16:
 * excise a bunch of unnecessary @@ variables
 * fix up some tests for cross-version compatibility

2010-02-14:
 * generalized cleanup:
   * fix old file headers
   * modernize rakefile
   * clean up rdoc

2010-01-08:
 * move from RubyForge Subversion to GitHub

2007-02-22 (r81):
 * make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here).  Test and idea contributed by Chuck Remes.

2006-09-20 (r80):
 * tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:32:29 +0000 (08:32 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.

No functional change.

13 years ago* Add LICENSE.
taca [Fri, 10 Sep 2010 08:30:42 +0000 (08:30 +0000)]
* Add LICENSE.
* Avoid to use "ftools" which has deprecated in ruby19.

No functional change.

13 years agoUpdate textproc/ruby-nokogiri to 1.4.3.1.
taca [Fri, 10 Sep 2010 08:29:06 +0000 (08:29 +0000)]
Update textproc/ruby-nokogiri to 1.4.3.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are too many to write here, please refer CHANGELOG.rdoc.

13 years agoFix HOMEPAGE.
wiz [Fri, 10 Sep 2010 08:28:13 +0000 (08:28 +0000)]
Fix HOMEPAGE.

13 years agoUpdate oniguruma to 5.9.2.
taca [Fri, 10 Sep 2010 08:26:38 +0000 (08:26 +0000)]
Update oniguruma to 5.9.2.

* Add LICENSE.

History

2010/01/09: Version 5.9.2

2010/01/05: [bug]  fix utf16be_code_to_mbc() and utf16le_code_to_mbc().
2008/09/16: [bug]  fix memory leaks in parse_exp().
2008/08/01: [bug]  fix memory leaks.
2008/06/17: [bug]  invalid type of argument was used
                   in onig_st_lookup_strend().
2008/06/16: [bug]  invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
2008/02/19: [new]  add: onig_reg_init().
2008/02/19: [new]  add: onig_free_body().
2008/02/19: [new]  add: onig_new_without_alloc().
2008/02/19: [API]  rename onig_alloc_init() to onig_reg_init(),
                   and argument type changed.
2008/01/31: [impl] move UTF16_IS_SURROGATE_XXX() to regenc.h.
2008/01/30: [bug]  (thanks akr)
                   fix euctw_islead().
2008/01/23: [bug]  update enc/koi8.c.

13 years ago* Add a patch to support both ruby18 and ruby19.
taca [Fri, 10 Sep 2010 08:25:17 +0000 (08:25 +0000)]
* Add a patch to support both ruby18 and ruby19.
* Remove RUBY_HAS_ARCHLIB.

No functional change.

13 years agoRemove * Remove RUBY_HAS_ARCHLIB.
taca [Fri, 10 Sep 2010 08:22:56 +0000 (08:22 +0000)]
Remove * Remove RUBY_HAS_ARCHLIB.

13 years agoUpdate textproc/ruby-maruku to 0.6.0.
taca [Fri, 10 Sep 2010 08:22:12 +0000 (08:22 +0000)]
Update textproc/ruby-maruku to 0.6.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are unknown.

13 years agoUpdate textproc/ruby-markaby to 0.7.1.
taca [Fri, 10 Sep 2010 08:21:04 +0000 (08:21 +0000)]
Update textproc/ruby-markaby to 0.7.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

= 0.7.1 (2010-08-19)

* Rails fixes for form_for called from erb templates

= 0.7.0

* Sinatra 1.0 support
* Full Tilt 1.0+ support, including "yield" support for layouts

= 0.6.10

* Rails fixes for form_for + content_for

= 0.6.9

* Bug fix for url_for.  Previously, you'd need to capture { *_path } instead of
  using the named route directly.  Only affected rails 2.3.4+.

= 0.6.8 (2010-06-03)

* Add a regression for issue Github #17 (for judofyr / Camping)

= 0.6.7 (2010-06-02)

* Add rails support for 2.3.5 - 2.3.8
* Improved rails documentation

= 0.6.6 (2010-06-01)

* ruby 1.9.1 support.  Closes Github Issues #10 & #11.
* Removed Tilt deprecation warnings

= 0.6.4

* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
    Markaby::Builder.new { 'foo' }.to_s #=> "foo"

* Fix critical bug with form_for, which was raising an error
* Introduce proxy object for form_for:

    form_for :foo do |f|
      f.text_field :bar
      f.text_field :baz
    end

* Remove support for rails 2.1.x series.  We'll accept patches for them, if anyone cares enough.

== 0.6.2 / 0.6.3

* Add basic support for the Tilt templating engine (used with Sinatra):

  require 'markaby'
  require 'markaby/tilt'

== 0.6.1

* Support the following rails versions:
    1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0,
    2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4
* Only run rails tests when inside a rails plugins
* Run tests of the various versions of rails with garlic
* Start conversion to rspec.  Use test/spec temporarily until conversion is done.

= 0.6
=== 23 August, 2009

* Canonical repo changed to http://github.com/joho/markaby
* Gem moved to Github (using jeweler)
* Rails init process changed to work with rails > 2.1
* Default attributes on the root (<html>) element can now be overidden
* Reworked CssProxy, allowing attributes on hr and br
* Added Kernel#mab convenience method (require 'markaby/kernel_method')
* WhenOnRails: Can now use :locals with render_markaby
* WhenOnRails: Template errors now report line number

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:20:01 +0000 (08:20 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:19:16 +0000 (08:19 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:18:49 +0000 (08:18 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

13 years agoUpdate textproc/ruby-itex2MML to 1.3.25.
taca [Fri, 10 Sep 2010 08:15:55 +0000 (08:15 +0000)]
Update textproc/ruby-itex2MML to 1.3.25.

* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Add PKG_DESTDIR_SUPPORT.

No exact changes are available.

13 years agoRemove redundant PKGNAME.
taca [Fri, 10 Sep 2010 08:14:55 +0000 (08:14 +0000)]
Remove redundant PKGNAME.

13 years agoNo MASTER_SITES nor HOMEPAGE aren't available now.
taca [Fri, 10 Sep 2010 08:14:36 +0000 (08:14 +0000)]
No MASTER_SITES nor HOMEPAGE aren't available now.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:13:52 +0000 (08:13 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

13 years agoUpdate textproc/ruby-hikidoc to 0.0.6.
taca [Fri, 10 Sep 2010 08:13:23 +0000 (08:13 +0000)]
Update textproc/ruby-hikidoc to 0.0.6.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.

!! Changes 0.0.6 from 0.0.5: 2010-08-28

* fix missing NEWS.ja for packaging

13 years agoUpdate textproc/ruby-haml to 3.0.18.
taca [Fri, 10 Sep 2010 08:12:14 +0000 (08:12 +0000)]
Update textproc/ruby-haml to 3.0.18.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many, please refer http://haml-lang.com/ in detail.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:10:44 +0000 (08:10 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove redundant PKGNAME.

13 years agoUpdate textproc/ruby-feed-normalizer to 1.5.2.
taca [Fri, 10 Sep 2010 08:09:41 +0000 (08:09 +0000)]
Update textproc/ruby-feed-normalizer to 1.5.2.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.

13 years agoUpdate textproc/ruby-fastercsv to 1.5.3.
taca [Fri, 10 Sep 2010 08:08:14 +0000 (08:08 +0000)]
Update textproc/ruby-fastercsv to 1.5.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

== 1.5.3

* A bug fix from Timothy Elliott to return the new parser to its strict quote
  tolerance.

== 1.5.2

* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman.
* Added support for <tt>:write_headers => false</tt> to Table.to_csv().

== 1.5.1

* A bug fix for deleting blank Table rows from Andy Hartford.
* Added gem build instructions.

== 1.5.0

* The main parser has been rewritten by Timothy Elliott to avoid big input
  issues with Ruby 1.8's regex engine.  This makes FasterCSV handle more inputs
  gracefully.
* FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9.
* Included a missing file so the tests will run in source packages.

== 1.4.0

* Added encoding support patch from Michael Reinsch.
* Improved inspect() messages for better IRb support.
* Fixed header writing bug reported by Dov Murik.
* Use custom separators in parsing header Strings as suggested by Shmulik Regev.
* Added a <tt>:write_headers</tt> option for outputting headers.
* Handle open() calls in binary mode whenever we can to workaround a Windows
  issue where line-ending translation can cause an off-by-one error in seeking
  back to a non-zero starting position after auto-discovery for
  <tt>:row_sep</tt> as suggested by Robert Battle.
* Improved the parser to fail faster when fed some forms of invalid CSV that can
  be detected without reading ahead.
* Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and
  prevent the parser from biting off more data than it can chew.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:07:30 +0000 (08:07 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Restrict to RUBY18 only.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:07:00 +0000 (08:07 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

13 years agoUpdate textproc/ruby-coderay to 0.9.4.
taca [Fri, 10 Sep 2010 08:06:27 +0000 (08:06 +0000)]
Update textproc/ruby-coderay to 0.9.4.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many please refer http://coderay.rubychan.de/ for
detail.

13 years ago* Remove redundant PKGNAME.
taca [Fri, 10 Sep 2010 08:03:39 +0000 (08:03 +0000)]
* Remove redundant PKGNAME.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:03:08 +0000 (08:03 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* pdate HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

13 years ago Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 08:02:26 +0000 (08:02 +0000)]
 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Switch to bluecloth 2.0.7.
Please refer http://www.deveiate.org/projects/BlueCloth for detail.

13 years ago* Add LICENSE.
taca [Fri, 10 Sep 2010 08:00:53 +0000 (08:00 +0000)]
* Add LICENSE.
* Remove redundant PKGNAME.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:58:45 +0000 (07:58 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove RUBY_HAS_ARCHLIB.
* Change PKG_DESTDIR_SUPPORT to user-destdir.
* Update patch to support both ruby18 and ruby19.

No functional change.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:59:29 +0000 (07:59 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

13 years agoUpdate sysutils/ruby-facter to 1.5.8.
taca [Fri, 10 Sep 2010 07:56:40 +0000 (07:56 +0000)]
Update sysutils/ruby-facter to 1.5.8.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Move MASTER_SITES to first section.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

1.5.8
=====
ca2da36  Updated install.rb and created man page
3671c9f  [#4583] Refactor uptime to use Resolution.exec
fca8861  [#4594] Reintroduce fix for #1291 from original patch
32c0cb0  [#4594] Revert "fixes #2573, #2085, #1291..."
e7df4c0  Updated CHANGELOG for 1.5.8rc2
9c9cabd  Better fix for Bug 4569: Uptime Fact is incorrect on Windows
01a515f  [#4289] operatingsystemrelease fact for oel, ovs
b6c0a6b  Fix for bug #4569
51bcebe  Fixed Rakefile package task version detection
81ccb48  Removed references to Reductive Labs in the Rakefile

1.5.8rc1
========
f280703  Incremented version to 1.5.8
98ef5e8  Updated CHANGELOG for 1.5.8rc1
4398b36  Updated CHANGELOG rake task
e02be1d  [#4156] Updating spec to match Kai's change
bff84c2  [#4156] Applying patch by Kai
b7fe989  [#2330] Update uptime calculation to use /bin/cat
e9a60bc  Facter::Manufacturer - sunos test + simplified regex
be411c0  Facter::Manufacturer - test for SunOS and FreeBSD
67f6604  [#4062] Implement operating system facts for MeeGo
a2bcacd  [#2330] Uptime should not make redundant system calls
ce7bd9f  Refactor rakefile to use spec.ops, separate rcov task
faaa169  Fix #4352 - Support for detecting KVM virtuals on FreeBSD
82286e4  Fix #4352 - Support for detecting virtuals (jails) on FreeBSD
b2c2114  Properly wrapped the windows ipaddress fact in a setcode block.
1bd2ca2  Fixed #3929 - Added user confine to AIX memory facts
8106bc3  Adding HP-UX support to Facter's IP facts
83b3ea6  Fixed #3393 - Updates to Facter for MS Windows
ffcae46  Fixed #3403 - Added fact to query vlans; added spec test
d4b8401  Merged Jos Backus patch to remove requirement for ftools altogether
73dcbb9  Fixed #2355 read hang on /proc/xen/capabilties on RHEL 4.7
d109def  Fix #1365 - load all facts via cli
6c87917  Fixed failing test introduced by previous commit
c5b8d3b  Fixes #3740 - split dmi output on regex
25bf5c2  Fix virtual unit test on non-linux by stubbing kernel
9a00eae  Fixed #2313 - Somewhat essential hardware facts not available on OpenBSD, patch included
e19024b  Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored
97879f9  Added support for Slackware in operatingsystem and operatingsystemrelease
802e6c2  Fixed #3542 - Ruby 1.9: broken unittest, String#each no longer exists
2f016f3  Fixed #3541 - Ruby 1.9: broken unittest, unexpected invocation: Process.waitall()
84d3d9f  Fixed #3445 - Facter does not handle solaris branded zones properly
b5a8de0  Fix for #3411 install.rb should not put "." first in the tmp_dirs
8ea33eb  Fixed #3447 - OVS and OEL not matching in operatingsystemrelease
aeee83c  Fixed #3410 - Warnings in rake spec
8bf8cb5  Fixes #3397 - is_virtual fact does not detect Linux-VServer
62b6773  Add kvm support to virtual fact
dca615c  fixes #2573, #2085, #1291 - fixes domain and fqdn facts resolution
86447c8  Revert "use popen3 in Resolution.exec"
7750f03  Fix #2341 - stricter handling of dmidecode split
f4269d9  Fix #2746 - add architecture support for GNU/kFreeBSD
50cef83  Fix missing error case
356cf15  Remove whitespace in DMI facts (#3008, #3011)
feecd39  Only ignore IPs starting with 127.
68fc123  Added package signing task
33fb770  use popen3 in Resolution.exec to catch stderr
8109806  introduce a warn mechanism for debugging
b2c1ca5  Add docs to Mac OS X package creation script and clean out old docs in the preflight
5412eab  Fixed : 2788 - ftools missing in Ruby 1.9
5b95a12  Fixes #2704. Problem finding install.rb three levels up
9aef69e  Removed all ChangeLog

13 years agoUpdate sysutils/ruby-directory-watcher to 1.3.2.
taca [Fri, 10 Sep 2010 07:54:20 +0000 (07:54 +0000)]
Update sysutils/ruby-directory-watcher to 1.3.2.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.

== 1.3.2 / 2010-04-09

* 1 bug fix
  - removing the now defunct "tasks" folder from the deployed gem

== 1.3.1 / 2009-10-26

* 1 bug fix
  - explicitly killing the Rev loop when stopping

== 1.3.0 / 2009-10-21

* 2 major enhancements
  - added support for Rev based notifications
  - added support for EventMachine based notifications

* 1 minor enhancement
  - pulled out the scanner thread into its own class

== 1.2.0 / 2009-04-12

* 2 minor enhancements
  - added an option to persist state to a file [Benjamin Thomas]
  - the option to run the directory watcher scanner manually

== 1.1.2 / 2008-12-14

* 1 minor bugfix
  - fixed directory creation if the watched directory did not exist

13 years agoUpdate sysutils/ruby-activesambaldap to 0.0.8.
taca [Fri, 10 Sep 2010 07:53:14 +0000 (07:53 +0000)]
Update sysutils/ruby-activesambaldap to 0.0.8.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

== 0.0.8: 2009-09-22

* [#26692] scaffold_active_samba_ldap doesn't work with Rails 2.2.2.
  [Orlando Marquina]
* [#26814] scaffold_active_samba_ldap generates wrong class name.
  [Orlando Marquina]
* Supported ActiveLdap 1.2.0.

== 0.0.7: 2009-07-18

* Supported ActiveLdap 1.1.0.
* Supported gem plugin.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:52:13 +0000 (07:52 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out none existing MASTER_SITES.  gem files are still available.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:50:03 +0000 (07:50 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.

13 years ago* Add LICENSE.
taca [Fri, 10 Sep 2010 07:49:07 +0000 (07:49 +0000)]
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Chante PKG_DESTDIR_SUPPORT to user-destdir.
* Add patch to support both ruby18 and ruby19.

13 years ago* Add LICENSE.
taca [Fri, 10 Sep 2010 07:46:31 +0000 (07:46 +0000)]
* Add LICENSE.
* Update dependency according to gemspec.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:47:05 +0000 (07:47 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:44:40 +0000 (07:44 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.

=== 2.0.23 / 03 Jun 2010

* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]

Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
packet being sent immediately, ahead of the data in the output buffer. Now
buffer becomes empty.

=== 2.0.22 / 20 Apr 2010

* Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]

=== 2.0.21 / 20 Mar 2010

* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]

* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]

* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]

* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]

* Removed Hanna dependency in Rakefile [Delano Mandelbaum]

=== 2.0.20 / 10 Feb 2010

* Support "ProxyCommand none" directive [Andy Lo-A-Foe]

=== 2.0.19 / 16 Jan 2010

* Support plus sign in sshconfig hostname [Jason Weathered]

=== 2.0.18 / 15 Jan 2010

* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]

=== 2.0.17 / 14 Dec 2009

* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]

13 years agoUpdate security/ruby-net-sftp to 2.0.5.
taca [Fri, 10 Sep 2010 07:43:45 +0000 (07:43 +0000)]
Update security/ruby-net-sftp to 2.0.5.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

=== 2.0.5 / 19 Aug 2010

* Fixed missing StringIO exception in download! [Toby Bryans, Delano Mandelbaum]

13 years agoUpdate security/ruby-net-scp to 1.0.3.
taca [Fri, 10 Sep 2010 07:42:48 +0000 (07:42 +0000)]
Update security/ruby-net-scp to 1.0.3.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

=== 1.0.3 / 17 Aug 2010

* replace :sanitize_file_name with a call to String#shellescape [Sung Pae]
* Added gemspec file and removed echoe dependency [Miron Cuperman, Delano Mandelbaum]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]

13 years agoUpdate security/ruby-ezcrypto to 0.7.2.
taca [Fri, 10 Sep 2010 07:41:46 +0000 (07:41 +0000)]
Update security/ruby-ezcrypto to 0.7.2.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

Changes are unknown.

13 years ago* Ajust new ruby package's framework.
taca [Fri, 10 Sep 2010 07:40:32 +0000 (07:40 +0000)]
* Ajust new ruby package's framework.

13 years ago Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:40:00 +0000 (07:40 +0000)]
 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:39:14 +0000 (07:39 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:38:35 +0000 (07:38 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:37:00 +0000 (07:37 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

13 years ago Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:36:19 +0000 (07:36 +0000)]
 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

13 years ago* Add LICENSE.
taca [Fri, 10 Sep 2010 07:35:41 +0000 (07:35 +0000)]
* Add LICENSE.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:34:35 +0000 (07:34 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Add PKG_DESTDIR_SUPPORT.
* Add "-Ku" option on shbang line to specify scripts' character encoding
  explicitly.  (Hopefully, it work on ruby19).

13 years ago* Ajust new ruby package's framework.
taca [Fri, 10 Sep 2010 07:31:45 +0000 (07:31 +0000)]
* Ajust new ruby package's framework.
* Add patch to support for ruby18 and ruby19.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:26:51 +0000 (07:26 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

Bump PKGREVISION.

13 years agoUpdate misc/ruby-launchy to 0.3.7.
taca [Fri, 10 Sep 2010 07:24:27 +0000 (07:24 +0000)]
Update misc/ruby-launchy to 0.3.7.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.

= Launchy Changlog

== Version 0.3.7 - 2010-07-19

* Fix launchy on windows (mikefarmer)

== Version 0.3.6 - 2010-02-22

* add a test:spec task to run tests without rcov support
* added 'testing' os family for running tests

== Version 0.3.5 - 2009-12-17

* clarify that launchy is under ISC license
* fix missing data file in released gem needed for running specs

== Version 0.3.3 - 2009-02-19

* pass command line as discrete items to system() to avoid string
  interpretation by the system shell. (Suraj N. Kurapati)
* rework project layout and tasks

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:23:26 +0000 (07:23 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

13 years agoUpdate misc/ruby-daemons to 1.1.0.
taca [Fri, 10 Sep 2010 07:22:54 +0000 (07:22 +0000)]
Update misc/ruby-daemons to 1.1.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

== Release 1.1.0: June 20, 2010

* Honour the options[:app_name] in Daemons.daemonize (thanks to Ryan Tecco).
* Included a new option :stop_proc to specify a proc that will be called when a
  daemonized process receives a request to stop (thanks to Dave Dupre).
* Only delete the pidfile if the current pid is the original pid (ghazel).
* Start when restart but no application running (pcreux).
* Silently continue if there is no pidfile (ghazel).
* We now per default wait for processes to stop and
  kill them automatically it if they do not stop within a given time
  (force_kill_waittime). Use the option --no_wait to not wait for processes to
  stop.
* Set log files mode to 0644 (mikehale).
* Set pid file permissions to 0644 (mikehale).
* Added ability to change process uid/gid (mikehale).
* Fix for: If you happen to start a daemon from a process that has open file
  descriptors these will stay open. As it is daemonize.rb only closes ruby IO
  objects (thanks to Han Holl).
* New reload command (SIGHUP) (thanks to Michael Schuerig).

13 years agoUpdate misc/ruby-configuration to 1.1.0.
taca [Fri, 10 Sep 2010 07:22:08 +0000 (07:22 +0000)]
Update misc/ruby-configuration to 1.1.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

Changes are unknown.

13 years agoUpdate misc/ruby-columnize to 0.3.1.
taca [Fri, 10 Sep 2010 07:21:02 +0000 (07:21 +0000)]
Update misc/ruby-columnize to 0.3.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

0.3.1  (01-07-26)

- Correct for Ruby 1.9 (Mark Mosely)

- add optional lineprefix parameter

0.3.0  (01-10-09) - Sam Woodward Release

- Fix bad bug in arranging horizontally

0.2.1 (12-31-08)

- Add ability to run columns horizontally

0.2

- Minor - get rid of hacky $0 test

13 years agoRemove redundant PKGNAME.
taca [Fri, 10 Sep 2010 07:19:18 +0000 (07:19 +0000)]
Remove redundant PKGNAME.

13 years ago-ruby-1.8.7.302 (Ruby 1.8.7-p302).
taca [Fri, 10 Sep 2010 07:18:15 +0000 (07:18 +0000)]
-ruby-1.8.7.302 (Ruby 1.8.7-p302).

13 years agoNote update of many ruby packages (still on going).
taca [Fri, 10 Sep 2010 07:17:45 +0000 (07:17 +0000)]
Note update of many ruby packages (still on going).

13 years agoUpdate mail/ruby-tmail 1.2.7.1.
taca [Fri, 10 Sep 2010 07:01:51 +0000 (07:01 +0000)]
Update mail/ruby-tmail 1.2.7.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

=== 1.2.7.1 / 2010-02-07

* Fixed stray ruby-debug
* Re indented RChardet, and handled old syntax

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:00:49 +0000 (07:00 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

== MIME::Types 1.16
* Made compatible with Ruby 1.8.6, 1.8.7, and 1.9.1.
* Switched to the 'hoe' gem system and added a lot of build-time tools.
* Updated the MIME types to the list based on the values in the Perl library
  version 1.27. Also updated based on external source information and bug
  reports.
* This is the last planned version of MIME::Types 1.x. Work will be
  starting soon on MIME::Types 2.x with richer data querying mechanisms
  and support for external data sources.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 07:00:07 +0000 (07:00 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

13 years agoRemove redundant PKGNAME.
taca [Fri, 10 Sep 2010 06:58:50 +0000 (06:58 +0000)]
Remove redundant PKGNAME.

13 years agoUpdate graphics/ruby-rcairo to 1.8.5.
taca [Fri, 10 Sep 2010 06:55:02 +0000 (06:55 +0000)]
Update graphics/ruby-rcairo to 1.8.5.

* Allow graphics/ruby-rcairo/buildlink3.mk to specify "ruby19-" package.

win32 changes only and no change for pkgsrc.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 06:51:52 +0000 (06:51 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.

13 years agoUpdaet graphics/ruby-mini-magick to 2.1.
taca [Fri, 10 Sep 2010 06:51:03 +0000 (06:51 +0000)]
Updaet graphics/ruby-mini-magick to 2.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

Changes are unknown.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 06:49:22 +0000 (06:49 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* make GEM_NAME to force lower case.
* Add a patch to support both ruby18 and ruby19.

13 years agoUpdate graphics/ruby-gnuplot to 2.3.4.
taca [Fri, 10 Sep 2010 06:47:43 +0000 (06:47 +0000)]
Update graphics/ruby-gnuplot to 2.3.4.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

2.3.4
 * Include more files in the gem by switching to Jeweler (thanks Jeweler guyz)!

2.3.3
 * Fix issue #4 (thanks Jakobs)
 * Fix some unit tests (thanks Nobu!)

2.3.2 Feb 2010
 * Add an arbitrary_lines specifier

2.3.1 Feb 2010

* Fix a bug I introduced in 2.3.0

2.3.0 Feb 2010

* incorporate a few patch changes

2.2.3.1 July 18 2009

* output the raw "to gnuplot" data if $VERBOSE

Version 2.2.2 July 2009

* raise if no executable found, should be windows compat. now

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 06:46:43 +0000 (06:46 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.

No functional change.

13 years agoUpdate graphics/ruby-color to 1.4.1.
taca [Fri, 10 Sep 2010 06:45:00 +0000 (06:45 +0000)]
Update graphics/ruby-color to 1.4.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

== Color 1.4.1 / 2010.02.03
* Imported to github.
* Converted to Hoe 2.5 spec format.

13 years ago* Update RUBY_HAS_ARCHLIB.
taca [Fri, 10 Sep 2010 06:44:03 +0000 (06:44 +0000)]
* Update RUBY_HAS_ARCHLIB.
* Remove RUBY_HAS_ARCHLIB.

13 years agoUpdate graphics/ruby-RMagick to 2.13.1.
taca [Fri, 10 Sep 2010 06:42:52 +0000 (06:42 +0000)]
Update graphics/ruby-RMagick to 2.13.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

RMagick 2.13.1
    o Fixed bug preventing RMagick from working with version 6.5.9 or higher

RMagick 2.13.0
    o Added Doxygen documentation, for automatic documentation
    o Fixed bug #27467, get RMagick to compile witH ImageMagick 6.5.7
    o Fixed bug #27607, switch Pixel#from_hsla and Pixel#to_hsla to use ranges
      0-255 instead of 0-100 for saturation and lightness (range used by
      ImageMagick 6.5.6-5 and higher). Also added ability to specify all
      arguments to these functions as percentages (bug report by Arthur Chan).

13 years agoRemove default value's PKGNAME.
taca [Fri, 10 Sep 2010 06:40:06 +0000 (06:40 +0000)]
Remove default value's PKGNAME.

13 years agoUpdate finance/ruby-activemerchant to 1.5.1.
taca [Fri, 10 Sep 2010 06:39:06 +0000 (06:39 +0000)]
Update finance/ruby-activemerchant to 1.5.1.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are over 100 lines, please refer HOMEPAGE for detail.

13 years agoUpdate devel/rubyforge to 2.0.4.
taca [Fri, 10 Sep 2010 06:37:04 +0000 (06:37 +0000)]
Update devel/rubyforge to 2.0.4.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

=== 2.0.4 / 2010-02-28

* Stubbed out login and logout commands to print a warning and return

13 years agoUpdate devel/ruby2ruby to 1.2.5.
taca [Fri, 10 Sep 2010 06:35:55 +0000 (06:35 +0000)]
Update devel/ruby2ruby to 1.2.5.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

=== 1.2.5 / 2010-09-01

* 4 minor enhancements:

  * Added braces to hash args surrounded if in a binary method call.
  * Added rewrite_resbody to double check structure and freak if necessary.
  * Added stress task
  * rewrite_rescue now detects rescue with multiple arguments.

* 2 bug fixes:

  * Fixed dstr/dregex/d* roundtripping problem
  * Fixed up call arg processing to be more correct and to work with the new sexp form

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 06:34:24 +0000 (06:34 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Correct LICENSE.
* Ajust new ruby package's framework; no need to patch rakefile.rb.

13 years agoUpdate devel/ruby-thrift_client to 0.4.6
taca [Fri, 10 Sep 2010 06:32:52 +0000 (06:32 +0000)]
Update devel/ruby-thrift_client to 0.4.6

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.

v0.4.6 Add support for oneway methods.

v0.4.5. Fix broken retries.

v0.4.4. Default to 0 retries rather than the number of servers.

13 years ago* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
taca [Fri, 10 Sep 2010 06:32:00 +0000 (06:32 +0000)]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.