Commit graph

239029 commits

Author SHA1 Message Date
taca
7fdbbe2270 Update ruby-multi_json to 1.11.2
1.11.2
------

* [Only pass one argument to JrJackson when two is not supported](e798fa517c)
2015-09-13 15:22:49 +00:00
taca
4b8a45da18 Note update of textproc/ruby-kramdown package to 1.8.0. 2015-09-13 15:22:18 +00:00
taca
31a78fdb5b Update ruby-kramdown to 1.8.0.
kramdown 1.8.0 released

This release contains only some minor updates and bug fixes.

Changes

* 4 minor changes:

  - The LaTeX converter now uses \texttt instead of \tt for code spans (fixes
    #257, reported by richard101696)

  - New option footnote_backlink for changing the backlink of footnotes in the
    HTML converter (fixes #247, requested by Benjamin Esham)

  - A quote directly followed by an ellipsis is now converted into an opening
    quotation mark (fixes #253, requested by Michael Franzl)

  - Removed warning for self-closing HTML elements that are not self-closed
    (fixes #262, requested by Gregory Pakosz)

* 3 bug fixes:

- Fixed #251: The special character sequence \` now works correctly when used
  in footnotes or headers that appear in the table of contents (reported by
  Peter Kehl)

- Fixed #254: kramdown crashed on encountering a table with multiple
  consecutive separator lines (reported by Christian Kruse)

- Fixed #256: Certain footnote definitions and codeblocks lead to crashes or
  unneeded backtracking in the regular expression engine - fixed by using
  atomic grouping (reported by Ali Ok)
2015-09-13 15:21:30 +00:00
taca
01bb2f3033 Note update of textproc/ruby-haml package to 4.0.7. 2015-09-13 15:18:35 +00:00
taca
f0d94aa84e Update ruby-haml to 4.0.7.
Add pkg_alternative support.

# Haml Changelog

## 4.0.7

Released on August 10, 2015
([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).

* Significantly improve performance of regexp used to fix whitespace handling in textareas (thanks [Stan Hu](https://github.com/stanhu)).
2015-09-13 15:18:07 +00:00
taca
25cf9261d7 Note update of sysutils/ruby-listen package to 2.10.1. 2015-09-13 15:15:17 +00:00
taca
112d99a663 Update ruby-listen to 2.10.1, latest 2.10 release.
v2.10.1

* #320 - latency option was completely ignored for both OSX and when Polling
* #302 - fix bug related to move_to/move_from breaking TCP functionality
2015-09-13 15:14:46 +00:00
taca
ca10d1e221 Note update of print/ruby-prawn package to 2.0.2. 2015-09-13 15:11:39 +00:00
taca
fd5cb882a8 Update ruby-prawn to 2.0.2.
PrawnPDF 2.0.2 -- 2015-07-15

Links in repeaters/stamps are now clickable

Previously, url links were not clickable when rendered within a stamp. The proper annotation references are now added to the page object that the stamp is called, thereby generating a clickable link in the pdf.

Because repeaters are built upon stamps, this fix should also solve issues with links inside of repeaters.

(Jesse Doyle, #801, #498)
2015-09-13 15:11:06 +00:00
taca
317ede93b0 Note update of print/ruby-pdf-core package to 0.6.0. 2015-09-13 15:10:26 +00:00
taca
1af1a627e9 Update ruby-pdf-core to 0.6.0.
* Add spec for trailer initialization
* Update document state spec description
* Remove securerandom
* Fixed tests for document state trailer
* Remove default_trailer & leave it as an empty hash
* Add document ID to trailer for PDF-X spec compat
2015-09-13 15:09:50 +00:00
joerg
8eb05d8506 Deal with new freetype header. 2015-09-13 15:09:03 +00:00
joerg
16af57e146 Avoid left-shifting negative values, which is undefined behavior.
Bump revision just in case.
2015-09-13 15:08:09 +00:00
joerg
96efc184d6 Deal with new freetype header. Remove unwind.h override, the normal
system header list already includes it.
2015-09-13 15:05:35 +00:00
taca
14e7b63dab Note update of net/ruby-net-ping package to 1.7.8. 2015-09-13 15:04:25 +00:00
joerg
7612f47233 Introduce IGNORE_INTERACTIVE_FETCH to allow trying to fetch files from
the override site, even for INTERACTIVE_STATE=stage or FETCH_MESSAGE.
Ignore all backup sites as they won't have the distfile anyway, the
fetch wouldn't be interactive in first place otherwise.
2015-09-13 15:03:57 +00:00
taca
f6f6e976b2 Update ruby-net-ping to 1.7.7.
== 1.7.7 - 22-Jan-2015
* Pull request #1 from Mike George. This fixes domains which have http in them.
2015-09-13 15:00:42 +00:00
taca
6acf6e2988 Note update of net/ruby-amqp package to 1.5.1. 2015-09-13 14:59:08 +00:00
taca
f6b61d4a39 Update ruby-amqp to 1.5.1.
* Depend on amq-protocol ~> 1.9
2015-09-13 14:58:39 +00:00
taca
bcb3888183 Note update of net/ruby-amq-protocol package to 2.0.0. 2015-09-13 14:53:45 +00:00
taca
b5378d4aa0 Update ruby-amq-protocol to 2.0.0.
## Changes between 1.9.x and 2.0.0

2.0.0 has **breaking changes** in header encoding.

### Signed Integer Encoding in Headers

Integer values in headers are now encoded as signed 64-bit
(was unsigned 32-bit previously, unintentionally).

This is a breaking change: consuming messages with integers in headers
published with older versions of this library will break!

### Signed 16 Bit Integer Decoding

Signed 16 bit integers are now decoded correctly.

### Signed 8 Bit Integer Decoding

Signed 8 bit integers are now decoded correctly.

Contributed by Benjamin Conlan.
2015-09-13 14:53:14 +00:00
taca
f11347f3ec Note update of misc/ruby-sprockets package to 3.3.4. 2015-09-13 14:52:23 +00:00
taca
4ca2e1b7c3 Update ruby-sprockets to 3.3.4.
**3.3.4** (September 1, 2015)

* Relative cache contents now work with windows.

**3.3.3** (August 21, 2015)

* Remove more absolute paths from cache contents.

**3.3.2** (August 19, 2015)

* Fix cache contents to use relative paths instead of absolute paths.

**3.3.1** (August 15, 2015)

* Fix legacy Tilt integration when locals is required argument.

**3.3.0** (August 12, 2015)

* Change internal cache lookup to use relative asset paths instead of absolute paths.
2015-09-13 14:51:58 +00:00
taca
df579f8076 Note update of misc/ruby-parallel package to 1.6.1. 2015-09-13 14:49:56 +00:00
taca
c8f668ed19 Update ruby-parallel to 1.6.1.
* Parallel.map writes its output safely (issue #129).
2015-09-13 14:49:30 +00:00
taca
6e16722c46 Note update of misc/ruby-daemons package to 1.2.3. 2015-09-13 14:44:06 +00:00
taca
45887fd9e0 Update ruby-daemons to 1.2.3.
== Release 1.2.3: June 25, 2015

* fix: ApplicationGroup now waits on subprocesses in start_all (thanks to tobithiel)
2015-09-13 14:43:40 +00:00
taca
1426c76a69 Note update of misc/ruby-commander package to 4.3.5. 2015-09-13 14:43:05 +00:00
taca
6afeaccea3 Update ruby-commander to 4.3.5.
=== 4.3.5 / 2015-08-09

* Fixed a bug with small terminal widths, changed minimum screen width for wrapping to 40 columns. (@toolmantim)
2015-09-13 14:42:34 +00:00
taca
62c7aac935 Note update of misc/ruby-bundler package to 1.10.6. 2015-09-13 14:42:02 +00:00
taca
f24690f6eb Update ruby-bundler to 1.10.6.
## 1.10.6 (2015-07-22)

Workarounds:

  - only warn on invalid gemspecs (@indirect)

Bugfixes:

  - fix installing dependencies in the correct order (#3799, @pducks32)
  - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
  - fix `install_if` conditionals when using the block form (@danieltdt)
2015-09-13 14:41:15 +00:00
taca
1ca94328f9 Correct description in comment, noted by Frédéric Fauberteau.
Thanks much!
2015-09-13 14:39:37 +00:00
taca
778683a8a0 Note update of math/ruby-gsl pakage to 1.16.0.6. 2015-09-13 14:37:34 +00:00
taca
1713ef934a Update ruby-gsl to 1.16.0.6.
== Thu Jul 03 2015
* Ruby/GSL 1.16.0.6
  * rb-gsl and gsl are now the same gem

== Thu Jul 02 2015
* Ruby/GSL 1.16.0.5
  * Optional narray support
  * Drop Ruby 1.8 support
  * Drop support for GSL < 1.15
2015-09-13 14:37:10 +00:00
taca
d020c22196 Note update of lang/ruby-execjs package to 2.6.0. 2015-09-13 14:36:31 +00:00
taca
05a680d8ef Update ruby-execjs to 2.6.0.
* Use node.js if available instead of JavascriptCore on OSX.
* Support checking the PATHEXT variable on Windows.
2015-09-13 14:36:00 +00:00
bsiegert
dc85bc6b40 Revbump all packages using Go after the Go update. 2015-09-13 14:34:25 +00:00
taca
bd0666c665 Note update of graphics/ruby-mini-magick package to 4.3.3. 2015-09-13 14:32:54 +00:00
taca
aa33ad8f64 Update ruby-mini-magick to 4.3.3.
v4.3.3

* Fixed a bug where, if you would reference any image info inside Image#format
  {} or Image#combine_options {}, this info would be cached even after these
  methods were executed, leaving the MiniMagick::Image instance with stale
  data.

v4.3.2

* Fixed MiniMagick::Image.new("...").format("<ext>") not working if the image
  didn't have an extension.

v4.3.1

* Reverted making MiniMagick configuration thread safe, until we figure out
  what caused #328.

v4.3.0

* Fixed early reportings of ImageMagick/GraphicsMagick not being installed by
  removing the automagically generated methods (commit)
* MiniMagick.with_cli is now thread-safe, as well as other configuration
  options

v4.2.10

* Make GraphicsMagick's mogrify support the "-gravity" option.

v4.2.9

* Fixes MiniMagick::Image#size to properly return filesize in bytes
* Added MiniMagick::Image#human_size which holds ImageMagick's human-readable
  size string.

v4.2.8

This version has been yanked as it holds a backwards incompatibility which
breaks CarrierWave.

* MiniMagick.with_cli will now restore the old CLI even when errors occur.
* Fixed race condition which caused the MiniMagick::Tool methods not to be
  defined yet (can happen in multithreaded environments)

Backwards compatibility

* MiniMagick::Image#size now returns a string with the filesize unit included
2015-09-13 14:32:27 +00:00
bsiegert
dcc1aae8ca note go update 2015-09-13 14:30:00 +00:00
taca
6ca0dc01cd Note update of graphics/ruby-RMagick package to 2.15.4. 2015-09-13 14:28:14 +00:00
taca
582d646210 Update ruby-RMagick to 2.15.4.
## RMagick 2.15.4

- Improved C extension building process - @u338steven

## RMagick 2.15.3

- Fixed ImageMagick version detection on Windows - @maisumakun
2015-09-13 14:27:47 +00:00
bsiegert
1653a6bdcc Update Go to 1.5.1.
go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler,
and the fmt, net/textproto, net/http, and runtime packages. See the Go 1.5.1
milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.5.1
2015-09-13 14:24:58 +00:00
taca
2025e17b19 Note update of devel/ruby-celluloid-essentials package to 0.20.2.1. 2015-09-13 14:24:54 +00:00
taca
29680dc400 Update ruby-celluloid-essentials to 0.20.2.1.
* update readme to actually have information in it.
2015-09-13 14:24:25 +00:00
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