Commit graph

198751 commits

Author SHA1 Message Date
sbd
f0ece07a70 Linux uses alsa not oss.
Also fix linux PLIST.
2013-03-18 09:18:16 +00:00
tsutsui
18024b7fff Updated www/curl to 7.29.0nb2
Updated misc/openoffice3 to 3.1.1nb41
2013-03-17 21:42:52 +00:00
tsutsui
d2683301b4 Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.
These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.

Bump PKGREVISION.
2013-03-17 21:37:31 +00:00
tsutsui
54f7010ad3 Make "curl-config --libs" return proper ldflags for shared libraries.
After curl 7.25.0 update (imported to pkgsrc at 20120417),
"curl-config --libs" no longer returns "-Wl,-R/usr/pkg/lib"
while "curl-config --static-libs" still returns it.

Fixes the root cause of libcurl part of PR pkg/46567, and this is
also required to fix openoffice3 issue as mentioned in PR pkg/46983.
The problem is tracked and reported by Yasushi Oshima.

Bump PKGREVISION.
2013-03-17 21:33:33 +00:00
tsutsui
d9463d39a2 Updated games/onscripter to 20130316 2013-03-17 21:29:07 +00:00
tsutsui
b8819db3c2 Update onscripter to 20130316.
Upstream changes summary (only Japanese log available)

20130316
 - fix a bug in spstr insn that doesn't work for string sprites
2013-03-17 21:28:12 +00:00
markd
6316375d63 updated xdg-utils 2013-03-17 19:59:30 +00:00
markd
d1ee446700 Update to version 1.1.0rc1 (from 2010)
adds support for kde4 and lxde.
2013-03-17 19:56:43 +00:00
markd
4cd3bb019b Added eigen3 2013-03-17 19:41:23 +00:00
markd
a2fa9298c2 Add eigen3 2013-03-17 19:38:36 +00:00
markd
e228ca9bd4 Add eigen3 version 3.1.2
Eigen 3 is a C++ template library for linear algebra: vectors, matrices, and
related algorithms.
2013-03-17 19:37:19 +00:00
asau
cc9f700b08 Updated parallel/mpi-ch to 3.0.1 2013-03-17 17:10:09 +00:00
wiz
5aba302367 + etm2-2.1.0 [etm successor], gcc-4.8.0, gnutls-3.1.9, ilmbase-2.0.0,
openexr-2.0.0, php-tt-rss-1.7.6, poppler-0.22.2, texmaker-4.0.1,
  wine-devel-1.5.26, x264-devel-20130316.
2013-03-17 17:09:42 +00:00
asau
ae8ab05c2e Update to MPICH 3.0.1
===============================================================================
                               Changes in 3.0
===============================================================================

 # MPI-3: All MPI-3 features are now implemented and the MPI_VERSION
   bumped up to 3.0.

 # OVERALL: Added support for ARM-v7 native atomics

 # MPE: MPE is now separated out of MPICH and can be downloaded/used
   as a separate package.

 # PM/PMI: Upgraded to hwloc-1.6

 # Several other minor bug fixes, memory leak fixes, and code cleanup.
   A full list of changes is available using:

     svn log -r10344:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich-3.0

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich-3.0?action=follow_copy&rev=HEAD&stop_rev=10344&mode=follow_copy


===============================================================================
                               Changes in 1.5
