Commit graph

18039 commits

Author SHA1 Message Date
drochner
9375b6325f update to 2.20.3
changes:
-bugfixes
-translation update
2012-03-21 12:18:33 +00:00
drochner
a72b57264a -make libxul.so link against libkvm on NetBSD because it contains
references to its functions
 (patch-xulrunner_app_Makefile.in is probably unnecessary now, didn't
  test)
-propagate dependency on nspr -- at least the .pc file refers to it
bump PKGREV
2012-03-21 10:40:25 +00:00
taca
53106dc086 Update ruby-rspec-rails to 2.9.0.
Remove restriction for version of Ruby on Rails.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)

Enhancments
* add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
  schema format is ":sql". (Andrey Voronkov)

Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* Generated view specs use different IDs for each attribute.
2012-03-20 13:42:34 +00:00
taca
1b2f942456 Update ruby-rspec to 2.9.0.
This is meta gem for ruby-rspec-{core,expectations,mock}.
2012-03-20 13:39:18 +00:00
taca
f8e74717ad Update ruby-rspec-mocks to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0)

Enhancements

* Support order constraints across objects (preethiramdev)

Bug fixes

* Allow a `as_null_object` to be passed to `with`
* Pass proc to block passed to stub (Aubrey Rhodes)
* Initialize child message expectation args to match any args (#109 -
  preethiramdev)
2012-03-20 13:38:13 +00:00
taca
57d061c688 Update ruby-rspec-expectations to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)

Enhancements

* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
  of RSpec::Matchers (which is included in every example).
* Autoload files with matcher classes to improve load time.

Bug fixes

* Align respond_to? and method_missing in DSL-defined matchers.
* Clear out user-defined instance variables between invocations of DSL-defined
  matchers.
* Dup the instance of a DSL generated matcher so its state is not changed by
  subsequent invocations.
* Treat expected args consistently across positive and negative expectations
  (thanks to Ralf Kistner for the heads up)
2012-03-20 13:37:28 +00:00
taca
3adcc00bd4 Update ruby-rspec-core to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0)

Enhancements

* Support for "X minutes X seconds" spec run duration in formatter. (uzzz)
* Strip whitespace from group and example names in doc formatter.
* Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade
  to 0.9.0.

Bug fixes

* Restore `--full_backtrace` option
* Ensure that values passed to `config.filter_run` are respected when running
  over DRb (using spork).
* Ensure shared example groups are reset after a run (as example groups are).
* Remove `rescue false` from calls to filters represented as Procs
* Ensure described_class gets the closest constant (pyromaniac)
* In "autorun", don't run the specs in the at_exit hook if there was an
  exception (most likely due to a SyntaxError). (sunaku)
* Don't extend groups with modules already used to extend ancestor groups.
* `its` correctly memoizes nil or false values (Yamada Masaki)
2012-03-20 13:36:31 +00:00
markd
8b7c571661 Update to 4.2.3
KDevelop 4.2.3 Released

This is a stable release which fixes dozens of bugs.

KDevelop 4.2.2 released

the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.

KDevelop 4.2.0 Released

You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.
2012-03-20 10:52:26 +00:00
markd
b991b56aec Update to 1.2.3
KDevelop 4.2.3 Released

This is a stable release which fixes dozens of bugs.

KDevelop 4.2.2 released

the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.

KDevelop 4.2.0 Released

You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.
2012-03-20 10:48:53 +00:00
taca
8690fb6f54 Update ruby-rcov to 1.0.0.
Exact changes are unknown but it would be last stable release for Ruby 1.8.7.
2012-03-20 10:25:47 +00:00
taca
f267a975c2 Update ruby-kgio to 2.7.3.
=== kgio 2.7.3 - compatibility fixes / 2012-03-15 07:11 UTC

  Fixed build and autopush support under Debian GNU/kFreeBSD.
  Test case fixes for timing-sensitive tests.
2012-03-20 10:22:32 +00:00
markd
8b2a770f92 Add qjson 2012-03-20 10:14:40 +00:00
markd
c59ad7b4aa Import qjson 0.7.1
QJson is a qt-based library that maps JSON data to QVariant objects: JSON
arrays will be mapped to QVariantList instances, while JSON objects will
be mapped to QVariantMap.
2012-03-20 10:12:24 +00:00
taca
130ca05284 Add and enable ruby-io-like. 2012-03-20 09:28:16 +00:00
taca
c4ce3766a2 Importing ruby-io-like version 0.3.0.
The IO::Like module provides the methods of an IO object based upon on a few
simple methods provided by the including class: unbuffered_read,
unbuffered_write, and unbuffered_seek.

