Commit graph

202859 commits

Author SHA1 Message Date
taca
4a1a81ec55 Note update of devel/ruby-rspec-rails package to 2.13.2. 2013-06-16 16:31:45 +00:00
taca
becee4ff82 Update ruby-rspec-rails to 2.13.2.
### 2.13.2 / 2013-05-18
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.1...v2.13.2)

Bug fixes

* `let` definitions may override methods defined in modules brought in via
  `config.include` in controller specs. Fixes regression introduced in 2.13.
  (Andy Lindeman, Jon Rowe)
* Code that checks Rails version numbers is more robust in cases where Rails is
  not fully loaded. (Andy Lindeman)

### 2.13.1 / 2013-04-27
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.0...v2.13.1)

Bug fixes

* View specs are no longer generated if no template engine is specified (Kevin
  Glowacz)
* `ActionController::Base.allow_forgery_protection` is set to its original
  value after each example. (Mark Dimas)
* `patch` is supported in routing specs. (Chris Your)
* Routing assertions are supported in controller specs in Rails 4. (Andy
  Lindeman)
* Fix spacing in the install generator template (Taiki ONO)
2013-06-16 16:31:05 +00:00
taca
c52b85b10d Note update of devel/ruby-rspec-mocks package to 2.13.1. 2013-06-16 16:25:39 +00:00
taca
3e9cb9314e Update ruby-rspec-mocks to 2.13.1.
### 2.13.1 / 2013-04-06
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.13.0...v2.13.1)

Bug fixes

* Allow a block implementation to be used in combination with
  `and_yield`, `and_raise`, `and_return` or `and_throw` (Myron Marston).
2013-06-16 16:25:07 +00:00
taca
732112cc44 Note update of devel/ruby-rbtree package to 0.4.1. 2013-06-16 16:22:19 +00:00
taca
0dfdd023b9 Update ruby-rbtree to 0.4.1.
* Fixed a crash that could be triggered when GC happened.
2013-06-16 16:21:54 +00:00
taca
65335a415e Note update of devel/ruby-mocha package to 0.14.0. 2013-06-16 16:18:27 +00:00
taca
4f61848a67 Update ruby-mocha to 0.14.0.
## 0.14.0

* Official support for MiniTest v5. All tests now pass on the continuous
  integration build.

## 0.14.0.alpha

* Add speculative support for Minitest v5. Due to incompatibilities it has not
  yet been possible to run the Mocha test suite against Minitest v5. However,
  @zenspider (author of Minitest) provided the patch and he has tested it
  against Rails v4. Fixes #156. Thanks to @zenspider.
* Documentation updates.
2013-06-16 16:17:41 +00:00
taca
39322dcbe7 Note update of devel/ruby-minitest package to 5.0.4. 2013-06-16 16:14:09 +00:00
taca
73ac37e220 Update ruby-minitest to 5.0.4.
Changes are too many to write here, please refer History.txt file.
2013-06-16 16:13:39 +00:00
taca
dbea805179 Note update of devel/ruby-inline package to 3.12.2. 2013-06-16 15:47:42 +00:00
taca
aadb690ba6 Update ruby-inline to 3.12.2.
=== 3.12.2 / 2013-04-18

* 2 minor enhancements:

  * Added #prefix code to MD5 calculation to force rebuilds on non-signature
    changes.
  * Separated out #prefix code from #src.
2013-06-16 15:47:16 +00:00
taca
3b021aaeb2 Note update of devel/ruby-hike package to 1.2.3. 2013-06-16 15:45:30 +00:00
taca
875d961838 Update ruby-hike to 1.2.3.
Various fixes.
2013-06-16 15:45:06 +00:00
taca
7c5106c92f Note update of devel/ruby-highline package to 1.6.19. 2013-06-16 15:40:38 +00:00
taca
2adafecf4c Update ruby-highline to 1.6.19.
== 1.6.19

* Fixed `terminal_size()` with jline2 (by presidentbeef).

== 1.6.18

* Fixed a long supported interface that was accidentally broken with a recent change (by Rubem Nakamura Carneiro).

