Commit graph

174260 commits

Author SHA1 Message Date
taca
52d5261ba6 Update misc/ruby-configuration pacakge to 1.3.1.
Unknown but some bug fixes?
2011-08-12 16:57:55 +00:00
taca
a8e4d4e7f4 Update misc/ruby-commander package to 4.0.5.
4.0.5 / 2011-08-09
==================

  * Updated documentation to fix inaccuracies and unclear information.
  * Improved rake tasks for gem development.
  * Added say_ok, say_warning and say_error methods to print messages in green, yellow or red. (thanks to Simon Courtois)
  * Fixed; Allow global options to be passed in any order, even mixed with command options. (thanks to Rich Grundy)
  * Fixed; Global options can be passed before or after the command, they can even be mixed with command options. Closes #8. (thanks to Rich Grundy)
  * Fixed; Platform test should now correctly identify JRuby. (thanks to Justin Lynn)
  * Fixed; Add to_s to exceptions as option parser no longer does implicit conversion. (thanks to Justin Lynn)
2011-08-12 16:57:00 +00:00
taca
5647c93a15 Add a comment to patch. 2011-08-12 16:56:10 +00:00
taca
88d48c63af Update misc/ruby-columnize package to 0.3.4.
0.3.4 July 4, 2011

- Change to Ruby License
- Add option 'term_adjust' to ignore terminal sequences in text
- Add :ljust => :auto to decide whether or not to automatically
  left or right justify. When passing a hash parameter, the default
  is :auto.
2011-08-12 16:55:01 +00:00
taca
04bab2fe92 Update misc/ruby-bundler package to 1.0.17.
## 1.0.17 (Aug 8, 2011)

Bugfixes:

  - Fix rake issues with rubygems 1.3.x (#1342)
  - Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341)

## 1.0.16 (Aug 8, 2011)

