Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 00:02:21 UTC Now

2010-09-10 15:02:49 UTC MAIN commitmail json YAML

Add --certstore-internal to fix packaging on some Linuces.
>From Aleksey Cheusov in PR 43849.

(wiz)

2010-09-10 14:18:13 UTC MAIN commitmail json YAML

update to 1.2.4
changes:
The patches to fix the following CVEs are included with help from
Vincent Danen and other members of the Red Hat security team:
CVE-2010-1781 CVE-2010-1782 CVE-2010-1784 CVE-2010-1785
CVE-2010-1786 CVE-2010-1787 CVE-2010-1788 CVE-2010-1790
CVE-2010-1792 CVE-2010-1793 CVE-2010-2648

(drochner)

2010-09-10 14:01:12 UTC MAIN commitmail json YAML

Previous commit,

-oniguruma-5.9.2
+xf86-input-mouse-1.6.0

And now,

I can't find these packages for now and remove them.

-ruby-builder-2.2.0
-ruby-cmd-0.8.0
-ruby-debug-base-0.10.3.1

Updated these packages:

-ruby-coderay-0.9.1
-ruby-columnize-0.3.1
-ruby-debug-0.10.3
-ruby-debug-ide-0.4.4
-ruby-directory-watcher-1.3.1
-ruby-eventmachine-0.12.2
-ruby-fastercsv-1.5.1
-ruby-itex2MML-1.3.5
-ruby-jsmin-1.0.1
-ruby-logging-1.3.0
-ruby-mechanize-1.0.0
-ruby-parsetree-3.0.3
-ruby-rgl-0.4.0
-ruby-rspec-1.2.9
-ruby-rttool-1.0.3.0
-ruby-sequel-3.12.1 [pkg/43498]
-ruby-simple-rss-1.2.3 [pkg/43606]
-ruby-will-paginate-2.3.12
-webby-0.9.3

(taca)

2010-09-10 14:00:16 UTC MAIN commitmail json YAML

Note update of devel/ruby-logging package to 1.4.3 and www/ruby-mechanize
package to 1.0.0.

Fix ruby-columnize's entry from 0.3.1nb1 to 0.3.1.

(taca)

2010-09-10 13:54:49 UTC MAIN commitmail json YAML

Update www/mechanize to 1.0.0.

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

= Mechanize CHANGELOG

=== 1.0.0

* New Features:

  * An optional verb may be passed to Mechanize#get GH #26
  * The WWW constant is deprecated. Switch to the top level constant Mechanize
  * SelectList#option_with and options_with for finding options

* Bug Fixes:

  * Rescue errors from bogus encodings
  * 7bit content-encoding support.  Thanks sporkmonger! GH #2
  * Fixed a bug with iconv conversion. Thanks awesomeman! GH #9
  * meta redirects outside the head are not followed. GH #13
  * Form submissions work with nil page encodings. GH #25
  * Fixing default values with serialized cookies. GH #3
  * Checkboxes and fields are sorted by page appearance before submitting. #11

(taca)

2010-09-10 13:51:45 UTC MAIN commitmail json YAML

Update devel/ruby-logging to 1.4.3.

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

Changes are too many to write here, please refer History.txt.

(taca)

2010-09-10 13:44:39 UTC MAIN commitmail json YAML

2010-09-10 13:39:55 UTC MAIN commitmail json YAML

Note update of many www related ruby's packages.

(taca)

2010-09-10 13:37:42 UTC MAIN commitmail json YAML

* Remove RUBY_HAS_ARCHLIB.
* Set RUBYOPT="-Ku" when configure.  It defaults script encoding to UTF-8.

(taca)

2010-09-10 13:36:15 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Change PKG_DESTDIR_SUPPORT to user-destdir.
* Add patches to support both ruby18 and ruby19.

(taca)

2010-09-10 13:33:00 UTC MAIN commitmail json YAML

Allow specify "ruby19-" package, too.

(taca)

2010-09-10 13:32:05 UTC MAIN commitmail json YAML

Update www/webby to 0.9.4.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Correct spelling of CATEGORIES.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

== 0.9.4 / 2009-04-05

* 6 minor enhancements
  - Added a Maruku filter (thanks to Martyn Loughran)
  - Updated to version 0.8.0 of Blueprint css
  - Better handling of errors generated by filters
  - Modified how the editor is spawned when creating pages
  - URLs for index pages now have a trailing slash
  - Configuration options now have nice descriptions
      webby --options
* 7 bug fixes
  - Fixed haml & sass option handling [Alex Brem]
  - Work around for a parsing bug in the rdiscount gem (markdown handling)
  - Editor launching now handles switches passed to the editor
  - When a page fails to render, it no longer writes an empty file to
    the output folder (thereby overwriting the last good page)
  - Pagination bug
  - Presentation slides were not being found when headers had attributes
  - The blog template now has all the CSS files

== 0.9.3 / 2008-10-08

* 4 minor enhancements
  - Added a "wikiwords" filter to process [[text]] as links to other pages
    (thanks to Paul)
  - Added colorization to the output text (facets gem required)
  - Replaced the Heel webserver with webrick
  - Special windows version with windows line endings in generated files
* 2 bug fixes
  - Fixed a bug on Windows where line endings were messing with meta-data
  - The paginator was not linking correctly back to the first page from
    subsequent pages in a list

== 0.9.2 / 2008-09-11

* 1 bug fix
  - Layouts were not being found if more than one layout was in a directory
    in the layouts folder

== 0.9.1 / 2008-09-10

* 1 major enhancement
  - multiple output files can be generated from a single page
* 2 minor enhancements
  - simplified the handling of meta-data at the top of files
  - pagination now honors the "page per directory" flag
* 2 bug fixes
  - filename extensions were not being preserved when creating a new page
  - webby now works properly with rake 0.8.2