===============================================================================

 # OVERALL: Nemesis now supports an "--enable-yield=..." configure
   option for better performance/behavior when oversubscribing
   processes to cores.  Some form of this option is enabled by default
   on Linux, Darwin, and systems that support sched_yield().

 # OVERALL: Added support for Intel Many Integrated Core (MIC)
   architecture: shared memory, TCP/IP, and SCIF based communication.

 # OVERALL: Added support for IBM BG/Q architecture.  Thanks to IBM
   for the contribution.

 # MPI-3: const support has been added to mpi.h, although it is
   disabled by default.  It can be enabled on a per-translation unit
   basis with "#define MPICH2_CONST const".

 # MPI-3: Added support for MPIX_Type_create_hindexed_block.

 # MPI-3: The new MPI-3 nonblocking collective functions are now
   available as "MPIX_" functions (e.g., "MPIX_Ibcast").

 # MPI-3: The new MPI-3 neighborhood collective routines are now available as
   "MPIX_" functions (e.g., "MPIX_Neighbor_allgather").

 # MPI-3: The new MPI-3 MPI_Comm_split_type function is now available
   as an "MPIX_" function.

 # MPI-3: The new MPI-3 tools interface is now available as "MPIX_T_"
   functions.  This is a beta implementation right now with several
   limitations, including no support for multithreading.  Several
   performance variables related to CH3's message matching are exposed
   through this interface.

 # MPI-3: The new MPI-3 matched probe functionality is supported via
   the new routines MPIX_Mprobe, MPIX_Improbe, MPIX_Mrecv, and
   MPIX_Imrecv.

 # MPI-3: The new MPI-3 nonblocking communicator duplication routine,
   MPIX_Comm_idup, is now supported.  It will only work for
   single-threaded programs at this time.

 # MPI-3: MPIX_Comm_reenable_anysource support

 # MPI-3: Native MPIX_Comm_create_group support (updated version of
   the prior MPIX_Group_comm_create routine).

 # MPI-3: MPI_Intercomm_create's internal communication no longer interferes
   with point-to-point communication, even if point-to-point operations on the
   parent communicator use the same tag or MPI_ANY_TAG.

 # MPI-3: Eliminated the possibility of interference between
   MPI_Intercomm_create and point-to-point messaging operations.

 # Build system: Completely revamped build system to rely fully on
   autotools.  Parallel builds ("make -j8" and similar) are now supported.

 # Build system: rename "./maint/updatefiles" --> "./autogen.sh" and
   "configure.in" --> "configure.ac"

 # JUMPSHOT: Improvements to Jumpshot to handle thousands of
   timelines, including performance improvements to slog2 in such
   cases.

 # JUMPSHOT: Added navigation support to locate chosen drawable's ends
   when viewport has been scrolled far from the drawable.

 # PM/PMI: Added support for memory binding policies.

 # PM/PMI: Various improvements to the process binding support in
   Hydra.  Several new pre-defined binding options are provided.

 # PM/PMI: Upgraded to hwloc-1.5

 # PM/PMI: Several improvements to PBS support to natively use the PBS
   launcher.

 # Several other minor bug fixes, memory leak fixes, and code cleanup.
   A full list of changes is available using:

     svn log -r8478:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.5

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.5?action=follow_copy&rev=HEAD&stop_rev=8478&mode=follow_copy
2013-03-17 17:08:51 +00:00
taca
38f959e017 Note update of textproc/ruby-multi_json package to 1.7.0. 2013-03-17 16:25:46 +00:00
taca
a695d229a2 Update ruby-multi_json to 1.7.0.
1.7.0
-----
* [Add load_options/dump_options to MultiJson](a153956be6)
* [MultiJson does not modify arguments](58525b01c4)
* [Enable quirks_mode by default for json_gem/json_pure adapters](1fd4e6635c)
* [Add JrJackson adapter](4dd86fa963)
* [Raise ArgumentError on bad adapter input](911a3756bd)
2013-03-17 16:25:16 +00:00
taca
569cea7d55 Note update of devel/ruby-highline package to 1.6.16. 2013-03-17 16:22:26 +00:00
taca
0403ba33d5 Update ruby-highline to 1.6.16.
== 1.6.16

* Added the new indention feature (by davispuh).
* Separated auto-completion from the answer type (by davispuh).
* Improved JRuby support (by rsutphin).
* General code clean up (by stomar).
* Made HighLine#say() a little smarter with regard to color escapes
  (by Kenneth Murphy).
2013-03-17 16:21:46 +00:00
taca
8c2c85e729 Note update of www/ruby-rack-protection package to 1.5.0. 2013-03-17 16:17:14 +00:00
taca
178e41f83c Update ruby-rack-protection to 1.5.0.
* Add a `report` reaction.
  This reaction does not halt the request, but leaves it up to the app to
  react on this information.  This allows e.g. frameworks to ignore failures
  in certain conditions.
2013-03-17 16:16:39 +00:00
taca
cab610e969 - SOGo-2.0.4.
+ ruby-2.0.0p0.
2013-03-17 16:10:57 +00:00
taca
59bbc53344 Note update of devel/ruby-daemon_controller package to 1.1.2. 2013-03-17 16:10:31 +00:00
taca
f43e866b0f Update ruby-daemon_controller to 1.1.2.
* Allow configuring the Ruby interpreter for starting the echo server
  during unit tests.
* The echo server should add a newline to PID files.
* Use RbConfig instead of Config when possible.
* Add run_echo_server to gemspec.
* Add license information to gemspece.  This way this info can be retrieved
  using rubygems.org API
2013-03-17 16:10:00 +00:00
taca
843ee8996a Note update of devel/ruby-rbtree package to 0.4.0. 2013-03-17 16:07:16 +00:00
taca
6c01568403 Update ruby-rbtree to 0.4.0.
=== 0.4.0

