Commit graph

239732 commits

Author SHA1 Message Date
taca
cd488f7576 Update ruby-ohai to 8.6.0.
Release 8.6.0

Phil Dibowitz:

  * Provide a new and improved filesystem plugin for Linux & Mac
    (filesystem2), to support CentOS7, multiple virtual filesystems, etc.
  * Fix Darwin filesystem plugin on newer MacOSX

Jonathan Amiez:

  * Linux filesystems plugin report wrong fs-type for logical volumes

involucelate

  * Fix Windows 2008 hostname truncation #554

Pavel Yudin:

  * Detect Parallels host and guest virtualization

Claire McQuin:

  * Deprecate Ohai::Config in favor of Ohai::Config.ohai.
  * Load a configuration file while running as an application.

PR #597:

  * Correct platform, platform_family and version detection on Cisco's Nexus
    platforms.

cmluciano:

  * add vmware plugin

Jean Baptiste Favre:

  * Detect updated docker cgroup format

Shahul Khajamohideen:

  * Fix memory plugin output on Solaris
  * Add swap space attributes for Solaris memory plugin
  * Add swap space attributes for AIX
  * Add support for SPARC based processors in Solaris cpu plugin
  * Make AIX cpu plugin's output consistent with Solaris cpu plugin
  * Make AIX, Solaris memory output consistent to Linux

Sean Horn:

  * ec2 plugin should handle binary userdata too

Alexey Karpik:

  * Add support for SoftLayer cloud

MichaelSp:

  * return correct ipaddress for openvz guests

Anthony Caiafa:

  * Only run ifconfig against active interfaces

Shahul Khajamohideen and Sean Escriva:

  * Windows Memory plugin

Chris Chambers:

  * Convert Solaris OHAI CPU detection to kstat from psrinfo


Release 8.5.0

  * PR #548: Coerce non-UTF8 strings to UTF8 in output to suppress UTF8
    encoding exceptions

  * PR #544 add support for Wind River Linux and Cisco's Nexus platforms
2015-10-04 13:01:04 +00:00
taca
0d7d033015 Note update of misc/ruby-naught package to 1.1.0. 2015-10-04 12:50:05 +00:00
taca
26fecc81b5 Update ruby-naught to 1.1.0.
## 1.1.0

  - [Make it possible to supply an example object to mimic, with no class.](df2b62c027)
  - [Define implicit conversion for to_hash](e20dc472d3)
  - [Define implicit conversion for to_int](d32d4ea32a)
2015-10-04 12:49:29 +00:00
taca
069c74356e Note update of math/ruby-spreadsheet package to 1.0.7. 2015-10-04 12:40:57 +00:00
taca
247d9cc624 Update ruby-spreadsheet to 1.0.7.
### 1.0.7 / 23.09.2015

Author: Leopoldo Lee Agdeppa III <leopoldo.agdeppa@gmail.com>
Date:   Wed Sep 23 08:24:16 2015 +0800

* Update worksheet.rb
* Adding Test for Freeze panels
* Update worksheet.rb
* Added freeze (freeze panel) functionality
* Update worksheet.rb
* Freeze (freeze window) functionality added to worksheet

### 1.0.6 / 14.09.2015

Author: Yann Plancqueel <yplancqueel@gmail.com>
Date:   Sat Sep 12 15:32:49 2015 +0200
2015-10-04 12:40:30 +00:00
taca
e7bbdcfd7d Note update of mail/ruby-mime-types package to 2.6.2. 2015-10-04 12:38:59 +00:00
taca
0e48c3632b Update ruby-mime-types to 2.6.2.
== 2.6.2 / 2015-09-13