== 0.9.0 / 2008-08-25

* 2 major enhancements
  - The "rake" command line tool has been replaced by the "webby"
    command line tool for day to day site tasks
  - Now using the "rdiscount" gem for markdown syntax
* 4 minor enhancements
  - Layouts can exist in subdirectories of the layouts folder
  - Addition of a "tumblog" template
  - Addition of a sitemap file (Ana Nelson)
  - Updated to version 6.4.2 of ImageMagick for tex2img conversions
* 5 bug fixes
  - Better error message when an unkonwn filter is given
  - Table of contents generation bug
  - Failing to clean out the "content_for" cache when doing a
    multi-page render
  - Explicitly loading the RedCloth gem
  - Handling exceptions from system calls on the Windows platform

== 0.8.4 / 2008-06-03

* 1 minor improvement
  - Global defaults for HAML and SASS [Dag Odenhall]
* 1 bug fix
  - Added the blog templates to the package

== 0.8.3 / 2008-06-02

* 2 major enhancements
  - Added blogging support
  - Added S5 slide presentation support
* 6 minor enhancements
  - Changed the arguments to the DB#find method
  - Added locals support for page templates
  - Updated atom feed generation template
  - Partials now support local variables when rendering
  - Can guard rendering results from processing by subsequent filters
    (useful when rendering partials or embedding other pages)
  - Support for "content_for" style captures [M@ McCray]
* 5 bug fixes
  - Fixed reference to an non-existent Error class
  - Basepath filter now handles XML files properly
  - Removed the "--delete" flag from the rsync options [Denis Defreyne]
  - Fixed a nil cursor bug in the rendering filter stack
  - Recursive find now works from the root content folder (bug 20281)

(taca)

2010-09-10 13:28:21 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 13:26:30 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 13:25:12 UTC MAIN commitmail json YAML

Update www/thoth to 0.2.1.

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

Exact changes are unknown.

(taca)

2010-09-10 13:22:19 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 13:21:34 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 13:20:59 UTC MAIN commitmail json YAML

* Remove redundant PKGNAME.
* Add LICENSE.

(taca)

2010-09-10 13:20:04 UTC MAIN commitmail json YAML

Update www/ruby-staticmatic to 0.10.8.

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

Changes are unknown.

(taca)

2010-09-10 13:16:50 UTC MAIN commitmail json YAML

Update www/ruby-rack to 1.2.1.

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

== Changes

* June 13th, 2010: Tenth public release 1.2.0.
  * Removed Camping adapter: Camping 2.0 supports Rack as-is
  * Removed parsing of quoted values
  * Add Request.trace? and Request.options?
  * Add mime-type for .webm and .htc
  * Fix HTTP_X_FORWARDED_FOR
  * Various multipart fixes
  * Switch test suite to bacon

* January 3rd, 2009: Ninth public release 1.1.0.
  * Moved Auth::OpenID to rack-contrib.
  * SPEC change that relaxes Lint slightly to allow subclasses of the
    required types
  * SPEC change to document rack.input binary mode in greator detail
  * SPEC define optional rack.logger specification
  * File servers support X-Cascade header
  * Imported Config middleware
  * Imported ETag middleware
  * Imported Runtime middleware
  * Imported Sendfile middleware
  * New Logger and NullLogger middlewares
  * Added mime type for .ogv and .manifest.
  * Don't squeeze PATH_INFO slashes
  * Use Content-Type to determine POST params parsing
  * Update Rack::Utils::HTTP_STATUS_CODES hash
  * Add status code lookup utility
  * Response should call #to_i on the status
  * Add Request#user_agent
  * Request#host knows about forwared host
  * Return an empty string for Request#host if HTTP_HOST and
    SERVER_NAME are both missing
  * Allow MockRequest to accept hash params
  * Optimizations to HeaderHash
  * Refactored rackup into Rack::Server
  * Added Utils.build_nested_query to complement Utils.parse_nested_query
  * Added Utils::Multipart.build_multipart to complement
    Utils::Multipart.parse_multipart
  * Extracted set and delete cookie helpers into Utils so they can be
    used outside Response
  * Extract parse_query and parse_multipart in Request so subclasses
    can change their behavior
  * Enforce binary encoding in RewindableInput
  * Set correct external_encoding for handlers that don't use RewindableInput

(taca)

2010-09-10 13:15:44 UTC MAIN commitmail json YAML

Update www/ruby-patron to 0.4.8.

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

Changes are unknown.

(taca)

2010-09-10 13:13:31 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 13:12:28 UTC MAIN commitmail json YAML

Update www/ruby-jsmin to 1.0.1.

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

Version 1.0.1 (2008-11-10)
  * Ruby 1.9 compatibility.
  * Minor performance improvements.

(taca)

2010-09-10 13:11:29 UTC MAIN commitmail json YAML

Update www/ruby-innate to 2010.03.

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

Changes are too may to write here, please refer CHANGELOG for detail.

(taca)

2010-09-10 13:09:18 UTC MAIN commitmail json YAML

Update www/ruby-fcgi to 0.8.8.

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

0.8.8:
support ruby 1.9.1.

(taca)

2010-09-10 13:04:25 UTC MAIN commitmail json YAML

* Remove redundant PKGNAME.
* Avoid to use "ftools" which has deprecated in ruby19.

(taca)

2010-09-10 13:01:58 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 13:01:16 UTC MAIN commitmail json YAML

Update www/ruby-compass-susy-plugin to 0.8.0.

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

Changes are unknown.

(taca)

2010-09-10 12:58:46 UTC MAIN commitmail json YAML

Update www/ruby-compass to 0.10.5.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Currently, MASTER_SITES points home page, sigh.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes from 0.8.17 are too many, please refer
http://compass-style.org/docs/CHANGELOG/ for detail.