These methods provide the underlying read, write, and seek support
respectively, and only the method or methods necessary to the correct
operation of the IO aspects of the including class need to be provided.

Missing functionality will cause the resulting object to appear read-only,
write-only, and/or unseekable depending on which underlying methods are
absent.

Additionally, read and write operations which are buffered in IO are buffered
with independently configurable buffer sizes.  Duplexed objects (those with
separate read and write streams) are also supported.
2012-03-20 07:24:21 +00:00
markd
6611eaf85f Remove libiberty dependency. 2012-03-19 21:34:22 +00:00
markd
2026815c6d Update to KDE SC 4.8.0 2012-03-19 21:28:53 +00:00
ryoon
2c07d28f24 Fix "Used by" header. 2012-03-19 20:34:03 +00:00
ryoon
6833a18c4f Add MASTER_SITE_MOZILLA_ALL to MASTER_SITES because ESR version is hosted
at ftp.mozilla.org (only?).
2012-03-19 20:32:18 +00:00
adam
1d5893fc79 Changes 1.2.6:
* gzread() can now read a file that is being written concurrently
* gzgetc() is now a macro for increased speed
* Added a 'T' option to gzopen() for transparent writing (no compression)
* Added deflatePending() to return the amount of pending output
* Allow deflateSetDictionary() and inflateSetDictionary() at any time in raw
  mode
* deflatePrime() can now insert bits in the middle of the stream
* ./configure now creates a configure.log file with all of the results
* Added a ./configure --solo option to compile zlib with no dependency on any
  libraries
* Fixed a problem with large file support macros
* Fixed a bug in contrib/puff
* Many portability improvements
2012-03-19 15:47:12 +00:00
obache
647131bc41 * switch MASTER_SITES to http one
* instead of manual extract command, tell archive format to extractor.
2012-03-19 01:43:36 +00:00
abs
78bb5be29b Use CMAKE rather than custom Makefile. Add additional items to PLIST 2012-03-18 23:22:03 +00:00
abs
d5c2b19e4c +yajl 2012-03-18 16:57:03 +00:00
abs
dccbe86f1b Added devel/yajl version 2.0.1
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser
written in ANSI C, and a small validating JSON generator.
YAJL is released under the BSD license.
2012-03-18 16:56:32 +00:00
wiz
3c0dfc9e69 Revert previous, boost packages are at 1.49. 2012-03-18 12:02:41 +00:00
reinoud
cc0d667f54 pkgsrc/meta/boost/ is at version 1.58 but devel/boost-jam's buidlink3.mk file
was referring to 1.59. References to the boost-jam's package were thus getting
confused since they expect 1.59 to be there when 1.58 was installed.

XXX shouldn't this be a version var in meta/boost/Makefile.common ?
2012-03-18 11:33:46 +00:00
taca
b4a00ff7aa Update ZenTest to 4.7.0.
=== 4.7.0 / 2012-03-15

* 2 minor enhancements:

  * autotest/timestamp now uses ran_command hook. (bhenderson)
  * run_command hook is now passed cmd. (bhenderson)

* 1 bug fix:

  * Fixed run_command hook to only trigger when there are test files to run.
    (bhenderson)
2012-03-18 09:20:18 +00:00
taca
9660f62d6f Remove ruby-activesupport, say good-by to Ruby on Rails 2. 2012-03-18 08:09:27 +00:00
taca
ded37ef496 Remove Ruby on Rails 2 pacakges:
databases/ruby-activerecord
	devel/ruby-activesupport
	mail/ruby-actionmailer
	www/ruby-actionpack
	www/ruby-activeresource
	www/ruby-rails
2012-03-18 08:01:11 +00:00
taca
f832505fa3 Remove ruby-rspec-rails1 and ruby-rspec1. 2012-03-18 07:48:56 +00:00
taca
17b7c62c69 Remove ruby-rspec1 package for Ruby on Rails 2. 2012-03-18 07:48:23 +00:00
taca
093abeb811 Remove ruby-rspec-rails1 package for Ruby on Rails 2. 2012-03-18 07:48:07 +00:00
taca
6c6f595119 Add and enable ruby-activemodel32, ruby-activesupport32 and ruby-railties32. 2012-03-18 06:53:54 +00:00
taca
40a057370e Importing ruby-railties32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##

