Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:25:14 UTC Now

2015-03-14 08:17:35 UTC MAIN commitmail json YAML

Update pear-Numbers_Words to 0.18.0.

0.18.0

Release date: 2014-10-24 17:28 UTC
Release state: beta

Changelog:

* Fixed bug #19453: Incorrect spelling of Hungarian numbers [kouber]
* Fixed bug #19543: Better handling of decimal mark and thousands separators [kouber]
* Fixed bug #19855: Do not emit E_NOTICE when calling toWords() statically [cweiske]
* Fixed pl unicode [Jakub Roszkiewicz]
* Fixed ru_RU currency codes [Vital Leshchyk]
* Fixed tr_TR unicode [Shahriyar Imanov]
* Added en_IN - Indian English [Abhinav Nayak]
* Added lv - Latvian [Andrius]
* Added ro_RO - Romanian [Bogdan Stancescu]
* Added ua - Ukrainian [Vital Leshchyk]
* Unify locale loading code [cweiske]
* Use PEAR class-to-filename convention [cweiske]

This release changes class names and locations of locale files.
This is a backwards compatibility break.

(taca)

2015-03-14 08:16:53 UTC MAIN commitmail json YAML

Updated textproc/ispell-en_GB to 3.4.00

(ryoon)

2015-03-14 08:15:51 UTC MAIN commitmail json YAML

2015-03-14 08:04:52 UTC MAIN commitmail json YAML

Note update of sysutils/capistrano package to 3.4.0.

(taca)

2015-03-14 08:04:26 UTC MAIN commitmail json YAML

pkg_alternatives support was added, too.

(taca)

2015-03-14 08:03:55 UTC MAIN commitmail json YAML

Update capistrano to 3.4.0.

Changes are too many to write here, please refer CHANGELOG.md.

(taca)

2015-03-14 08:01:06 UTC MAIN commitmail json YAML

Note update of www/ruby-rack14 package to 1.4.5nb1.

(taca)

2015-03-14 08:00:40 UTC MAIN commitmail json YAML

Add pkg_alternatives support with ruby's version.

Bump PKGREVISION.

(taca)

2015-03-14 07:59:03 UTC MAIN commitmail json YAML

Note update of www/ruby-liquid package to 2.6.2.

(taca)

2015-03-14 07:58:37 UTC MAIN commitmail json YAML

Update ruby-liquid to 2.6.2.

IMPORTANT: Liquid 2.6 is going to be the last version of Liquid which maintains explicit Ruby 1.8 compatability.
The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are likely to break on Ruby 1.8.

## 2.6.1 / 2014-01-10 / branch "2-6-stable"

Security fix, cherry-picked from master (4e14a65):
* Don't call to_sym when creating conditions for security reasons, see #273 [Bouke van der Bijl, bouk]
* Prevent arbitrary method invocation on condition objects, see #274 [Dylan Thacker-Smith, dylanahsmith]

## 2.6.0 / 2013-11-25