Features:

  - Performance fix for MRI 1.9 (@efficientcloud, #1288)
  - Shortcuts (like `bundle i`) for all commands (@amatsuda)
  - Correcly identify missing child dependency in error message

Bugfixes:

  - Allow Windows network share paths with forward slashes (@mtscout6, #1253)
  - Check for rubygems.org credentials so `rake release` doesn't hang (#980)
  - Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202)
  - Fix `bundle install --without` on kiji (@tmm1, #1287)
  - Get rid of warning in ruby 1.9.3 (@smartinez87, #1231)

Documentation:

  - Documentation for `gem ..., :require => false` (@kmayer, #1292)
  - Gems provide "executables", they are rarely also binaries (@fxn, #1242)
2011-08-12 16:53:37 +00:00
taca
9c73aa7aee Note fonts/ruby-ttfunk package to 1.0.2. 2011-08-12 16:51:40 +00:00
taca
6d64064eac Update fonts/ruby-ttfunk package to 1.0.2.
v1.0.2 (8 August 2011)
* Fix Ruby 1.9.2 segmentation fault on Enumerable#zip(range) [Lucas Florio]
2011-08-12 16:51:02 +00:00
taca
9c984d1a80 Note update of these database cateory packages:
databases/ruby-activerecord-odbc	2.0nb1
	databases/ruby-cassandra		0.11.4
	databases/ruby-dm-serializer		1.1.0nb1
	databases/ruby-dm-types			1.1.0nb1
	databases/ruby-sequel			3.26.0
2011-08-12 16:49:27 +00:00
taca
3e111117b1 Update databases/ruby-sequel package to 3.26.0.
=== 3.26.0 (2011-08-01)

* Fix bug in default connection pool if a disconnect error is raised and the
  disconnection_proc also raises an error (jeremyevans)
* Disallow eager loading via eager of many_*_many associations with
  :eager_graph option (jeremyevans)
* Major speedup in dataset creation (jeremyevans)
* Replace internal implementation of eager_graph with much faster version
  (jeremyevans)
* Don't treat strings with leading zeros as octal format in the default
  typecasting (jeremyevans)
* Fix literalization of Date, Time, and DateTime values on Microsoft Access
  (jeremyevans)
* Fix handling of nil values with the pure-Java version of nokogiri in the
  xml_serializer plugin (jeremyevans)
* Make identity_map plugin work with standard eager loading of many_to_many
  and many_through_many associations (jeremyevans)
* Make create_table! only attempt to drop the table if it already exists
  (jeremyevans)
* Remove custom table_exists? implementations in the oracle and postgres
  adapters (jeremyevans)
* Handle another type of disconnection in the postgres adapter (jeremyevans)
* Handle disconnections in the ado adapter and do postgres subadapter
  (jeremyevans)
* Recognize disconnections when issuing BEGIN/ROLLBACK/COMMIT statements
  (jeremyevans) (#368)

=== 3.25.0 (2011-07-01)

* Work with tiny_tds-0.4.5 in the tinytds adapter, older versions are no
  longer supported (jeremyevans)
* Make association_pks plugin typecast provided values to integer if the
  primary key column type is integer (jeremyevans)
* Model.set_dataset now accepts Identifier, QualifiedIdentifier, and
  AliasedExpression arguments (jeremyevans)
* Fix handling of nil values in bound variables and prepared statement and
  stored procedure arguments in the jdbc adapter (jeremyevans, wei)
* Allow treating Datasets as Expressions, e.g. DB[:table1].select(:column1)
  > DB[:table2].select(:column2) (jeremyevans)
* No longer use CASCADE by default when dropping tables on PostgreSQL
  (jeremyevans)
* Support :cascade option to #drop_table, #drop_view, #drop_column, and
  #drop_constraint for using CASCADE (jeremyevans)
* If validation error messages are LiteralStrings, don't add the column name
  to them in Errors#full_messages (jeremyevans)
* Fix bug loading plugins on 1.9 where ::ClassMethods, ::InstanceMethods, or
  ::DatasetMethods is defined (jeremyevans)
* Add Dataset#exclude_where and Dataset#exclude_having methods, so you can
  force use of having or where clause (jeremyevans)
* Allow Dataset#select_all to take table name arguments and select all
  columns from each given table (jeremyevans)
* Add Dataset#select_group method, for selecting and grouping on the same
  columns (jeremyevans)
* Allow Dataset#group and Dataset#group_and_count to accept a virtual row
  block (jeremyevans)
2011-08-12 16:48:07 +00:00
taca
09e7c495a8 - Relax dependency to ruby-stringex with OVERRIDE_GEMSPEC.
- Also tweak dependency to ruby-json-pure instead of ruby-json.

Bump PKGREVISION.
2011-08-12 16:47:08 +00:00
taca
b605c19507 Add dependency to json-pure using OVERRIDE_GEMSPEC.
Bump PKGREVISION.
2011-08-12 16:45:16 +00:00
taca
02aca55611 Update databases/ruby-cassandra package to 0.11.4.
v0.11.4
- Fix get_range to invoke blocks
- Fix current distribution urls in Rakfile. Resolves Issue# 97.

v0.11.3
- Fix login after reconnect

v0.11.2
- Update thrift_client gem to deal with failover bug.
2011-08-12 16:44:12 +00:00
taca
0d31510f64 Add dependency to ruby-activerecord or ruby-activerecord3.
Bump PKGREVISION.
2011-08-12 16:42:35 +00:00
taca
ee5263e446 - Fix last lang/ruby18 and lang/ruby19 lines.
- Note update of these pacakges:

	devel/ZenTest			4.6.0
	devel/hoe			2.11.0
	devel/ruby-debug		0.10.4nb2
	devel/ruby-gemcutter		0.7.0
	devel/ruby-heckle		1.4.3nb2
	devel/ruby-polyglot		0.3.2
	devel/ruby-rcov			0.9.10
	devel/ruby-test-unit		2.3.1
	devel/ruby-thrift_client	0.6.3
	devel/ruby2ruby			1.2.5nb1
2011-08-12 16:41:15 +00:00
taca
efe5eba45e Refelect dependency due to gemspec.
Bump PKGREVISION.
2011-08-12 16:39:31 +00:00
taca
383a7348f7 Update devel/ruby-thrift_client package to 0.6.3.
v0.6.3

* Document the :connect_timeout option.
* Add support for specifying client-side timeouts when using FramedTransport
* set transport timeout after connection is established
* Add a method `add_callback` allowing a client to register a block that is
  invoked at a certain event.
* Fixup socket timeouts.
2011-08-12 16:38:48 +00:00
taca
bc503f3d37 Update devel/ruby-test-unit package to 2.3.1.
Changes are unknown.
2011-08-12 16:38:04 +00:00
taca
bdb8704e7a No need to patch gemspec since newer rubygems handles gracefully. 2011-08-12 16:37:05 +00:00
taca
b2534cf8b2 Update devel/ruby-rcov package to 0.9.10.
* Fix COMMENT line.
* Changes are unknown.
2011-08-12 16:36:01 +00:00
taca
6e0ed9b0b3 Update devel/ruby-polyglot pacakge to 0.3.2.
== 0.3.2 2011-07-27

* 1 minor fix:
  * Load file without extension if found exactly as required
2011-08-12 16:33:05 +00:00
taca
05a11dd44a Add dependency to hoe due to gemspec.
Bump PKGREVISION.
2011-08-12 16:31:45 +00:00
taca
419202dcc7 Update devel/ruby-getopt package to 1.4.1.
== 1.4.1 - 17-Jul-2011
* Now works with Ruby 1.9.x. Thanks go to Shura for the patch.
* Refactored the gemspec. Gem building code is now handled by Rake tasks.
* Refactored the Rakefile. Added a default task, removed the old install
  task, and namespaced the gem related tasks.
2011-08-12 16:31:07 +00:00
taca
e142ecf46b Update ruby-gemcutter to 0.7.0.
* Support newer rubygems.
* Added api and yank command test.
* Added --platform option.
* And a few bug fixes.
2011-08-12 16:30:00 +00:00
taca
0aba5f542b Pass CCDLFLAGS to C compiler to fix recent build problem. 2011-08-12 16:29:04 +00:00
taca
3fbe4712a0 Update patch for latest rubygems. No functional change. 2011-08-12 16:26:48 +00:00
taca
b9dd3d0424 Restrict dependency to ruby-debug-base package.
Bump PKGREVISION.
2011-08-12 16:25:03 +00:00
taca
2b8288f754 Update hoe package to 2.11.0.
=== 2.11.0 / 2011-08-08

* 2 minor enhancements:

  * Bypass sudo on install_gem if GEM_HOME is writable (ala rvm).
  * rcov plugin should set libs to lib, test, and '.'. (tenderlove)

* 1 bug fix:

  * Fixed windoze detection on jruby. *sigh* (myabc)

=== 2.10.0 / 2011-06-30

* 3 minor enhancements:

  * Added parse_urls to deal with array and hash style url lists in README.txt.
  * Added urls accessor.
  * Deprecated url accessors.

* 1 bug fix:

  * Specified wrong version of racc in racc plugin.

=== 2.9.6 / 2011-06-22

* 3 bug fixes:

  * Fixed hoe dep to be a spermy (~>) dep
  * Hard coded rake dependency as ~> 0.8 so we don't collide with other libs
  * Removed circular dependency check. Hasn't been needed in a long while.

=== 2.9.5 / 2011-06-21

* 2 minor enhancements:

  * Extended #dependency to work post-spec creation in case a task wants to add a dep.

* 4 bug fixes:

  * Fixed dependency for :inline plugin.
  * Fixed minor 1.9.3 warnings.
  * Fixed sow to obey gem naming conventions.  It no longer munges - to _.
  * Switched hoe deps from >= to ~>.
2011-08-12 16:23:46 +00:00
taca
46ad9ebed3 Update ZenTest package to 4.6.0.
=== 4.6.0 / 2011-07-22

* 6 minor enhancements:

  * Added -p (plain diff) and made -u (unified diff) the default for unit_diff.
  * Added ./tmp to default exclusions.
  * Autotest defaults unit_diff to nil now, to allow minitest's enhanced assert_equal to shine.
  * Autotest will raise if the :died handler doesn't handle the exception. (ralfebert)
  * Dropped 1.8.6 as a default tag/branch to build in multiruby.
  * autotest can now be automatically 'narrowed' on the command-line.
    * eg: `autotest lib test/test_blah.rb`

* 7 bug fixes:

  * Believe it or not... but some ppl use zentest. Fixed nested class vs module bug
  * Fix to turn on jruby's support for ObjectSpace. (stepheneb)
  * Fixed a rubygems deprecation in autotest
  * Fixed unit_diff scanning for minitest output.
  * Normalized shebangs to fix problems on windows (luis)
  * autotest/isolate.rb sets GEM_HOME as well as GEM_PATH.
  * Fixed 1.9.3 warnings.
2011-08-12 16:23:00 +00:00
taca
0050737a64 Note update of devel/ruby-extlib package to 0.9.15nb1. 2011-08-12 16:12:12 +00:00
taca
75b4162a4b Current version of this package dosen't have any dependency to
other packages.

Bump PKGREVISION.
2011-08-12 16:11:33 +00:00
taca
197b3ed9e2 Note addition of devel/ruby-templater package version 1.0.0. 2011-08-12 16:10:24 +00:00
taca
fcbd3dc96c Add and enable ruby-loquacious and ruby-templater. 2011-08-12 16:09:47 +00:00
taca
285db7eb6e Importing ruby-templater package version 1.0.0.
Templater has the ability to both copy files from A to B and also to
render templates using ERB. Templater consists of four parts:

- Actions (File copying routines, templates generation and directories
  creation routines).
- Generators (set of rules).
- Manifolds (generator suites).
- The command line interface.

Hierarchy is pretty simple: manifold has one or many public and
private generators. Public ones are supposed to be called by end
user. Generators have one or more action that specify what they do,
where they take files, how they name resulting files and so forth.
2011-08-12 16:08:19 +00:00
taca
e6af839d46 Note addtion of devel/ruby-loquacious package version 1.8.1. 2011-08-12 16:05:57 +00:00
taca
a9098ab059 Importing ruby-loquacious version 1.8.1.
Descriptive configuration files for Ruby written in Ruby.

Loquacious provides a very open configuration system written in ruby and
descriptions for each configuration attribute. The attributes and descriptions
can be iterated over allowing for helpful information about those attributes to
be displayed to the user.
2011-08-12 16:04:22 +00:00
taca
1be26cd9cc Note update of these packages:
devel/ruby-deprecated	2.0.1nb1
	databases/ruby-dbi	0.4.5nb2
	devel/rake		0.8.7nb2
2011-08-12 16:02:39 +00:00
taca
102d3b4443 Reduce patch file since newer rubygems handles gemspec better.
Bump PKGREVISION.
2011-08-12 16:01:39 +00:00
taca
f07d2ebac4 * Don't use Deprecate but Deprecated of devel/ruby-deprecated package.
* Fix a scheme of updating hash.

Bump PKGREVISION.
2011-08-12 15:58:36 +00:00
taca
f692f7c24b Avoid to define constant Deprecate since it is conflict with rubygems.
Newer rubygems poorly defines module Deprecate which could be
Gem::Deprecate.

Bump PKGREVISION.
2011-08-12 15:56:38 +00:00
taca
2eb364cf60 Note update of misc/rubygems package to 1.8.7. 2011-08-12 15:51:29 +00:00
taca
b8ab946db9 Update rubygems package to 1.8.7 with adding compatibility to read
older gemspec files.

Changes are too may to write here, please refer History.txt file.
2011-08-12 15:50:44 +00:00
taca
1f815e3cd4 Note update of ruby18-1.8.7.352 (Ruby 1.8.7 p352) and ruby19-1.9.2pl290
(Ruby 1.9.2 p290) related packages.
2011-08-12 15:44:05 +00:00
taca
592fc14dc2 Fix shbang of one script. 2011-08-12 15:37:54 +00:00
taca
ec5c562872 Update ruby19-base pacakge to 1.9.2pl290 (1.9.2-p290).
Here is quote from the article of Ruby Inside.
(http://www.rubyinside.com/ruby-1-9-2-p290-released-the-lowdown-on-rubys-latest-production-release-5145.html)  For more change, please refer:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_290/ChangeLog

What's Changed From p180 to p290?

Quite a lot got changed in terms of the numbers. 132 files were
tweaked with a total of 3505 lines added and 788 taken away.

A selection of the fixes:

* require 'date'; Date.new === nil throws an undefined method error for
  coerce on p180 - this has now been fixed
* The Thread.kill segfaults when the object to be killed isn't a thread bug
  has been resolved.
* Tweaks to reduce segmentation faults when using zlib on x86-64 Darwin
  (OS X) - always good
* Modification to prevent random number sequence repetition on forked child
  processes in SecureRandom
* Fix to io system to resolve a Windows-only bug where characters are being
  read incorrectly due to ASCII not being treated as 7 bit
* A tweak to Psych (the YAML parser) to plug a memory leak
* Load paths are now always expanded by rb_et_expanded_load_path (I think
  this might yield a performance gain?)
* Fixes to Psych's treatment and testing of string taint
* Prevention of temporary objects being garbage collected in some cases
* Fixes to resolve compilation problems with Visual C++ 2010
* A fix so that Tk's extconf.rb would run successfully
* Lots of Tk related fixes generally - I'm guessing Tk is very popular
  amongst the core team, particularly in Japan, because it seems to be a
  common release blocker.
* A fix to string parsing to resolve an obscure symbol-containing-newlines
  parsing bug
2011-08-12 15:35:22 +00:00
taca
ed7bb15a73 Update ruby18-base pacakge to 1.8.7.352 (1.8.7-p352).
This is maintenance release.  For more detail chagge, plrease refer:

http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_352/ChangeLog
2011-08-12 15:33:12 +00:00
taca
a2fda01bc9 Start of updating ruby18 to ruby18-1.8.7.352 (Ruby 1.8.7 patchlevel 352)
and ruby19 to ruby19-1.9.2pl290 (Ruby 1.9.2 patchlevel 290).
2011-08-12 15:27:44 +00:00
taca
8c584c4fa6 Oops, should be commited with:
pkgsrc/devel/ruby-rdoc: PLIST distinfo
2011-08-12 15:24:36 +00:00
taca
72f341e1aa Note update of devel/ruby-rdoc package to 3.9.1. 2011-08-12 15:22:22 +00:00
taca
7c50e064a6 Update ruby-rdoc package to 3.9.1.
=== 3.9.1 / ??

* Bug fixes
  * Fix RDoc::Markup parser for a header followed by a non-text token.  Issue
    #56 by Adam Tait
  * Fix RDoc::Markup::ToHtmlCrossref#gen_url for non-<tt>rdoc-ref</tt> links.
  * Fix bug report URL when rdoc crashes.

=== 3.9 / 2011-07-30

* Minor enhancements
  * RDoc::Parser::C now supports :doc: and :nodoc: for class comments
  * Added the <tt>rdoc-ref:</tt> link scheme which links to a named reference.
    <tt>rdoc-ref:</tt> can resolve references to classes, modules, methods,
    files, etc.  This can be used to create cross-generator named links unlike
    the <tt>link:</tt> scheme which is dependent upon the exact file name.
    Issue #53 by Simon Chiang
  * Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref.
    Cross-references can now be created easily for non-HTML formatters.
* Bug fixes
  * `ri []` and other special methods now work properly.  Issue #52 by
    ddebernardy.
  * `ri` now has space between class comments from multiple files.
  * :stopdoc: no longer creates Object references.  Issue #55 by Simon Chiang
  * :nodoc: works on class aliases now.  Issue #51 by Steven G. Harms
  * Remove tokenizer restriction on header lengths for verbatim sections.
    Issue #49 by trans
2011-08-12 15:21:33 +00:00
taca
ab54a01857 - Switch to use OVERRIDE_GEMSPEC.
- A little clean up.
2011-08-12 15:19:41 +00:00