Commit graph

238984 commits

Author SHA1 Message Date
taca
965c52f8f3 Note update of devel/ruby-celluloid package to 0.17.1.2. 2015-09-13 14:20:28 +00:00
taca
e14ffcbad5 Update ruby-celluloid to 0.17.1.2.
Exact changes are not available but depends on several sub-packages.
2015-09-13 14:19:06 +00:00
taca
4146bd3f48 Note addition of these packages:
devel/ruby-celluloid-essentials		0.20.2
	devel/ruby-celluloid-extras		0.20.1
	devel/ruby-celluloid-fsm		0.20.1
	devel/ruby-celluloid-pool		0.20.1
	devel/ruby-celluloid-supervision	0.20.1.1
2015-09-13 14:16:34 +00:00
taca
f01d29d0d2 Add and enable ruby-celluloid-essentials, ruby-celluloid-extras,
ruby-celluloid-fsm, ruby-celluloid-pool and ruby-celluloid-supervision.
2015-09-13 14:15:24 +00:00
taca
3bcf1f3d50 Add ruby-celluloid-supervision, it is part of new ruby-celluloid pacakge.
Supervisors, Supervision Groups, and Supervision Trees for Celluloid.
2015-09-13 14:13:37 +00:00
taca
f84af222df Add ruby-celluloid-pool, it is part of new ruby-celluloid pacakge.
An implementation of an actor pool, based on the Celluloid concurrent object
framework.
2015-09-13 14:12:40 +00:00
taca
6d39749ed9 Add ruby-celluloid-fsm, it is part of new ruby-celluloid pacakge.
Simple finite state machines with integrated Celluloid timeout support.
2015-09-13 14:11:45 +00:00
taca
40d3dc9dbd Add ruby-celluloid-extras, it is part of new ruby-celluloid pacakge.
Classes to support examples, benchmarks, or add special functionality.
2015-09-13 14:10:34 +00:00
taca
2dc3ce81d3 Add ruby-celluloid-essentials, it is part of new ruby-celluloid pacakge.
Notifications, Internals, Logging, Probe, and essential Celluloid pieces
demanding Supervision.
2015-09-13 14:08:58 +00:00
taca
05f27f870b Note update of time/ruby-timers package to 4.1.1. 2015-09-13 14:07:09 +00:00
taca
5c4c60a88d Update ruby-timers to 4.1.1.
4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.

4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.
2015-09-13 14:06:36 +00:00
taca
d8b3a3946e Add and enable ruby-rspec-logsplit. 2015-09-13 14:05:43 +00:00
taca
7078998e07 Note addtion of these packages:
devel/ruby-dotenv		2.0.2
	devel/ruby-nenv			0.2.0
	devel/ruby-rspec-logsplit	0.1.3
2015-09-13 14:03:55 +00:00
taca
c88f8f0dc9 Add ruby-rspec-logsplit, required by new version of ruby-celluloid.
Separate the logs between examples to allow for easier understanding.
# Log Splitter for RSpec

This `RSpec` plugin allows you to change the logger for your library for each
separate example. This gives the ability to see the log output for each
specific test.
2015-09-13 14:02:13 +00:00
taca
e4b49f1138 Add and enable ruby-nenv. 2015-09-13 14:00:58 +00:00
taca
4cbaeacf29 Add ruby-nenv, required by new version of ruby-celluloid.
Using ENV is like using raw SQL statements in your code. We all know
how that ends...
2015-09-13 14:00:03 +00:00
taca
851c315506 Add and enable ruby-dotenv. 2015-09-13 13:58:46 +00:00
taca
061dc876b6 Add ruby-dotenv, required by new version of ruby-celluloid.
Shim to load environment variables from `.env` into `ENV` in *development*.

Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.

But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.
2015-09-13 13:57:25 +00:00
taca
af38bda6f7 Note update of devel/ruby-test-unit package to 3.1.3. 2015-09-13 13:02:35 +00:00
taca
30ec35758a Update ruby-test-unit to 3.1.3.
# News

## 3.1.3 - 2015-07-26 {#version-3-1-3}