== 1.6.17

* Added encoding support to menus (by David Lyons).
* Some minor fixes to SystemExtensions (by whiteleaf and presidentbeef).
2013-06-16 15:39:20 +00:00
taca
a62a5d5494 Note update of devel/ruby-flexmock package to 1.3.2. 2013-06-16 15:36:52 +00:00
taca
18e72aaee3 Update ruby-flexmock to 1.3.2.
No exact changes aren't available, please refer github:
https://github.com/jimweirich/flexmock/commits/master.

Update HOMEPAGE, too.
2013-06-16 15:36:25 +00:00
taca
e65843aeaa Note update of devel/ruby-daemon_controller package to 1.1.4. 2013-06-16 15:30:54 +00:00
taca
593890bf9e Update ruby-daemon_controller to 1.1.4.
* Fix Ubuntu/Debian installation instructions.
* Fix Ruby package name. It's supposed to be ruby-daemon-controller, not
  daemon-controller-ruby.
* Add Ubuntu and Debian installation instructions.
* Add Debian packaging files.
* Add documentation about cryptographic verification and promote the use of
  rubygems-openpgp-ca.
* Rename package:upload to package:release, and have it automatically create &
  upload a tag too.
* Fix package:upload task.
2013-06-16 15:30:18 +00:00
taca
d0669f24d7 Note update of devel/ruby-rake package to 10.0.4. 2013-06-16 15:24:13 +00:00
taca
c69c0370c9 Update ruby-rake to 10.0.4.
No release note is available for 10.0.4, please refer for full changes:
https://github.com/jimweirich/rake/commits/master.

pkgsrc change: fix save/restore of command files.
2013-06-16 15:23:39 +00:00
taca
3ef192e6a5 Note update of devel/ruby-parser package to 3.1.3. 2013-06-16 15:14:09 +00:00
taca
a39a645741 Update ruby-parser to 3.1.3.
3.1.2 fixes temporary file creation.

=== 3.1.3 / 2013-04-09

* 2 bug fixes:

  * Fixed begin w/ else but no rescue. (whitequark)
  * Removed literal stripping from block_append. Not its job.

=== 3.1.2 / 2013-03-18

* 1 minor enhancement:

  * OMG A SECURITY ISSUE FOR CODE NOBODY USES... EVER
2013-06-16 15:13:36 +00:00
taca
1b80ec7721 Note update of devel/ruby-io-console package to 0.4.2nb1. 2013-06-16 15:11:08 +00:00
taca
a0b547e213 * Clean extra object files.
* Use RUBY_DLEXT for extension file.

Bump PKGREVISION.
2013-06-16 15:10:41 +00:00
taca
ed44d4dd86 Note update of devel/ruby-gettext_i18n_rails package to 0.10.0. 2013-06-16 15:08:33 +00:00
taca
cb8d254a06 Update ruby-gettext_i18n_rails to 0.10.0.
* update setup.
* added support for class hierarchies (sti and abstract-class based).
* use plural translation if options[:count] exists.
* Dropped haml 1.9 hashes warning in README.md.
* Update Gemfile to use HTTPS requests.
* Add Ruby 2.0 support to RubyGettextExtractor module.
2013-06-16 15:08:05 +00:00
taca
09ad948265 Note update of devel/ruby-ffi package to 1.9.0. 2013-06-16 15:00:57 +00:00
taca
5db84e6783 Update ruby-ffi to 1.9.0.
No official changes aren't available, please refer github's commit log:

	https://github.com/ffi/ffi/commits/master
2013-06-16 15:00:20 +00:00
taca
501b2389e0 Note update of devel/ZenTest package to 4.9.2. 2013-06-16 14:47:35 +00:00
taca
a3e4d2d282 Update ZenTest to 4.9.2.
=== 4.9.2 / 2013-05-29

* 2 minor enhancements:

  * Added autotest-suffix description to readme. (blowmage)
  * zentest now outputs test classes for minitest 5

=== 4.9.1 / 2013-04-18