(taca)

2010-09-10 12:54:21 UTC MAIN commitmail json YAML

* Ajust new ruby package's framework.
* Add PKG_DESTDIR_SUPPORT.

(taca)

2010-09-10 12:52:40 UTC MAIN commitmail json YAML

* Add LICENSE.
* Remove redundant PKGNAME.

(taca)

2010-09-10 12:51:30 UTC MAIN commitmail json YAML

Update www/rails to 2.3.9.

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

*2.3.9 (September 4, 2010)*

* Deprecates config.load_(once_)paths in favor of autolaod_(once_)paths. [fxn]

*2.3.8 (May 24, 2010)*

* Version bump.

*2.3.7 (May 24, 2010)*

* Version bump.

*2.3.6 (May 23, 2010)*

* Added config/initializers/cookie_verification_secret.rb with an auto-generated secret for using ActionController::Base#cookies.signed [DHH]

* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs [DHH]

(taca)

2010-09-10 12:48:55 UTC MAIN commitmail json YAML

Update mail/ruby-actionmailer to 2.3.9.

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

*2.3.9 (September 4, 2010)*
*2.3.8 (May 24, 2010)*
*2.3.7 (May 24, 2010)*

* Version bump.

*2.3.6 (May 23, 2010)*

* Upgrade TMail from 1.2.3 to 1.2.7.  [Mikel Lindsaar]

(taca)

2010-09-10 12:47:20 UTC MAIN commitmail json YAML

Update databases/ruby-activerecord to 2.3.9.

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

*2.3.9 (September 4, 2010)*

Unknown, but some tests are updated.

(taca)

2010-09-10 12:45:31 UTC MAIN commitmail json YAML

Update www/ruby-activeresource to 2.3.9.

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

*2.3.9 (September 4, 2010)*

* Version bump.

(taca)

2010-09-10 12:44:06 UTC MAIN commitmail json YAML

Update www/ruby-actionpack to 2.3.9.

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

*2.3.9 (September 4, 2010)*

* Version bump.

*2.3.8 (May 24, 2010)*

* HTML safety: fix compatibility *without* the optional rails_xss plugin.

*2.3.7 (May 24, 2010)*

* HTML safety: fix compatibility with the optional rails_xss plugin.  [Nathan Weizenbaum, Santiago Pastorino]

*2.3.6 (May 23, 2010)*

* JSON: set Base.include_root_in_json = true to include a root value in the JSON: {"post": {"title": ...}}. Mirrors the Active Record option.  #2584 [Matthew Moore, Joe Martinez, Elad Meidar, Santiago Pastorino]

* Ruby 1.9: ERB template encoding using a magic comment at the top of the file.  [Jeremy Kemper]
    <%# encoding: utf-8 %>

* Fixed that default locale templates should be used if the current locale template is missing [DHH]

* Fixed that PrototypeHelper#update_page should return html_safe [DHH]

* Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]

* Fixed that fragment caching should return a cache hit as html_safe (or it would all just get escaped) [DHH]

* Introduce String#html_safe for rails_xss plugin and forward-compatibility with Rails 3.  [Michael Koziarski, Santiago Pastorino, José Ignacio Costa]

* Added :alert, :notice, and :flash as options to ActionController::Base#redirect_to that'll automatically set the proper flash before the redirection [DHH]. Examples:

    flash[:notice] = 'Post was created'
    redirect_to(@post)

  ...becomes:

    redirect_to(@post, :notice => 'Post was created')

* Added ActionController::Base#notice/= and ActionController::Base#alert/= as a convenience accessors in both the controller and the view for flash[:notice]/= and flash[:alert]/= [DHH]

* Added cookies.permanent, cookies.signed, and cookies.permanent.signed accessor for common cookie actions [DHH]. Examples:

    cookies.permanent[:prefers_open_id] = true
    # => Set-Cookie: prefers_open_id=true; path=/; expires=Sun, 16-Dec-2029 03:24:16 GMT

    cookies.signed[:discount] = 45
    # => Set-Cookie: discount=BAhpMg==--2c1c6906c90a3bc4fd54a51ffb41dffa4bf6b5f7; path=/

    cookies.signed[:discount]
    # => 45 (if the cookie was changed, you'll get a InvalidSignature exception)

    cookies.permanent.signed[:remember_me] = current_user.id
    # => Set-Cookie: discount=BAhU--848956038e692d7046deab32b7131856ab20e14e; path=/; expires=Sun, 16-Dec-2029 03:24:16 GMT

  ...to use the signed cookies, you need to set a secret to ActionController::Base.cookie_verifier_secret (automatically done in config/initializers/cookie_verification_secret.rb for new Rails applications).

(taca)

2010-09-10 12:42:13 UTC MAIN commitmail json YAML

Update www/ramaze to 2010.06.18.

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

Changes are too may to write here, please refer doc/CHANGELOG for detail.

(taca)

2010-09-10 12:31:33 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 12:30:39 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 12:29:43 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 12:28:31 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 12:27:34 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.

(taca)

2010-09-10 10:58:26 UTC MAIN commitmail json YAML

Note update of a few ruby pacakges.

www/ap-ruby 1.3.0
www/camping 2.1
www/erubis 2.6.6
www/heel 2.0.0

Now it's dinner time.

(taca)

2010-09-10 10:56:06 UTC MAIN commitmail json YAML

2010-09-10 10:55:21 UTC MAIN commitmail json YAML

Update www/heel to 2.0.0.

* 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.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

= Changelog
== Version 2.0.0 - 2009-06-24

* Change highlighting mode default to 'off' instead of 'on'
* Update for Thin 1.2.2

== Version 1.0.3 - 2009-03-02

* Update for MIME::Types 1.16

== Version 1.0.2 - 2008-12-03