It's a bug fix release.

### Improvements

  * Removed unused `TODO` file. [GitHub#108][Patch by takiy33]

### Fixes

  * `--location`: Fixed a bug that `--location LINE` doesn't work when
    test script is specified as relative path. [Reported by TOMITA Masahiro]

    The following doesn't work:

        % ruby ./test.rb --location 10

    The following works:

        % ruby test.rb --location 10

### Thanks

  * takiy33
  * TOMITA Masahiro
2015-09-13 13:02:06 +00:00
taca
8160935d33 Note update of devel/ruby-term-ansicolor package to 1.3.2. 2015-09-13 13:00:37 +00:00
taca
4de7f26172 Update ruby-term-ansicolor to 1.3.2.
2015-06-23 - 1.3.2 * Fix release 1.3.1
2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
2015-09-13 13:00:06 +00:00
bouyer
b96ecb0924 Allow building Mesalib with option llvm on arm.
This requires disabling nouveau and radeon drivers.

The performance boost is appreciable, glxgears is twice as fast on
a cubieboard 2:

cubiem:/>/usr/X11R7/bin/glxgears
76 frames in 5.1 seconds = 15.022 FPS
75 frames in 5.0 seconds = 14.889 FPS
75 frames in 5.0 seconds = 14.979 FPS
69 frames in 5.1 seconds = 13.653 FPS
80 frames in 5.1 seconds = 15.831 FPS
78 frames in 5.0 seconds = 15.529 FPS
cubiem:/>/usr/pkg/bin/glxgears
121 frames in 5.0 seconds = 24.076 FPS
184 frames in 5.0 seconds = 36.595 FPS
182 frames in 5.0 seconds = 36.072 FPS
175 frames in 5.0 seconds = 34.718 FPS
171 frames in 5.0 seconds = 34.053 FPS
169 frames in 5.0 seconds = 33.734 FPS

on the beaglebone the boost is nearly 2x too:
beagle:~> /usr/X11R7/bin/glxgears
47 frames in 5.0 seconds =  9.343 FPS
47 frames in 5.1 seconds =  9.246 FPS
47 frames in 5.1 seconds =  9.210 FPS
47 frames in 5.1 seconds =  9.253 FPS
47 frames in 5.1 seconds =  9.252 FPS
47 frames in 5.1 seconds =  9.236 FPS
beagle:~> /usr/pkg/bin/glxgears
2 frames in 7.3 seconds =  0.275 FPS
84 frames in 5.1 seconds = 16.613 FPS
84 frames in 5.0 seconds = 16.641 FPS
83 frames in 5.0 seconds = 16.482 FPS
83 frames in 5.0 seconds = 16.480 FPS
83 frames in 5.0 seconds = 16.436 FPS
2015-09-13 12:32:14 +00:00
taca
832ac79f55 Note update of devel/ruby-rugged package to 0.23.2. 2015-09-13 12:28:21 +00:00
taca
c608439542 Update ruby-rugged to 0.23.2.
No exact change are available but catch up to libgit2 0.23.
2015-09-13 12:27:45 +00:00
bouyer
e7926e4be7 Update to 0.98:
Add drm_fourcc.h and radeon_surface.h to libdrm's includes. Needed to
build MesaLib with the native Xorg.
2015-09-13 12:27:42 +00:00
taca
f8066a7b20 Note update of devel/libgit2 package to 0.23.2. 2015-09-13 12:21:54 +00:00
taca
3ec6587052 Update libgit2 to 0.23.2.
Changes are too many to write here, please refer:
	<https://github.com/libgit2/libgit2/releases>.
2015-09-13 12:21:13 +00:00
taca
4b230a5e55 Note update of devel/ruby-rspec-rails package to 3.3.3. 2015-09-13 11:57:11 +00:00
taca
a6b0d9c189 Update ruby-rspec-rails to 3.3.3.
### 3.3.3 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.2...v3.3.3)

Bug Fixes:

* Fix issue with generators caused by `Rails.configuration.hidden_namespaces`
  including symbols. (Dan Kohn, #1414)

### 3.3.2 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Fix regression that caused stubbing abstract ActiveRecord model
  classes to trigger internal errors in rails due the the verifying
  double lifecycle wrongly calling `define_attribute_methods` on the
  abstract AR class. (Jon Rowe, #1396)

### 3.3.1 / 2015-06-14
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix regression that caused stubbing ActiveRecord model classes to
  trigger internal errors in rails. (Myron Marston, Aaron Kromer, #1395)
2015-09-13 11:56:42 +00:00
taca
6f32b87ac8 Note update of ruby-rspec related packages:
devel/ruby-rspec-core		3.3.2
	devel/ruby-rspec-expectations	3.3.1
	devel/ruby-rspec-mocks		3.3.2
2015-09-13 11:55:59 +00:00
taca
4bd3f33582 Update ruby-rspec-mocks to 3.3.2.
### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Prevent thread deadlock errors during proxy creation (e.g. when using
  `before_verifying_doubles` callbacks). (Jon Rowe, #980, #979)

### 3.3.1 / 2015-06-19
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix bug in `before_verifying_double` callback logic that caused it to be called
  once for each class in the ancestor list when mocking or stubbing a class. Now
  it is only called for the mocked or stubbed class, as you would expect. (Sam
  Phippen, #974)
2015-09-13 11:54:16 +00:00
taca
c0bae883ca Update ruby-rspec-expectations to 3.3.1.
### 3.3.1 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix `be >`, `be <`, etc so that it fails rather than allowing an
  argument error to be raised when compared against an object of the
  wrong type. This allows it to be used in composed matcher expressions
  against heterogeneous objects. (Dennis Günnewig, #809)
* Fix `respond_to` to work properly on target objects
  that redefine the `method` method. (unmanbearpig, #821)
2015-09-13 11:53:01 +00:00
taca
b43b78a1c5 Update ruby-rspec-core to 3.3.2.
### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Fix formatters to handle exceptions for which `backtrace` returns `nil`.
  (Myron Marston, #2023)
* Fix duplicate formatter detection so that it allows subclasses of formatters
  to be added. (Sebastián Tello, #2019)

### 3.3.1 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Correctly run `before(:suite)` (and friends) in the context of an example
  group instance, thus making the expected RSpec environment available.
  (Jon Rowe, #1986)
2015-09-13 11:51:51 +00:00
taca
57bb01d8fe Note update of devel/ruby-rgl package to 0.5.1. 2015-09-13 11:51:14 +00:00
taca
d87ef3b9cf Update ruby-rgl to 0.5.1.
2015-12 Release 0.5.1

Horst Duchene <monora@gmail.com>
 * Changed edge sequence to match example picture (daa88e)

Chase <chase.gilliam@gmail.com>
 * updated algorithms to 6.1 and added test unit to support newer rubies (fbd874)
2015-09-13 11:50:46 +00:00
taca
f2098cc04a Note update of devel/ruby-power_assert package to 0.2.4. 2015-09-13 11:50:04 +00:00
taca
1c5e2ae129 Update ruby-power_assert to 0.2.4.
* Fix NameError when an inter class alias of basic operator is defined.
* Support Gemfile.local.
* File.exists? is a deprecated name.
2015-09-13 11:49:29 +00:00
joerg
907b09319a pbulk-0.57: Reorder build phases slightly to make better use of destdir
builds. Introduce hooks for sending bulklog and package explicitly the
master. The default bulklog action is a nop and the package action
mirrors the normal package step, i.e. copying to ${packages}/All and
adding the category symlinks.
2015-09-13 11:45:36 +00:00
tron
5e72c609d6 Correct package list for Mac OS X. 2015-09-13 11:38:32 +00:00
wiz
f48fe7ddc9 Updated print/cups-filters to 1.0.76 2015-09-13 11:35:45 +00:00
wiz
c8891679ba Update print/cups-filters to 1.0.76.
Remove unnecessary autoconf dependency.
Bug report for building with BSD make was fixed, so remove patch.

CHANGES IN V1.0.76

	- cups-browsed: Make build also working with BSD make (Bug
          #1310).
	- cups-browsed, implicitclass: Let the load-balancing queue up
	  the jobs in the local (generated) queue until a free (idle,
	  enabled, and accepting jobs) remote queue is found (check
	  every 5 sec if no free queue available). This gives a more
	  even distribution of the work amongst the servers and
	  protects against the case that a bunch of jobs gets
	  inaccessible or lost if one of the servers fails.
	- cups-browsed: Let the load-balancing also check whether the
	  destination queue is actually accepting jobs.
	- cups-browsed: If a generated queue is not removed on
	  shutdown of cups-browsed due to remaining jobs in it,
	  re-enable it in the next cups-browsed session even if it was
	  disabled by something other than cups-browsed.
	- implicitclass: Clean up debug and error messages.
	- implicitclass: Fix exit codes for immediate retry of jobs.
	- cups-browsed: Make absence of CUPS notifications via D-Bus
	  non-fatal and fall back to the old behavior of cups-browsed
	  (fail-over instead of load balancing for equally-named
	  remote queues, do not remove generated queue if it is
	  default instead of default printer management). This solves
	  problems of CUPS and/or cups-browsed built without D-Bus
	  support or absence of D-Bus on the system (Bug #1316).
	- cups-browsed: Do not use g_warning() function, sneaked in by
	  copy and paste of CUPS subscription functions.

CHANGES IN V1.0.75

	- texttopdf: Really support BoldItalic (original texttops just maps
	  BoldItalic to Bold).
	- texttopdf: Fixed segfault when outputting BoldItalic (Bug #1314).
2015-09-13 11:35:35 +00:00
leot
b61484a30e Add vera-ttf-license and (previously forgotten) info-zip to reflect
pkgsrc/mk/license.mk current DEFAULT_ACCEPTABLE_LICENSES.
2015-09-13 11:25:52 +00:00
leot
9891cbb6a8 Add vera-ttf-license as DEFAULT_ACCEPTABLE_LICENSES.
The vera-ttf-license is neither approved by OSI nor FSF but it is mostly in line
with Free Software principles. It is also accepted by the DFSG.

Discussed on tech-pkg@:

 http://mail-index.netbsd.org/tech-pkg/2015/09/10/msg015570.html
2015-09-13 11:22:22 +00:00
wiz
ceae4d2e0f Updated lang/mono to 4.0.4.1 2015-09-13 10:45:35 +00:00
wiz
255c10cf3b Update to 4.0.4.1:
Improvements

    Various stability improvements

Bug Fixes

    31060: F# sprintf AOT bug happens still now.
    30276: monotouch-test (classic) assert with Assertion at
    ../../../../../mono/mono/metadata/class.c:4818, condition
    `method->klass->generic_classâ not met
    28777: GZipStream (DeflateStreamNative) native exception after
    Flush() with no buffer data: Internal error (no progress
    possible) Flush
    30043: Disposing a FileSystemWatcher object causes
    ArgumentOutOfRangeException
    30869: HttpClient authentication not working
2015-09-13 10:45:25 +00:00
taca
983d8bb08b Note update of devel/ruby-parser package to 3.7.1. 2015-09-13 10:20:40 +00:00
taca
133f648c60 Update ruby-parser to 3.7.1.
=== 3.7.1 / 2015-08-06

* 1 minor enhancement:

  * Improved understandability of lexing postfix symbols.
2015-09-13 10:20:12 +00:00
taca
e4b437437c Note update of devel/ruby-msgpack package to 0.6.2. 2015-09-13 10:19:06 +00:00
taca
30a3cc88dc Update ruby-msgpack to 0.6.2.
2015-07-22 version 0.6.2:

* Fix release workflow: Ruby 2.1 and 2.2 are supported for Windows (2.0 is
  omitted)
* Fix to encode symbols along its encoding
* Fix segmentation fault in minor case

2015-07-01 version 0.6.1:

* Added :compatibility_mode option to Packer#initialize. Default is false. If it
  is set to true, str8 format and bin format family will not be used.
2015-09-13 10:18:35 +00:00