summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-13Update ruby-celluloid-essentials to 0.20.2.1.taca2-6/+6
* update readme to actually have information in it.
2015-09-13Note update of devel/ruby-celluloid package to 0.17.1.2.taca1-1/+2
2015-09-13Update ruby-celluloid to 0.17.1.2.taca3-70/+99
Exact changes are not available but depends on several sub-packages.
2015-09-13Note addition of these packages:taca1-1/+6
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-13Add and enable ruby-celluloid-essentials, ruby-celluloid-extras,taca1-1/+6
ruby-celluloid-fsm, ruby-celluloid-pool and ruby-celluloid-supervision.
2015-09-13Add ruby-celluloid-supervision, it is part of new ruby-celluloid pacakge.taca4-0/+62
Supervisors, Supervision Groups, and Supervision Trees for Celluloid.
2015-09-13Add ruby-celluloid-pool, it is part of new ruby-celluloid pacakge.taca4-0/+45
An implementation of an actor pool, based on the Celluloid concurrent object framework.
2015-09-13Add ruby-celluloid-fsm, it is part of new ruby-celluloid pacakge.taca4-0/+44
Simple finite state machines with integrated Celluloid timeout support.
2015-09-13Add ruby-celluloid-extras, it is part of new ruby-celluloid pacakge.taca4-0/+43
Classes to support examples, benchmarks, or add special functionality.
2015-09-13Add ruby-celluloid-essentials, it is part of new ruby-celluloid pacakge.taca4-0/+71
Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision.
2015-09-13Note update of time/ruby-timers package to 4.1.1.taca1-1/+2
2015-09-13Update ruby-timers to 4.1.1.taca2-6/+6
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-13Add and enable ruby-rspec-logsplit.taca1-1/+2
2015-09-13Note addtion of these packages:taca1-1/+4
devel/ruby-dotenv 2.0.2 devel/ruby-nenv 0.2.0 devel/ruby-rspec-logsplit 0.1.3
2015-09-13Add ruby-rspec-logsplit, required by new version of ruby-celluloid.taca4-0/+46
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-13Add and enable ruby-nenv.taca1-1/+2
2015-09-13Add ruby-nenv, required by new version of ruby-celluloid.taca4-0/+33
Using ENV is like using raw SQL statements in your code. We all know how that ends...
2015-09-13Add and enable ruby-dotenv.taca1-1/+2
2015-09-13Add ruby-dotenv, required by new version of ruby-celluloid.taca4-0/+44
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-13Note update of devel/ruby-test-unit package to 3.1.3.taca1-1/+2
2015-09-13Update ruby-test-unit to 3.1.3.taca3-8/+7
# 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-13Note update of devel/ruby-term-ansicolor package to 1.3.2.taca1-1/+2
2015-09-13Update ruby-term-ansicolor to 1.3.2.taca2-6/+6
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-13Allow building Mesalib with option llvm on arm.bouyer1-5/+9
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-13Note update of devel/ruby-rugged package to 0.23.2.taca1-1/+2
2015-09-13Update ruby-rugged to 0.23.2.taca3-9/+26
No exact change are available but catch up to libgit2 0.23.
2015-09-13Update to 0.98:bouyer2-3/+5
Add drm_fourcc.h and radeon_surface.h to libdrm's includes. Needed to build MesaLib with the native Xorg.
2015-09-13Note update of devel/libgit2 package to 0.23.2.taca1-1/+2
2015-09-13Update libgit2 to 0.23.2.taca4-15/+13
Changes are too many to write here, please refer: <https://github.com/libgit2/libgit2/releases>.
2015-09-13Note update of devel/ruby-rspec-rails package to 3.3.3.taca1-1/+2
2015-09-13Update ruby-rspec-rails to 3.3.3.taca2-6/+6
### 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-13Note update of ruby-rspec related packages:taca1-1/+4
devel/ruby-rspec-core 3.3.2 devel/ruby-rspec-expectations 3.3.1 devel/ruby-rspec-mocks 3.3.2
2015-09-13Update ruby-rspec-mocks to 3.3.2.taca3-7/+9
### 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-13Update ruby-rspec-expectations to 3.3.1.taca2-6/+6
### 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-13Update ruby-rspec-core to 3.3.2.taca2-6/+6
### 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-13Note update of devel/ruby-rgl package to 0.5.1.taca1-1/+2
2015-09-13Update ruby-rgl to 0.5.1.taca3-8/+7
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-13Note update of devel/ruby-power_assert package to 0.2.4.taca1-1/+2
2015-09-13Update ruby-power_assert to 0.2.4.taca2-6/+6
* Fix NameError when an inter class alias of basic operator is defined. * Support Gemfile.local. * File.exists? is a deprecated name.
2015-09-13pbulk-0.57: Reorder build phases slightly to make better use of destdirjoerg3-15/+38
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-13Correct package list for Mac OS X.tron2-4/+9
2015-09-13Updated print/cups-filters to 1.0.76wiz2-3/+3
2015-09-13Update print/cups-filters to 1.0.76.wiz3-27/+6
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-13Add vera-ttf-license and (previously forgotten) info-zip to reflectleot1-1/+3
pkgsrc/mk/license.mk current DEFAULT_ACCEPTABLE_LICENSES.
2015-09-13Add vera-ttf-license as DEFAULT_ACCEPTABLE_LICENSES.leot1-1/+5
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-13Updated lang/mono to 4.0.4.1wiz2-3/+3
2015-09-13Update to 4.0.4.1:wiz2-7/+7
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-13Note update of devel/ruby-parser package to 3.7.1.taca1-1/+2
2015-09-13Update ruby-parser to 3.7.1.taca2-6/+6
=== 3.7.1 / 2015-08-06 * 1 minor enhancement: * Improved understandability of lexing postfix symbols.
2015-09-13Note update of devel/ruby-msgpack package to 0.6.2.taca1-1/+2