* Fix FileType namespace issue (thanks defunkt) and new version of coderay
* various task maintenance
* updated version dependencies

== Version 1.0.1 - 2008-04-24

* Fix performance issue in serving large files
* Fix performance issue in checking for coderay file type when coderay would not be used.

(taca)

2010-09-10 10:53:50 UTC MAIN commitmail json YAML

Update www/erubis pacakge to 2.6.6.

* 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.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

- release:  2.6.6
  date: 2010-06-27
  bugfixes:

    - |
Fixed a bug around InterporationEnhancer and FastEruby to escape back-quote. (thanks to Andrew R Jackson)

- release:  2.6.5
  date: 2009-07-20
  bugfixes:

    - |
Fixed bug around '-z' option.

- release:  2.6.4
  date: 2009-02-18
  enhancemens:

    - |
Rails 2.2 and 2.3 support.

- release:  2.6.3
  date: 2009-02-07
  bugfixes:

    - Enhancer name was not displayed in Ruby 1.9.1 when it was missing.

    - Command option argument name was not displayed correctly as a part of error message.

    - MethoNotFound error was raised when invalid option was specified.

- release:  2.6.2
  date: 2008-06-12
  enhancements:

    - |
Ruby 1.9 support.

  bugfixes:

    - |
Fixed installation problem on Windows (Thanks to Tim Morgan and Allen).

- release:  2.6.1
  date: 2008-06-06
  enhancements:

    - |
Rails 2.1 support. (special thanks José Valim)

- release:  2.6.0
  date: 2008-05-05
  enhancements:

    - |
Improved support of Ruby on Rails 2.0.2.
New class ActionView::TemplateHandlers::Erubis is defined and
registered as default handler of *.html.erb and *.rhtml.

    - |
'<%% %>' and '<%%= %>' are converted into '<% %>' and '<%= %>' respectively.
This is for compatibility with ERB.

ex1.rhtml:
    <ul>
    <%% for item in @list %>
      <li><%%= item %></li>
    <%% end %>
    </ul>

result:
    $ erubis ex1.rhtml
    <ul>
    <% for item in @list %>
      <li><%= item %></li>
    <% end %>
    </ul>

    - |
'<%= -%>' removes tail spaces and newlines.
This is for compatibiliy with ERB when trim mode is '-'.
'<%= =%>' also removes tail spaces and newlines, and this is
Erubis-original enhancement (cooler than '<%= -%>', isn't it?).

ex2.rhtml:
  <div>
  <%= @var -%>          # or <%= @var =%>
  </div>

result (version 2.6.0):
    $ erubis -c '{var: "AAA\n"}' ex2.rhtml
    <div>
    AAA
    </div>

result (version 2.5.0):
    $ erubis -c '{var: "AAA\n"}' ex2.rhtml
    <div>
    AAA

    </div>

    - |
Erubis::Eruby.load_file() now allows you to change cache filename.

ex.
    eruby = Erubis::Eruby.load_file("ex3.rhtml",
                            :cachename=>'ex3.rhtml.cache')

(taca)

2010-09-10 10:51:57 UTC MAIN commitmail json YAML

Update www/camping to 2.1.

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

= 2.1
=== 19th Aug, 2010 (whyday)
* Helpers#R now calls to_param on any object it passes in
* Fix route generation issue with routes including "." (#22)
* Improved tests
* Improved 1.9 support
* Camping::Server is now built upon Rack::Server
* Add support for ERB, Haml etc through Tilt
* Introducing Camping.options and Camping#set
* Camping::Server only loads ActiveRecord when needed

= 2.0
=== 9th Apr, 2010
* Speed-up of Camping::Mab (thanks zimbatm!)
* @state is now an alias of @env['rack.session']
* Camping.use injects a Rack middleware.
* Update Flipbook to RDoc 2.4
* Removed old examples.
* Updated examples/blog.rb
* Camping::Apps returns!
* Session-cookies now timeout naturally (thanks jenna!)
* You can now `throw :halt` to halt the response in a helper.
* Camping::H#u is gone (was an alias to merge!)
* Camping::Session now uses session-cookies. The AR-backend is gone for now.
* camping/db.rb has been renamed to camping/ar.rb.
* Camping now uses Rack internally. Every app responds to #call.

= 1.6
=== Never released

* Camping::Apps removed, it wasn't reliable.
* bin/camping server kinds splitted in various files.
* NotFound and ServerError controllers changed to methods :

  r404 : called when a controller was not found
  r500 : called on uncaught exception
  r501 : called on undefined method

  All of those can be overridden at your taste.

* Markaby no longer required. Like AR, is it autoloaded on (Mab) usage.
* Camping::H is now inheriting from Hash instead of HashWithIndifferentAccess.
* Which made possible to remove the last strict dependency : active_support
* #errors_for removed, it wasn't really used
* Bug fixes !

(taca)

2010-09-10 10:50:28 UTC MAIN commitmail json YAML

Update www/ap-ruby package to 1.3.0.

* Remove RUBY_HAS_ARCHLIB.
* add comment to patches.

Main changes from mod_ruby-1.3.0

    * supported Ruby 1.8.7.
    * supported Ruby 1.9 experimentally.

(taca)

2010-09-10 10:36:45 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.15

(gson)

2010-09-10 10:35:49 UTC MAIN commitmail json YAML

Update misc/py-anita to 1.15.  Changes from 1.14:

Increase the timeout for "--run" commands to one hour.

Restrict snapshotting to the system disk, so that additional disks
mounted for the purpose of exporting data can be persistently
modified.

(gson)

2010-09-10 09:12:53 UTC MAIN commitmail json YAML

+ dbskkd-cdb, skk-jisyo-cdb

(obache)

2010-09-10 09:11:47 UTC MAIN commitmail json YAML

Added inputmethod/dbskkd-cdb version 2.00

(obache)

2010-09-10 09:11:35 UTC MAIN commitmail json YAML

Import dbskkd-cdb-2.00 as inputmethod/dbskkd-cdb.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.

dbskkd-cdb is a dictionary server for SKK Japanese Input Method
system. For building the executable file, TinyCDB is required.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-09-10 09:00:56 UTC MAIN commitmail json YAML

Added inputmethod/skk-jisyo-cdb version 201008

(obache)

2010-09-10 09:00:38 UTC MAIN commitmail json YAML

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.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-09-10 08:56:51 UTC MAIN commitmail json YAML

Note update of many ruby packages #2 (still on going, but I take a break).

(taca)

2010-09-10 08:55:53 UTC MAIN commitmail json YAML

Note update of textproc/oniguruma package to 5.9.2.

(taca)

2010-09-10 08:53:28 UTC MAIN commitmail json YAML

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).

(taca)

2010-09-10 08:52:04 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out HOMEPAGE, domain disappeared.
* Add LICENSE.
* Remove default value of GEM_BUILD.

(taca)

2010-09-10 08:50:55 UTC MAIN commitmail json YAML

Remove redundant PKGNAME.

(taca)

2010-09-10 08:50:38 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:49:55 UTC MAIN commitmail json YAML

* Avoid to use "ftools" which has deprecated in ruby19.

(taca)

2010-09-10 08:48:31 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:42:59 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:42:19 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:41:49 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:41:24 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:40:56 UTC MAIN commitmail json YAML

* Remove redundant PKGNAME.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

(taca)

2010-09-10 08:40:15 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:39:27 UTC MAIN commitmail json YAML

2010-09-10 08:37:41 UTC MAIN commitmail json YAML

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

Changes are unknown.

(taca)

2010-09-10 08:36:45 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:35:57 UTC MAIN commitmail json YAML

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]