* Fixed build failure with Ruby 2.0.0.
* \#bound now returns an enumerator if no block is given.
* \#select now returns a new MultiRBTree / RBTree.
* Fixed a bug where \#reject could return nil.
* \#to_s is now equivalent to \#inspect.
* \#each now passes a two elements array as an argument to the given block.
* Added new methods: \#default_proc=, \#flatten, \#keep_if, \#key, \#select!
  and \#to_h.
2013-03-17 16:06:49 +00:00
taca
fd72187236 Note update of devel/ruby-rspec-core package to 2.13.1. 2013-03-17 16:06:09 +00:00
taca
9f2eb8b757 Update ruby-rspec-core to 2.13.1.
### 2.13.1 / 2013-03-12
[full changelog](http://github.com/rspec/rspec-core/compare/v2.13.0...v2.13.1)

Bug fixes

* Use hook classes as proxies rather than extending hook blocks to support
  lambdas for before/after/around hooks. (David Chelimsky)
* Fix regression in 2.13.0 that caused confusing behavior when overriding
  a named subject with an unnamed subject in an inner group and then
  referencing the outer group subject's name. The fix for this required
  us to disallow using `super` in a named subject (which is confusing,
  anyway -- named subjects create 2 methods, so which method on the
  parent example group are you `super`ing to?) but `super` in an unnamed
  subject continues to work (Myron Marston).
* Do not allow a referenced `let` or `subject` in `before(:all)` to cause
  other `let` declarations to leak across examples (Myron Marston).
* Work around odd ruby 1.9 bug with `String#match` that was triggered
  by passing it a regex from a `let` declaration. For more info, see
  http://bugs.ruby-lang.org/issues/8059 (Aaron Kromer).
* Add missing `require 'set'` to `base_text_formatter.rb` (Tom
  Anderson).

Deprecations

* Deprecate accessing `let` or `subject` declarations in `before(:all)`.
  These were not intended to be called in a `before(:all)` hook, as
  they exist to define state that is reset between each example, while
  `before(:all)` exists to define state that is shared across examples
  in an example group (Myron Marston).
2013-03-17 16:05:42 +00:00
taca
9471e4bc14 Note update of misc/ruby-bundler package to 1.3.4. 2013-03-17 16:05:05 +00:00
taca
993c88fcc4 Update ruby-bundler to 1.3.4.
## 1.3.4 (15 March 2103)

Bugfixes:

  - load YAML on Rubygems version that define module YAML
  - fix regression that broke --without on ruby 1.8.7

## 1.3.3

Features:

  - compatible with Rubygems 2.0.2 (higher and lower already work)
  - mention skipped groups in bundle install and bundle update output (@simi)
  - `gem` creates rake tasks for minitest (@coop) and rspec

Bugfixes:

  - require rbconfig for standalone mode
  - revert to working quoting of RUBYOPT on Windows (@ogra)
2013-03-17 16:04:37 +00:00
taca
7c81d8a609 Note update of net/ruby-domain_name package to 0.5.8. 2013-03-17 16:03:57 +00:00
taca
c9c47823ff Update ruby-domain_name to 0.5.8.
* Switch bundler to 1.3.
* Add 2013 to copyright years.
* Update the eTLD database to the version as of 2013-02-18T20:02:07Z.
2013-03-17 16:03:14 +00:00
taca
6515358748 Note update of net/ruby-snmp package to 1.1.1. 2013-03-17 16:01:39 +00:00
taca
84dc6b90e1 Update ruby-snmp to 1.1.1.
Changes for version 1.1.1:

* Incorporate various small pull requests
2013-03-17 16:01:10 +00:00
taca
18f3932dd3 Note update of sysutils/ruby-facter package to 1.6.18. 2013-03-17 16:00:26 +00:00
taca
aac1b817dd Update ruby-facter to 1.6.18.
Changes aren't available.
2013-03-17 15:59:54 +00:00
taca
eba69c62dd Note update of www/heel package to 3.0.2. 2013-03-17 15:58:11 +00:00
taca
e06fe704dd Update heel to 3.0.2.
# Changelog
## Version 3.0.2 - 2013-03-13

* Fix generated pages to say they are utf-8 [#4]
* Fix formatting of usage section of documentation
* Update dependencies
* Convert to RDoc 4.0
2013-03-17 15:57:46 +00:00
taca
e0c5067aa0 Note update of www/ruby-css-parser package to 1.3.4. 2013-03-17 15:57:09 +00:00
taca
54f8833255 Update ruby-css-parser to 1.3.4.
Changes aren't available, please refer github's commit log.
2013-03-17 15:56:42 +00:00
taca
4e873dbcb1 Note update of www/ruby-cssmin package to 1.0.3. 2013-03-17 15:53:43 +00:00
taca
7c1fa729f6 Update ruby-cssmin to 1.0.3.
## 1.0.3 (2013-03-14)

* Fixed a bug that broke media queries. [Rob]
* Fixed a bug that caused the input string to be modified when modifications
  should only have been made to a copy.
2013-03-17 15:53:21 +00:00
taca
1d0e86fcb3 Note update of www/ruby-webrobots package to 0.1.1. 2013-03-17 15:52:29 +00:00
taca
c91cb8b41b Update ruby-webrobots to 0.1.1.
A few fixes.
2013-03-17 15:51:54 +00:00
wiz
6dd8c2d1b7 Updated textproc/py-lxml to 3.1.0 2013-03-17 15:47:24 +00:00
wiz
6239e9f310 Update to 3.1.0:
3.1.0 (2013-02-10)
==================

Features added
--------------

* GH#89: lxml.html.clean allows overriding the set of attributes that it
  considers 'safe'.  Patch by Francis Devereux.

Bugs fixed
----------

* LP#1104370: ``copy.copy(el.attrib)`` raised an exception.  It now returns
  a copy of the attributes as a plain Python dict.

* GH#95: When used with namespace prefixes, the  ``el.find*()`` methods
  always used the first namespace mapping that was provided for each
  path expression instead of using the one that was actually passed
  in for the current run.

* LP#1092521, GH#91: Fix undefined C symbol in Python runtimes compiled
  without threading support.  Patch by Ulrich Seidl.

Other changes
-------------


3.1beta1 (2012-12-21)
=====================

Features added
--------------

* New build-time option ``--with-unicode-strings`` for Python 2 that
  makes the API always return Unicode strings for names and text
  instead of byte strings for plain ASCII content.

* New incremental XML file writing API ``etree.xmlfile()``.

* E factory in lxml.objectify is callable to simplify the creation of
  tags with non-identifier names without having to resort to getattr().

Bugs fixed
----------

* When starting from a non-namespaced element in lxml.objectify, searching
  for a child without explicitly specifying a namespace incorrectly found
  namespaced elements with the requested local name, instead of restricting
  the search to non-namespaced children.

* GH#85: Deprecation warnings were fixed for Python 3.x.

* GH#33: lxml.html.fromstring() failed to accept bytes input in Py3.

* LP#1080792: Static build of libxml2 2.9.0 failed due to missing file.

Other changes
-------------

* The externally useless class ``_ObjectifyElementMakerCaller`` was
  removed from the module API of lxml.objectify.

* LP#1075622: lxml.builder is faster for adding text to elements with
  many children.  Patch by Anders Hammarquist.
2013-03-17 15:47:15 +00:00
obache
7d3488e4c2 Note update of ruby-gnome2 packages to 1.2.3. 2013-03-17 15:32:16 +00:00
obache
5ec9e0c77c Update ruby-gnome2 to 1.2.3.
== Ruby-GNOME2 1.2.3: 2013-03-17

Clean up release!

=== Changes

==== Ruby/GTK2

  * Remove needless signale handlers restore.

==== Ruby/GTK3

  * Remove needless signale handlers restore.
2013-03-17 15:31:10 +00:00
wiz
0032a52d75 Updated net/transmission to 2.77 2013-03-17 15:29:34 +00:00
wiz
0d36b8c4ef Update to 2.77:
=== Transmission 2.77 (2013/02/18) ===
[http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
  * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator
  * Don't invalidate the OS's file cache when closing files
  * Fix overflow error when setting speed limits above ~8589 kB/s
  * Generated magnet links didn't include webseeds
  * Fix minor memory leaks when using webseeds
==== GTK+ Client ====
  * Minor pluralization fixes in the UI
  * Fix folder mis-selection issue in the Preferences dialog
  * Fix GTK+ console warnings on shutdown
==== Qt Client ====
  * Fix non Latin-1 symbol issue when showing file transfer speeds
  * Fix issue when creating new torrents with multiple trackers
  * Fix lost text selection in the properties dialog's 'comment' field
==== Daemon ====
  * Fix documentation errors in the spec and manpages
==== Web Client ====
  * Fix minor DOM leak
==== CLI ====
  * Fix transmission-cli failure when the download directory doesn't exist
2013-03-17 15:29:24 +00:00
obache
4415950d6b avoid to match commnented out lines (createbuildlink will create such lines
by default).
2013-03-17 15:27:18 +00:00