Commit graph

185677 commits

Author SHA1 Message Date
taca
65a21945e2 Note update of www/ruby-sass package to 3.1.16. 2012-04-29 16:02:52 +00:00
taca
438c05890c Update ruby-sass to 3.1.16.
3.1.16

* Fix some bugs in sass-convert selector parsing when converting from CSS.
* Substantially improve compilation performance on Ruby 1.8.
* Support the @-moz-document directive¡Çs non-standard url-prefix and domain
  function syntax.
* Support the @supports directive.
* Fix a performance issue when using /*! */ comments with the Rails asset
  pipeline.
* Support -moz-element.
* Properly handle empty lists in sass-convert.
* Move from FSSM to Listen for file-system monitoring.
2012-04-29 16:01:55 +00:00
taca
b23aabd730 Note update of these packages:
www/ruby-jquery-rails20		2.0.2
	www/ruby-net-http-persistent	2.6
2012-04-29 15:51:38 +00:00
taca
cbdaf695f6 Update ruby-net-http-persistent to 2.6.
=== 2.6 / 2010-03-26

* Minor enhancement
  * Net::HTTP::Persistent#idle_timeout may be set to nil to disable expiration
    of connections.  Pull Request #21 by Aaron Stone
2012-04-29 15:50:51 +00:00
taca
7d24928097 Update ruby-jquery-rails20 to 2.0.2.
## 2.0.2 (03 April 2012)

  - Updated to jQuery 1.7.2
  - Updated to jQuery UI 1.8.18
  - Updated to latest jquery-ujs
    - Override provided for obtaining `href`
    - Edit `crossDomain` and `dataType` from `ajax:before` event
2012-04-29 15:49:43 +00:00
ryoon
139b9bb7b0 Add http://pv-mirror01.mozilla.org/pub/mozilla.org/
to MASTER_SITES_MOZILLA.
This server has ESR version of firefox and thunderbird.
2012-04-29 15:48:13 +00:00
taca
5d60828dec Note upfate of these packages:
textproc/ruby-coderay		1.0.6
	textproc/ruby-fast-stemmer	1.0.1
	textproc/ruby-rdtool		0.6.33
	textproc/ruby-stringex		1.3.3
2012-04-29 14:36:46 +00:00
taca
9ed2a284d0 Update stringex to 1.3.3.
Exact changes are unavailable.

Several bug fixes.
2012-04-29 14:35:56 +00:00
taca
ccbe589126 Update ruby-rdtool to 0.6.33.
= CHANGES
:0.6.33
  * Typo fixed
  * Remove makerdtool.rb, merge Rake task.
:0.6.32
  * Fix for Ruby 1.9.1. Thanks to Shin-ya Murakami
  * Update Rakefile to create gem and .tar.gz, no longer needed jeweler.
  * Add RD::Version into rd/version.rb
2012-04-29 14:33:27 +00:00
taca
cd8b6363f7 Update ruby-fast-stemmer to 1.0.1.
One bug fix: don't mutate the original string.
2012-04-29 14:32:22 +00:00
taca
43ad0eddf8 Update ruby-coderay package to 1.0.6.
Changes in 1.0.6

* New option :break_lines for the HTML encoder (splits tokens at line
  breaks). [GH-15, thanks to Etienne Massip]
* Improved speed of :line_numbers => :inline option for the HTML encoder.
* Fixed wrong HTML file type. (was :page) [GH-16, thanks to Doug Hammond]
* The CSS Scanner now highlights tokens like url(...) as :function instead of
  :string. [GH-13, thanks to Joel Holdbrooks]
2012-04-29 14:29:35 +00:00
taca
5539dfb449 Note update of these packages:
sysutils/ruby-facter	1.6.8
	sysutils/ruby-fssm	0.2.9
2012-04-29 14:22:54 +00:00
taca
055850445f Update ruby-fssm to 0.2.9.
From commit log.

* completely remove rubycocoa backend, as it hasn't worked correctly
  since 10.6 and rb-fsevent is a better solution regardless