* 2 minor enhancements:

  * Make banner more explicit about correct test file location. (rue)
  * Switched to #failed for calculating red/green hook. (bhenderson)
2013-06-16 14:47:06 +00:00
taca
648cf2e1ba Note update of devel/hoe package to 3.6.2. 2013-06-16 14:44:20 +00:00
taca
74a8f9f6cf Update hoe to 3.6.2.
=== 3.6.2 / 2013-05-29

* 1 minor enhancement:

  * Um... the default test lib should probably be minitest, not testunit.

=== 3.6.1 / 2013-05-10

* 2 bug fixes:

  * Define a blank test task just in case nothing is found
  * Fixed an ancient test to use capture_subprocess_io. More reliable.

=== 3.6.0 / 2013-04-18

* 5 minor enhancements:

  * Added built-in support for markdown.
  * Renamed rubyforge_name to group_name.
  * Aliased and deprecated rubyforge_name from group_name.
  * Strip <> from parse_urls for markdown style raw urls.
  * intuit_values looks for README.md and History.md as well as txt.

* 1 bug fix:

  * Fix file_name regex for test file. (bhenderson/veganstraightedge)

=== 3.5.3 / 2013-04-09

* 1 minor enhancement:

  * Updated publish plugin to depend on rdoc 4.x.

=== 3.5.2 / 2013-03-18

* 1 bug fix:

  * 1.9: fixed warning of ambiguous args in bin/sow. (amesee)
2013-06-16 14:43:31 +00:00
taca
acfdd03492 Note update of databases/ruby-pg package to 0.15.0. 2013-06-16 14:38:52 +00:00
taca
95eadf809a Update ruby-pg to 0.15.0.
== v0.15.0 [2013-03-03] Michael Granger <ged@FaerieMUD.org>

Bugfixes:

- Fix segfault in PG::Result#field_values when called with non String value.
- Fix encoding of messages delivered by notice callbacks.
- Fix text encoding for Connection#wait_for_notify and Connection#notifies.
- Fix 'Bad file descriptor' problems under Windows: wrong behaviour of
  #wait_for_notify() and timeout handling of #block on Ruby 1.9.

Documentation fixes:

- conn#socket() can not be used with IO.for_fd() on Windows.

Enhancements:

- Tested under Ruby 2.0.0p0.
- Add single row mode of PostgreSQL 9.2.
- Set fallback_application_name to programm name $0. Thanks to Will Leinweber
  for the patch.
- Release Ruby's GVL while calls to blocking libpq functions to allow better
  concurrency in threaded applications.
- Refactor different variants of waiting for the connection socket.
- Make use of rb_thread_fd_select() on Ruby 1.9 and avoid deprecated
  rb_thread_select().