*   Documentation fixes.

*   Migration generation understands decimal{1.2} and decimal{1-2}, in
    addition to decimal{1,2}. *José Valim*


## Rails 3.2.0 (January 20, 2012) ##

*   Rails 2.3-style plugins in vendor/plugins are deprecated and will be removed in Rails 4.0. Move them out of vendor/plugins and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb.  *Santiago Pastorino*

*   Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Michael Pearson & Xavier Noria*

*   Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". *Dmitrii Samoilov*

*   Added `config.exceptions_app` to set the exceptions application invoked by the ShowException middleware when an exception happens. Defaults to `ActionDispatch::PublicExceptions.new(Rails.public_path)`. *José Valim*

*   Speed up development by only reloading classes if dependencies files changed. This can be turned off by setting `config.reload_classes_only_on_change` to false. *José Valim*

*   New applications get a flag `config.active_record.auto_explain_threshold_in_seconds` in the environments configuration files. With a value of 0.5 in development.rb, and commented out in production.rb. No mention in test.rb. *fxn*

*   Add DebugExceptions middleware which contains features extracted from ShowExceptions middleware *José Valim*

*   Display mounted engine's routes in `rake routes` *Piotr Sarnacki*

*   Allow to change the loading order of railties with `config.railties_order=` *Piotr Sarnacki*

    Example:
        config.railties_order = [Blog::Engine, :main_app, :all]

*   Scaffold returns 204 No Content for API requests without content. This makes scaffold work with jQuery out of the box *José Valim*

*   Update Rails::Rack::Logger middleware to apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications *DHH*

*   Default options to `rails new` can be set in ~/.railsrc *Guillermo Iguaran*

*   Add destroy alias to Rails engines *Guillermo Iguaran*

*   Add destroy alias for Rails command line. This allows the following: `rails d model post` *Andrey Ognevsky*

*   Attributes on scaffold and model generators default to string. This allows the following: "rails g scaffold Post title body:text author" *José Valim*

*   Remove old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command *Guillermo Iguaran*

*   Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
2012-03-18 06:51:50 +00:00
taca
5995eb8cf0 Importing ruby-activemodel32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##

*   No changes.


## Rails 3.2.0 (January 20, 2012) ##

