Commit graph

19557 commits

Author SHA1 Message Date
taca
790464169b Update ruby-activemodel32 to 3.2.12.
Change of version only.
2013-02-12 14:29:47 +00:00
taca
4c85245381 Update ruby-activesupport32 to 3.2.12.
Change of version only.
2013-02-12 14:28:59 +00:00
taca
f36bb025dc Update ruby-railties31 to 3.1.11.
Change of version only.
2013-02-12 14:23:36 +00:00
taca
a59eb68dcb Update ruby-activemodel31 to 3.1.11.
Change of version only.
2013-02-12 14:18:08 +00:00
taca
a55d1fc6f1 Update ruby-activesupport31 to 3.1.11.
## Rails 3.1.11 (unreleased) ##

* Allow `multi_json` version `>= 1.3`, relaxing back to semantic versioning
  2.0.0 (revert of #5861)
  Backport of #5896

  *Alex Riedler*
2013-02-12 14:17:07 +00:00
adam
b6615a3e57 Changes 5.1.1:
BUGS FIXED
On Windows 64-bit, an error causing link errors about __gmp_binvert_limb_table has been fixed.
Aarch64 alias ARM64 support now works.
A possible buffer overrun in mpz_ior has been fixed.
A rare sign flip in mpz_remove has been fixed.
A bug causing problems with mpf numbers with absolute value ≥ 231 has been fixed.
Several bugs in mini-gmp have been fixed.
A bug caused by automake, related to the 'distcheck' target, has been fixed by upgrading the automake used for GMP release engineering.

FEATURES
Preliminary support for the x32 ABI under x86-64.

MISC
The mini-gmp testsuite now tests the entire set of functions.
Various improvements of the GMP testsuite.
2013-02-12 09:15:36 +00:00
wiz
69f2105cf7 Update to 2.5.1:
This is a non-scheduled bugfix release.
    hgk: support the old way of getting the current Ttk theme (issue3808)
    hgweb.cgi: fix internal WSGI emulation (issue3804)
    hgweb: make 'summary' work with hidden changesets (issue3810)
    incoming: fix incoming when a local head is remotely filtered (issue3805)
    largefiles: don't crash when trying to find default dest for url without path
    rebase: derive node from target rev (issue3802)
2013-02-11 12:45:20 +00:00
taca
79f2e88bf5 Add and enable ruby-term-ansicolor. 2013-02-11 08:54:05 +00:00
taca
8b87a0c6bb Add ruby-term-ansicolor package version 1.0.7.
= Term::ANSIColor - ANSI escape sequences in Ruby

== Description

This library can be used to color/decolor strings using ANSI escape sequences.
2013-02-11 08:53:37 +00:00
taca
24a9585789 Add and enable ruby-path. 2013-02-11 08:51:33 +00:00
taca
b08b645050 Add ruby-path package version 1.3.1.
Path - a Path manipulation library

Path is a library to manage paths.  It is similar to Pathname, but has some
extra goodness.  The method names are intended to be short and explicit, and
avoid too much duplication like having 'name' or 'path' in the method name.

I believe the object-oriented approach to manipulate paths is very elegant and
useful.  Paths are naturally the subject of their methods and even if they are
simple Strings behind, they carry way much more information and deserve a
first-class status.

Also, using a path library like this avoid to remember in which class the
functionality is implemented, everything is in one place (if not, please open
an issue!).
2013-02-11 08:51:00 +00:00
taca
091cd54dd0 Add and enable ruby-parslet. 2013-02-11 08:47:45 +00:00
taca
9817452b5f Add ruby-parslet package version 1.4.0.
Parslet makes developing complex parsers easy. It does so by

* providing the best error reporting possible
* not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.
2013-02-11 08:47:19 +00:00
taca
f608bbb2b8 Add and enable ruby-blankslate. 2013-02-11 08:38:57 +00:00
taca
6ad141d85e Add ruby-blankslate package version 2.1.2.4.
BlankSlate provides a base class where almost all of the methods from Object
and Kernel have been removed.  This is useful when providing proxy object and
other classes that make heavy use of method_missing.
2013-02-11 08:37:56 +00:00
taca
aaa0a78521 Add and enable ruby-backports. 2013-02-11 07:57:44 +00:00
taca
e8fbf298dc Add ruby-backports package version 2.7.1.
= Backports Library

* Yearning to use some of the new cool features in Ruby 2.0.0 while using
  1.8.6?
* One of your client is stuck with Ruby 1.8.6 but you want to use a gem using
  some features of 1.8.7?
* Can't remember if you can use Array#sample or String#each_char on a friend's
  box?

This gem is for you!

The goal of 'backports' is to make it easier to write ruby code that runs
across different versions of Ruby. All you need to bring any version of Ruby
up to today's standards:

  require 'backports'

This will bring in all the features of 1.8.7 (for Ruby 1.8.6) and many
features of Ruby 1.9.1 (for Ruby 1.8.x), Ruby 1.9.2 and Ruby 1.9.3 (for all
earlier versions)!

+Note+: Although I am a Ruby committer, this gem is a personal project and is
not endorsed by ruby-core.
2013-02-11 07:54:32 +00:00
taca
b9292e5a31 Update ruby-thor to 0.17.0.
0.17.0, release 2013-01-24

    Add better support for tasks that accept arbitrary additional arguments (e.g. things like bundle exec)
    Add #stop_on_unknown_option!
    Only strip from stdin.gets if it wasn't ended with EOF
    Allow "send" as a task name
    Allow passing options as arguments after "--"
    Autoload Thor::Group

0.16.0, release 2012-08-14

    Add enum to string arguments

0.15.4, release 2012-06-29

    Fix regression when destination root contains reserved regexp characters

0.15.3, release 2012-06-18

    Support strict_args_position! for backwards compatibility
    Escape Dir glob characters in paths

0.15.2, released 2012-05-07

    Added print_in_columns
    Exposed terminal_width as a public API

0.15.1, release 2012-05-06

    Fix Ruby 1.8 truncation bug with unicode chars
    Fix shell delegate methods to pass their block
    Don't output trailing spaces when printing the last column in a table

0.15, released 2012-04-29

    Alias method_options to options
    Refactor say to allow multiple colors
    Exposed error as a public API
    Exposed file_collision as a public API
    Exposed print_wrapped as a public API
    Exposed set_color as a public API
    Fix number-formatting bugs in print_table
    Fix "indent" typo in print_table
    Fix Errno::EPIPE when piping tasks to head
    More friendly error messages
2013-02-11 03:08:05 +00:00
taca
073f74ec89 Update ruby2ruby to 2.0.3.
=== 2.0.3 / 2013-02-07

* 2 minor enhancements:

  * 1.9: Added support for ! call to go back to (not ...).
  * 2nd and 3rd order testing now uses RubyPraser.for_current_ruby for maximal carnage.

* 1 bug fix:

  * On failure (eg ruby 2.0), fall back to compound RubyParser instance for 2nd & 3rd order testing

=== 2.0.2 / 2013-01-16

* 1 minor enhancement:

  * Updated to ruby_parser 3.1 and up
2013-02-11 03:06:57 +00:00
taca
f8a2a240be Update ruby-parser to 3.1.1.
=== 3.1.1 / 2012-12-19

* 1 minor enhancement:

  * Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow files to a sibling directory

* 4 bug fixes:

  * 1.9: Fixed lexing of "0o". (whitequark)
  * 1.9: Fixed parsing of unary plus on literals. (whitequark)
  * Added timeout arg to RubyParser#process to pass through to the real parser
  * Updated Synopsis to reflect new options for running RP. (louismullie)

=== 3.1.0 / 2012-12-06

* 2 minor enhancements:

  * Added RubyParser.for_current_ruby to provide a parser that matches your runtime. (neilconway)
  * Duck-typed IDENT_CHAR_RE instead of using RUBY_VERSION

* 3 bug fixes:

  * Cleared out body comments in class/module/defn/defs
  * Flipped lexer tests to US-ASCII to avoid encoding hell
  * yyerror is now an alias for syntax_error
2013-02-11 03:06:16 +00:00
taca
49fbae8542 Update ruby-test-unit to 2.5.4.
2.5.4 - 2013-01-23

It's a bug fix release.
Improvements

* Added documents for data driven test functionality.
* Added TSV support for data driven test functionality.
* Support tag inspection on JRuby.

Fixes

* Fixed a bug. It is too slow to filter tests when there are many tests. [GitHub#46]
* Accept anonymous test suite. [GitHub:#49] [Reported by Matthew Rudy Jacobs]

Thanks

* Matthew Rudy Jacobs
2013-02-11 02:58:54 +00:00
taca
fb822e22bd Update ruby-sexp-processor to 4.1.4.
=== 4.1.4 / 2013-01-22

* 1 minor enhancement:

  * Gave Sexp#structure a ~10% boost

* 2 bug fixes:

  * Fixed Sexp#mass lying when using auto_shifted sexps.
  * Stupid fix for ruby 2.0 method_missing 'bug'.
2013-02-11 02:57:06 +00:00
taca
1131249e28 Update ruby-rbx-require-relative to 0.0.9.
Support not only Ruby 1.8.7 but newer versions.
2013-02-11 02:56:33 +00:00
taca
e0bee3d769 Update ruby-mocha to 0.13.2.
# Release Notes

## 0.13.2
* Stubbing of methods re-declared with different visibilty. Fixes #109.
* Add `Mock#responds_like_instance_of`. Fixes #119.
* Make `Expectation#inspect` less verbose and more useful. Fixes #122.
* Make unit tests more robust to changes in environment. Fixes #121.
* Update README in an attempt to head Rails-related issues off at the pass.
* Add a Gem Badge to provide a link to Mocha on Rubygems.
* Make documentation example consistent with other examples.
2013-02-11 02:54:18 +00:00
taca
b5d204c43c Update ruby-kgio to 2.8.0.
=== kgio 2.8.0 - TCP Fast Open, writev/trywritev / 2013-01-18 10:52 UTC

  TCP Fast Open in Linux 3.7 and later is now supported
  in the client via Kgio::Socket#kgio_fastopen.

  This release also adds the kgio_writev and
  kgio_trywritev methods, thanks to funny-falcon
2013-02-11 02:53:49 +00:00
taca
ce50d5631b Update ruby-gettext_i18n_rails to 0.9.2.
A few bug fixes.
2013-02-11 02:53:06 +00:00
taca
b0ad92668e Update ruby-flexmock to 1.3.0.
= FlexMock 1.3.0 Released

FlexMock is a flexible mocking library for use in unit testing and
behavior specification in Ruby. This release is a minor release with a
few bug fixes and some simple features.

== Changes in 1.3.0

=== Features

* Add 'and' and 'on' modifiers for the RSpec spy matcher.

* Add 'and' and 'on' options to the assert_spy_called test method.

* General documentation improvement.

=== Bug Fixes

* Fix bug in should_fail test helper that was not detecting failed
  failures.
2013-02-11 02:51:43 +00:00
taca
a8c8544045 Update ruby-rspec-mocks to 2.12.2.
### 2.12.2 / 2013-01-27
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.12.1...v.2.12.2)

Bug fixes

* Fix `and_call_original` to work properly for methods defined
  on a module extended onto an object instance (Myron Marston).
* Fix `stub_const` with an undefined constnat name to work properly
  with constant strings that are prefixed with `::` -- and edge case
  I missed in the bug fix in the 2.12.1 release (Myron Marston).
* Ensure method visibility on a partial mock is restored after reseting
  method stubs, even on a singleton module (created via `extend self`)
  when the method visibility differs between the instance and singleton
  versions (Andy Lindeman).
2013-02-11 02:31:45 +00:00
taca
6951896452 Allow depends to newer ruby-diff-lcs.
Bump PKGREVISION.
2013-02-11 02:30:49 +00:00
taca
c3104c2165 Update ruby-daemon_controller to 1.1.1.
Various bug fixes.
2013-02-11 02:21:28 +00:00
taca
30c32b9d2f Update hoe to 3.5.0.
=== 3.5.0 / 2013-01-22

* 1 minor enhancement:

  * Added optional cmd field in blog setup for hoe/publish

=== 3.4.1 / 2013-01-16

* 1 bug fix:

  * Fixed MiniTest const for older stock ruby minitests. (illuminerdi)
2013-02-11 02:19:09 +00:00
taca
67e93a2a93 Update ZenTest to 4.9.0.
=== 4.9.0 / 2013-02-07

* 1 minor enhancement:

  * Allow multiruby installs to be done entirely by symlink, bypassing build

* 1 bug fix:

  * Fixes for maglev.

=== 4.8.4 / 2013-01-22

* 2 minor enhancements:

  * Set required rubygems version to be >= 1.8 and < 2.1. (sanemat)
  * multiruby now just builds main, which skips rdoc and other stuff
2013-02-11 02:18:37 +00:00
ryoon
0d434e496f Fix build.
Set BUILDLINK_API_DEPENDS.sqlite3 as correct value.
2013-02-10 14:23:20 +00:00
obache
dce517a1cb bin/nbpatch require manifest file for UAC. 2013-02-10 13:06:43 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
ryoon
5f057edeff There is subversion16-base only. 2013-02-09 13:35:56 +00:00
ryoon
75cb791f38 Add subversion16 and subversion16-base. 2013-02-09 13:34:47 +00:00
ryoon
1440685c23 Remove accidentally committed files. 2013-02-09 13:33:30 +00:00
ryoon
368b772e8e Import subversion16-base-1.6.20 as devel/subversion16-base.
The goal of the Subversion project is to build a version control system that
is a compelling replacement for CVS in the open source community. The software
is released under an Apache/BSD-style open source license.

This package contains all the Subversion programs and libraries except
the Apache module mod_dav_svn (for which see the ap2-subversion
package) and the Python bindings and some programs which use them (for
which see the py-subversion package).  Installing this package
alone will satisfy most people's needs, providing all three repository
access layers (local, svn, and dav) and the server for the svn access
layer.

This package tracks 1.6.x release branch.
2013-02-09 13:28:34 +00:00
ryoon
9f13200a67 Import subversion16-1.6.20 as devel/subversion16.
The goal of the Subversion project is to build a version control
system that is a compelling replacement for CVS in the open source
community.  The software is released under an Apache/BSD-style open
source license.

This is a meta-package.  It installs no files, but it depends on all
the Subversion components, including the base package with the
subversion client and server, the apache module, and four language
bindings.  (If you just want the basic svn and svnadmin programs see
devel/subversion-base.)

This package tracks 1.6.x release branch.
2013-02-09 13:27:27 +00:00
ryoon
6ca8fbaa71 Update to 1.7.8.
Change to 1.7.x branch.
Many changes are introduced.
See http://subversion.apache.org/docs/release-notes/1.7.html .
2013-02-09 13:22:09 +00:00
obache
927a793e99 -no-undefined LDFLAGS is required to be linked with Cygwin. 2013-02-09 13:00:05 +00:00
obache
6c423dca0e tell Cygwin to bmake. 2013-02-09 12:57:35 +00:00
tonnerre
751014fa23 Add google-glog to the devel Makefile. 2013-02-08 23:40:55 +00:00
tonnerre
2696259ca2 Initial import of the Google application level logging library,
version 0.3.3.

	This package contains a C++ implementation of the Google
	logging module, a library implementing application level
	logging for C++
2013-02-08 22:06:37 +00:00
ryoon
1f31a4a747 Update to 18.0.2.
* Include patch for FreeBSD from Jan Beich (patch-bf).

Changelog:
FIXED
18.0.2: Fix JavaScript related stability issues
2013-02-07 20:32:42 +00:00
obache
0354f4c72a +ruby-gnome2-gobject-introspection 2013-02-07 13:47:54 +00:00
obache
624d753137 Update ruby-gnome2 to 1.2.1.
(and add gtk3, gdk3, gtksourceview3 and gobject-introspection binding).
based on PR 47529.

== Ruby-GNOME2 1.2.1: 2013-01-30

GTK+ 3 support on Mac OS X release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported custom sudo prompt on auto native package install.
      [GitHub:126] [Suggested by Yorick Peterse]
    * Started to support JRuby. (It is not completed yet.)
      [GitHub:125] [Reported by vpereira]
    * Accepted unsigned long int size GType.
    * Removed DL support.
    * Don't call deprecated g_type_init() for GLib >= 2.35.1.

==== Ruby/GTK2

  * Fixes
    * Fixed a memory leak related Gtk::TreeIter.
      [GitHub:128] [Patch by Toshiaki Asai]

==== Ruby/GTK3

  * Fixes
    * Fixed a memory leak related Gtk::TreeIter.
      [GitHub:128] [Patch by Toshiaki Asai]
    * Fixed a crash bug caused by symbol conflict with Ruby/GDK3 on
      Mac OS X.
      [GitHub:127] [Reported by Sergio Campama] [Helped by Watson]

==== Ruby/GDK3

  * Improvements
    * [windows] Bundled Greybird theme.
      [Suggested by Regis d'Aubarede]

==== Ruby/GooCanvas

  * Improvements
    * Added Goo::Canvas#get_items_at [GitHub:124] [Patch by David Maciejak]

==== Ruby/WebKitGTK

  * Added

==== Ruby/GtkSourceView3

  * Improvements
    * Supported Windows.

=== Thanks

  * David Maciejak
  * Yorick Peterse
  * vpereira
  * Toshiaki Asai
  * Sergio Campama
  * Watson
  * Regis d'Aubarede

== Ruby-GNOME2 1.2.0: 2013-01-24

GTK+ 3 support release!

=== Changes

==== All

  * Added ruby-gtk3 package. Here is a list:
    * Ruby/GLib2
    * Ruby/ATK
    * Ruby/Pango
    * Ruby/GdkPixbuf2
    * Ruby/GDK3
    * Ruby/GTK3

==== Ruby/GLib2

  * Improvements
    * Supported custom VALUE <-> GBoxed conversion
    * Supported VALUE <-> GBoxed conversion by RVAL2GOBJ
    * Added GLib::Source::REMOVE
    * Added GLib::Source::CONTINUE
    * Added rbgobj_make_boxed_raw()
    * Added GLib::Value for internal use
    * [windows] Updated to the latest GLib: 2.28.8-1 -> 2.34.3
  * Changes
    * Removed deprecated GLib::Win32.get_package_installation_directory
    * Removed deprecated GLib::Win32.get_package_installation_subdirectory
    * Added user_data to RGConvertTable callbacks
    * rbgobj_convert_define() copies passed RGConvertTable
    * Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead

==== Ruby/GIO2

  * Improvements
    * Installed headers

==== Ruby/ATK

  * Improvements
    * [windows] Updated to the latest ATK: 1.32.0 -> 2.6.0

==== Ruby/Pango

  * Improvements
    * [windows] Updated to the latest Pango: 1.28.3 -> 1.32.6

==== Ruby/GdkPixbuf2

  * Improvements
    * [windows] Updated to the latest gdk-pixbuf: 2.24.0 -> 2.26.5

==== Ruby/GTK2

  * Improvements
    * Removed needless not copy flag from Allocation
    * [windows] Updated to the latest GTK+ 2: 2.24.8 -> 2.24.14

==== Ruby/GDK3

  * Improvements
    * [windows] Supported: 3.6.4

==== Ruby/GTK3

  * Improvements
    * Removed needless not copy flag from Allocation
    * [windows] Supported: 3.6.4

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported over loaded method
    * Supported over loaded constructor
    * Supported GBoxed object
    * Supported char *
    * Supported GInterface
    * Supported CallableInfo
    * Supported may be null
    * Supported union object
    * Supported not GBoxed struct
    * Supported out parameter
    * Supported C array
    * Added "?" suffix to predicate method name
    * Supported SourceFunc callback
    * Supported GValue
    * Added GObjectIntrospection::Loader.register_boxed_class_converter
    * Supported inout parameter
    * Supported binary data array
  * Changes
    * ArgInfo#[] -> ArgInfo#get_arg

==== Ruby/CairoGObject

  * Added

==== Ruby/Clutter

  * Added

==== Ruby/ClutterGtk

  * Added

== Ruby-GNOME2 1.1.9: 2012-12-29

This is a experimental GObjectIntrospection support release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT.
      G_DEF_CLASS4 is still usable but it is deprecated.

==== Ruby/GObjectIntrospection

  * Added. It is still experimental.

== Ruby-GNOME2 1.1.8: 2012-12-19

This is a bug fix release for Ruby 2.0.0.

=== Changes

==== All

  * Fixes
    * Fixed a bug that *.so isn't installed with Ruby 2.0.0.

== Ruby-GNOME2 1.1.7: 2012-12-10

This is a package for Windows fix release.

=== Changes

==== Ruby/GTK2

  * Fixes
    * Bundled GTK+ 2.24.8-1 instead of GTK+ 2.24.10-1.
      [Reported by Mahoro Shimura]

=== Thanks

  * Mahoro Shimura

== Ruby-GNOME2 1.1.6: 2012-12-02

This is Ruby 2.0.0 support release!

=== Changes

==== All

  * Fixes
    * Fixed install error on Ruby 2.0.0.
      [ruby-gnome2-devel-en] Recent Ruby: 'depend' files must be changed
      [Reported by Carlo E. Prelz]

==== Ruby/GLib2

  * Improvements
    * Improved portability a bit. '$,' is used instead of rb_output_fs.
      [GktHub:#117] [Reported by Marvin Gülker]

==== Ruby/GIO2

  * Fixes
    * Fixed a crash bug on i386. [Reported by TAKATSU Tomonari]

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeModel#iter_root. [GitHub:121] [Patch by dmaciejak]
    * Added Gtk::TreeModel#iter_next. [GitHub:121] [Patch by dmaciejak]

==== Ruby/GdkPixbuf2

  * Fixes
    * Fixed build errors with old gdk-pixbuf.

==== Ruby/Poppler

  * Improvements
    * Added missing required Poppler version.
      [Suggested by Grant Schoep]
      [ruby-gnome2-devel-en] poppler, build fails, incorrect
      required_pkg_config_package?

  * Fixes
    * Fixed a wrong package name on Red Hat and Fedora.
      [Reported by Grant Schoep]
      [ruby-gnome2-devel-en] poppler, build fails, incorrect
      required_pkg_config_package?

  * Changes
    * Disabled auto Poppler install for Homebrew. It requires
      --with-glib option but auto install with --with-glib option
      isn't supported yet.

==== Ruby/GooCanvas

  * Improvements
    * Added Goo::Canvas#update. [GitHub:119] [Patch by dmaciejak]
    * Added Goo::Canvas#request_update. [GitHub:119] [Patch by dmaciejak]
    * Added Goo::Canvas#convert_from_pixels. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#convert_to_pixels. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#get_item_at. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#bounds. [GitHub:123] [Patch by dmaciejak]

==== Ruby/GStreamer

  * Improvements
    * Don't pass -h and --help to GStreamer.
      [GitHub:#118] [Reported by dmaciejak]

=== Thanks

  * TAKATSU Tomonari
  * dmaciejak
  * Grant Schoep
  * Carlo E. Prelz
  * Marvin Gülker
2013-02-07 13:41:54 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
taca
8ddbf4212d Allow depending to more newer version of ruby-thor package.
Bump PKGREVISION.
2013-02-06 16:04:23 +00:00