(taca)

2010-09-10 08:35:16 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.

(taca)

2010-09-10 08:33:30 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:32:29 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 08:30:42 UTC MAIN commitmail json YAML

* Add LICENSE.
* Avoid to use "ftools" which has deprecated in ruby19.

No functional change.

(taca)

2010-09-10 08:29:06 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:28:14 UTC MAIN commitmail json YAML

2010-09-10 08:26:38 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:25:17 UTC MAIN commitmail json YAML

2010-09-10 08:22:57 UTC MAIN commitmail json YAML

Remove * Remove RUBY_HAS_ARCHLIB.

(taca)

2010-09-10 08:22:12 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:21:04 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:20:01 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 08:19:17 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:18:49 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 08:15:55 UTC MAIN commitmail json YAML

Update textproc/ruby-itex2MML to 1.3.25.

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

No exact changes are available.

(taca)

2010-09-10 08:14:56 UTC MAIN commitmail json YAML

Remove redundant PKGNAME.

(taca)

2010-09-10 08:14:36 UTC MAIN commitmail json YAML

No MASTER_SITES nor HOMEPAGE aren't available now.

(taca)

2010-09-10 08:13:52 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:13:23 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:12:14 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:10:44 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:09:41 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:08:15 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:07:30 UTC MAIN commitmail json YAML

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Restrict to RUBY18 only.

(taca)

2010-09-10 08:07:01 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:06:28 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:03:39 UTC MAIN commitmail json YAML

* Remove redundant PKGNAME.

(taca)

2010-09-10 08:03:08 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 08:02:26 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 08:00:53 UTC MAIN commitmail json YAML

* Add LICENSE.
* Remove redundant PKGNAME.

(taca)

2010-09-10 07:59:30 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:58:45 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 07:57:19 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:56:40 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:54:21 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:53:14 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 07:52:14 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 07:50:03 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:49:08 UTC MAIN commitmail json YAML

* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Chante PKG_DESTDIR_SUPPORT to user-destdir.
* Add patch to support both ruby18 and ruby19.

(taca)

2010-09-10 07:47:05 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:46:31 UTC MAIN commitmail json YAML

* Add LICENSE.
* Update dependency according to gemspec.

(taca)

2010-09-10 07:45:56 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:45:12 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:44:40 UTC MAIN commitmail json YAML

* 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]

(taca)

2010-09-10 07:43:45 UTC MAIN commitmail json YAML

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]

(taca)

2010-09-10 07:42:48 UTC MAIN commitmail json YAML

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]

(taca)

2010-09-10 07:41:46 UTC MAIN commitmail json YAML

Update security/ruby-ezcrypto to 0.7.2.

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

Changes are unknown.

(taca)

2010-09-10 07:40:32 UTC MAIN commitmail json YAML

* Ajust new ruby package's framework.

(taca)

2010-09-10 07:40:01 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:39:14 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:38:56 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:38:35 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:38:13 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:37:48 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:37:25 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:37:00 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:36:19 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:35:41 UTC MAIN commitmail json YAML

* Add LICENSE.

(taca)

2010-09-10 07:34:35 UTC MAIN commitmail json YAML

* 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).

(taca)

2010-09-10 07:31:46 UTC MAIN commitmail json YAML

2010-09-10 07:26:51 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 07:24:27 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:23:26 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 07:22:54 UTC MAIN commitmail json YAML

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).

(taca)

2010-09-10 07:22:08 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 07:21:02 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:19:18 UTC MAIN commitmail json YAML

Remove redundant PKGNAME.

(taca)

2010-09-10 07:18:15 UTC MAIN commitmail json YAML

-ruby-1.8.7.302 (Ruby 1.8.7-p302).

(taca)

2010-09-10 07:17:45 UTC MAIN commitmail json YAML

Note update of many ruby packages (still on going).

(taca)

2010-09-10 07:01:51 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 07:00:49 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 07:00:07 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:58:50 UTC MAIN commitmail json YAML

