Commit graph

238967 commits

Author SHA1 Message Date
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
taca
4dcf2bf623 Note update of devel/ruby-mixlib-shellout package to 2.2.1. 2015-09-13 10:17:38 +00:00
taca
c05b341425 Update ruby-mixlib-shellout to 2.2.1.
Release 2.2.1

* Fix executable resolution on Windows when a directory exists with the same
  name as the command to run

Release 2.2.0

* Remove windows-pr dependency
2015-09-13 10:17:11 +00:00
taca
fcab9bf797 Note update of devel/ruby-minitest package to 5.8.0. 2015-09-13 10:11:19 +00:00
taca
0e9f2e154f Update ruby-minitest to 5.8.0.
=== 5.8.0 / 2015-08-06

* 2 minor enhancements:

  * Add optional delegation mechanism to extend object with a mock. (zamith)
  * Return early if there are no filtered methods. (jeremyevans)

* 1 bug fix:

  * Don't extend io with pride if io is not a tty. (toy)
2015-09-13 10:10:54 +00:00
taca
65df6f75ea Note update of devel/ruby-little-plugger package to 1.1.4. 2015-09-13 10:10:08 +00:00
taca
2d15fca142 Update ruby-little-plugger to 1.1.4
== 1.1.4 / 2015-08-27

* 1 bug fix
  * Fixing specs for Ruby 2.0
2015-09-13 10:09:39 +00:00
taca
902ed2d53f Note update of devel/ruby-highline package to 1.7.3. 2015-09-13 10:08:54 +00:00
taca
b4984dab1e Update ruby-highline to 1.7.3.
### 1.7.3 / 2015-06-29
* Add HighLine::Simulator tests (Bala Paranj (@bparanj) and Abinoam Marques
  Jr. (@abinoam), #142, PR #143)
2015-09-13 10:08:10 +00:00
taca
40a34f64be Note update of devel/ruby-ffi-yajl package to 2.2.2. 2015-09-13 10:07:16 +00:00
taca
43a89b744d Update ruby-ffi-yajl to 2.2.2.
2.2.2 (07/15/2015)

Bugs fixed

* Fix uninitialized constant StringIO error in C extension

2.2.1 (07/13/2015)

Bugs fixed

* Aaron Lasseigne: Thanks for fixing my bad .travis.yml
* Kouhei Sutou: Numerous circular argument reference fixes, method redefined,
  assigned but unused warnings, superclass mismatch warnings, etc.
* Fixed uninitialized variable when using C-ext.
* Fixed README require
* Fixed superclass mismatch in rbx when using C-ext.
* Lots of rubocop fixes, and added rubocop to travis
2015-09-13 10:06:44 +00:00
wiz
68efca276a Updated devel/py-atomicwrites to 0.1.8 2015-09-13 09:33:17 +00:00
wiz
2b9795a358 Update to 0.1.8:
Version 0.1.8

Move flush into own method

Version 0.1.7

Don't use closed fobj
Add makefile

Version 0.1.6

Actually call fsync

Remove useless file
Simplify CI setup
Adapt to internal tox changes
Fix docs
Fix link
Split alternatives and credit
Update alternatives
Fix comment
2015-09-13 09:33:08 +00:00
wiz
06811b0860 Updated devel/py-tortoisehg to 3.5.1 2015-09-13 09:30:56 +00:00
wiz
b72635a17d Update to 3.5.1:
TortoiseHg 3.5.1

TortoiseHg 3.5.1 is a regularly scheduled bugfix release.

Bugs Fixes

    visdiff: preserve the executable bit after editing a file

Installer

    setup: exclude setup.py and distutils from py2exe build
    wix: add mercurial/help/scripting.txt (fixes #4264)
2015-09-13 09:30:48 +00:00
wiz
1f12959386 Updated devel/py-setuptools to 18.3.1 2015-09-13 09:28:25 +00:00
wiz
d65dd12ff5 Update to 18.3.1:
------
18.3.1
------

* Issue #425: Correct regression in setuptools.findall.

----
18.3
----

* Setuptools now allows disabling of the manipulation of the sys.path
  during the processing of the easy-install.pth file. To do so, set
  the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
  anything but "rewrite" (consider "raw"). During any install operation
  with manipulation disabled, setuptools packages will be appended to
  sys.path naturally.

  Future versions may change the default behavior to disable
  manipulation. If so, the default behavior can be retained by setting
  the variable to "rewrite".

* Issue #257: ``easy_install --version`` now shows more detail
  about the installation location and Python version.
2015-09-13 09:28:16 +00:00
wiz
c6e975f410 Updated graphics/tiff to 4.0.6 2015-09-13 09:27:17 +00:00