- Add an example of how to insert array data using a prepared statement (#145).
- Add continous integration tests on travis-ci.org.
- Add PG::Result#each_row for iterative over result sets by row. Thanks to
  Aaron Patterson for the patch.
- Add a PG::Connection#socket_io method for fetching a (non-autoclosing) IO
  object for the connection's socket.

Specs:

- Fix various specs to run on older PostgreSQL and Ruby versions.
- Avoid fork() in specs to allow usage on Windows and JRuby.
2013-06-16 14:38:10 +00:00
imil
ee4851ba8d Updated pkgtools/pkgin to 0.6.4 2013-06-16 14:38:00 +00:00
imil
cda1a83536 0.6.4
Large file systems fix by Filip Hajny
	gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara
	Moved to GitHub
2013-06-16 14:37:33 +00:00
taca
1f15f663a8 Note update of databases/ruby-dm-core package to 1.2.1. 2013-06-16 14:35:23 +00:00
taca
e6bdeb23d4 Update ruby-dm-core to 1.2.1.
o Relax dep on addressable.
o Fix Property#typecast to pass-through values that cannot be handled.
2013-06-16 14:34:53 +00:00
taca
cc36db334e Note update of Ruby DataObjects to 0.10.13.
databases/ruby-data_objects	0.10.13
	databases/ruby-do_mysql		0.10.13
	databases/ruby-do_postgres	0.10.13
	databases/ruby-do_sqlite3	0.10.13
2013-06-16 14:30:41 +00:00
taca
c5a0f3b223 Update Ruby DataObjects to 0.10.13.
## 0.10.13 2013-05-27

* Create binaries for Ruby 2.0 on Windows
* Fix segfault in do_postgres
* Fix compilation of do_oracle for Ruby 2.0
2013-06-16 14:29:07 +00:00
obache
7e3be9fc97 preprocessor is a tool. 2013-06-16 13:34:30 +00:00
ryoon
40a6367ec2 Updated audio/moc to 2.4.4 2013-06-16 13:01:33 +00:00
ryoon
7b3a29acc8 Update to 2.4.4
Changelog:
2.4.4
        * Fix crash when saving a playlist with URLs.
        * Fix hang in case of symlink loop (like symlink to parent directory)
          when adding files recursivelly to the playlist.
        * Fix bad memory acces when using FILL parameter in layouts that caused
          "FATAL_ERROR: Layout1 is malformed".
        * Fix compilation with newer ffmpeg. (Alexis Ballier)
        * Increase maximum file title (made from tags) length to 512. Helps on
          wide terminals.
        * Fix displaying URLs on the playlist when it ends with a slash.
        * Fix compilation of flac plugin by detecting libflac using pkg-config.
        * Fix for multichannel playback. (Maarten van Es)
        * Fix handling of invalid track number in tags. A segfault occured when
          the track number was at least a value of 2^31.
        * Support for the new (SVN) libmpcdec API.
        * Remove old, irrelevant comment about iconv from the configuration
          file.
        * Fix configure to display proper information about compiled RCC.
        * Run libtoolize in autogen.sh to prevent conflicts with installed
          libtool/libltdl version.
2013-06-16 13:00:59 +00:00
obache
a1ee850691 catman is also installed (on NetBSD-5.2, MANINSTAL="catinstall htmlinstall maninstall") 2013-06-16 12:56:10 +00:00
ryoon
046f186ccb Updated misc/iselect to 1.4.0 2013-06-16 12:39:16 +00:00
ryoon
713abdfd90 Update to 1.4.0
Changelog:
  Changes between 1.3.1 and 1.4.0
  -------------------------------
  070708 o upgraded GNU shtool from 2.0.3 to 2.0.7
         o adjusted year range in copyright messages
         o upgraded build environment to GNU autoconf 2.61

  Changes between 1.3.0 and 1.3.1
  -------------------------------
  051005 o upgraded GNU shtool from 2.0.1 to 2.0.3
         o adjusted year range in copyright messages

  Changes between 1.2.0 and 1.3.0
  -------------------------------
  040911 o upgraded GNU shtool from 1.6.2 to 2.0.1
         o upgraded build environment to GNU autoconf 2.59
  200404 o upgraded GNU shtool from 1.6.0 to 1.6.2
         o fixed years in copyright
  2002xx o upgraded GNU shtool from 1.5.0 to 1.6.0
         o fixed years in copyright
  2000xx o upgraded GNU shtool from 1.3.0 to 1.5.0
         o fixed years in copyright
  990530 o fixed iselect.pod: %s[ -> %[
  990622 o fixed type conversion [Mark A. Hershberger <mah@everybody.org>]
2013-06-16 12:38:43 +00:00
ryoon
a1db8fb516 Updated multimedia/gst123 to 0.3.3 2013-06-16 12:30:12 +00:00
ryoon
7751431c04 Update to 0.3.3
Changelog:
Overview of changes is gst123-0.3.3:

* Fix Issue 10: Local files not properly escaped when converted to URLs
* Added "-k, --skip=<n>" option: skip first 'n' seconds [Tobias Bengfort]

Overview of changes in gst123-0.3.2:

* Support building with gstreamer 1.0 or gstreamer 0.10 (Issue 11).
* Added "-a pulse" PulseAudio output support.
* Fix time display updates (broken by introduction of quiet mode).
* Properly quit player if none of the files in the playlist can be played.
* Cleanup code to avoid compiler warnings.
2013-06-16 12:21:56 +00:00