Remove redundant PKGNAME.

(taca)

2010-09-10 06:58:06 UTC MAIN commitmail json YAML

Remove redundant PKGNAME.

(taca)

2010-09-10 06:57:20 UTC MAIN commitmail json YAML

Remove redundant PKGNAME.

(taca)

2010-09-10 06:55:02 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 06:51:52 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:51:03 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 06:49:23 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 06:47:43 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:46:43 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 06:45:00 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 06:44:03 UTC MAIN commitmail json YAML

* Update RUBY_HAS_ARCHLIB.
* Remove RUBY_HAS_ARCHLIB.

(taca)

2010-09-10 06:42:52 UTC MAIN commitmail json YAML

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).

(taca)

2010-09-10 06:40:06 UTC MAIN commitmail json YAML

Remove default value's PKGNAME.

(taca)

2010-09-10 06:39:06 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 06:37:04 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:35:55 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:34:24 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 06:32:52 UTC MAIN commitmail json YAML

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.

(taca)

2010-09-10 06:32:00 UTC MAIN commitmail json YAML

* 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.

(taca)

2010-09-10 06:31:43 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Folder to 0.855

(sno)

2010-09-10 06:30:47 UTC MAIN commitmail json YAML

Update devel/ruby-test-spec to 0.10.0.

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

Changes are unknown.

(taca)

2010-09-10 06:29:40 UTC MAIN commitmail json YAML

Update devel/ruby-termcolor to 1.2.1.

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

Changes are unknown.

(taca)

2010-09-10 06:29:38 UTC MAIN commitmail json YAML

Updating mail/p5-Email-Folder from 0.854nb2 to 0.855

pkgsrc changes:
- add license definition

Upstream changes:
0.855    2009-07-26
          fix pod tests

(sno)

2010-09-10 06:28:44 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:28:04 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:27:05 UTC MAIN commitmail json YAML

Update devel/ruby-sexp-processor to 3.0.5.

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

=== 3.0.5 / 2010-09-01

* 2 minor enhancements:

  * Added in_context to clean up code.
  * optimize inspect to avoid needlessly caching @line

=== 3.0.4 / 2010-03-27

* 1 minor enhancement:

  * Added line number to pretty_print output if $VERBOSE

(taca)

2010-09-10 06:26:01 UTC MAIN commitmail json YAML

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

