Commit graph

185856 commits

Author SHA1 Message Date
taca
d089981f23 Update ruby-bundler to 1.1.3.
## 1.1.3 (March 23, 2012)

Bugfixes:

  - escape the bundler root path (@tenderlove, #1789)
2012-04-29 14:07:13 +00:00
taca
100f320abb Note update of these pacakges:
lang/ruby-coffee-script-source	1.3.1
	lang/ruby-execjs		1.3.1
2012-04-29 14:05:59 +00:00
taca
33c38364a0 Update ruby-execjs to 1.3.1.
- Fix multijson api change.
- Skip disabled tests.
2012-04-29 14:04:50 +00:00
taca
593f7701ca Update ruby-coffee-script-source to 1.3.1.
1.3.1 – APRIL 10, 2012

* CoffeeScript now enforces all of JavaScript's Strict Mode early syntax
  errors at compile time. This includes old-style octal literals, duplicate
  property names in object literals, duplicate parameters in a function
  definition, deleting naked variables, setting the value of eval or
  arguments, and more. See a full discussion at #1547.
* The REPL now has a handy new multi-line mode for entering large blocks of
  code. It's useful when copy-and-pasting examples into the REPL. Enter
  multi-line mode with Ctrl-V. You may also now pipe input directly into the
  REPL.
* CoffeeScript now prints a Generated by CoffeeScript VERSION header at the
  top of each compiled file.
* Conditional assignment of previously undefined variables a or= b is now
  considered a syntax error.
* A tweak to the semantics of do, which can now be used to more easily
  simulate a namespace: do (x = 1, y = 2) -> ...
* Loop indices are now mutable within a loop iteration, and immutable between
  them.
* Both endpoints of a slice are now allowed to be omitted for consistency,
  effectively creating a shallow copy of the list.
* Additional tweaks and improvments to coffee --watch under Node's "new" file
  watching API. Watch will now beep by default if you introduce a syntax error
  into a watched script. We also now ignore hidden directories by default when
  watching recursively.
2012-04-29 14:03:34 +00:00
obache
bc9df2d5d1 Updated textproc/groonga to 2.0.2 2012-04-29 13:33:22 +00:00
obache
57fbf0694c Update groonga to 2.0.2.
Release 2.0.2 - 2012/04/29
--------------------------

Improvements
^^^^^^^^^^^^

* [pkg-config] Removed needless MessagePack dependency.
* [rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]
* [rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]
* [groonga] Improved daemoinzed timing. Groonga server daemonizes
  after socket is listened. It means that groonga server is ready when
  groonga server is daemonized. [#1326]
* [admin] Supported suggest in groonga administration page.
* [dump] Ignored MeCab tokenizer load error.
* Supported CMake.
* [load] Supported error report when a column value can't be set.
* Supported similar search. ``select --filter "column *S 'TEXT'"``
  is the similar search syntax. [#1342]
* [apt][yum] Changed package sign key.
* Supported Ubuntu Precise Pangolin.
* [apt] Added a new groonga-keyring deb package for the groonga's
  package sign key.

Fixes
^^^^^

* [deb][rpm] Used ``--bind-address`` option instead of deprecated
  ``--address`` option.
  [#1320] [Patch by IWAI, Masaharu]
* [deb] Renamed groonga-server package's configuration file to
  /etc/default/groonga-server from /etc/default/groonga.
* [rpm][fedora] Fixed upgrade condition in %post server.
  [GitHub#11] [Patch by Daiki Ueno]
* [rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]
* [deb][rpm] Added missing curl dependency.
  [GitHub#12] [Patch by IWAI, Masaharu]
* [rpm] Removed needleess ruby package dependency from groonga package.
  [#1330] [Suggested by IWAI, Masaharu]
* [deb] Added missing default values to groonga-server's
  configuration file.
* Fixed a crash bug that is caused when searching with updaging very large
  inverted index. [#1329]
* Fixed a bug that strings are compared as characters instead of byte string.
  [#1340] [Reported by Shinya Kawaji]

.. _release-2-0-1:

Release 2.0.1 - 2012/03/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported build in other directory.
  [#1298] [Reported by Kazuhiko]
* [solaris] Supported build on Solaris 11. [Reported by Kazuhiko]
* [test] Supported functional test.
* [test] Required ``--with-ruby19`` configure option for testing by Ruby.
* [dump] Supported records dump for a table that has default tokenizer.
* [suggest] Added ``similar_search`` option.
* [groonga] Removed deprecated options, ``-a``, ``--address`` and
  ``--admin-html-path``.
* Added more return value checks. [GitHub#9] [Reported by Markus Elfring]
* [dat] Supported term extract operation.
* Added `logos <http://groonga.org/logo/>`_ .
* Updated HTML design.
* Renamed ``grntest`` to ``groonga-benchmark``.
* Supported ``autogen.sh`` on CentOS 5.
* [linux] Added ``vm.overcommit_memory`` kernel parameter value
  check. [#1289]
* ``grn_snip`` uses ``grn_obj`` mechanism. [#1054]

Fixes
^^^^^

* Fixed a bug that uninstall task doesn't uninstall installed Ruby
  scripts. [#1299] [Reported by Kazuhiko]
* Added a missing Gemfile. [#1302] [Reported by Kazuhiko]
* Fixed a bug that some indexed records aren't found. The feature is
  only used by mroonga. [#1303]
* [groonga] Appended missing ``-id`` to ``--server-id`` option name.
* Fixed a bug that latin1 normalization may access unexpected memory.
2012-04-29 13:33:06 +00:00
taca
31d19a8114 Note update of devel/ruby-turn package to 0.9.5. 2012-04-29 13:21:43 +00:00
taca
60685ea15f Update ruby-turn package to 0.9.5.
== 0.9.5 / 2012-04-15
  * Add -m/-mark option to flag tests with high runtimes.
  * Show per-test runtime in Pretty reporter. (#83)
  * Fix colorization of result box. (Don Wilson) (#81, #85)
  * Add support for natural test names in pretty format. (Don Wilson) (#86)
  * Fix test rake task on Windows. (Don Wilson) (#88)
2012-04-29 13:20:48 +00:00
taca
84668aabdb Remove accidently commited file. 2012-04-29 13:18:48 +00:00
taca
fbae65a6aa Note update of devel/ruby-uglifier package to 1.2.4. 2012-04-29 13:16:27 +00:00
taca
02821012e4 Update ruby-uglifier to 1.2.4.
* Update UglifyJS to 1.2.6.
2012-04-29 13:15:33 +00:00
taca
67c2ae0762 Note update of Ruby on Rails 3.2.3 packages;
devel/ruby-activesupport32	3.2.3
	devel/ruby-activemodel32	3.2.3
	databases/ruby-activerecord32	3.2.3
	www/ruby-activeresource32	3.2.3
	www/ruby-actionpack32		3.2.3
	mail/ruby-actionmailer32	3.2.3
	devel/ruby-railties32		3.2.3
	www/ruby-rails32		3.2.3
2012-04-29 13:09:35 +00:00
taca
b906d8dd03 Update www/ruby-rails32 to 3.2.3.
No change but version.
2012-04-29 13:06:05 +00:00
taca
d608dc1a9c Update devel/ruby-railties32 to 3.2.3.
No change but version.
2012-04-29 13:04:10 +00:00
taca
2b5ef2b860 Update mail/ruby-actionmailer32 to 3.2.3.
## Rails 3.2.3 (unreleased) ##

*   Upgrade mail version to 2.4.3 *ML*
2012-04-29 13:03:17 +00:00
taca
1585bbeccb Update www/ruby-actionpack32 to 3.3.2.
## Rails 3.2.3 (unreleased) ##

*   Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*

*   Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*

*   Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*

*   Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*

*   Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*

*   Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
    check that info. Closes #5245. *Santiago Pastorino*

*   Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*

*   Upgrade rack-cache to 1.2. *José Valim*

*   ActionController::SessionManagement is deprecated. *Santiago Pastorino*

*   Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default alias inspect to to_s. *José Valim*

*   Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*

*   Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu*

*   Fixes layout rendering regression from 3.2.2. *José Valim*
2012-04-29 13:00:28 +00:00
taca
57b95001a9 Update www/ruby-activeresource32 to 3.2.3.
No change but version.
2012-04-29 12:59:34 +00:00
taca
151c84d59d Update databasers/ruby-activerecord32 to 3.2.3.
## Rails 3.2.3 (unreleased) ##

*   Added find_or_create_by_{attribute}! dynamic method. *Andrew White*

*   Whitelist all attribute assignment by default. Change the default for newly generated applications to whitelist all attribute assignment.  Also update the generated model classes so users are reminded of the importance of attr_accessible. *NZKoz*

*   Update ActiveRecord::AttributeMethods#attribute_present? to return false for empty strings. *Jacobkg*

*   Fix associations when using per class databases. *larskanis*

*   Revert setting NOT NULL constraints in add_timestamps *fxn*

*   Fix mysql to use proper text types. Fixes #3931. *kennyj*

*   Fix #5069 - Protect foreign key from mass assignment through association builder. *byroot*
2012-04-29 12:58:23 +00:00
taca
f88299e615 Update devel/ruby-activemodel32 to 3.2.3.
No change but version.
2012-04-29 12:57:08 +00:00
taca
7d2fb67e4b Update devel/ruby-activesupport32 to 3.2.3.
No change but version.
2012-04-29 12:56:35 +00:00
taca
b50bca60ae Start updating Ruby on Rails to 3.2.3. 2012-04-29 12:56:00 +00:00
obache
c56d4890a3 Updated graphics/GraphicsMagick to 1.3.15 2012-04-29 12:42:03 +00:00
obache
a0b28da4e8 Update GraphicsMagick to 1.3.15.
1.3.15 (April 28, 2012)
==========================

Security Fixes:

  * Libpng in Windows build is updated to 1.5.10 release.  Provides a
    fix for CVE-2011-3048.

Bug fixes:

  * PNG - fixed problem with bit depth when the encoder decides to
    write RGBA instead of indexed PNG.

  * Fixed some temporary file leaks which were caused by the temporary
    file name being automatically extended to include a scene number,
    and therefore fail to be deleted.

New Features:

  * Added '+noise random' and '-operator noise-random' to 'convert'
    and 'mogrify'.  This modulates the existing image data with
    uniformely random noise.

  * Added -strip option in composite, convert, mogrify, and montage to
    remove all profiles and text attributes from the image.

  * Added -repage option to composite, convert, mogrify, and montage
    subcommands to reset or adjust the current image page offsets
    based on a provided geometry specification.

  * New C function StripImage() to remove all profiles and text
    attributes from the image.

  * New C function ResetImagePage() to adjust the current image page
    canvas and position based on a relative page specification.

  * C functions GenerateDifferentialNoise(), AddNoiseImageChannel(),
    QuantumOperatorRegionImage(), AddNoiseImage() updated to support
    RandomNoise enumeration.

  * New C++ Image method strip(), and unary function stripImage() to
    remove all profiles and text attributes from the image.

  * XCF format now respects image subimage and subrange members so
    that returned image layers may be selected.

  * The INFO coder (e.g. output file "info:-") now respects the
    -format option so that its output may be adjusted identically to
    how -format works for 'identify'.

  * TclMagick now supports Random noise.

Feature improvements:

  * C function ThumbnailImage() now allows the user to override the
    filter used, but still defaults to using the box filter.

Performance Improvements:

  * None

Behavior Changes:

  * No longer add a printf-style scene formatting specification to
    filenames which do not have one and no longer automatically
    operate in 'adjoin' mode in such cases.  If multiple numbered
    files are intended to be output, then add +adjoin to the command
    line and use an output filename specification similar to
    "image-%d.jpg".  Output files are now completely specified and
    predictable but this may break some existing usages which
    anticipate the automatic file numbering.
2012-04-29 12:41:48 +00:00
obache
5b939dfe01 remove duplicated last devel/xorg-util-macros entry 2012-04-29 12:24:00 +00:00
obache
08d1dfaba3 Updated inputmethod/scim to 1.4.13 2012-04-29 12:16:09 +00:00
obache
6722aeccfe Update scim to 1.4.13.
fixes installation issue (not affect to pkgsrc).
2012-04-29 12:15:55 +00:00
wiz
af848d9a19 Make it a build dependency, as joerg notes. 2012-04-29 11:30:23 +00:00
wiz
9c9b9e3a1f Add buildlink3.mk for upcoming packages that need to find the
pkg-config file.
2012-04-29 10:40:47 +00:00
wiz
638c4264e1 Updated devel/xorg-util-macros to 1.17 2012-04-29 10:26:15 +00:00
wiz
983e2b2e00 Update to 1.17, provided by ftigeot.
1.17:
Add XORG_ENABLE_INTEGRATION_TESTS
Don't use AS_ECHO in XORG_TESTSET_CFLAG
Fix cflag test compiler message and cache ids
Separate unknown warning options by language

1.16.2:
Cache the results of checking compiler flag support in XORG_TESTSET_CFLAG
Use AS_ECHO rather than AS_ECHO_N in XORG_TESTSET_CFLAG
Make XORG_TESTSET_CFLAG work for multiple languages
Define BASE_CXXFLAGS when C++ is the chosen language

1.16.1:
Remove -Winline from BASE_CFLAGS
Provide a configure option to turn off the selective -Werror=... CFLAGS

1.16.0:
Fix the test for -Werror=attributes
Add XORG_TESTSET_CFLAG which can be used to test what flags the compiler supports
Use XORG_TESTSET_CFLAG in XORG_STRICT_OPTION
Add XORG_COMPILER_FLAGS to replace XORG_CWARNFLAGS
Update XORG_CWARNFLAGS to use XORG_COMPILER_FLAGS
Add additional flags to XORG_COMPILER_FLAGS
Add an optional argument to XORG_LD_WRAP
Define __wrap_exit in test program source for XORG_LD_WRAP
Add XORG_MEMORY_CHECK_FLAGS and require it in XORG_ENABLE_UNIT_TESTS
XORG_TESTSET_CFLAG: Add support fot -Werror=unused-command-line-argument
XORG_TESTSET_CFLAG: Try to both compile & link with the flags

1.15.0:
XORG_PROG_RAWCPP: use AC_LANG_SOURCE to prevent warnings
XORG_WITH_FOP: add minimum version checking support
Add XORG_WITH_PERL macro
XORG_WITH_XSLTPROC: warn at development time rather than config time

1.14.0:
Create XORG_COMPILER_BRAND macro to centralize compiler checks
Make XORG_STRICT_OPTION always set STRICT_CFLAGS
XORG_STRICT_OPTION: add -Werror=attributes to STRICT_CFLAGS for gcc
Add AC_LANG_DEFINES_PROVIDED to XORG_RAW_CPP to silence autoconf warnings

1.13.0:
XORG_ENABLE_UNIT_TESTS: add support for unit testing
XORG_WITH_GLIB: check for the GLib package
XORG_LD_WRAP: check if linker supports -wrap

1.12.0:
XORG_ENABLE_DOCS: Fix "Enable building the documentation (yes: yes)"
Use AC_LANG_PROGRAM in XORG_CHECK_MALLOC_ZERO to clear autoconf-2.68 warnings
XORG_WITH_XSLTPROC: add XSLT processor command line tool

1.11.0:
docs: Use m4 to handle optional macro defaults
docs: Take optional argument to control defaults

1.10.1:
XORG_MANPAGE_SECTIONS: add substitution for apploaddir
Sun's copyrights are now owned by Oracle

1.10.0:
XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output format
XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheet

1.9.0:
XORG_WITH_GROFF: check for presence of required software

1.8.0:
LinuxDoc: filter out ^H in text output
LinuxDoc: Use XORG_WITH_PS2PDF to check for ps2pdf
Rework and extend platform coverage
Remove unused --with-release-version=STRING option
Manpages: minor Makefile fixes, require sed
2012-04-29 10:25:37 +00:00
sbd
3d0768ac65 Updated x11/xdm to 1.1.11nb1 2012-04-29 08:05:08 +00:00
sbd
0369333592 Put xdm's config files in ${PKG_SYSCONFBASE}/xdm, install them using
CONF_FILES, and adjust the rc.d script. (As requested in PR#41102).

Bump PKGREVISION.
2012-04-29 08:04:56 +00:00
sbd
ee9622f436 Use the --with-appdefaultdir configure arg and set both the log and pid
directorys to be under ${VARBASE}.
2012-04-29 07:48:34 +00:00
taca
5c2f6fc56f Update of these packages:
devel/ruby-simplecov	0.6.2
	devel/ruby-subexec	0.2.2
2012-04-29 05:54:33 +00:00
taca
7b7ea72abd Update ruby-subexec to 0.2.2.
Exact changes aren't available.

* Fix for JRuby.
* Run with Solaris's /bin/sh.
2012-04-29 05:53:42 +00:00
taca
cc133aa10f Update ruby-simplecov to 0.6.2.
v0.6.2 (2012-04-20)
===================

  * Updated to latest version of MultiJSON and it's new API (thanks to
    @sferik and @ronen).
    See https://github.com/colszowka/simplecov/pull/122
2012-04-29 05:50:47 +00:00
taca
ba186f78e9 Note update of json related ruby pacakges:
textproc/ruby-multi_json	1.3.4
	textproc/ruby-json		1.7.0
	textproc/ruby-json-pure		1.7.0
2012-04-29 05:43:46 +00:00
taca
b589c0f268 Update ruby-json and ruby-json-pure to 1.7.0
2012-04-28 (1.7.0)
  * Add JSON::GenericObject for method access to objects transmitted via JSON.
2012-04-27 (1.6.7)
  * Fix possible crash when trying to parse nil value.
2012-04-29 05:42:46 +00:00
taca
12a3c4ad41 Update ruby-multi_json to 1.3.4.
Exact changes aren't avaiable.

* Add support for Oj library.
* Several bug fixes.
2012-04-29 05:41:46 +00:00
taca
8c1fe9c517 Note update of these packages:
devel/ruby-rspec-expectations	2.9.1
	devel/ruby-sexp-processor	3.2.0
2012-04-29 05:31:05 +00:00
taca
9a12001040 Update ruby-sexp-processor to 3.2.0.
=== 3.2.0 / 2012-04-15

* 5 minor enhancements:

  * Added a ton of block arg tests.
  * Added add19_edgecases to help refactor a bunch of tests that all have the same output.
  * Added better debugging output for rewrites.
  * Cleaned and added a bunch of stabby proc tests.
  * Moved RawParseTree test data to ParseTree project.

* 2 bug fixes:

  * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
  * Fixes for R2R
2012-04-29 05:29:28 +00:00
taca
2218c17795 Update ruby-rspec-expectations to 2.9.1.
### 2.9.1 / 2012-04-03
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...2.9.1)

Bug fixes

* Provide a helpful message if the diff between two objects is empty.
* Fix bug diffing single strings with multiline strings.
* Fix for error with using custom matchers inside other custom matchers
  (mirasrael)
* Fix using execution context methods in nested DSL matchers (mirasrael)
2012-04-29 05:28:41 +00:00
dholland
5ab4335cef Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 2.
2012-04-29 04:18:48 +00:00
dholland
daaebda5cc Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.
2012-04-29 04:12:43 +00:00
dholland
bd54d6882f Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 1.
2012-04-29 04:09:50 +00:00
dholland
2e3673b228 Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.
2012-04-29 04:05:55 +00:00
dholland
436474d504 Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 26.
2012-04-29 03:59:28 +00:00
dholland
82206e5be5 Bump PKGREVISION to 20 for audio/audacious bl3 change. 2012-04-29 03:52:06 +00:00
dholland
bbcbd208f2 Remove BUILDLINK_DEPMETHOD.audacious?=build. There are only two references
to this bl3 that I can find. One is audacious-plugins, where this setting
is incorrect (it fails Joerg's new .so tests); the other reference is in
audio/mp3splt-gtk, and it's commented out.
2012-04-29 03:51:26 +00:00
christos
6f22d3b202 sync with license.mk (thanks wiz) 2012-04-29 01:46:48 +00:00