* Bugs:
  * Emilio Losada (@losadaem) fixed an error where +each_with_object+'s block
    parameters are the inverse of those used by +inject+. Resolves
    {#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull
    request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108].
  * Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively
    affecting people who use the +use_instead+ functionality. Resolved in
    {#109}[https://github.com/mime-types/ruby-mime-types/pull/109].
* Documentation:
  * Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README
    not properly linking internally on the generated rdoc source. Resolved with
    {#105}[https://github.com/mime-types/ruby-mime-types/pull/105].
* Development:
  * Fixed a minor issue in the IANA registry parser that would generate empty
    +text+ xrefs if the +text+ section was empty.
2015-10-04 12:38:21 +00:00
taca
aeff1fc70c Note update of graphics/ruby-mini-magick package to 4.3.5. 2015-10-04 12:35:57 +00:00
taca
df709ed2db Update ruby-mini-magick to 4.3.5.
v4.3.5

* mini_magick/version.rb is now properly required in the main file (previously
  MiniMagick.version was throwing a NoMethodError unless you explicitly
  required mini_magick/version.rb)

v4.3.4

* Fix MiniMagick::Tool#tile method being applied as a creation operator
  (tile:) instead of an option (-tile)
2015-10-04 12:35:29 +00:00
taca
ee5f509c44 Note update of devel/ruby-uglifier package to 2.7.2. 2015-10-04 12:31:34 +00:00
taca
7cad59d424 Update ruby-uglifier to 2.7.2.
## 2.7.2 (26 August 2015)

- update UglifyJS to 2.4.24
2015-10-04 12:30:56 +00:00
taca
1bbdfaaf78 Note update of devel/ruby-tins package to 1.6.0. 2015-10-04 12:30:15 +00:00
taca
eb8ead3cd6 Update ruby-tins to 1.6.0.
* 2015-08-13 Release 1.6.0
  - Add complete method for readline completion
* 2015-06-21 Release 1.5.4
  - Avoid %i syntax for now
* 2015-06-17 Release 1.5.3
  - Make it run on 1.9 again.
  - Avoid a warning in Time.dummy implementation.
2015-10-04 12:29:46 +00:00
taca
60d61eaa8a Note update of devel/ruby-test-unit package to 3.1.4. 2015-10-04 12:23:39 +00:00
taca
e2b85ddc07 Update ruby-test-unit to
## 3.1.4 - 2015-09-26 {#version-3-1-4}

It's a minor improvement release.

### Improvements

  * Updated sample code. [GitHub#109][Patch by takiy33]
  * Updated .travis.yml. [GitHub#110][Patch by takiy33]
  * document: Added table header in how to document.
    [GitHub#111][Patch by takiy33]
  * Removed duplicated code.
    [GitHub#112][Patch by takiy33]
  * Removed needless encoding conversion in fetching code snippet.
    [GitHub#113][Patch by NARUSE, Yui]

### Thanks

  * takiy33
  * NARUSE, Yui
2015-10-04 12:23:02 +00:00
taca
0d8e86f2ab Note update of devel/ruby-pathname2 package to 1.7.4. 2015-10-04 12:22:05 +00:00
taca
09607cdd96 Update ruby-pathname2 to 1.7.4.
== 1.7.4 - 7-Sep-2015
* This gem is now signed.
* Rakefile now assumes Rubygems 2.x for some tasks.
2015-10-04 12:21:26 +00:00
taca
1a42ecdd83 Note update of devel/ruby-minitest package to 5.8.1. 2015-10-04 12:20:46 +00:00
taca
7145327e28 Update ruby-minitest to 5.8.1.
=== 5.8.1 / 2015-09-23

* 1 minor enhancement:

  * Refactor assert_raises to be cleaner and to pass SystemExit and SignalException. (bhenderson)
2015-10-04 12:20:21 +00:00
taca
296157edd1 Note update of devel/ruby-locale package to 2.1.2. 2015-10-04 12:19:35 +00:00
taca
3c2a124e4b Update ruby-locale to 2.1.2.
## 2.1.2: 2015-09-15

### Improvements

  * Improved GNU gettext compatibility: Ignored `LANGUAGE` environment
    variable when either `LC_ALL`, `LC_MESSAGES` or `LANG` is C.
    [GitHub#6] [Reported by Hleb Valoshka]

### Thanks

  * Hleb Valoshka
2015-10-04 12:19:00 +00:00
taca
92447291ab Note update of devel/ruby-kgio package to 2.10.0. 2015-10-04 12:17:40 +00:00
taca
5fcc3c6720 Update ruby-kgio to 2.10.0.
=== kgio 2.10.0 - slimming down... / 2015-09-06 08:12 UTC

  The largely-unused autopush functionality is now a no-op.
  Existing applications will probably not notice, and are
  better off using MSG_MORE anyways if they're on Linux.

  Our poll(2) wrapper now uses rb_hash_clear if available,
  reducing global method cache dependence.

  shortlog of changes since 2.9.3:

        README: remove reference to Rainbows!
        writev: update comment on preserving errno
        poll: avoid rb_funcall for rb_hash_clear
        minor doc updates
        remove autopush support and make it a no-op
        HACKING: update URL for Message-ID lookup
2015-10-04 12:17:04 +00:00
taca
2b9de6c03a Note update of devel/ruby-highline package to 1.7.7. 2015-10-04 12:16:20 +00:00
taca
6f41716d6a Update ruby-highline to 1.7.7.
### 1.7.7 / 2015-09-22
* Make HighLine::Question coerce its question argument into a String. (@97-109-107 and Abinoam P. Marques Jr. (@abinoam), #159, PR #160)

### 1.7.6 / 2015-09-17
* Fix a typo in a var name affecting solaris. (Danek Duvall (@dhduvall) and Abinoam P. Marques Jr. (@abinoam), #155, PR #156)

### 1.7.5 / 2015-09-14
* Support jruby9k for system extensions (Michael (@mmmries), PR #153)

### 1.7.4 / 2015-06-16
* Workaround on #55 for stty
2015-10-04 12:15:50 +00:00
taca
6becb5ba17 Note update of devel/ruby-gettext package to 3.1.7. 2015-10-04 12:14:57 +00:00
taca
c7aac24ab3 Update ruby-gettext to3.1.7.
## 3.1.7: 2015-09-22 {#version-3-1-7}

### Improvements

  * Supported 3 character language names.
    [GitHub#39][Patch by Vilius Paulauskas]
  * Suppressed duplicated range in regular expression warning.
    [GitHub#40][Patch by Vilius Paulauskas]
  * Replaced invalid character instead of raising an error on encoding
    conversion.
    [GitHub#41][Patch by Vilius Paulauskas]

### Fixes

  * Fixed a bug that undefined method is used.
    [GitHub#38][Patch by Hiroshi Hatake]

### Thanks

  * Hiroshi Hatake
  * Vilius Paulauskas
2015-10-04 12:14:13 +00:00
taca
851a7b8349 Note update of devel/ruby-flexmock package to 2.0.1. 2015-10-04 12:13:22 +00:00
taca
4b51004cef Update ruby-flexmock to 2.0.1.
pkgsrc change: update HOMEPAGE.


Version 2.0.1

* A few bug fixes.

Version 2.0.0

* bump to 2.0 to mark the change of maintainership. I hope I won't disappoint.
* require 'flexmock' no longer pulls test_unit_integration. Require the latter
  explicitely
* dropped support for pre-2.0 Rubies
* added explicit minitest support. This makes the minitest integration much
  nicer to work with (in particular, the flexmock_teardown is now executed "just
  at the right place"), and fixes issues with minitest 5. Just require
  flexmock/minitest to get it.
* partial mocks now supports prepended modules
* validation errors that happen when a method is called (i.e. unexpected
  arguments, wrong call count) are reported with the backtrace of the call
  instead of with the backtrace of the expectation definition.
2015-10-04 12:12:53 +00:00
taca
27a5fea1fd Note update of ruby-celluloid and related packages.
devel/ruby-celluloid-essentials		0.20.5
	devel/ruby-celluloid-supervision	0.20.5
	devel/ruby-celluloid-pool		0.20.5
	devel/ruby-celluloid-fsm		0.20.5
	devel/ruby-celluloid-extras		0.20.5
	devel/ruby-celluloid			0.17.2
2015-10-04 12:08:05 +00:00
taca
b0f061a25e Update ruby-celluloid to 0.17.2.
0.17.2 (2015-09-30)
-----
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
- Clean up deprecation notes.
2015-10-04 12:07:04 +00:00
taca
358c99f120 Update ruby-celluloid-extras to 0.20.5.
0.20.5 (2015-09-30)
-----
* Resumed updating changelog.
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
2015-10-04 12:06:25 +00:00
taca
8173f9578d Update ruby-celluloid-fsm to 0.20.5.
Changes are not available.
2015-10-04 12:05:21 +00:00
taca
8de8f50538 Update ruby-celluloid-pool to 0.20.5.
0.20.5 (2015-09-30)
-----
* Resumed updating changelog. Not much as changed -- mostly keeping version sync with other gems.
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
2015-10-04 12:03:12 +00:00
taca
bba4ef3f68 Update ruby-celluloid-supervision to 0.20.5.
0.20.5 (2015-09-30)
-----
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
2015-10-04 12:02:27 +00:00
taca
b795c40976 Update ruby-celluloid-essentials to 0.20.5.
0.20.5 (2015-09-30)
-----
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
2015-10-04 12:01:18 +00:00
wen
bfbedd69ec Updated security/p5-Module-Signature to 0.79 2015-10-04 11:37:08 +00:00
wen
7633763081 Update to 0.79
Upstream changes:
[Changes for 0.79 - Mon May 18 23:02:11 CST 2015]

* Restore "cpansign --skip" functionality.

  Contributed by: CLOOS

[Changes for 0.78 - Thu Apr  9 16:58:27 CST 2015]

* Fix verify() use from cpanm and CPAN.pm.

  Contributed by: ANDK

[Changes for 0.77 - Wed Apr  8 19:36:50 CST 2015]

* Include the latest public keys of PAUSE, ANDK and AUDREYT.

* Clarify scripts/cpansign copyright to CC0.

  Reported by: @pghmcfc

[Changes for 0.76 - Wed Apr  8 18:05:48 CST 2015]

* Fix signature tests by defaulting to verify(skip=>1)
  when $ENV{TEST_SIGNATURE} is true.

  Reported by: @pghmcfc

[Changes for 0.75 - Tue Apr  7 04:56:09 CST 2015]

Two more issues reported by John Lightsey:

* Update ChangeLog.

* More protection of @INC from relative paths.

Fix various issues reported by John Lightsey:

[Changes for 0.74 - Tue Apr  7 02:39:14 CST 2015]

Fix various issues reported by John Lightsey:

* Fix GPG signature parsing logic.

* MANIFEST.SKIP is no longer consulted unless --skip is given.

* Properly use open() modes to avoid injection attacks.
2015-10-04 11:35:42 +00:00
wen
faf60cb99b Updated textproc/p5-PDF-Reuse-Barcode to 0.07 2015-10-04 11:06:00 +00:00
taca
841006f5f1 Note update of devel/hoe package to 3.14.2. 2015-10-04 11:04:08 +00:00
taca
99fd8a204c Update hoe to 3.14.2.
=== 3.14.2 / 2015-09-14

* 1 minor enhancement:

  * Updated Hoe.pdf to reflect reality (removed all rubyforge references).

* 1 bug fix:

  * Fixed extension paths. Again. Damnit. I normally don't release after midnight.

=== 3.14.1 / 2015-09-13

* 1 bug fix:

  * *sigh* fixed bug setting up extensions data for spec.

=== 3.14.0 / 2015-09-12

* 5 minor enhancements:

  * Added so_name variable to bin/sow for using hoe w/ c-extensions.
  * Default config now excludes tmp, .git, and .bundle.
  * Extended :compiler plugin to define #extension for hoe spec decls.
  * Failures to detect/load rake-compiler are handled gracefully.
  * Removed generation of synthesized .gemtest file. Dead.

* 1 bug fix:

  * Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)
2015-10-04 11:03:41 +00:00
wen
ad4991b2a0 Update to 0.07
Upstream changes:
0.07 Thu Dec 11  2014
     Added QRcode support. B96752
     Credits to Matthew Hunt for this.
2015-10-04 11:03:29 +00:00
wen
bb39b3f8a7 Updated textproc/p5-PDF-Table to 0.9.9 2015-10-04 10:52:57 +00:00
wen
71e461a8c8 Update to 0.9.9
Upstream changes:
Version 0.9.8/9

Added MANIFEST.SKIP and fixed a broken build with 0.9.8
Added some utility methods to new()
2015-10-04 10:51:12 +00:00
wen
14338ce4df Updated textproc/p5-PDF-API2 to 2.025 2015-10-04 10:46:42 +00:00
wiz
849097c875 + git-base-2.6.0, glpk-4.56, harfbuzz-1.0.4, iso-codes-3.62,
links-2.12, meld-3.14.1, mplayer-1.2, pkg-config-0.29,
  py-cryptography-1.0.2, py-cython-0.23.3, py-mercurial-3.5.2,
  py-test-2.8.1, x264-devel-20151003, xdg-utils-1.1.0rc3.
2015-10-04 10:46:17 +00:00
wen
b80d78b2a7 Update to 2.025
Upstream changes:
2.025     2015-09-23

    - The previous release included a patch that broke compatibility
      with Perl 5.8.x.  The minimum supported version is now Perl
      5.8.5, and there is a .perl-version file to facilitate testing
      using plenv.


2.024     2015-09-18

    - [RT #104133] Include all bounding boxes when importing a page
      (patch by Don Huettl of Grant Street Group).

    - [RT #104133] When retrieving bounding boxes for a page, fall
      back according to the defaults listed in the PDF spec (patch by
      Don Huettl of Grant Street Group).

    - Barcodes now take an optional -caption argument that will be
      printed beneath the barcode.  This can replace or be used in
      conjunction with the text representation of the barcode
      (requested by Gareth Tunley).

    - [RT #105581] Calls to width() in BaseFont are now significantly
      faster (patch by Dmitri Tikhonov).
2015-10-04 10:45:51 +00:00
wen
f18647feb5 Updated textproc/p5-PDF-Create to 1.11 2015-10-04 09:36:49 +00:00
wen
30731a911f Update to 1.11
Add missing DEPENDS

Upstream changes:
1.11 2015.10.02
    Test cleanups.  (Mohammad S Anwar)
    Input validation. (Mohammad S Anwar)
2015-10-04 09:35:50 +00:00
he
92fac6ca3c Update this to a bit more recent -current version, the 20151003 version. 2015-10-04 09:08:40 +00:00