* ...
* Bugfix for #106: fix example servlet [gnowoel]
* Bugfix for #97: strip_html filter supports multi-line tags [Jo Liss, joliss]
* Bugfix for #114: strip_html filter supports style tags [James Allardice, jamesallardice]
* Bugfix for #117: 'now' support for date filter in Ruby 1.9 [Notre Dame Webgroup, ndwebgroup]
* Bugfix for #166: truncate filter on UTF-8 strings with Ruby 1.8 [Florian Weingarten, fw42]
* Bugfix for #204: 'raw' parsing bug [Florian Weingarten, fw42]
* Bugfix for #150: 'for' parsing bug [Peter Schröder, phoet]
* Bugfix for #126: Strip CRLF in strip_newline [Peter Schröder, phoet]
* Bugfix for #174, "can't convert Fixnum into String" for "replace" [wǒ_is神仙, jsw0528]
* Allow a Liquid::Drop to be passed into Template#render [Daniel Huckstep, darkhelmet]
* Resource limits [Florian Weingarten, fw42]
* Add reverse filter [Jay Strybis, unreal]
* Add utf-8 support
* Use array instead of Hash to keep the registered filters [Tasos Stathopoulos, astathopoulos]
* Cache tokenized partial templates [Tom Burns, boourns]
* Avoid warnings in Ruby 1.9.3 [Marcus Stollsteimer, stomar]
* Better documentation for 'include' tag (closes #163) [Peter Schröder, phoet]
* Use of BigDecimal on filters to have better precision (closes #155) [Arthur Nogueira Neves, arthurnn]

(taca)

2015-03-14 07:56:38 UTC MAIN commitmail json YAML

Updated textproc/ispell to 3.4.00

(ryoon)

2015-03-14 07:55:32 UTC MAIN commitmail json YAML

Update to 3.4.00

Changelog:

Version 3.4.00
==============

- The english.5 manual page has been dropped from the distribution;
  the english.aff file provides superior documentation (and in any
  case, most people will use munchlist to apply affixes).

- Ispell now supports systems (BSD) that foolish discarded backwards
  compatibility and insist on using termios.

- A function (getline) has been renamed in correct.c to solve
  compilation problems on some systems.

- The manual page now correctly identifies the ispell version that it
  describes.

- It is now possible to insert the ispell version information into
  shell scripts via the Makefile.

- An error has been corrected in the English affix files that caused
  certain words ending in "th" to be pluralized incorrectly.  The
  dictionaries have been updated to ensure that no incorrect plurals
  have crept in.

- The personal dictionary is now written in a stable order when there
  are multiple variant capitalizations of a word.

- The security of temporary files has been improved on systems that
  don't have the "mktemp" command.

- The deformatters makefile has been changed to be compatible with
  older versions of make.

- A bug in TeX deformatting has been corrected.  Previously, two
  adjacent math-mode environments introduced with dollar signs, such
  as $a=b$$c=d$, would cause ispell to lose track of whether it was
  in math mode.

- The Makefile now supports a DESTDIR installation prefix (patch from
  Petter Reinholdtsen)

- The American and British Makefiles have been simplified to ensure
  that dictionaries are always built with the lastest information.

(ryoon)

2015-03-14 07:55:21 UTC MAIN commitmail json YAML

Note update of textproc/ruby-tilt package to 1.4.1nb1.

(taca)

2015-03-14 07:54:52 UTC MAIN commitmail json YAML

2015-03-14 07:49:17 UTC MAIN commitmail json YAML

Forgot to commit distinfo.

(taca)

2015-03-14 07:48:37 UTC MAIN commitmail json YAML

Note update of misc/ruby-slop package to 3.6.0.

(taca)

2015-03-14 07:48:10 UTC MAIN commitmail json YAML

Update ruby-slop to 3.6.0.

3.6.0 (2014-06-18)
------------------

* Add example of rest arguments usage in the readme file #139
* Default values on options are printed in the help message #134

(taca)

2015-03-14 07:47:02 UTC MAIN commitmail json YAML

Note update of devel/ruby-debugger-ruby_core_source package to 1.3.8nb1.

(taca)

2015-03-14 07:46:36 UTC MAIN commitmail json YAML

Bump PKGREVISION since ruby200 and ruby21 was dropped by precious commit.

(taca)

2015-03-14 07:45:07 UTC MAIN commitmail json YAML

Note update of devel/ruby-debugger package to 1.6.8nb1.

(taca)

2015-03-14 07:44:43 UTC MAIN commitmail json YAML

Bump PKGREVISION since ruby200 was dropped by precious commit.

(taca)

2015-03-14 07:43:15 UTC MAIN commitmail json YAML

Note update of devel/ruby-railties32 package to 3.2.21nb1.

(taca)

2015-03-14 07:42:22 UTC MAIN commitmail json YAML

* Relax dependency to rack-ssl.
* Do not need devel/ruby-rdoc any more, bultin rdoc is OK on ruby193
  and later.

(taca)

2015-03-14 01:52:09 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.14.3

(prlw1)

2015-03-14 01:47:33 UTC MAIN commitmail json YAML

Updated print/evince3 to 3.14.2

(prlw1)

2015-03-14 01:47:12 UTC MAIN commitmail json YAML

Update evince3 to 3.14.2

================
Evince    3.14.2
================

Bug fixes:

    * Fix memory leak when adding new text annotations (Carlos Garcia
      Campos)
    * Add = and <Ctrl>= keybindings for zooming in (#738625, Lars
      Uebernickel)
    * Fix printing of landscape documents (#734788, Carlos Garcia
      Campos)
    * Fix a crash in recent-view when loading password protected
      documents (#744049, Marek Kasik)
    * Fix properties dialog shortcut (#739116, Boris Egorov)
    * Bring back Open in new window action to the context menu
      (#739046, Boris Egorov)
    * Do not save n-copies when saving printing settings (#696203,
      Jos辿 Aliste)
    * Use correct maximum size for thumbnail images in
      evince-thumbnailer (#740877, Sebastian Keller)
    * Fix a typo in configure.ac that made configure fail with
      ligbnome-desktop (#733721, Marek Kasik)
    * Correctly scroll to the search result selected by user when not
      in continuous mode (#730252, Marek Kasik)
    * Fix quoting issues in configure.ac (#739226, Alexander Tsoy)
    * Fix runtime critical warning when starting in fullscreen mode
      (#737864, Carlos Garcia Campos)
    * Handle TIFF files reporting a 0 resolution (#646414, Gabor
      Kelemen)
    * Disable toggle-find action for documents not supporting find
      (#738262, Carlos Garcia Campos)

Translation updates:

    * Daniel Martinez (an)
    * Christian Kirbach (de)
    * Jiri Gronroos (fi)

(prlw1)

2015-03-14 01:25:20 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.42.2

(prlw1)

2015-03-14 01:24:54 UTC MAIN commitmail json YAML

Update glib2 to 2.42.2

Overview of changes in GLib 2.42.2
==================================

* Bugs fixed:
712570 Hang in g_threaded_socket_service_func
719455 g_file_make_directory_with_parents() can erroneously throw...
727829 win32: glibconfig.h.win32 updates
734946 Implement GContentType on OSX
741024 glist: Mention that g_list_length() is bad for checking li...
741654 [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVAL...
741788 Document GSettings build system integration
741807 Add thread name support on OS X and iOS
742851 avoid MSVC warnings in G_STMT_END
743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
743936 handle unsigned modifier for long long in internal printf

* Translation updates:
Swedish

(prlw1)

2015-03-14 00:39:38 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.24.27

(prlw1)

2015-03-14 00:39:14 UTC MAIN commitmail json YAML

Update gtk2 to 2.24.27

Overview of Changes from GTK+ 2.24.26 to 2.24.27
================================================

* Bug fixes:
696505 Segfault on Windows x64: gtkstatusicon.c tries to put 64-bit...
745052 Icon theme code assumes directories with mtime 0 don't exist
        Don't leak pixel data in some error paths
745536 gdk: Fix GdkWindowFilter internal refcounting

Overview of Changes from GTK+ 2.24.25 to 2.24.26
================================================

* Bug fixes:
635380 gdk_event_apply_filters is unsafe against changes ...
738837 region leak
741060 Graphical artifacts drawn on Win32 since 4ecbef0791d4
741959 text input broken on OS X 10.5 from 2.24.19 onwards
743544 gtk2 autogen.sh fails with automake 1.15
743917 Gtk modules must be compatible with both gtk 2 and 3
        gailbutton: Avoid a possible NULL dereference
        label: Avoid a possible NULL dereference

Overview of Changes from GTK+ 2.24.24 to 2.24.25
================================================

* Bug fixes:
689138 GtkButton: do not prelight in touchscreen mode
705054 Embed manifest into gtk-update-icon-cache.exe
729924 Crash while trying to print
731582 Please use AC_PATH_TOOL to improve cross-compile...
733689 Editing a GtkEntry with completion, causes CRITI...
734563 Fails to install due to typo in modules/input/Ma...
734879 gdk_test_simulate_key() has no implementation on...
735005 gdk_drawable_get_screen() used for mask, which i...
735428 gtk_main() tries to unlock an unlocked mutex
Avoid a crash when using the pixbuf engine outside GTK+

* Other changes:
- Build fixes for MS Visual C 2010 and later

* Translation updates:
Hungarian

Overview of Changes from GTK+ 2.24.23 to 2.24.24
================================================

* Bug fixes:
686170 gdk/win32: VK_SNAPSHOT maps to GDK_Print
693200 Printing via evince crashes badly when /tmp is not writable
696232 win32: do not crash on invalid utf8 conversion
711177 Print to file fails with default settings
711553 gdk/win32: remove extra allocation for \r removal
721895 Remove GtkIconCache
723366 GtkFileChooser crashes due to a signal connection left behind...
728745 win32: add more clipboard data checks to avoid crash
731967 Pixmap leak with GtkNotebook under mingw

* Other changes:
- This release changes the default behavior of gtk-update-icon-cache
  to not include image data into the icon cache. Use the new
  --include-image-data flag to get the old behavior back.

* Translation updates:
Hebrew
Polish

Overview of Changes from GTK+ 2.24.22 to 2.24.23
================================================

* Bug fixes:
634146 Calls to g_win32_get_package_installation_directory_of_module()...
651224 null pointer dereferenced due to multiple bugs in gtkclipboard-...
665507 Pixmap via cairo DIB breaks gdk_gc_set_stipple() use
671538 memory and gdi leaks on windows xp
701751 GtkProgressBar causes warnings
704937 IME input method does not handle dead keys
705367 kqueue file monitor consumes file descriptors
708119 Wrong gdk_pixmap_new() parameters in documentation
708783 printing crashes gtk based apps (firefox, chromium, gimp, ...)
710936 GtkFileChooser: Incorrect Japanese message for an error dialog...
711110 GDK_HINT_MAX_SIZE ignored on Win32
711298 "Edit Scheduled Transaction" window way too modal
711552 Crash when processing list of GdkWindows
712536 Themes with specified gap_file, gap_start_file or gap_end_file...
722496 GtkFileChooser: fix documentation

(prlw1)

2015-03-14 00:29:30 UTC MAIN commitmail json YAML

Updated net/get_iplayer to 2.92

(prlw1)

2015-03-14 00:29:09 UTC MAIN commitmail json YAML

Update get_iplayer to 2.92

Version 2.92 -- Fri, 13 Mar 2015
* Tag version 2.92
* Hold off on Makefile changes
* Makefile changes
* Sort programme types in help text
* Pick up flashlow stream from mobile data
* Clean up Kodi .nfo files
* Updated help text and man page
* No ddlaacmed mode
* Automatically use mediaselector/4 for obvious archive programmes
* Added World Service to generated HLS live radio streams
* Fixed playlist URL parsing in archive pages
* Reinstate --mediaselector option (for archive programmes)
* Update ddlaac modes
* Combine AAC and MP3 in "shoutcast" mode alias for live radio
* Rework live stream location override options
* Rework default programme version determination
* Tweak mode size formatting
* Fixed incorrect processing of --stop and --start in HLS streamer
* Make --check-duration aware of --start and --stop
* Ignore rtmpdump error code = 2 with --stop
* When selecting default, ignore versions with only subtitles stream
* Don't check if main script writable on update unless it will be written
* Update live radio options in man page
* Updated Flash player URL
* Added --liveradio-intl option, removed "nonuk" mode alias
* Remove live radio mode list exception for World Service
* Removed deleted live Flash stream for World Service
* Fixed priority order of HLS live streams
* Added --no-proxy option
* Added DDL opts to manpage
* Cache listing with earliest availability when using schedule feeds
* Cache mis-catalogued news programmes
* Generate all additional live streams with --live{tv,radio}-uk
* Web PVR: Fixed escaping in form param parsing
* Revamped support for direct download AAC files
* Removed unnecessary thumbnail download notice
* Don't attempt to tag file with --raw
* Add full metadata to media clips (changes re-applied)
* Revert clip metadata changes
* Added shoutcast options to man page
* Removed rtsp recording modes
* Ignore --mediaselector option
* Added support for direct download AAC files
* Added support for Shoutcast live radio streams
* Revamped stream data processing
* Don't create series web link if no parent entity
* Handle rare subseries (split episodes)
* Move fallback metadata collection to ensure title is populated first
* Process all programme versions (including duplicates) to find stream info
* Cache audio described programmes from ION feeds
* Added additional HD/SD streams with --hds-livetv
* Fix runtime in Freevo/Kodi metadata
* widen first column in --dump-options output
* Updated SWF player URL
* bump dev version

(prlw1)

2015-03-13 23:10:44 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.14.3

(prlw1)

2015-03-13 23:10:20 UTC MAIN commitmail json YAML

Update gedit3 to 3.14.3

Reinstate: Add adwaita-icon-theme dependency. Fixes PR pkg/49494.

============
gedit 3.14.3
============

New Features and Fixes
======================
- Various bug fixes

New and updated translations
============================
- de (Benjamin Steinwender)
- is (Sveinn i Felli)

(prlw1)

2015-03-13 23:10:13 UTC MAIN commitmail json YAML

Allow build with ruby18.  I forgot to commit from 4 days ago...

(taca)

2015-03-13 23:07:24 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.14.3

(prlw1)

2015-03-13 23:07:02 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.14.3

News in 3.14.3
--------------
* Bug fixes
* Translation updates

(prlw1)

2015-03-13 23:00:49 UTC MAIN commitmail json YAML

2015-03-13 22:38:08 UTC MAIN commitmail json YAML

libgpg-error needs to be >= version 1.11.

(gendalia)

2015-03-13 18:23:02 UTC MAIN commitmail json YAML

needs gzip(1) tool in manual extraction target

(tnn)

2015-03-13 18:05:59 UTC MAIN commitmail json YAML

needs gzip(1) tool in do-extract target

(tnn)

2015-03-13 18:00:33 UTC MAIN commitmail json YAML

needs gzip(1) tool for generation of html.tar.gz

(tnn)

2015-03-13 18:00:18 UTC MAIN commitmail json YAML

Note update of www/ruby-selenium-webdriver package to 2.45.0.

(taca)

2015-03-13 17:59:44 UTC MAIN commitmail json YAML

Update ruby-selenium-webdriver to 2.45.0.

2.45.0 (2014-02-28)
===================

Firefox:
  * Native events in Firefox relied on an API that Mozilla no longer
    provides. As such, fall back to synthesized events on recent Firefox
    versions.

Ruby changes:
  * Allow switching windows when current window is closed (thanks Titus Fortner).
  * Add :javascript_enabled to Android capabilities.

2.44.0 (2014-10-05)
===================

No Ruby changes in this release.

Firefox:
  * Native event support for Firefox 24, 31, 32 and 33

2.43.0 (2014-09-09)
===================

* Make sure UnhandledAlertErrors includes the alert text if provided by the driver.
* Firefox
  - Make sure the browser process is properly killed if silent startup hangs (#7392)
  - native events support for Firefox 24, 31 and 32
* Loosen websocket dependency to ~> 1.0
* Add support for `switch_to.parent_frame` (thanks abotalov)
* Fix download location for Selenium::Server.{latest,get} (#7049 - thanks marekj)

(taca)

2015-03-13 17:58:39 UTC MAIN commitmail json YAML

needs gzip(1) tool

(tnn)

2015-03-13 17:58:31 UTC MAIN commitmail json YAML

Note update of graphics/rabbit package to 2.1.6.

(taca)

2015-03-13 17:58:02 UTC MAIN commitmail json YAML

2015-03-13 17:53:44 UTC MAIN commitmail json YAML

2015-03-13 17:51:15 UTC MAIN commitmail json YAML

fix iconv linkage when converters/libiconv is in use

(tnn)

2015-03-13 17:46:26 UTC MAIN commitmail json YAML

Note update of www/termtter package to 2.2.1nb1.

(taca)

2015-03-13 17:45:50 UTC MAIN commitmail json YAML

2015-03-13 17:43:43 UTC MAIN commitmail json YAML

* Add support for pkg_alternatives.
* Drop ruby18 part and clean up.

Bump PKGREVISION.

(taca)

2015-03-13 17:42:58 UTC MAIN commitmail json YAML

Use BUILDLINK_LDADD.iconv instead of coding it per platform

(tnn)

2015-03-13 17:40:18 UTC MAIN commitmail json YAML

Note update of www/ruby-sass package to 3.4.13.

(taca)

2015-03-13 17:39:52 UTC MAIN commitmail json YAML

Update ruby-sass to 3.4.13.

* pkgsrc change: add pkg_alternatives support.

Changes are too many to write here, please refer
http://sass-lang.com/documentation/file.SASS_CHANGELOG.html.

(taca)

2015-03-13 17:36:44 UTC MAIN commitmail json YAML

Note update of www/ruby-rest-client package to 1.7.3.

(taca)

2015-03-13 17:36:10 UTC MAIN commitmail json YAML

Update ruby-rest-client to 1.7.3.

# 1.7.3

- Security: redact password in URI from logs (#349 / OSVDB-117461)
- Drop monkey patch on MIME::Types (added `type_for_extension` method, use
  the public interface instead.

# 1.7.2

- Ignore duplicate certificates in CA store on Windows

# 1.7.1

- Relax mime-types dependency to continue supporting mime-types 1.x series.
  There seem to be a large number of popular gems that have depended on
  mime-types '~> 1.16' until very recently.
- Improve urlencode performance
- Clean up a number of style points

# 1.7.0

- This release drops support for Ruby 1.8.7 and breaks compatibility in a few
  other relatively minor ways
- Upgrade to mime-types ~> 2.0
- Don't CGI.unescape cookie values sent to the server (issue #89)
- Add support for reading credentials from netrc
- Lots of SSL changes and enhancements: (#268)
  - Enable peer verification by default (setting `VERIFY_PEER` with OpenSSL)
  - By default, use the system default certificate store for SSL verification,
    even on Windows (this uses a separate Windows build that pulls in ffi)
  - Add support for SSL `ca_path`
  - Add support for SSL `cert_store`
  - Add support for SSL `verify_callback` (with some caveats for jruby, OS X, #277)
  - Add support for SSL ciphers, and choose secure ones by default
- Run tests under travis
- Several other bugfixes and test improvements
  - Convert Errno::ETIMEDOUT to RestClient::RequestTimeout
  - Handle more HTTP response codes from recent standards
  - Save raw responses to binary mode tempfile (#110)
  - Disable timeouts with :timeout => nil rather than :timeout => -1
  - Drop all Net::HTTP monkey patches

# 1.6.8

- The 1.6.x series will be the last to support Ruby 1.8.7
- Pin mime-types to < 2.0 to maintain Ruby 1.8.7 support
- Add Gemfile, AUTHORS, add license to gemspec
- Point homepage at https://github.com/rest-client/rest-client
- Clean up and fix various tests and ruby warnings
- Backport `ssl_verify_callback` functionality from 1.7.0

(taca)

2015-03-13 17:33:13 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-test package to 0.6.3.

(taca)

2015-03-13 17:32:49 UTC MAIN commitmail json YAML

Update ruby-rack-test to 0.6.3.

== 0.6.3 / 2015-01-09

* Minor enhancements

  * Expose an env helper for persistently configuring the env as needed
    (Dar鱈o Javier Cravero #80)
  * Expose the tempfile of UploadedFile (Sytse Sijbrandij #67)

* Bug fixes

  * Improve support for arrays of hashes in multipart forms (Murray Steele #69)
  * Improve test for query strings (Paul Grayson #66)

(taca)

2015-03-13 17:32:15 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-ssl package to 1.4.1.

(taca)

2015-03-13 17:31:37 UTC MAIN commitmail json YAML

Update ruby-rack-ssl to 1.4.1.

* As per spec, don't include STS header in non-https responses
* Handle bad URIs gracefully.

  Some adapters (i.e. jruby-rack) will pass through bad URIs, then display
  the resulting exception. This creates an attack vector for XSS attacks.

* Added more installation/usage instructions into the README

* Return 400 instead of 404 in case of InvalidURIError

* Include Content-Type in 400 response.
  To stay compatible with old Rack versions.

* Skip URI parsing Request#url
  URI may fail to parse some legit URL paths.

(taca)

2015-03-13 17:27:44 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-rewrite package to 1.5.1.

(taca)

2015-03-13 17:27:07 UTC MAIN commitmail json YAML

Update ruby-rack-rewrite to 1.5.1.

== 1.5.1 / 2014-12-31
* Maintenance
  * Fix content-length being set (#66)

(taca)

2015-03-13 17:26:32 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-protection package to 1.5.3.

(taca)

2015-03-13 17:26:00 UTC MAIN commitmail json YAML

Update ruby-rack-protection to 1.5.3.

* Discard invalid Referer header.
  If an invalid Referer header such as "http://example.com/bad|uri" is
  provided, ignore the value of it and skip using the Host header fallback.
* refactor instantiation.
* fix typoed header name.
* clarify reaction warning, test it.

(taca)

2015-03-13 17:25:52 UTC MAIN commitmail json YAML

needs yacc(1) tool

(tnn)

2015-03-13 17:23:41 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-contrib package to 1.2.0.

(taca)

2015-03-13 17:23:04 UTC MAIN commitmail json YAML

2015-03-13 17:21:44 UTC MAIN commitmail json YAML

Note update of www/ruby-rack package to 1.6.0.

(taca)

2015-03-13 17:21:19 UTC MAIN commitmail json YAML

2015-03-13 17:18:36 UTC MAIN commitmail json YAML

Note update of www/ruby-pygments.rb package to 0.6.2.

(taca)

2015-03-13 17:18:02 UTC MAIN commitmail json YAML

2015-03-13 17:17:11 UTC MAIN commitmail json YAML

needs groff
(package is only for NetBSD so this is a no-op dependency annotation)

(tnn)

2015-03-13 17:14:49 UTC MAIN commitmail json YAML

Note update of www/ruby-patron package to 0.4.20.

(taca)

2015-03-13 17:14:02 UTC MAIN commitmail json YAML

Update ruby-patronto 0.4.20.

* fix base url concatenation

* Adds instantiation settings via block or hash.
  Fixes .downcase being called on symbols.

  Cleaned up

  Cleans up hash setter. Adds block support

  Adds tests for hash and block instantiation

  Undoes string fix for patron/request.rb to keep with scope.

* Handle two failing specs

  One is failing due to no OS support for SSLv2. This is reasonable,
  so I just removed SSLv2 from the list of SSL versions to test. This
  doesn't change the meaning of the test at all.

  I could not find the root cause of the other spec failure, though
  I suspect it is a setup problem. I have disabled the spec for now
  and will revisit it later on.

* Add doc comment
* Add a way to get the Request object

* Revert request action to be a symbol, but still allow upcase and
  downcase strings.

(taca)

2015-03-13 17:13:26 UTC MAIN commitmail json YAML

- g/c url2pkg marker
- needs gettext-lib as gettext support is enabled

(tnn)

2015-03-13 17:08:14 UTC MAIN commitmail json YAML

2015-03-13 17:07:29 UTC MAIN commitmail json YAML

Note ruby-padrino consisting packages to 0.12.5.

www/ruby-padrino-support
www/ruby-padrino-helpers
www/ruby-padrino-helpers
www/ruby-padrino-cache
www/ruby-padrino-gen
www/ruby-padrino-admin
www/ruby-padrino-mailer
www/ruby-padrino

(taca)

2015-03-13 17:05:22 UTC MAIN commitmail json YAML

Calendar extension for PHP 5.3 and PHP 5.4

Add calendar options to lang/php53 and lang/php54 to build the
calendar extension. Complete documentation on this extension can
be found here: http://php.net/manual/en/book.calendar.php

(manu)

2015-03-13 17:04:50 UTC MAIN commitmail json YAML

Update Ruby Padrino related pacakges to 0.12.5.

0.12.5 (February 22nd 2015)

* FIX #1794 inheritance of global prereqs (@ujifgc)
* FIX #1798 handling non-array `with` statement for params (@ujifgc)
* FIX Russian translation for password (@harrykiselev)
* FIX Prevent Padrino from overriding cache settings (@dariocravero)
* FIX sequence of execution for configuration methods in application
  (@namusyaka)
* FIX translations for admin for cs (@ortiga)
* FIX exception raised when running the controller generator (@namusyaka)
* FIX #1875 lock down rack to < 1.6.0 because of sinatra conflict (@ujifgc)

(taca)

2015-03-13 17:02:31 UTC MAIN commitmail json YAML

2015-03-13 16:55:10 UTC MAIN commitmail json YAML

Note update of www/ruby-jquery-rails package to 3.1.2.

(taca)

2015-03-13 16:54:35 UTC MAIN commitmail json YAML

Update ruby-jquery-rails to 3.1.2.

## 3.1.2 (1 September 2014)

  - Updated to jquery-ujs 1.0.1

## 3.1.1 (23 June 2014)

  - Updated to jQuery 1.11.1
  - Updated to jquery-ujs 1.0.0

(taca)

2015-03-13 16:53:40 UTC MAIN commitmail json YAML

2015-03-13 16:53:37 UTC MAIN commitmail json YAML

Note update of www/ruby-jekyll package to 2.5.3.

(taca)

2015-03-13 16:53:12 UTC MAIN commitmail json YAML

Update ruby-jekyll to 2.5.3.

* pkgsrc change: add support for pkg_alternatives.

Now ruby-jekyll are consits of sub packages.  And changes are too many to
write here.

(taca)

2015-03-13 16:50:37 UTC MAIN commitmail json YAML

2015-03-13 16:50:07 UTC MAIN commitmail json YAML

Note addtion of these packages:

www/ruby-jekyll-coffeescript 1.0.1
www/ruby-jekyll-gist 1.1.0
www/ruby-jekyll-paginate 1.1.0
www/ruby-jekyll-sass-converter 1.3.0
www/ruby-jekyll-watch 1.2.1

(taca)

2015-03-13 16:48:32 UTC MAIN commitmail json YAML

Add and enable these packages:

ruby-jekyll-coffeescript
ruby-jekyll-gist
ruby-jekyll-paginate
ruby-jekyll-sass-converter
ruby-jekyll-watch

(taca)

2015-03-13 16:47:46 UTC MAIN commitmail json YAML

Add ruby-jekyll-watch package version 1.2.1.

Rebuild your Jekyll site when a file changes with the `--watch` switch.

(taca)

2015-03-13 16:47:01 UTC MAIN commitmail json YAML

2015-03-13 16:46:12 UTC MAIN commitmail json YAML

2015-03-13 16:44:56 UTC MAIN commitmail json YAML

Add ruby-jekyll-gist package version 1.1.0.

Liquid tag for displaying GitHub Gists in Jekyll sites.

(taca)

2015-03-13 16:43:44 UTC MAIN commitmail json YAML

2015-03-13 16:41:47 UTC MAIN commitmail json YAML

Needs gzip as tool since calling pax(1) with -z

(tnn)

2015-03-13 16:41:04 UTC MAIN commitmail json YAML

Note update of www/ruby-compass package to 1.0.3.

(taca)

2015-03-13 16:40:15 UTC MAIN commitmail json YAML

Also add pkg_alternatives support.

(taca)

2015-03-13 16:39:35 UTC MAIN commitmail json YAML

2015-03-13 16:39:10 UTC MAIN commitmail json YAML

Fix PKGMANDIR support

(tnn)

2015-03-13 16:36:01 UTC MAIN commitmail json YAML

Note addition of www/ruby-compass-core package version 1.0.3 and
www/ruby-compass-import-once package version 1.0.5.

(taca)

2015-03-13 16:35:39 UTC MAIN commitmail json YAML

needs pthreads

(tnn)

2015-03-13 16:35:09 UTC MAIN commitmail json YAML

Add and enable ruby-compass-core and ruby-compass-import-once.

(taca)

2015-03-13 16:34:26 UTC MAIN commitmail json YAML

Update ruby-compass-import-once package version 1.0.5.

Changes the behavior of Sass's @import directive to only import a file once.

This plugin changes the behavior of Sass's `@import` directive so that
if the same sass file is imported more than once, the second import
will be a no-op. This allows dependencies to behave how most people
expect them to behave and provides a considerable performance improvement
for some sass projects.

**Note**: Although this plugin is maintained by compass, it can be used
without compass in any Sass-based project.

(taca)

2015-03-13 16:32:47 UTC MAIN commitmail json YAML

Add ruby-compass-core package version 1.0.3.

The Compass core stylesheet library and minimum required ruby extensions. This
library can be used stand-alone without the compass ruby configuration file or
compass command line tools.

(taca)

2015-03-13 16:25:18 UTC MAIN commitmail json YAML

Note update of textproc/ruby-textpow package to 1.4.0.

(taca)

2015-03-13 16:24:59 UTC MAIN commitmail json YAML

2015-03-13 16:22:58 UTC MAIN commitmail json YAML

Update ruby-textpow to 1.4.0.

* Updated and fixed php syntax.
* Updated filename to reflect scopename.

(taca)

2015-03-13 16:19:59 UTC MAIN commitmail json YAML

Note update of textproc/ruby-safe_yaml package to 1.0.4.

(taca)

2015-03-13 16:19:35 UTC MAIN commitmail json YAML

Update ruby-safe_yaml to 1.0.4.

1.0.2
-----

- added warning when using Psych + an older version of libyaml

(taca)

2015-03-13 16:18:01 UTC MAIN commitmail json YAML

Note update of textproc/ruby-multi_json package to 1.11.0.

(taca)

2015-03-13 16:17:32 UTC MAIN commitmail json YAML

2015-03-13 16:16:44 UTC MAIN commitmail json YAML

Note update of textproc/ruby-maruku package to 0.7.2.

(taca)

2015-03-13 16:16:12 UTC MAIN commitmail json YAML

Update ruby-maruku to 0.7.2.

0.7.2

* Fix angle-bracket links starting with https:// at the beginning of a
  line. #126
* Fix error in footnote generation. #129
* Fix for ellipses dissapearing at the end of a line. #131
* Reimplement smartypants for a large overall speed improvement. #132
* #maruku_error will now respect :on_error => :ignore. #133

(taca)

2015-03-13 16:13:56 UTC MAIN commitmail json YAML

Note update of textproc/ruby-kramdown package to 1.5.0.

(taca)

2015-03-13 16:13:29 UTC MAIN commitmail json YAML

2015-03-13 16:11:03 UTC MAIN commitmail json YAML

Note changed version number on net/netcat-openbsd.

(tnn)

2015-03-13 16:10:08 UTC MAIN commitmail json YAML

Use YYYYMMDD as version instead of "1".
This updates the package from netcat-openbsd-1 to netcat-openbsd-20131208.
No other change.

(tnn)

2015-03-13 16:06:04 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-listen package to 2.9.0.

(taca)

2015-03-13 16:05:19 UTC MAIN commitmail json YAML

2015-03-13 15:59:46 UTC MAIN commitmail json YAML

Note addition of sysutils/ruby-rb-inotify package version 0.9.5.

(taca)

2015-03-13 15:59:08 UTC MAIN commitmail json YAML

Add and enable ruby-rb-inotify.

(taca)

2015-03-13 15:58:33 UTC MAIN commitmail json YAML

Add ruby-rb-inotify 0.9.5.

This is a simple wrapper over the inotify Linux kernel subsystem
(http://en.wikipedia.org/wiki/Inotify) for monitoring changes to files
and directories.

It uses the FFI (http://wiki.github.com/ffi/ffi) gem to avoid having to
compile a C extension.

(taca)

2015-03-13 15:56:56 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-childprocess package to 0.5.5.

(taca)

2015-03-13 15:56:20 UTC MAIN commitmail json YAML

Update ruby-childprocess to 0.5.5.

* Longer sleep (increase stability but won't affect runtime).
* Work around JRuby problem.
* Spec environment unset in parent is unset in parent when set in grandparent.
* Remove environment variables not in ENV that are in ProcessBuilder
  environment.
* Remove unnecessary stringification of ENV keys MSP-11414
  Unlike @environment, which is a generic Hash, ENV is guarenteed to be
  <String, String>, so remove the keys #to_s calls for ENV.

(taca)

2015-03-13 15:52:25 UTC MAIN commitmail json YAML

Updated graphics/libsixel to 1.4.10

(ryoon)

2015-03-13 15:51:49 UTC MAIN commitmail json YAML

Update to 1.4.10

* Convert to new github framework.

Changelog:
* Some build mechanism improvements.
* Fix bugs especially on PNG.

(ryoon)

2015-03-13 15:49:59 UTC MAIN commitmail json YAML

Note update of security/ruby-sshkit package to 1.7.1.

(taca)

2015-03-13 15:49:17 UTC MAIN commitmail json YAML

Update ruby-sshkit to 1.7.1.

## 1.7.1

  * Fix a regression in 1.7.0 that caused command completion messages to be removed from log output. @mattbrictson

## 1.7.0

  * Update Vagrantfile to use multi-provider Hashicorp precise64 box - remove URLs. @townsen
  * Merge host ssh_options and Netssh defaults @townsen
    Previously if host-level ssh_options were defined the Netssh defaults
    were ignored.
  * Merge host ssh_options and Netssh defaults
  * Fixed race condition where output of failed command would be empty. @townsen
    Caused random failures of `test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr`
    Also fixes output handling in failed commands, and generally buggy output.
  * Remove override of backtrace() and backtrace_locations() from ExecuteError. @townsen
    This interferes with rake default behaviour and creates duplicate stacktraces.
  * Allow running local commands using `on(:local)`
  * Implement the upload! and download! methods for the local backend

(taca)

2015-03-13 15:48:24 UTC MAIN commitmail json YAML

Note update of security/ruby-simple_oauth package to 0.3.1.

(taca)

2015-03-13 15:47:53 UTC MAIN commitmail json YAML

Update ruby-simple_oauth to 0.3.1.

No exact changes are available, but various dependency and fixes.

(taca)

2015-03-13 15:31:23 UTC MAIN commitmail json YAML

Note update of security/ruby-ruby-openid package to 2.7.0.

(taca)

2015-03-13 15:30:58 UTC MAIN commitmail json YAML

Update ruby-ruby-openid to 2.7.0.

Sort PLIST.

## 2.7.0

* Use RFC 2396 compatible URI parser for trustroot - 7c84ec9ced3ccbdad575e02dbfa81e53b52f909e
  See https://github.com/openid/ruby-openid/pull/85
* Use HMAC from OpenSSL rather than Digest - ce2e30d7ff3308f17ef7d8c19d6f4752f76c9c40
  See https://github.com/openid/ruby-openid/pull/84
* Check if OpenSSL is loaded - 751e55820d958ee781f5abb466a576d83ddde6fd

## 2.6.0

* More safely build filenames - 1c4a90630b183e7572b8ab5f2e3a3e0c0fecd2c7
  See https://github.com/openid/ruby-openid/pull/80
* The session serializer of Rails4.1 is json - b44a1eb511dec3be25a07930121bc80cacec0f1c
* Handle boolean value to fix signature issue - d65076269b77754da7db6e4b189edeeb9201600d
  See https://github.com/openid/ruby-openid/pull/76

(taca)

2015-03-13 15:27:54 UTC MAIN commitmail json YAML

Note update of print/ruby-prawn package to 2.0.0.

(taca)

2015-03-13 15:27:09 UTC MAIN commitmail json YAML

Update ruby-prawrn to 2.0.0.

1. Changes to supported Ruby versions
2. Changes to PrawnPDF's versioning policies
3. All decimals in PDF output are now rounded to a fixed precision of
  4 decimal places
4. Fixed text width calculation to prevent unnecessary soft hyphen
5. Fixed styled text width calculations when using TTF files
6. Fixed broken vertical alignment for center and bottom
7. Calling dash(0) now raises an error instead of generating a corrupt PDF
8. Vastly improved handling of encodings for PDF built in (AFM) fonts
9. Temporarily restored the Document#on_page_create method

Please refer http://prawnpdf.org/api-docs/2.0/file.CHANGELOG.html in datail.

(taca)

2015-03-13 15:23:23 UTC MAIN commitmail json YAML

Note update of print/ruby-pdf-core package to 0.5.1.

(taca)

2015-03-13 15:22:51 UTC MAIN commitmail json YAML

Update ruby-pdf-core to 0.5.1.

* Rename variable arr to array, fixes a call to an undefined variable b… elow.
* Round to four decimal places everywhere.

(taca)

2015-03-13 15:14:49 UTC MAIN commitmail json YAML

Note update of net/ruby-twitter package to 5.14.0.

(taca)

2015-03-13 15:14:26 UTC MAIN commitmail json YAML

Update ruby-twitter to 5.14.0.

5.14.0
------
* [Add `Twitter::NullObject#respond_to?`](https://github.com/sferik/twitter/commit/438e311d93f382960650e20898203c880ade6b25)
* [Add `Twitter::Media::Video`, `Twitter::Media::VideoInfo`, and `Twitter::Media::Variant`](https://github.com/sferik/twitter/commit/158193f85843ebac7b3188bbad26d73907577f6a)
* [Add `Twitter::Media::AnimatedGif` media entity](https://github.com/sferik/twitter/commit/76cb6645a54969edc7c9195e9e27e3728f5fd683) ([@nidev](https://twitter.com/nidev))

5.13.0
------
* [Deprecate `Twitter::REST::Client#get` and `Twitter::REST::Client#post`](https://github.com/sferik/twitter/commit/65773c7d741098490f4164fae9e4433365cd4292)
* [Rename `Twitter::REST::Client::URL_PREFIX` to `Twitter::REST::Client::BASE_URL`](https://github.com/sferik/twitter/commit/73e2b9be19acf1403f324e5be48a550d3756d822)
* [Extract `Twitter::Headers` class](https://github.com/sferik/twitter/commit/e0d4c36bade95253b98b3ee657af409bfeadbbb6)
* [Move `Twitter::Request` to `Twitter::REST::Request`](https://github.com/sferik/twitter/commit/a46d9f21067724c437d40c7cb9c609f6cd304df1)
* [Add `Twitter::REST::Request#rate_limit`](https://github.com/sferik/twitter/commit/0c9f9d6a15835a0260a5a56a8aaffdc3f3e39eed)
* [Rename `Twitter::REST::Utils` methods](https://github.com/sferik/twitter/commit/2b1cceca0d37a038d3afd0b5763f2308b3db1b2d)
* [Update default `User-Agent` to comply with Section 5.5.3 of RFC 7231](https://github.com/sferik/twitter/commit/e5eb8d451d8be2d2751e6dda132c65039e5c879c)

5.12.0
------
* [Rescue `Twitter::Error::NotFound` for safe `#favorite` and `#retweet`](https://github.com/sferik/twitter/commit/5e6223df20217fd6b0ac78b44b0defdb46d1e018)
* [Make `Twitter::User#profile_background_image_uri` methods return a URI](https://github.com/sferik/twitter/commit/d96194c0c3b17076e48faed1b05cd48d043a6778)
* [Un-deprecate `Twitter::Base#to_hash`](https://github.com/sferik/twitter/commit/f45ce597408ab2bae2b55db6456543bf6d9ea081)
* [Add `Twitter::Tweet#possibly_sensitive?`](https://github.com/sferik/twitter/commit/917e8f14f7707eb646e8057827ed0ba9d1766eeb)
* [Namespace registered Faraday middleware](https://github.com/sferik/twitter/commit/a96931171e32c142f36318547f2cffa6ccd5c199) ([@godfoca](https://twitter.com/godfoca))
* [Fix test failures on Ruby 2.2.0-preview1](https://github.com/sferik/twitter/commit/74fb2e676f5882c62a6d4f07d7bbf8ca1f469fe2)
* [Make Twitter::NullObject Comparable](https://github.com/sferik/twitter/commit/9635db5128708525f3368800f11c519d6b14b1e4)

5.11.0
------
* [Return a Twitter::NullObject for empty attributes](https://github.com/sferik/twitter/commit/bca179eefb1c157f19b882a88ba608f6817b76bb)
* [Add `iso_language_code` attribute to `Twitter::Metadata`](https://github.com/sferik/twitter/commit/7bf3a1b6ad0c35dc608b03ba2b3321b594e4da1c)

5.10.0
------
* [Add support for extended entities](https://github.com/sferik/twitter/commit/ed7c708e4208de1df27d141678c14e23422504a0)
* [Add `Twitter::REST::Client#upload`](https://github.com/sferik/twitter/commit/f5a747b53c4866bb378d6022f309d6176620122e)

(taca)

2015-03-13 15:10:16 UTC MAIN commitmail json YAML

Note update of net/ruby-netrc package to 0.10.3.

(taca)

2015-03-13 15:09:52 UTC MAIN commitmail json YAML

Update ruby-netrc to 0.10.3.

0.10.3 02/24/15
===============

error when Dir.home is not readable

(taca)

2015-03-13 15:07:48 UTC MAIN commitmail json YAML

Note update of net/ruby-addressable package to 2.3.7.

(taca)

2015-03-13 15:07:22 UTC MAIN commitmail json YAML

Update ruby-addressable to 2.3.7.

# Addressable 2.3.7
- fix scenario in which invalid URIs don't get an exception until inspected
- handle hostnames with two adjacent periods correctly
- upgrade of RSpec

(taca)

2015-03-13 15:06:27 UTC MAIN commitmail json YAML

Note update of misc/ruby-parallel package to 1.4.1.

(taca)

2015-03-13 15:05:50 UTC MAIN commitmail json YAML

2015-03-13 15:03:35 UTC MAIN commitmail json YAML

Note update of misc/ruby-ohai package to 8.1.1.

(taca)

2015-03-13 15:02:59 UTC MAIN commitmail json YAML

Update ruby-ohai to 8.1.1.

* pkgsrc change: add pkg_alternatives support.

No changes available.

(taca)

2015-03-13 14:53:59 UTC MAIN commitmail json YAML

Note update of misc/ruby-memoizable package to 0.4.2.

(taca)

2015-03-13 14:53:30 UTC MAIN commitmail json YAML

Update ruby-memoizable to 0.4.2.

* A few big fixes and improvements.
* Use resolution-independent SVG badges [ci skip].

(taca)

2015-03-13 14:48:44 UTC MAIN commitmail json YAML

Update ruby-commander to 4.3.0.

* pkgsrc change: add pkg_alternatives support.

=== 4.3.0 / 2015-02-07

* Drops support for Ruby 1.8. Please use 4.2.1 if you still need Ruby 1.8 compatibility.
* Fixed a bug with `always_trace` (#91) (@KrauseFx)
* Renamed `commands` to `defined_commands` for better compatibility with Pry

=== 4.2.1 / 2014-09-28

* Improve `choose` compatibility with HighLine's version (#79)

=== 4.2.0 / 2014-04-29

* Add ability to use commander without importing into the global namespace (#61) (@krissi)

(taca)

2015-03-13 14:46:20 UTC MAIN commitmail json YAML

Note update of misc/ruby-descendants_tracker package to 0.0.4.

(taca)

2015-03-13 14:45:47 UTC MAIN commitmail json YAML

Update ruby-descendants_tracker to 0.0.4.

No changes available but several improvements and bug fixes.

(taca)

2015-03-13 14:42:16 UTC MAIN commitmail json YAML

Note update of misc/ruby-thread_safe package to 0.3.5.

(taca)

2015-03-13 14:41:31 UTC MAIN commitmail json YAML

Update misc/ruby-thread_safe to 0.3.5.

Various bug fixes and improvement.

(taca)

2015-03-13 14:36:46 UTC MAIN commitmail json YAML

Note update of misc/ruby-daemons package to 1.2.1.

(taca)

2015-03-13 14:36:09 UTC MAIN commitmail json YAML

Update ruby-daemons to 1.2.1.

== Release 1.2.1: March 10, 2015

* increase version number to be able to re-push to rubygems

== Release 1.2.0: March 8, 2015

* add options for custum log file names.
* change pid file name scheme to "#progname_num#{number}.pid" for multiple instances.
* fix call_as_daemon not saving the PID (thanks Roberto Plancarte)
* allow for custom statis messages (thanks to Joseph Haig)
* fix Pid.running? rescuing timeout exceptions (thanks to Geraud Boyer)
* monitor.rb/application.rb/application_group.rb: handle :monitor and :multiple in combination correctly
  (thanks to Prakash Murthy).
* pidfile.rb: Handle invalid or empty pid files instead of returning pid 0 (thanks to Aaron Stone)
* run the whole gem through Rubocop (thanks to Aaron Stone)
* gem cleanup (thanks to Aaron Stone)

(taca)

2015-03-13 14:34:50 UTC MAIN commitmail json YAML

Note update of misc/ruby-bundler package to 1.8.5.

(taca)

2015-03-13 14:34:13 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.8.5.

* pkgsrc change: add support for pkg_alternatives.

## 1.8.5 (2015-03-11)

Bugfixes:

  - remove MIT license from gemspec when removing license file (@indirect)
  - respect 'no' immediately as well as saving it in `gem` config (@kirs)

## 1.8.4 (2015-03-05)

Bugfixes:

  - document --all-platforms option (#3449, @moeffju)
  - find gems from all sources on exec after install (#3450, @TimMoore)

## 1.8.3 (2015-02-24)

Bugfixes:

  - handle boolean values for gem settings (@EduardoBautista)
  - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore)
## 1.8.2 (2015-02-14)

Bugfixes:

  - allow config settings for gems with 'http' in the name again (#3398, @tmoore)

## 1.8.1 (2015-02-13)

Bugfixes:

  - synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
  - set gemspec bindir correctly (#3392, @tmoore)
  - request lockfile deletion when it is malformed (#3396, @indirect)
  - explain problem when mirror config is missing (#3386, @indirect)
  - explain problem when caching causes permission error (#3390, @indirect)
  - normalize URLs in config keys (#3391, @indirect)

## 1.8.0 (2015-02-10)

Bugfixes:

  - Gemfile `github` blocks now work (#3379, @indirect)

Bugfixes from v1.7.13:

  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
  - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
  - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)

## 1.8.0.rc (2015-01-26)

Features:

  - add `config disable_multisource` option to ensure sources can't compete (@indirect)

Bugfixes:

  - don't add extra quotes around long, quoted config values (@aroben, #3338)

Security:

  - warn when more than one top-level source is present (@indirect)

## 1.8.0.pre (2015-01-26)

Features:

  - add metadata allowed_push_host to new gem template (#3002, @juanitofatas)
  - adds a `--no-install` flag to `bundle package` (@d-reinhold)
  - add `bundle config auto_install true` to install automatically (@smashwilson)
  - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol)
  - prevent whitespace in gem declarations with clear messaging (@benlakey)
  - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros)
  - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros)
  - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh)
  - add `package --all-platforms` to cache gems for each known platform (@ccutrer)
  - speed up `exec` when running commands on the $PATH (@kirs)
  - add gem code of conduct file and option (@kirs)
  - add config settings for gem license and tests (@kirs)
  - add `bin/setup` and `bin/console` to new gems (@indirect)
  - include configured user-agent in network requests (@indirect)
  - support `github`, `gist`, and `bitbucket` options on git gems (@indirect)
  - add `package --cache-path` and `config cache_path` for cache location (@jnraine)
  - allow `config` to work even when a Gemfile is not present (@dholdren)
  - add `config gemfile /path` for other Gemfile locations (@dholdren)

Bugfixes:

  - reduce memory usage with threaded parallel workers (@Who828)
  - support read-only git gems (@pmahoney)
  - various resolver performance improvements (@dubek)
  - untaint git gem paths for Rubygems compatibility (@tdtds)

Documentation:

  - add missing Gemfile global `path` explanation (@agenteo)

## 1.7.13 (2015-02-07)

Bugfixes:

  - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
  - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
  - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)

(taca)

2015-03-13 14:32:17 UTC MAIN commitmail json YAML

Note update of math/ruby-spreadsheet package to 1.0.3.

(taca)

2015-03-13 14:31:38 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 1.0.3.

### 1.0.3 / 10.03.2015

Author: Robert Eshleman <c.robert.eshleman@gmail.com>
Date:  Mon Mar 9 09:47:59 2015 -0400

* Update `ruby-ole` to `1.2.11.8`
** `ruby-ole` <= `1.2.11.7` throws a duplicated key warning in Ruby 2.2.
** This commit updates `ruby-ole` to `1.2.11.8`, which fixes this warning.
** Related discussion: [aquasync/ruby-ole#15] - [aquasync/ruby-ole#15]: https://github.com/aquasync/ruby-ole/issues/15

### 1.0.2 / 05.03.2015

Author: cantin <cantin2010@gmail.com>
Date:  Thu Mar 5 16:13:59 2015 +0800

* add Rational support
* add rational requirement
* use old rational syntax in test

(taca)

2015-03-13 14:27:01 UTC MAIN commitmail json YAML

Note update of lang/ruby-execjs package to 2.4.0.

(taca)

2015-03-13 14:26:36 UTC MAIN commitmail json YAML

Update ruby-execjs to 2.4.0.

A few bug fixes.

(taca)

2015-03-13 14:24:03 UTC MAIN commitmail json YAML

Note update of lang/ruby-coffee-script-source package to 1.9.1.

(taca)

2015-03-13 14:23:17 UTC MAIN commitmail json YAML

Update ruby-coffee-script-source to 1.9.1.

No changes available.

(taca)

2015-03-13 14:18:01 UTC MAIN commitmail json YAML

Note update of graphics/ruby-mini-magick package to 4.1.0.

(taca)

2015-03-13 14:17:13 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.1.0.

4.1.0

* Added MiniMagick::Tool#stack for building ImageMagick stacks:

MiniMagick::Tool::Convert.new do |convert|
  convert << "wand.gif"
  convert.stack do |stack|
    stack << "wand.gif"
    stack.rotate(30)
  end
  convert << "images.gif"
end

convert wand.gif \( wand.gif -rotate 90 \) images.gif

4.0.4

* Allow filenames with colon in their names (thanks to @agorf)

(taca)

2015-03-13 14:13:30 UTC MAIN commitmail json YAML

Note update of these packages:

devel/ruby-uglifier 2.7.1
graphics/ruby-chunky_png 1.3.4

(taca)

2015-03-13 14:12:24 UTC MAIN commitmail json YAML

Update graphics/ruby-chunky_png to 1.3.4.

=== 1.3.4 - 2015-02-16

- Assert compatibility with Ruby 2.2
- Improved documentation using RDoc, so it is included on http://www.rubydoc.info/gems/chunky_png
- Update chunkypng.com website; migrate some stuff from the wiki.

(taca)

2015-03-13 14:08:46 UTC MAIN commitmail json YAML

Update ruby-uglifier to 2.7.1.

## 2.7.1 (27 February 2015)

- fix compatibility with experimental Alaska ExecJS runtime

(taca)

2015-03-13 14:07:56 UTC MAIN commitmail json YAML

Note update of devel/ruby-tins package to 1.3.5.

(taca)

2015-03-13 14:07:04 UTC MAIN commitmail json YAML

Update ruby-tins to 1.3.5.

* 2015-03-03 Release 1.3.5
  - Don't automatically include #to method into Object, this can lead to some
    confusion.

(taca)

2015-03-13 14:01:28 UTC MAIN commitmail json YAML

Note update of Ruby Simplecov package:

devel/ruby-simplecov-html 0.9.0
devel/ruby-simplecov 0.9.2

(taca)

2015-03-13 14:00:26 UTC MAIN commitmail json YAML

License changed to MIT.

(taca)

2015-03-13 14:00:10 UTC MAIN commitmail json YAML

2015-03-13 13:58:13 UTC MAIN commitmail json YAML

Update ruby-simplecov to 0.9.2.

## Bugfixes

0.9.2, 2015-02-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...v0.9.2))
====================

This is a minor bugfix release for simplecov-html, released as `0.9.0`. Due to the tight version constraint in the gemspec
a new release of simplecov had to be shipped to allow using simplecov-html `~> 0.9.0`.

  * The browser back / forward button should now work again. See [#36](https://github.com/colszowka/simplecov-html/pull/36) and
    [#35](https://github.com/colszowka/simplecov-html/pull/35). Thanks @whatasunnyday and @justinsteele for submitting PRs to fix this.
  * Fix "warning: possibly useless use of a variable in void context" See [#31](https://github.com/colszowka/simplecov-html/pull/31). Thanks @cbandy
  * Always use binary file format. See [#32](https://github.com/colszowka/simplecov-html/pull/32). Thanks @andy128k
  * Avoid slow file output with JRuby/Windows. See [#16](https://github.com/colszowka/simplecov-html/pull/16). Thanks @pschambacher

Other than the release includes a bunch of mostly documentation improvements:

  * Update Rails path for Rails 4+. See [#336](https://github.com/colszowka/simplecov/pull/336). Thanks @yazinsai
  * Encourage use of .simplecov to avoid lost files. See [#338](https://github.com/colszowka/simplecov/pull/338). thanks @dankohn
  * Specified in the gemspec that simplecov needs ruby 1.8.7. See [#343](https://github.com/colszowka/simplecov/pull/343). thanks @iainbeeston
  * Fix mispointed link in CHANGELOG.md. See [#353](https://github.com/colszowka/simplecov/pull/353). Thanks @dleve123
  * Improve command name docs. See [#356](https://github.com/colszowka/simplecov/pull/356). Thanks @gtd

(taca)

2015-03-13 13:57:21 UTC MAIN commitmail json YAML

Update ruby-simplecov-html to 0.9.0.

* License changed to MIT.
* A few improvements.

(taca)

2015-03-13 13:51:44 UTC MAIN commitmail json YAML

Note update of devel/ruby-sexp-processor package to 4.5.0.

(taca)

2015-03-13 13:51:18 UTC MAIN commitmail json YAML

Update ruby-sexp-processor to 4.5.0.

=== 4.5.0 / 2015-03-09

* 1 minor enhancement:

  * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.

(taca)

2015-03-13 13:49:33 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-rails package to 3.2.1.

(taca)

2015-03-13 13:49:03 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 3.2.1.

### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Add missing `require` to RSpec generator root fixing an issue where Rail's
  autoload does not find it in some environments. (Aaron Kromer, #1305)
* `be_routable` matcher now has the correct description. (Tony Ta, #1310)
* Fix dependency to allow Rails 4.2.x patches / pre-releases (Lucas Mazza, #1318)
* Disable the `test-unit` gem's autorunner on projects running Rails < 4.1 and
  Ruby < 2.2 (Aaron Kromer, #1320)

(taca)

2015-03-13 13:48:30 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-support package to 3.2.2.

(taca)

2015-03-13 13:47:40 UTC MAIN commitmail json YAML

Update ruby-rspec-support to 3.2.2.

### 3.2.2 / 2015-02-23

Bug Fixes:

* Fix an encoding issue with `EncodedString#split` when encountering an
  invalid byte string. (Benjamin Fleischer, #1760)

(taca)

2015-03-13 13:47:09 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-mocks package to 3.2.1.

(taca)

2015-03-13 13:46:44 UTC MAIN commitmail json YAML

Update ruby-rspec-mocks to 3.2.1.

### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Add missing `rspec/support/differ` require so that rspec-mocks can be
  used w/o rspec-expectations (which also loads the differ and hided the
  fact we forgot to require it). (Myron Marston, #893)
* Revert tracking of received arg mutation (added in 3.2.0 to provide an
  error in a situation we can't support) as our implementation has side
  effects on non-standard objects and there's no solution we could come
  up with that always works. (Myron Marston, #900)

(taca)

2015-03-13 13:46:04 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-core package to 3.2.2.

(taca)

2015-03-13 13:45:35 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 3.2.2.

### 3.2.2 / 2015-03-11
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.1...v3.2.2)

Bug Fixes:

* Fix regression in 3.2.0 that allowed tag-filtered examples to
  run even if there was a location filter applied to the spec
  file that was intended to limit the file to other examples.
  (#1894, Myron Marston)

### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Notify start-of-run seed _before_ `start` notification rather than
  _after_ so that formatters like Fuubar work properly. (Samuel Esposito, #1882)

(taca)

2015-03-13 13:42:26 UTC MAIN commitmail json YAML

Note update of devel/ruby-parser package to 3.6.5.

(taca)

2015-03-13 13:41:27 UTC MAIN commitmail json YAML

Update ruby-parser to 3.6.5.

pkgsrc change: Add pkg_alternatives support.

=== 3.6.5 / 2015-03-12

* 1 minor enhancement:

  * Add line numbers from block comments =begin/=end. (presidentbeef)

(taca)

2015-03-13 13:38:55 UTC MAIN commitmail json YAML

Add and enable ruby-celluloid.

(taca)

2015-03-13 13:38:33 UTC MAIN commitmail json YAML

Note update of devel/ruby-i18n package to 0.7.0.

(taca)

2015-03-13 13:38:08 UTC MAIN commitmail json YAML

Update ruby-i18n to 0.7.0.

0.7.0
* Drop support to Ruby 1.8.7 / REE
* Drop support to Rails 2.3 / 3.0 / 3.1
* Remove deprecated stuff:
  - Setting :default_exception_hander Symbol to I18n.exception_handler.
  - normalize_translation_keys in favor of normalize_keys.
  - :rescue_format option on the exception handler.
  - enforce_available_locales now defaults to true with no deprecation message.

(taca)

2015-03-13 13:34:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-docile package to 1.1.5.

(taca)

2015-03-13 13:34:16 UTC MAIN commitmail json YAML

Update ruby-docile to 1.1.5.

## [v1.1.5 (Jun 15, 2014)](http://github.com/ms-ati/docile/compare/v1.1.4...v1.1.5)

  - as much as possible, loosen version restrictions on development dependencies
  - clarify gemspec settings as much as possible
  - bump rspec dependency to 3.0.x

## [v1.1.4 (Jun 11, 2014)](http://github.com/ms-ati/docile/compare/v1.1.3...v1.1.4)

  - Special thanks to Ken Dreyer  (@ktdreyer):
    - make simplecov/coveralls optional for running tests \[[33834852c7](https://github.com/ms-ati/docile/commit/33834852c7849912b97e109e8c5c193579cc5e98)\]
    - update URL in gemspec \[[174e654a07](https://github.com/ms-ati/docile/commit/174e654a075c8350b3411b212cfb409bc605348a)\]

## [v1.1.3 (Feb 4, 2014)](http://github.com/ms-ati/docile/compare/v1.1.2...v1.1.3)

  - Special thanks to Alexey Vasiliev (@le0pard):
    - fix problem to catch NoMethodError from non receiver object
    - upgrade rspec format to new "expect" syntax

## [v1.1.2 (Jan 10, 2014)](http://github.com/ms-ati/docile/compare/v1.1.1...v1.1.2)

  - remove unnecessarily nested proxy objects (thanks @Ajedi32)!
  - documentation updates and corrections

(taca)

2015-03-13 13:33:00 UTC MAIN commitmail json YAML

Note addition of devel/ruby-celluloid package version 0.16.0.

(taca)

2015-03-13 13:32:04 UTC MAIN commitmail json YAML

Add ruby-celluloid package version 0.16.0.

Celluloid provides a simple and natural way to build fault-tolerant concurrent
programs in Ruby. With Celluloid, you can build systems out of concurrent
objects just as easily as you build sequential programs out of regular
objects.  Recommended for any developer, including novices, Celluloid should
help ease your worries about building multithreaded Ruby programs.

(taca)

2015-03-13 13:29:40 UTC MAIN commitmail json YAML

Note addition of time/ruby-hitimes package version 1.2.2 and
time/ruby-timers package version 4.0.1.

(taca)

2015-03-13 13:29:00 UTC MAIN commitmail json YAML

Add and enable ruby-hitimes and ruby-timers.

(taca)

2015-03-13 13:28:23 UTC MAIN commitmail json YAML

Add ruby-timers package version 4.0.1.

Ruby timer collections. Schedule several procs to fire after configurable
delays or at periodic intervals.

This gem is especially useful when you are faced with an API that accepts a
single timeout but you want to run multiple timers on top of it. An example of
such a library is [nio4r](https://github.com/celluloid/nio4r), a
cross-platform Ruby library for using system calls like epoll and kqueue.

(taca)

2015-03-13 13:27:33 UTC MAIN commitmail json YAML

Add ruby-hitimes package version 1.2.2.

Hitimes is a fast, high resolution timer library for recording
performance metrics.  It uses the appropriate low method calls for each
system to get the highest granularity time increments possible.

It currently supports any of the following systems:

* any system with the POSIX call `clock_gettime()`
* Mac OS X
* Windows
* JRuby

Using Hitimes can be faster than using a series of `Time.new` calls, and
it will have a much higher granularity. It is definitely faster than
using `Process.times`.

(taca)

2015-03-13 11:32:09 UTC MAIN commitmail json YAML

Updated security/keychain to 2.7.1nb2

(roy)

2015-03-13 11:29:33 UTC MAIN commitmail json YAML

Keychain isn't a bash script.
Update homepage to proper one.

(roy)