* mention guard/listen on require
2012-04-29 14:21:45 +00:00
taca
bb237bdec2 Update ruby-facter package to 1.6.8.
1.6.8
===
b86fe4c (#12831) Add rspec tests to have_which method in Resolution
70be957 (#12831) Fix recursion on first kernel fact resolution

1.6.7
===
ab9e26c Updating CHANGELOG and lib/facter.rb for Facter 1.6.7rc1
bdbf332 (#12720) Add Solaris CPU info to 'processorN' fact.
a7f5924 (#12813) Redirect lspci output to /dev/null
6ec2863 (#12669) Preserve timestamps when installing files
2012-04-29 14:20:33 +00:00
taca
1cc7724fd2 Note update of print/ruby-pdf-reader package to 1.1.0. 2012-04-29 14:19:22 +00:00
taca
4ed129e6df Update ruby-pdf-reader to 1.1.0.
v1.1.0 (25th March 2012)
- new PageState class for handling common state tracking in page receivers
  - see PageTextReceiver for example usage
- various bugfixes to support reading more PDF dialects
2012-04-29 14:18:50 +00:00
taca
504ac6f242 Note update of these packages:
net/ruby-domain_name	0.5.3
	net/ruby-soap4r		2.0.5
2012-04-29 14:17:22 +00:00
taca
dbafb18d8a Update ruby-soap4r to 2.0.5.
Exact changes are unavailable.
2012-04-29 14:16:17 +00:00
taca
fc741fe396 Update ruby-domain_name to 0.5.3.
Several bugfixes.
2012-04-29 14:12:55 +00:00
taca
ef03f99905 Note update of these packages:
misc/ruby-bundler	1.1.3
	misc/ruby-sprockets	2.4.1
2012-04-29 14:09:54 +00:00
taca
57b2302ba6 Update ruby-sprockets package to 2.4.1.
pkgsrc change: fix HOMEPAGE.


**2.4.1** (April 26, 2012)

* Fixed MultiJson API change
* Fixed gzip mtime

**2.4.0** (March 27, 2012)

* Added global path registry
* Added global processor registry

**2.3.2** (March 26, 2012)

* Fix Context#logical_path with dots
2012-04-29 14:08:39 +00:00
taca
168b5ec86b 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
208b705421 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
e14dcdeb1d Update ruby-execjs to 1.3.1.
- Fix multijson api change.
- Skip disabled tests.
2012-04-29 14:04:50 +00:00
taca
7efa5413bd 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
d20b2d204a Updated textproc/groonga to 2.0.2 2012-04-29 13:33:22 +00:00
obache
eec5789455 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
e7ff5ed097 Note update of devel/ruby-turn package to 0.9.5. 2012-04-29 13:21:43 +00:00
taca
fdcad62ee2 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
d14b7eb590 Remove accidently commited file. 2012-04-29 13:18:48 +00:00
taca
b4c75935de Note update of devel/ruby-uglifier package to 1.2.4. 2012-04-29 13:16:27 +00:00
taca
59b36a969c Update ruby-uglifier to 1.2.4.
* Update UglifyJS to 1.2.6.
2012-04-29 13:15:33 +00:00
taca
20dea4441a 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
16024a66ff Update www/ruby-rails32 to 3.2.3.
No change but version.
2012-04-29 13:06:05 +00:00
taca
f552b81ae7 Update devel/ruby-railties32 to 3.2.3.
No change but version.
2012-04-29 13:04:10 +00:00
taca
d51830d3c4 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
f8a6d07382 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
cff811ef45 Update www/ruby-activeresource32 to 3.2.3.
No change but version.
2012-04-29 12:59:34 +00:00
taca
7090117dce 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
b810a1e4e2 Update devel/ruby-activemodel32 to 3.2.3.
No change but version.
2012-04-29 12:57:08 +00:00
taca
ec6e63af9c Update devel/ruby-activesupport32 to 3.2.3.
No change but version.
2012-04-29 12:56:35 +00:00
taca
bda63dafd6 Start updating Ruby on Rails to 3.2.3. 2012-04-29 12:56:00 +00:00
obache
dd04833585 Updated graphics/GraphicsMagick to 1.3.15 2012-04-29 12:42:03 +00:00
obache
a461e672db 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
3c1eef554b remove duplicated last devel/xorg-util-macros entry 2012-04-29 12:24:00 +00:00
obache
4ad380ae4e Updated inputmethod/scim to 1.4.13 2012-04-29 12:16:09 +00:00
obache
6715137f44 Update scim to 1.4.13.
fixes installation issue (not affect to pkgsrc).
2012-04-29 12:15:55 +00:00
wiz
fb08a644c1 Make it a build dependency, as joerg notes. 2012-04-29 11:30:23 +00:00
wiz
c0a46c72cc Add buildlink3.mk for upcoming packages that need to find the
pkg-config file.
2012-04-29 10:40:47 +00:00
wiz
39786998d6 Updated devel/xorg-util-macros to 1.17 2012-04-29 10:26:15 +00:00