== 3.4.1 (2005-11-20)
  * [CHANGE] do not apply *.rb filter for lib/**.
  * [CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default).
  * [fix] --shebang option did not work.
  * [fix] --without-ext option did not work.
  * [fix] default --rubypath value should include file extension. (Thanks U.Nakamura)
  * [fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.

(taca)

2010-09-10 06:25:05 UTC MAIN commitmail json YAML

Update devel/ruby-rspec to 1.3.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both

Changes are too may to write here, please refer:

http://rspec.info/documentation/changes-rspec.html

(taca)

2010-09-10 06:21:17 UTC MAIN commitmail json YAML

Update devel/ruby-rgl pacakge to 0.4.0.

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

2008-08-28 01:36  javanthropus

* ChangeLog (tags: REL_0_4_0): pre-tag commit

2008-08-28 01:36  javanthropus

* Rakefile (tags: REL_0_4_0): Update rdoc2rf task to use rsync and
  more generic remote path specification

2008-08-27 23:30  javanthropus

* lib/rgl/base.rb (tags: REL_0_4_0): Preparing for 0.4.0 release

2008-08-26 20:07  javanthropus

* lib/rgl/dot.rb, lib/rgl/rdot.rb, tests/TestRdot.rb: Move the DOT
  module into the RGL module

  * This eliminates a class conflict with the DOT module from rdoc
  when building RGL's documentation * Also remove the superfluous
  DOT prefixes from class names in the DOT module

2008-08-24 06:16  javanthropus

* Rakefile: Remove some comments I accidentally left in while
  testing rdoc functionality

2008-08-24 06:03  javanthropus

* Rakefile, lib/rgl/transitiv_closure.rb, lib/rgl/transitivity.rb,
  tests/TestTransitiveClosure.rb, tests/TestTransitivity.rb:
  Feature 21641: Added transitive reduction functionality

  * Updated the gem description to announce this functionality *
  Moved the transitive closure functionality into the
  transitivity.rb file along with the transitive reduction
  funtionality * Modifed the transitiv_closure.rb file to simply
  load the transitivity.rb file for backward compatibility * Moved
  all transitivity tests into TestTransitivity.rb

2008-08-23 15:45  javanthropus

* lib/rgl/condensation.rb, lib/rgl/transitiv_closure.rb,
  tests/TestTransitiveClosure.rb: Defect 21630: Fixed transitive
  closure

  * The fix is based on the algorithm described in the
  documentation for the implementation of transitive closure in
  Boost * Along with the fix, performance is improved to O(|V||E|)
  * This implementation needs graph condensation, so that function
  was added as well * More tests were added to cover more corner
  cases

2008-08-23 05:40  javanthropus

* tests/TestGraph.rb: Update basic graph tests to account for
  graphs with edgeless vertices Also clean up some minor formatting
  and assertion issues

2008-08-23 05:37  javanthropus

* lib/rgl/adjacency.rb: Defect 21609: Fix the to_adjacency method
  to preserve edgeless vertices

2008-03-18 15:03  javanthropus

* lib/rgl/rdot.rb, tests/TestRdot.rb: More reliably detect and
  handle newlines embedded within IDs and labels

(taca)

2010-09-10 06:21:09 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME to 1.905

(sno)

2010-09-10 06:20:28 UTC MAIN commitmail json YAML

Updating mail/p5-Email-MIME from 1.904 to 1.905

Upstream changes:
1.905  2010-09-06
        fix a long-standing bug that prevent walk_parts from reaching all parts
        (thanks, Erik Logtenberg)

(sno)

2010-09-10 06:20:13 UTC MAIN commitmail json YAML

2010-09-10 06:19:50 UTC MAIN commitmail json YAML

Add a patch to support both ruby18 and ruby19.

No functional change.

(taca)

2010-09-10 06:18:42 UTC MAIN commitmail json YAML

Imported most of missing xorg font packages.

(obache)

2010-09-10 06:18:17 UTC MAIN commitmail json YAML

Update devel/ruby-rcov to 0.9.8.

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

Changes are too may to write here, but it seems to support Ruby 1.9 as well.

(taca)

2010-09-10 06:16:11 UTC MAIN commitmail json YAML

fix a entry mame.

(obache)

2010-09-10 06:15:47 UTC MAIN commitmail json YAML

Update devel/ruby-rbtree to 0.3.0.

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

2009-11-14  OZAWA Takuma

* version 0.3.0 released.

2009-11-10  OZAWA Takuma

* rbtree.c: applied patches for Ruby 1.9 by Florian Gilcher and
Nobu Nakada. Thanks.
http://redmine.ruby-lang.org/issues/show/2348

* test.rb: ditto.

* extconf.rb: ditto.

* extconf.rb: remove options for only gcc.

* test.rb (test_inspect): correct recursion tests.

* rbtree.c (rbtree_to_s_recursive): should return if recursive.

* test.rb (test_to_s): add recursion tests.

(taca)

2010-09-10 06:14:47 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MessageID to 1.402

(sno)

2010-09-10 06:12:59 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:12:17 UTC MAIN commitmail json YAML

Update devel/ruby-polyglot to 0.3.1.

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

No change are available.

(taca)

2010-09-10 06:10:23 UTC MAIN commitmail json YAML

:+ font-arabic-misc, font-cronyx-cyrillic, font-micro-misc, font-misc-cyrillic, font-misc-ethiopic, font-misc-meltho, font-schumacher-misc, font-screen-misc, font-sun-misc, font-winitzki-cyrillic, font-xfree86-type1

(obache)

2010-09-10 06:08:32 UTC MAIN commitmail json YAML

Update devel/ruby-pathname2 to 1.6.3.

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

== 1.6.3 - 2-Oct-2009
* Updated Windows platform handling code to include mingw and cygwin.
* Added the :gem rake task.
* Minor gemspec updates.
* Some minor test suite updates.

== 1.6.2 - 4-Aug-2009
* Now compatible with Ruby 1.9.x.
* License changed to Artistic 2.0.
* Added the Pathname.pwd method as a synonym for Pathname.new(Dir.pwd).
* Modified Pathname#dirname so that you can specify a level that indicates
  how many levels up you want to retrieve. For example, if your path was
  '/usr/local/bin', then path.dirname(2) would return '/usr'.
* Now compatible with Ruby 1.9.x.
* Bumped required version of the facade library to 1.0.4.

(taca)

2010-09-10 06:08:05 UTC MAIN commitmail json YAML

Updating mail/p5-Email-MessageID from 1.401nb1 to 1.402

pkgsrc changes:
- add license definition

Upstream changes:
1.402    2010-07-14
          improve documentation of in_brackets

(sno)

2010-09-10 06:07:32 UTC MAIN commitmail json YAML

Update devel/ruby-parsetree to 3.0.6.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.

=== 3.0.6 / 2010-09-01

* 1 bug fix:

  * fixed requires (e-tobi)

=== 3.0.5 / 2010-03-27

* 1 bug fix:

  * Fixed NODE_METHOD but also commented that you shouldn't ever see it naturally (tmm1)

(taca)

2010-09-10 06:06:27 UTC MAIN commitmail json YAML

Add CONFLICTS pattern between "ruby18-" and "ruby19-".

(taca)

2010-09-10 06:05:26 UTC MAIN commitmail json YAML

Correct the userid on schnoebe's updates from 'eric' to 'schnoebe'.

(schnoebe)

2010-09-10 06:05:18 UTC MAIN commitmail json YAML

Update devel/ruby-parser to 2.0.5.

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

=== 2.0.5 / 2010-09-01

* 1 minor enhancement:

  * Started merging like lexical cases to try to squeeze some optimization out

(taca)

2010-09-10 06:04:02 UTC MAIN commitmail json YAML

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

(taca)

2010-09-10 06:03:26 UTC MAIN commitmail json YAML

Updated net/p5-SNMP_Session to 1.13

(schnoebe)

2010-09-10 06:03:19 UTC MAIN commitmail json YAML

Make sure to update distinfo.

(taca)

2010-09-10 06:02:58 UTC MAIN commitmail json YAML

Update devel/ruby-ncurses to 1.2.4.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Don't install by gem.
* Add patch to support both ruby18 and ruby19.

(taca)

2010-09-10 06:02:38 UTC MAIN commitmail json YAML

Added fonts/font-xfree86-type1 version 1.0.2

(obache)

2010-09-10 06:02:32 UTC MAIN commitmail json YAML

Bring forward about 2 years, to 1.13:

2008-03-19  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm: Improved initialization of the flags for
non-blocking behavior in receive_response_3().  The __DIE__ and
__WARN__ signal handlers should be bound to the defaults, because
the caller might be binding those and get in our way.  Also, we
only want to compute the flags once, on initialization.

2007-12-22  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_util.pm, lib/SNMP_Session.pm, lib/BER.pm:
Upgraded to Artistic License 2.0.

Copyright notice updated for 2008.

* Artistic: Upgraded to Artistic License 2.0, from

http://svn.perl.org/viewcvs/parrot/trunk/LICENSE?view=markup&rev=19096

2007-11-01  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_util.pm: New MIB parsing code from Mike Mitchell.

2007-10-13  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm ($VERSION):
Upgraded to 1.11, to pick up change to SNMP_util.pm.

* changes.html: Document loop detection fix in SNMP_util.pm.

* faq.html, index.html: Updated my e-mail address.

* README, README.SNMP_util, lib/SNMP_Session.pm, lib/SNMP_util.pm,
changes.html: Changed Tobi Oetiker's mail address.

* README, index.html: Changed MRTG URL.

* lib/SNMP_util.pm: [All changes from Mike Mitchell]

Global replace || => or, && => and, to avoid precedence errors.

(snmpwalk_flg): Improved loop detection.

2007-10-13  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm ($VERSION): Upgraded to 1.11, to pick up
change to SNMP_util.pm.

* README, README.SNMP_util, changes.html, lib/SNMP_Session.pm:
Changed Tobi Oetiker's mail address.

* lib/SNMP_util.pm: [All changes from Mike Mitchell]

Changed Tobi Oetiker's mail address.

Global replace || => or, && => and, to avoid precedence errors.

(snmpwalk_flg): Improved loop detection.

* README: Changed MRTG URL.

2007-05-18  Simon Leinen  <simon.leinen@switch.ch>

* README, changes.html, index.html: Updated copyright.

* lib/SNMP_util.pm (Check_OID):
Fix regexp for qualified OID case (Mike Mitchell).

2007-05-03  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm: Added Mike Fischer as a contributor.

($VERSION): Incremented to 1.10.

(receive_response_3): Added optional "dont_block" argument.  If
this is present and non-zero, pass MSG_DONTWAIT to the recv()
call.  MSG_DONTWAIT is wrapped in an eval, to avoid breaking the
code on systems that don't have the flag.

(request_response_5): Pass dont_block=1 to receive_response_3.
According to Mike Fisher, Linux sometimes blocks on recv() even
though a select() for readability has returned, for example when a
checksum fails.

2007-05-03  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm: Added Mike Fischer as a contributor.

($VERSION): Incremented to 1.10.

(receive_response_3): Added optional "dont_block" argument.  If
this is present and non-zero, pass MSG_DONTWAIT to the recv()
call.  MSG_DONTWAIT is wrapped in an eval, to avoid breaking the
code on systems that don't have the flag.

(request_response_5): Pass dont_block=1 to receive_response_3.
According to Mike Fisher, Linux sometimes blocks on recv() even
though a select() for readability has returned, for example when a
checksum fails.

2007-01-06  Simon Leinen  <simon.leinen@switch.ch>

* lib/BER.pm: Updated copyright notice.

(pretty_print): Use PDU names according to RFC3416.

2006-12-21  Simon Leinen  <simon.leinen@switch.ch>

* test/cricket-genconf-sensor:
Try to install newly generated configuration, where possible.

* test/cricket-genconf-sensor: Added header comment.

* test/cricket-genconf-sensor: New script.

2006-12-15  Simon Leinen  <simon.leinen@switch.ch>

* test/entls (router_pretty_name):
New subroutine, greps RANCID configuration file
for `hostname' command.  Caches the result so that files are only
opened once.

(print_physical): Use new forms of per-router defaults.

* test/entls:
Changed so that `-t' generates a Cricket configuration file to measure
all transceivers that support DOM (Digital Optical Monitoring).  This
involves some structural changes.

(print_phys_tree): Implemented in terms of the new
`print_phys_tree_1'.

(print_phys_tree_1): Maintain a stack of parent nodes when traversing
the node tree.  This stack is stored in each node's `parent_stack'
slot, and can be used by the node class' `tostring' method.

* test/entls ($print_vendor_type, $print_ent_physical_index):
New variables.

(Entity::PhysicalEntry::tostring): Added optional printing of index
and entPhysicalVendorType, controlled by the above variables.

2006-10-12  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm, lib/BER.pm: Updated copyright string.

2006-08-06  Simon Leinen  <simon.leinen@switch.ch>

* faq.html:
Updated SNMPv3 text, mentioning that SNMPv3 is supported by MRTG 2.13
and up, using Net::SNMP.

* lib/SNMP_util.pm (snmpLoad_OID_Cache):
Strip single or double quotes around the OID and
value.  This allows us to read SunNet Manager OID files, which are
also distributed by e.g. Cisco (ftp://ftp.cisco.com/pub/mibs/oid).
Idea by Jan van Keulen, code cleanup by Mike Mitchell.

2006-07-13  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Session.pm ($VERSION): Incremented to 1.08.

* lib/SNMP_Session.pm (BEGIN):
Bind the __DIE__ signal handler, so that detection of IPv6
capability works even when someone else has bound that handler.
(Patch from Tobi Oetiker.)

2006-04-09  Simon Leinen  <simon.leinen@switch.ch>

* lib/SNMP_Table.pm (snmp_row_to_object): Added.

2006-04-05  Simon Leinen  <simon.leinen@switch.ch>

* test/trap-listener: Added prettyfication of OIDs.

Suppressed less-than-useful output such as the trap community or the
source port.

2006-03-16  Simon Leinen  <simon.leinen@switch.ch>

* README: Update copyright notice for 2006.

2006-02-17  Simon Leinen  <simon.leinen@switch.ch>

* test/entls: New "entls" script.

(schnoebe)

2010-09-10 06:02:23 UTC MAIN commitmail json YAML

Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.

This are the Type1 versions of the XFree86 cursor font.

This is from the modular Xorg project.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-09-10 06:01:58 UTC MAIN commitmail json YAML

Updating www/p5-Rose-HTML-Objects from 0.606.1nb1 to 0.607

pkgsrc changes:
- adjust notation for dependencies without minimum version

Upstream changes:
0.607 (04.28.2010) - John Siracusa <siracusa@gmail.com>
    * Moved version number back to three places after the decimal in order
      to placate Unix package management systems.

(sno)