summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21add kdiff3-kde3markd1-1/+2
2012-03-21Update to 0.9.96markd7-220/+101
KDE4 version.
2012-03-21Reimport kdiff3 0.9.91nb12 as kdiff3-kde3markd8-0/+315
2012-03-21* Adjust required sqlite version (follow configure.in)ryoon3-19/+3
* Remove patch-xulrunner_app_Makefile.in, suggested by drochner@
2012-03-21update to 4.5.1drochner2-7/+6
It is a maintenance release fixing some bugs.
2012-03-21Override configure check for the flex library.hans1-1/+2
This package would normally use bison-yacc and flex, but the files it needs come pre-generated in the distfile. So flex and bison-yacc aren't actually used, and linking against the library can cause the build to fail with unresolved symbols.
2012-03-21Update hoe to 3.0.0.taca2-6/+6
=== 3.0.0 / 2012-03-20 * 3 major enhancements: * Added activate_plugin_deps phase to plugin loading. * Removed long deprecated Hoe.new { block }. * Removed long deprecated handling of improper dependencies. * 3 minor enhancements: * Added deprecation warnings to Hoe#url and Hoe#url=. Already deprecated for 9 mo. * Reworked all the plugins to use activate_XXX_deps, as necessary. * Switched internal usage of #url to #urls. * 2 bug fixes: * Fixed failures in the publish_docs task when remote directory times cannot be changed (such as on rubyforge). * Fixed isolate setup for the racc plugin
2012-03-21update to 2.20.3drochner9-50/+50
changes: -bugfixes -translation update
2012-03-21-make libxul.so link against libkvm on NetBSD because it containsdrochner4-7/+10
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-20Update ruby-rspec-rails to 2.9.0.taca3-9/+12
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-20Update ruby-rspec to 2.9.0.taca2-9/+9
This is meta gem for ruby-rspec-{core,expectations,mock}.
2012-03-20Update ruby-rspec-mocks to 2.9.0.taca3-7/+10
### 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-20Update ruby-rspec-expectations to 2.9.0.taca3-28/+31
### 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-20Update ruby-rspec-core to 2.9.0.taca3-9/+10
### 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-20Update to 4.2.3markd3-32/+48
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-20Update to 1.2.3markd3-67/+135
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-20Update ruby-rcov to 1.0.0.taca3-43/+11
Exact changes are unknown but it would be last stable release for Ruby 1.8.7.
2012-03-20Update ruby-kgio to 2.7.3.taca2-6/+6
=== 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-20Add qjsonmarkd1-1/+2
2012-03-20Import qjson 0.7.1markd8-0/+122
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-20Add and enable ruby-io-like.taca1-1/+2
2012-03-20Importing ruby-io-like version 0.3.0.taca4-0/+45
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-19Remove libiberty dependency.markd1-2/+1
2012-03-19Update to KDE SC 4.8.0markd4-267/+558
2012-03-19Fix "Used by" header.ryoon1-2/+2
2012-03-19Add MASTER_SITE_MOZILLA_ALL to MASTER_SITES because ESR version is hostedryoon1-2/+3
at ftp.mozilla.org (only?).
2012-03-19Changes 1.2.6:adam32-2329/+4668
* 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* switch MASTER_SITES to http oneobache1-8/+5
* instead of manual extract command, tell archive format to extractor.
2012-03-18Use CMAKE rather than custom Makefile. Add additional items to PLISTabs3-42/+12
2012-03-18+yajlabs1-1/+2
2012-03-18Added devel/yajl version 2.0.1abs6-0/+92
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-18Revert previous, boost packages are at 1.49.wiz1-2/+2
2012-03-18pkgsrc/meta/boost/ is at version 1.58 but devel/boost-jam's buidlink3.mk filereinoud1-2/+2
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-18Update ZenTest to 4.7.0.taca2-6/+6
=== 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-18Remove ruby-activesupport, say good-by to Ruby on Rails 2.taca4-402/+0
2012-03-18Remove Ruby on Rails 2 pacakges:taca1-2/+1
databases/ruby-activerecord devel/ruby-activesupport mail/ruby-actionmailer www/ruby-actionpack www/ruby-activeresource www/ruby-rails
2012-03-18Remove ruby-rspec-rails1 and ruby-rspec1.taca1-3/+1
2012-03-18Remove ruby-rspec1 package for Ruby on Rails 2.taca4-424/+0
2012-03-18Remove ruby-rspec-rails1 package for Ruby on Rails 2.taca4-196/+0
2012-03-18Add and enable ruby-activemodel32, ruby-activesupport32 and ruby-railties32.taca1-1/+4
2012-03-18Importing ruby-railties32 version 3.2.2.taca4-0/+532
## 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-18Importing ruby-activemodel32 version 3.2.2.taca4-0/+67
## 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-18Importing ruby-activesupport32 version 3.2.2.taca4-0/+241
## 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-18Update ruby-railties31 to 3.1.4.taca3-171/+7
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-18Update of ruby-activemodel31 to 3.1.4.taca1-4/+4
No change except version.
2012-03-18Update ruby-activesupport31 to 3.1.4.taca3-101/+6
* Tweak COMMENT. No change except merge of CVE-2012-1099 fix.
2012-03-18Update ruby-railties to 3.0.12.taca3-171/+7
pkgsrc change: * Tweak COMMENT. No chagne except version.
2012-03-18Update ruby-activemodel to 3.0.12.taca2-8/+7
pkgsrc change only: * Tweak COMMENT. * Strict dependency to devel/ruby-i18n_05.
2012-03-18Update ruby-activesupport3 to 3.0.12.taca3-101/+6
Merged CVE-2012-1099 fix.
2012-03-17Add and enable ruby-uglifier and ruby-uglifier10.taca1-1/+3