*   Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`, because this only existed to
    support methods like `set_table_name` in Active Record, which are themselves being deprecated. *Jon Leighton*

*   Add ActiveModel::Errors#added? to check if a specific error has been added *Martin Svalin*

*   Add ability to define strict validation(with :strict => true option) that always raises exception when fails *Bogdan Gusiev*

*   Deprecate "Model.model_name.partial_path" in favor of "model.to_partial_path" *Grant Hutchins, Peter Jaros*

*   Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior *Bogdan Gusiev*
2012-03-18 06:46:44 +00:00
taca
07328b6fb4 Importing ruby-activesupport32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##

*   Documentation fixes and improvements.

*   Update time zone offset information. *Ravil Bayramgalin*

*   The deprecated `ActiveSupport::Base64.decode64` calls `::Base64.decode64`
    now. *Jonathan Viney*

*   Fixes uninitialized constant `ActiveSupport::TaggedLogging::ERROR`. *kennyj*


## Rails 3.2.0 (January 20, 2012) ##

*   ActiveSupport::Base64 is deprecated in favor of ::Base64. *Sergey Nartimov*

*   Module#synchronize is deprecated with no replacement.  Please use `monitor`
    from ruby's standard library.

*   (Date|DateTime|Time)#beginning_of_week accept an optional argument to
    be able to set the day at which weeks are assumed to start.

*   Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt. *José Valim*

*   ActiveSupport::Notifications.subscribed provides subscriptions to events while a block runs. *fxn*

*   Module#qualified_const_(defined?|get|set) are analogous to the corresponding methods
    in the standard API, but accept qualified constant names. *fxn*

*   Added inflection #deconstantize which complements #demodulize. This inflection
    removes the righmost segment in a qualified constant name. *fxn*

*   Added ActiveSupport:TaggedLogging that can wrap any standard Logger class to provide tagging capabilities *DHH*

        Logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
        Logger.tagged("BCX") { Logger.info "Stuff" }                            # Logs "[BCX] Stuff"
        Logger.tagged("BCX", "Jason") { Logger.info "Stuff" }                   # Logs "[BCX] [Jason] Stuff"
        Logger.tagged("BCX") { Logger.tagged("Jason") { Logger.info "Stuff" } } # Logs "[BCX] [Jason] Stuff"

*   Added safe_constantize that constantizes a string but returns nil instead of an exception if the constant (or part of it) does not exist *Ryan Oblak*

*   ActiveSupport::OrderedHash is now marked as extractable when using Array#extract_options! *Prem Sichanugrist*

*   Added Array#prepend as an alias for Array#unshift and Array#append as an alias for Array#<< *DHH*

*   The definition of blank string for Ruby 1.9 has been extended to Unicode whitespace.
    Also, in 1.8 the ideographic space U+3000 is considered to be whitespace. *Akira Matsuda, Damien Mathieu*

*   The inflector understands acronyms. *dlee*

*   Deprecated ActiveSupport::Memoizable in favor of Ruby memoization pattern *José Valim*

*   Added Time#all_day/week/quarter/year as a way of generating ranges (example: Event.where(created_at: Time.now.all_week)) *DHH*

*   Added instance_accessor: false as an option to Class#cattr_accessor and friends *DHH*

*   Removed ActiveSupport::SecureRandom in favor of SecureRandom from the standard library *Jon Leighton*

*   ActiveSupport::OrderedHash now has different behavior for #each and
    \#each_pair when given a block accepting its parameters with a splat. *Andrew Radev*

*   ActiveSupport::BufferedLogger#silence is deprecated.  If you want to squelch
    logs for a certain block, change the log level for that block.

*   ActiveSupport::BufferedLogger#open_log is deprecated.  This method should
    not have been public in the first place.

*   ActiveSupport::BufferedLogger's behavior of automatically creating the
    directory for your log file is deprecated.  Please make sure to create the
    directory for your log file before instantiating.

*   ActiveSupport::BufferedLogger#auto_flushing is deprecated.  Either set the
    sync level on the underlying file handle like this:

        f = File.open('foo.log', 'w')
        f.sync = true
        ActiveSupport::BufferedLogger.new f

    Or tune your filesystem.  The FS cache is now what controls flushing.

*   ActiveSupport::BufferedLogger#flush is deprecated.  Set sync on your
    filehandle, or tune your filesystem.
2012-03-18 06:44:50 +00:00
taca
049a0aff4e Update ruby-railties31 to 3.1.4.
Tweak COMMENT.

## Rails 3.1.4 (unreleased) ##

*   Setting config.force_ssl also marks the session cookie as secure.

    *José Valim*

*   Add therubyrhino to Gemfile in new applications when running under JRuby.

    *Guillermo Iguaran*
2012-03-18 05:42:54 +00:00
taca
9005317f7e Update of ruby-activemodel31 to 3.1.4.
No change except version.
2012-03-18 05:37:45 +00:00
taca
33a7833914 Update ruby-activesupport31 to 3.1.4.
* Tweak COMMENT.

No change except merge of CVE-2012-1099 fix.
2012-03-18 05:36:53 +00:00
taca
c3412b0424 Update ruby-railties to 3.0.12.
pkgsrc change:
* Tweak COMMENT.

No chagne except version.
2012-03-18 05:29:14 +00:00
taca
87dca7fa3a Update ruby-activemodel to 3.0.12.
pkgsrc change only:

* Tweak COMMENT.
* Strict dependency to devel/ruby-i18n_05.
2012-03-18 05:23:30 +00:00
taca
6d2df5c3d1 Update ruby-activesupport3 to 3.0.12.
Merged CVE-2012-1099 fix.
2012-03-18 05:21:55 +00:00
taca
5e273294ea Add and enable ruby-uglifier and ruby-uglifier10. 2012-03-17 15:43:43 +00:00
taca
05a0ac87cd Importing latest ruby-uglifger version 1.2.3.
Ruby wrapper for UglifyJS JavaScript compressor.

Eaxcat changes from 1.0.4 isn't available.
2012-03-17 15:42:28 +00:00
taca
f119ca07f9 Importing ruby-uglifier version 1.0.4 as devel/ruby-uglifier10.
Ruby wrapper for UglifyJS JavaScript compressor.

This isn't latest version of ruby-turn but this is compatible with
Ruby on Rails 3.1.
2012-03-17 15:40:24 +00:00
taca
7db03ce0c3 Add and enable ruby-turn and ruby-turn08. 2012-03-17 15:33:45 +00:00
taca
6bbaddfe24 Importing ruby-turn version 0.9.4 as devel/ruby-turn.
Test::Unit Reporter (New) -- new output format for Test::Unit.

This is latest version of ruby-turn 0.9.4.

Changes from 0.8.3:

== 0.9.4 / 2012-03-16
  * Fix dot reporter to use `.` instead of `S` for passed tests.
  * Do not filter backtraces of local directory.
  * Do not colourize zero counts in pretty reporter.

== 0.9.3 / 2012-02-09
  * Default to pretty reporter.
  * Can set reporter via `rpt` environment variable.
  * Fix backtrace filter.
  * Fix require warning when using cli.
  * Add skip counts to reporter tallies. (t8)
  * Improve Pretty reporter output. (t8)

== 0.9.2 / 2012-02-08
  * Fix colorization config issue.
  * Switch to simple dotruby build system.

== 0.9.1 / 2012-02-01
  * MiniTest Only
  * Fix issues with 1.8.7 support.

== 0.9.0 / 2012-01-30
  * Fix bundle exec issue, which means...
  * Developer's must require `turn/autorun` instead fo just `turn`.
  * Improve detection of TestUnit 1.x vs. MiniTest
  * Show randomization seed number in output.
  * Pretty format option is now `-R` instead of `-T`.
  * Rename case match shortcut to `-c` instead of `-t`.
  * Add support for skipped tests.
  * Support max backtrace limit via `-b` option.
  * Use $RUBY_IGNORE_CALLERS to ignore lines of backtrace.
  * Better color support on Windows (install ANSICON)
  * MiniTest is a dependency (even if you are using it for TestUnit 1.x).
2012-03-17 15:32:59 +00:00
taca
08b2369985 Importing ruby-turn version 0.8.3 as devel/ruby-turn08.
This isn't latest version of ruby-turn but this is compatible with
Ruby on Rails 3.1.

Test::Unit Reporter (New) -- new output format for Test::Unit.
2012-03-17 15:31:38 +00:00
taca
fffd053e85 Update ruby-test-unit package to 2.4.8.
2.4.8 – 2012-3-6

It's a bug fix release.

* Improvements

  - Delayed at_exit registration until Test::Unit is used. [GitHub:#21]
    [Reported by Jason Lunn]
  - Added workaround for test-spec. [GitHub:#22] [Reported by Cédric Boutillier]

* Fixes

  - Fixed an error on code snippet display on JRuby. [GitHub:#19][GitHub:#20]
    [Reported by Jørgen P. Tjernø][Patch by Junegunn Choi]

* Thanks

  Jørgen P. Tjernø
  Junegunn Choi
  Jason Lunn


2.4.7 – 2012-2-10

It’s a code snippet improvement release.

* Improvements

  - Supported code snippet display on all faults.


2.4.6 – 2012-2-9

It’s a TAP runner separated release.

* Improvements

  - Moved TAP runner to test-unit-runner-tap gem from test-unit gem.
  - Supported code snippet display on failure.


2.4.5 – 2012-1-16

It’s a failure message readability improvement release.

* Improvements

  - Removed needless information from exception inspected text on
    failure. It’s for easy to read.
  - Supported custom inspector.


2.4.4 – 2012-1-2

It’s a Rails integration improved release.

* Improvements

  - [ui][console] Don’t break progress display when a test is failed.
  - [ui][console] Added markers betwen a failure detail message in progress to
    improve visibility.
  - [travis] Dropped Ruby 1.8.6 as a test target. [GitHub:#13] [Patch by Josh
    Kalderimis]
  - Supported expected value == 0 case in assert_in_epsilon. [RubyForge#29485]
    [Reported by Syver Enstad]
  - Supported a block style setup/teardown/cleanup.

* Thanks

  Josh Kalderimis
  Syver Enstad
2012-03-17 15:24:22 +00:00
taca
08d2816919 Update ruby-subexec to 0.2.1.
Exact changes are unknown but portability changes for Windows including cygwin.
2012-03-17 15:22:38 +00:00