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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:11:49 UTC Now

2012-04-29 16:09:34 UTC MAIN commitmail json YAML

Update ramaze to 2012.04.14.

Changelog

* The Redis adapter (Ramaze::Cache::Redis) has been fixed so that it works
  with sessions, previously this would result in "Can't convert into symbol"
  errors and the like. This problem was caused by not encoding data using
  Marshal. Thanks to EdvardM for reporting the issue.
* The Redis cache adapter namespaces keys just like the other adapters.
* Ramaze::Cache::MemCache has been updated for the latest version of Dalli and
  should no longer display deprecation warnings. The minimum required version
  of Dalli has been set to at least 2.0.2.
* Various documentation improvements and additions.
* The HTML of the pagination helper can now be customized, thanks to Leucos
  and bougyman for adding it.

(taca)

2012-04-29 16:06:31 UTC MAIN commitmail json YAML

Note update of www/ruby-unicorn package to 4.3.1.

(taca)

2012-04-29 16:05:42 UTC MAIN commitmail json YAML

Update ruby-unicorn to 4.3.1.

=== unicorn 4.3.1 - shutdown() fixes / 2012-04-29 07:04 UTC

  * Call shutdown(2) if a client EOFs on us during upload.
    We can avoid holding a socket open if the Rack app forked a
    process during uploads.

  * ignore potential Errno::ENOTCONN errors (from shutdown(2)).
    Even on LANs, connections can occasionally be accept()-ed but
    be unusable afterwards.

  Thanks to Joel Nimety <jnimety@continuity.net>,
  Matt Smith <matt@nearapogee.com> and George <lists@southernohio.net>
  on the mongrel-unicorn@rubyforge.org mailing list for their
  feedback and testing for this release.

=== unicorn 4.3.0 - minor fixes and updates / 2012-04-17 21:51 UTC

  * PATH_INFO (aka REQUEST_PATH) increased to 4096 (from 1024).
    This allows requests with longer path components and matches
    the system PATH_MAX value common to GNU/Linux systems for
    serving filesystem components with long names.

  * Apps that fork() (but do not exec()) internally for background
    tasks now indicate the end-of-request immediately after
    writing the Rack response.

  Thanks to Hongli Lai, Lawrence Pit, Patrick Wenger and Nuo Yan
  for their valuable feedback for this release.

=== unicorn 4.2.1 - minor fix and doc updates / 2012-03-26 21:39 UTC

  * Stale pid files are detected if a pid is recycled by processes
    belonging to another user, thanks to Graham Bleach.
  * nginx example config updates thanks to to Eike Herzbach.
  * KNOWN_ISSUES now documents issues with apps/libs that install
    conflicting signal handlers.

(taca)

2012-04-29 16:02:52 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 16:01:55 UTC MAIN commitmail json YAML

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.

(taca)

2012-04-29 15:51:38 UTC MAIN commitmail json YAML

Note update of these packages:

www/ruby-jquery-rails20 2.0.2
www/ruby-net-http-persistent 2.6

(taca)

2012-04-29 15:50:52 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 15:49:43 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 15:48:13 UTC MAIN commitmail json YAML

Add http://pv-mirror01.mozilla.org/pub/mozilla.org/
to MASTER_SITES_MOZILLA.
This server has ESR version of firefox and thunderbird.

(ryoon)

2012-04-29 14:36:46 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 14:35:57 UTC MAIN commitmail json YAML

Update stringex to 1.3.3.
Exact changes are unavailable.

Several bug fixes.

(taca)

2012-04-29 14:33:27 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 14:32:23 UTC MAIN commitmail json YAML

Update ruby-fast-stemmer to 1.0.1.

One bug fix: don't mutate the original string.

(taca)

2012-04-29 14:29:35 UTC MAIN commitmail json YAML

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]

(taca)

2012-04-29 14:22:55 UTC MAIN commitmail json YAML

Note update of these packages:

sysutils/ruby-facter 1.6.8
sysutils/ruby-fssm 0.2.9

(taca)

2012-04-29 14:21:45 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 14:20:33 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 14:19:23 UTC MAIN commitmail json YAML

Note update of print/ruby-pdf-reader package to 1.1.0.

(taca)

2012-04-29 14:18:50 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 14:17:22 UTC MAIN commitmail json YAML

Note update of these packages:

net/ruby-domain_name 0.5.3
net/ruby-soap4r 2.0.5

(taca)

2012-04-29 14:16:17 UTC MAIN commitmail json YAML

2012-04-29 14:12:55 UTC MAIN commitmail json YAML

Update ruby-domain_name to 0.5.3.

Several bugfixes.

(taca)

2012-04-29 14:09:54 UTC MAIN commitmail json YAML

Note update of these packages:

misc/ruby-bundler 1.1.3
misc/ruby-sprockets 2.4.1

(taca)

2012-04-29 14:08:39 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 14:07:13 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.1.3.

## 1.1.3 (March 23, 2012)

Bugfixes:

  - escape the bundler root path (@tenderlove, #1789)

(taca)

2012-04-29 14:05:59 UTC MAIN commitmail json YAML

Note update of these pacakges:

lang/ruby-coffee-script-source 1.3.1
lang/ruby-execjs 1.3.1

(taca)

2012-04-29 14:04:50 UTC MAIN commitmail json YAML

Update ruby-execjs to 1.3.1.

- Fix multijson api change.
- Skip disabled tests.

(taca)

2012-04-29 14:03:34 UTC MAIN commitmail json YAML

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.

(taca)

2012-04-29 13:33:22 UTC MAIN commitmail json YAML

Updated textproc/groonga to 2.0.2

(obache)

2012-04-29 13:33:06 UTC MAIN commitmail json YAML

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.

(obache)

2012-04-29 13:21:43 UTC MAIN commitmail json YAML

Note update of devel/ruby-turn package to 0.9.5.

(taca)

2012-04-29 13:20:48 UTC MAIN commitmail json YAML

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)

(taca)

2012-04-29 13:18:49 UTC MAIN commitmail json YAML

Remove accidently commited file.

(taca)

2012-04-29 13:16:27 UTC MAIN commitmail json YAML

Note update of devel/ruby-uglifier package to 1.2.4.

(taca)

2012-04-29 13:15:33 UTC MAIN commitmail json YAML

2012-04-29 13:09:35 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 13:06:05 UTC MAIN commitmail json YAML

Update www/ruby-rails32 to 3.2.3.

No change but version.

(taca)

2012-04-29 13:04:10 UTC MAIN commitmail json YAML

Update devel/ruby-railties32 to 3.2.3.

No change but version.

(taca)

2012-04-29 13:03:17 UTC MAIN commitmail json YAML

Update mail/ruby-actionmailer32 to 3.2.3.

## Rails 3.2.3 (unreleased) ##

*  Upgrade mail version to 2.4.3 *ML*

(taca)

2012-04-29 13:00:28 UTC MAIN commitmail json YAML

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*

(taca)

2012-04-29 12:59:35 UTC MAIN commitmail json YAML

Update www/ruby-activeresource32 to 3.2.3.

No change but version.

(taca)

2012-04-29 12:58:23 UTC MAIN commitmail json YAML

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*

(taca)

2012-04-29 12:57:08 UTC MAIN commitmail json YAML

Update devel/ruby-activemodel32 to 3.2.3.

No change but version.

(taca)

2012-04-29 12:56:35 UTC MAIN commitmail json YAML

Update devel/ruby-activesupport32 to 3.2.3.

No change but version.

(taca)

2012-04-29 12:56:00 UTC MAIN commitmail json YAML

Start updating Ruby on Rails to 3.2.3.

(taca)

2012-04-29 12:42:04 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick to 1.3.15

(obache)

2012-04-29 12:41:48 UTC MAIN commitmail json YAML

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.

(obache)

2012-04-29 12:24:00 UTC MAIN commitmail json YAML

remove duplicated last devel/xorg-util-macros entry

(obache)

2012-04-29 12:16:10 UTC MAIN commitmail json YAML

Updated inputmethod/scim to 1.4.13

(obache)

2012-04-29 12:15:55 UTC MAIN commitmail json YAML

Update scim to 1.4.13.

fixes installation issue (not affect to pkgsrc).

(obache)

2012-04-29 11:30:23 UTC MAIN commitmail json YAML

Make it a build dependency, as joerg notes.

(wiz)

2012-04-29 10:40:47 UTC MAIN commitmail json YAML

Add buildlink3.mk for upcoming packages that need to find the
pkg-config file.

(wiz)

2012-04-29 10:26:16 UTC MAIN commitmail json YAML

Updated devel/xorg-util-macros to 1.17

(wiz)

2012-04-29 10:25:37 UTC MAIN commitmail json YAML

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

(wiz)

2012-04-29 08:05:08 UTC MAIN commitmail json YAML

Updated x11/xdm to 1.1.11nb1

(sbd)

2012-04-29 08:04:56 UTC MAIN commitmail json YAML

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.

(sbd)

2012-04-29 07:48:34 UTC MAIN commitmail json YAML

Use the --with-appdefaultdir configure arg and set both the log and pid
directorys to be under ${VARBASE}.

(sbd)

2012-04-29 05:54:33 UTC MAIN commitmail json YAML

Update of these packages:

devel/ruby-simplecov 0.6.2
devel/ruby-subexec 0.2.2

(taca)

2012-04-29 05:53:42 UTC MAIN commitmail json YAML

Update ruby-subexec to 0.2.2.
Exact changes aren't available.

* Fix for JRuby.
* Run with Solaris's /bin/sh.

(taca)

2012-04-29 05:50:48 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 05:43:46 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 05:42:46 UTC MAIN commitmail json YAML

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.

(taca)

2012-04-29 05:41:46 UTC MAIN commitmail json YAML

Update ruby-multi_json to 1.3.4.
Exact changes aren't avaiable.

* Add support for Oj library.
* Several bug fixes.

(taca)

2012-04-29 05:31:05 UTC MAIN commitmail json YAML

Note update of these packages:

devel/ruby-rspec-expectations 2.9.1
devel/ruby-sexp-processor 3.2.0

(taca)

2012-04-29 05:29:29 UTC MAIN commitmail json YAML

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

(taca)

2012-04-29 05:28:41 UTC MAIN commitmail json YAML

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)

(taca)

2012-04-29 04:18:48 UTC MAIN commitmail json YAML

Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 2.

(dholland)

2012-04-29 04:12:43 UTC MAIN commitmail json YAML

Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.

(dholland)

2012-04-29 04:09:51 UTC MAIN commitmail json YAML

Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 1.

(dholland)

2012-04-29 04:05:55 UTC MAIN commitmail json YAML

Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.

(dholland)

2012-04-29 03:59:28 UTC MAIN commitmail json YAML

Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 26.

(dholland)

2012-04-29 03:52:06 UTC MAIN commitmail json YAML

Bump PKGREVISION to 20 for audio/audacious bl3 change.

(dholland)

2012-04-29 03:51:27 UTC MAIN commitmail json YAML

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.

(dholland)

2012-04-29 01:46:49 UTC MAIN commitmail json YAML

sync with license.mk (thanks wiz)

(christos)

2012-04-28 23:02:55 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.9

(ryoon)

2012-04-28 23:01:55 UTC MAIN commitmail json YAML

2012-04-28 22:50:39 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.9

(ryoon)

2012-04-28 22:48:07 UTC MAIN commitmail json YAML

Update to 2.9

* Remove unused option.
* Restore jemalloc option.

Changelog:
* The File and Move Bookmarks dialogs are resizable now.
* HTML5 videos that do not start automatically show a large play button now.
* Add-ons Sync can now be configured without the Add-ons Sync Prefs add-on.
* Pasting a URL from the clipboard into the Download Manager window will
  download it.
* Plugins can be disabled for the whole suite now in addition to
  Mail & Newsgroups only.

* View Source now has line numbers.
* Line breaks are now supported in the title attribute.
* Find in Page search results are scrolled into view now.
* The column-fill CSS property has been implemented.
* Support for the text-align-last CSS property has been added.
* Experimental support for ECMAScript 6 Map and Set objects has been
  implemented.
* Fixed several stability issues.

(ryoon)

2012-04-28 22:43:37 UTC MAIN commitmail json YAML

Add IBM public license 1.0

(christos)

2012-04-28 20:55:32 UTC MAIN commitmail json YAML

Update xymon to 4.3.7

Upstream changelog:

Changes from 4.3.6 -> 4.3.7 (13 Dec 2011)
=========================================
* rev 6803
* Fix acknowledge CGI (broken in 4.3.6)
* Fix broken uptime calculation for systems reporting "1 day"
* Workaround Solaris breakage in the LFS-support detection
* Fix/add links to the HTML man-page index.
* Fix "Stop after" value not being shown on the "info" page.
* Fix broken alert texts when using FORMAT=SMS
* Fix wrong description of xymondboard CRITERIA in xymon(1)
* Fix missing columnname in analysis.cfg(5) DS example
* Fix missing space in output from disk IGNORE rules in
  xymond_client --dump-config
* Fix overwrite of xymon-apache.conf when upgrading
* Fix installation so it does not remove include/directory
  lines from configuration files.
* Add client/local/ directory for custom client script

Changes from 4.3.5 -> 4.3.6 (5 Dec 2011)
========================================
* rev 6788
* Optionally choose the color for the "cpu" status when it goes
  non-green due to uptime or clock offset.
* Allow for "include" and "directory" in combo.cfg and protocols.cfg
* New INTERFACES definition in hosts.cfg to select which network
  interfaces are tracked in graphs.
* New access control mechanism for some CGI scripts returning
  host-specific information. Access optionally checked against
  an Apache-style "group" file (see xymonwebaccess(5) CGI manpage).
* New "vertical" page-definitions (vpage, vsubpage,vsubparent)
  for listing hosts across and tests down on a page.
* Fix hostlist CGI crash when called with HTTP "HEAD"
* Fix svcstatus CGI crash when called with non-existing hostname
* Fix "ackinfo" updates being cleared when host hits a
  DOWNTIME period.
* Fix compile-errors on Solaris due to network libraries
  not being included.
* Fix "logrotate" messages not being sent to some channels.
* Fix problem with loading the hosts.cfg file.
* STATUSLIFETIME now provides the default time a status is valid (in xymond).
* Critical systems view: Use priority 99 for un-categorised priorities
  (imported from NK tags) and show this as 'No priority' on the webpage.
* useradm CGI: Sort usernames
* New xymond module - xymond_distribute - can forward
  administrative commands (drop, rename, disable, enable)
  from one Xymon server to another.
* New tool: appfeed CGI provides data for the Android "xymonQV" app
  by Darrik Mazey.

(gendalia)

2012-04-28 18:26:19 UTC MAIN commitmail json YAML

Update xymon to 4.3.7

Upstream changelog:

Changes from 4.3.6 -> 4.3.7 (13 Dec 2011)
=========================================
* rev 6803
* Fix acknowledge CGI (broken in 4.3.6)
* Fix broken uptime calculation for systems reporting "1 day"
* Workaround Solaris breakage in the LFS-support detection
* Fix/add links to the HTML man-page index.
* Fix "Stop after" value not being shown on the "info" page.
* Fix broken alert texts when using FORMAT=SMS
* Fix wrong description of xymondboard CRITERIA in xymon(1)
* Fix missing columnname in analysis.cfg(5) DS example
* Fix missing space in output from disk IGNORE rules in
  xymond_client --dump-config
* Fix overwrite of xymon-apache.conf when upgrading
* Fix installation so it does not remove include/directory
  lines from configuration files.
* Add client/local/ directory for custom client script

Changes from 4.3.5 -> 4.3.6 (5 Dec 2011)
========================================
* rev 6788
* Optionally choose the color for the "cpu" status when it goes
  non-green due to uptime or clock offset.
* Allow for "include" and "directory" in combo.cfg and protocols.cfg
* New INTERFACES definition in hosts.cfg to select which network
  interfaces are tracked in graphs.
* New access control mechanism for some CGI scripts returning
  host-specific information. Access optionally checked against
  an Apache-style "group" file (see xymonwebaccess(5) CGI manpage).
* New "vertical" page-definitions (vpage, vsubpage,vsubparent)
  for listing hosts across and tests down on a page.
* Fix hostlist CGI crash when called with HTTP "HEAD"
* Fix svcstatus CGI crash when called with non-existing hostname
* Fix "ackinfo" updates being cleared when host hits a
  DOWNTIME period.
* Fix compile-errors on Solaris due to network libraries
  not being included.
* Fix "logrotate" messages not being sent to some channels.
* Fix problem with loading the hosts.cfg file.
* STATUSLIFETIME now provides the default time a status is valid (in xymond).
* Critical systems view: Use priority 99 for un-categorised priorities
  (imported from NK tags) and show this as 'No priority' on the webpage.
* useradm CGI: Sort usernames
* New xymond module - xymond_distribute - can forward
  administrative commands (drop, rename, disable, enable)
  from one Xymon server to another.
* New tool: appfeed CGI provides data for the Android "xymonQV" app
  by Darrik Mazey.

(gendalia)

2012-04-28 17:11:19 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 12.0
Updated mail/thunderbird-l10n to 12.0

(ryoon)

2012-04-28 17:10:26 UTC MAIN commitmail json YAML

2012-04-28 16:56:59 UTC MAIN commitmail json YAML

2012-04-28 16:56:54 UTC MAIN commitmail json YAML

+ blender-2.63, calibre-0.8.49, calligra-2.4.1 [koffice successor],
  grep-2.12, libcares-1.8.0, libdrm-2.4.33 [pkg/46384], mc-4.8.1.3,
  nginx-1.2.0, nut-17.7, vala-0.17.0, wine-devel-1.5.3.

(wiz)

2012-04-28 16:35:36 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 12.0

(ryoon)

2012-04-28 16:34:46 UTC MAIN commitmail json YAML

2012-04-28 15:56:09 UTC MAIN commitmail json YAML

Note update of these pacakges:

devel/ruby-kgio 2.7.4
devel/ruby-logging 1.7.2
devel/ruby-mocha 0.11.3

(taca)

2012-04-28 15:55:03 UTC MAIN commitmail json YAML

Update ruby-mocha to 0.11.3.

= 0.11.3
* Fix for #78 i.e. alias Object#method as Object#_method, not Object#__method__ which already exists as another Ruby method.

= 0.11.2
* Rails has a Request class which defines its own #method method. This broke the new mechanism for stubbing a method. This release includes a slightly modified version of fix #77 provided by @sikachu. See https://github.com/rails/rails/pull/5907 for further info.

= 0.11.1 ()
* In Ruby 1.8.7 methods accepting a block parameter were incorrectly restored without the block parameter after being stubbed. Fix for #76.

= 0.11.0 (fa601c89a7f5314dc3d258391a99c6a9e25cefb3)
* Store original method when stubbing rather than using alias_method. This fixes #41, #47, #74 and all tests now pass on both Ruby 1.8.7 and 1.9.3.
* Attempting to stub a method on a frozen object should fail fast. See #68.
* Prevent stubbing a method on nil by default. See #68.
* Generate documentation using YARD instead of Rdoc - removes dependency on Coderay.
* Publish documentation on Github pages instead of Rubyforge - uses rake task written by @tomafro.
* Remove agiledox which has outlived it's usefulness.
* Removed trailing whitespace throughout codebase.
* Add documentation for Mock#unstub.
* Improve documentation for ObjectMethods.
* Provide a way to run multiple tests within a single acceptance test method.

(taca)

2012-04-28 15:54:07 UTC MAIN commitmail json YAML

Update ruby-logging to 1.7.2.

== 1.7.2 / 2012-04-03

Bug Fixes
- Fixed segmentation fault on exit [issue #30]
- Fixed syswrite warning when IO contains unflushed data in buffer [issue #31]
- Added "mingw" to the list of Windows host versions

== 1.7.1 / 2012-03-05

Bug Fixes
- Fixed deprecated use of Config::* [issue #29]

== 1.7.0 / 2012-02-18

Enhancements
- Move appender factories [issue #28]
- ActionMail compatible options in the email appender [issue #27]
- Add TLS support to the email appender [issue #25]
- Refactoring appender shutdown [issue #20]
Bug Fixes
- File locking fails on windows using JRuby [issue #22]

== 1.6.2 / 2012-01-05

Bug Fixes
- Fix typo in the Readme [issue #14]
- Fix spelling in a variety of places [issue #15]
- Solaris does not have Syslog#LOG_PERROR defined [issue #17]
- Fix failing tests for Ruby 1.9.3 [issue #18]
- Check for RUBY_ENGINE for Ruby 1.8.7 [issue #19]
- Whitespace and '# EOF' cleanup
- Support for Rubinious

== 1.6.1 / 2011-09-09

Bug Fixes
- Rails compatibility methods [issue #11]
- Blocked rolling file appender [issue #12]

== 1.6.0 / 2011-08-22

Enhancements
- Adding periodic flushing of buffered messages [issue #10]
- Accessor for a logger's appenders [issue #9]
- Better support for capturing log messages in RSpec version 1 & 2

== 1.5.2 / 2011-07-07

Bug Fixes
- Changing working directory breaks rolling file appenders [issue #8]

== 1.5.1 / 2011-06-03

Bug Fixes
- IO streams cannot be buffered when using syswrite
- JRuby does not allow shared locks on write only file descriptors
- Fixing tests for JRuby 1.6.X

== 1.5.0 / 2011-03-22

Minor Enhancements
- removed mutexes in favor of IO#syswrite
- no round tripping through the buffer array when auto_flushing is true
- added a Proxy object that will log all methods called on it
- colorization of log messages

(taca)

2012-04-28 15:52:08 UTC MAIN commitmail json YAML

Update ruby-kgio package to 2.7.4.

=== kgio 2.7.4 - small fixes and cleanups / 2012-03-24 01:15 UTC

  Fix build for platforms lacking both TCP_CORK _and_ TCP_NOPUSH
  There are many test case fixes and cleanups, too.

(taca)

2012-04-28 15:50:01 UTC MAIN commitmail json YAML

Note update of textproc/ruby-json and textproc/ruby-json-pure
package to 1.6.6.

(taca)

2012-04-28 15:48:17 UTC MAIN commitmail json YAML

Update ruby-json and ruby-json-pure pacakge to 1.6.6.

2012-02-11 (1.6.6)
  * Propagate src encoding to values made from it (fixes 1.9 mode converting
    everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
    <tom.enebo@gmail.com>), should fix
    https://github.com/flori/json/issues#issue/119.
  * Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
  * Fix https://github.com/flori/json/issues#issue/117

(taca)

2012-04-28 15:43:48 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext_i18n_rails package to 0.4.6.

(taca)

2012-04-28 15:43:09 UTC MAIN commitmail json YAML

Update ruby-gettext_i18n_rails to 0.4.6.

Exact changes are unknown but improvemnt for handling of unparseable
1.9 syntax files.

(taca)

2012-04-28 15:32:08 UTC MAIN commitmail json YAML

Note update of devel/ruby-fast_gettext package to 0.6.6.

(taca)

2012-04-28 15:31:27 UTC MAIN commitmail json YAML

Update ruby-fast_gettext to 0.6.6.

Exact changes are unknown, but some bug fixes and remove development
dependency to jeweler.

(taca)

2012-04-28 14:18:36 UTC MAIN commitmail json YAML

2012-04-28 14:17:18 UTC MAIN commitmail json YAML

2012-04-28 14:13:54 UTC MAIN commitmail json YAML

2012-04-28 14:12:39 UTC MAIN commitmail json YAML

Note update of devel/hoe package to 3.0.3.

(taca)

2012-04-28 14:12:16 UTC MAIN commitmail json YAML

2012-04-28 14:12:04 UTC MAIN commitmail json YAML

Update hoe package to 3.0.3.

=== 3.0.3 / 2012-04-09

* 2 bug fixes:

  * Fixed racc plugin's gem dependency activation
  * Fixed rake multi's use of multiruby_skip.

=== 3.0.2 / 2012-04-03

* 1 bug fix:

  * Generate urls list properly in #announcement if you use k/v form

=== 3.0.1 / 2012-03-26

* 1 minor enhancement:

  * Uniqify hoe plugins in sow Rakefile template. (evanphx)

* 3 bug fixes:

  * Fixed have_gem? checks in the install_plugins task to match the install_gem calls.
  * Fixed homepage handling when bullet list used in readme. (evanphx)
  * Removed deprecated use of #url in publish plugin

(taca)

2012-04-28 14:09:57 UTC MAIN commitmail json YAML

Note update of databases/ruby-sqlite3 package to 1.3.6.

(taca)

2012-04-28 14:09:22 UTC MAIN commitmail json YAML

Update ruby-sqlite3 package to 1.3.6.

=== 1.3.6 / 2012-04-16

* Enhancements
  * Windows: build against SQLite 3.7.11
  * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
  * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

* Bugfixes
  * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
  * Protect parameters to custom functions from being garbage collected too
    soon. Fixes #60. Thanks hirataya!
  * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
    Fixes #35.
  * Fix double definition error caused by defining sqlite3_int64/uint64.
  * Fix suspicious version regexp.

* Deprecations
  * ArrayWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
  * The ArrayWithTypesAndFields class will be removed in 2.0.0
  * The ArrayWithTypes class will be removed in 2.0.0
  * HashWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * HashWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.

(taca)

2012-04-28 14:07:46 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 3.34.1.

(taca)

2012-04-28 14:06:51 UTC MAIN commitmail json YAML

Update ruby-sequel package to 3.34.1.

=== 3.34.1 (2012-04-02)

* Fix bug in optimization of primary key lookup (jeremyevans) (#460)

As for 3.34.0, changes are too many, please refer:

http://sequel.rubyforge.org/rdoc/files/CHANGELOG.html

(taca)

2012-04-28 13:59:16 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.8.10.

(taca)

2012-04-28 13:58:48 UTC MAIN commitmail json YAML

Update postfix package to 2.8.10.

Major changes with Postfix 2.8.10
---------------------------------

This release adds support to turn off the TLSv1.1 and TLSv1.2
protocols.  Introduced with OpenSSL version 1.0.1, these are known
to cause inter-operability problems with for example hotmail.

The radical workaround is to temporarily turn off problematic
protocols globally:

/etc/postfix/main.cf:
    smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
    smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2

    smtpd_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
    smtpd_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2

However, it may be better to temporarily turn off problematic
protocols for broken sites only:

/etc/postfix/main.cf:
    smtp_tls_policy_maps = hash:/etc/postfix/tls_policy

/etc/postfix/tls_policy:
    example.com        may protocols=!SSLv2:!TLSv1.1:!TLSv1.2

Important:

- Note the use of ":" instead of comma or space. Also, note that
  there is NO space around the "=" in "protocols=".

- The smtp_tls_policy_maps lookup key must match the "next-hop"
  destination that is given to the Postfix SMTP client. If you
  override the next-hop destination with transport_maps, relayhost,
  sender_dependent_relayhost_maps, or otherwise, you need to specify
  the same destination for the smtp_tls_policy_maps lookup key.

(taca)

2012-04-28 13:56:32 UTC MAIN commitmail json YAML

Note update of archivers/ruby-zip package to 0.9.8.

(taca)

2012-04-28 13:55:58 UTC MAIN commitmail json YAML

Update ruby-zip package to 0.9.8.

pkgsrc change: Update HOMEPAGE.

= Version 0.9.8

Fixed: "Unitialized constant NullInputStream" error

(taca)

2012-04-28 13:54:06 UTC MAIN commitmail json YAML

Note update of misc/rubygems package to 1.8.24.

(taca)

2012-04-28 13:52:45 UTC MAIN commitmail json YAML

Update rubygems package to 1.8.24.

=== 1.8.24 / 2012-04-27

* 1 bug fix:

  * Install the .pem files properly. Fixes #320
  * Remove OpenSSL dependency from the http code path

(taca)

2012-04-28 13:15:33 UTC MAIN commitmail json YAML

Change sed pattern to be acceptable with GNU sed.
Fixes installation location issue by PR 37689.

(obache)

2012-04-28 12:17:49 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.6.9

(obache)

2012-04-28 12:17:13 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.6.9.

=== 0.6.9 / 28.04.2012

* Yield is more simple here too.
* No need to capture the block in Spreadsheet.open
* Rather than extending a core class, let's just use #rcompact from a helper module

(obache)

2012-04-28 06:58:24 UTC MAIN commitmail json YAML

Updated games/openttd to 1.2.0

(adam)

2012-04-28 06:56:43 UTC MAIN commitmail json YAML

Changes 1.2.0:
* Fix: When starting GS or AI, always use the settings of the game, not the
  new-game settings
* Fix: Provide translated comments in the desktop file without language name
  postfix
* Fix: Cloning orders of aircraft with limited range failed

(adam)

2012-04-28 05:55:10 UTC MAIN commitmail json YAML

Cope with CFLAGS and/or LDFLAGS being empty too. I don't entirely
understand what goes on without this change, but I was definitely
getting "-cflags -lflags -Wl..." as configure arguments, and now
it works.

(dholland)

2012-04-27 21:01:42 UTC MAIN commitmail json YAML

Add upstream patch fixing build on Solaris 9 with Sun Studio 11.
Suggested by Stephen Nelson-Smith <sanelson@gmail.com> on pkgsrc-users.

(wiz)

2012-04-27 18:42:06 UTC MAIN commitmail json YAML

Updated audio/abcmidi to 20120415

(ryoon)

2012-04-27 18:40:50 UTC MAIN commitmail json YAML

Update to 20120415

Changelog:

November 18 2011

Abcmidi new feature. The MIDI commands, chordprog and bassprog have
been extended to allow for an octave offset. In the following example

November 30 2011

Abc2midi slurring bug.

December 8 2011

Abc2midi: fermata bug. When a rest is preceded by a fermata symbol
H, abc2midi fails to recognize the rest.

December 11 2011

Abc2midi: lyrics bug with inline voices.

December 19 2011

Abc2midi clef-octave bug. In the following example, the clef=treble
declaration does not restore the octave setting to zero.

January 29 2012

Abc2midi: extended %%MIDI chordname command to handle up to 10 notes (instead
of 6).

March 08 2012

Abc2midi: grace bug with voice overlay. Abc2midi loses synchronization when voice overlays and gracenotes present.

March 22 2012

Abc2midi repeat error message:

abc2midi runs without error messages if the tunes are processed
individually.

March 26 2012

Abc2midi fermata bug:

March 29 2012

Abc2midi bug: abc2midi applies fermatas to all chords in which the
length is set outside the chord.

March 30 2012

Abc2midi bug: more bugs when fermata is applied to a chord.

April 1 2012

Abc2midi: new feature. Introduced a new option (-TT)  to tune the key of
A above or below 440.0 Hz but less than a semitone. The output MIDI
file will re-tune to that frequency. The purpose of this feature
is to accommodate some instruments like the accordian which are
not tune exactly to 440.0 Hz.

April 03 2012

Abc2midi -tuning. Changed to the lower frequency limit to 414.9 to
permit A=415 Hz, a common tuning for Baroque music. The bend
variable is still limited between 0 and 16383.

April 15 2012

Abc2midi - lyrics. The function checksyllables() in genmidi.c emits
warnings even when there do not seem to be any errors in the
placement of the lyrics. I do not know how to fix this problem,
or even whether a fix exists. Furthermore, the warnings do not
appear useful as they are not very specific. Users can easily
check the placement of the syllables by viewing the score produced
by abcm2ps.  The error message in checksyllables() is now suppressed
except when running abc2midi in verbose mode.

(ryoon)

2012-04-27 16:53:14 UTC MAIN commitmail json YAML

Avoid infinite loop in configure script's options processing.

(dholland)

2012-04-27 15:05:02 UTC MAIN commitmail json YAML

FreeBSD 6 and earlier misses the pthread_equal() stub as well.
While here, improve comments a little bit.

(mishka)

2012-04-27 14:37:37 UTC MAIN commitmail json YAML

2012-04-27 13:53:47 UTC MAIN commitmail json YAML

2012-04-27 12:32:08 UTC MAIN commitmail json YAML

2012-04-27 10:54:49 UTC MAIN commitmail json YAML

expect builtin gcc atomic functions for gcc>=4.1.

(obache)

2012-04-27 10:31:32 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-rb-appscript package to 0.6.1.

(taca)

2012-04-27 10:30:41 UTC MAIN commitmail json YAML

Update sysutils/ruby-rb-appscript to 0.6.1.

2010-03-19 -- 0.6.1

* removed 32-bit only AE.run_application_event_loop,
  AE.quit_application_event_loop
* updated AE.launch_application to use LSOpenApplication
* minor documentation fixes

2010-12-17 -- 0.6.0

* added UTF-8 Encoding support in Ruby 1.9+; added
  AEMCodecs::Codecs#use_ascii_8bit for optionally disabling it
* AEM::Codecs#pack now accepts Date, DateTime instances; added
  AEM::Codecs#use_date_time method for unpacking typeLongDateTime descriptors
  as DateTime instead of Time instances
* removed AE.get_app_terminology() as it relied on deprecated Carbon APIs
* added AE.copy_scripting_definition()
* the OSAX module now now uses OSACopyScriptingDefinition() to obtain
  scripting addition terminology, so works in both 32- and 64-bit Ruby. Note
  that in addition to limitations of OSACopyScriptingDefinition
  (e.g. aete-to-sdef conversion is not 100% reliable), the SdefParser is
  limited in capability (no support for xi:include, class-extension, synonym
  elements), but should suffice for parsing relatively simple osax
  dictionaries.
* modified Terminology.dump() to retrieve aete resources via 'ascrgdte'
  events; added OSAX.dump() method
* added workaround for transaction id bug in some versions of OS X 10.6
* renamed AEMReference::Base class to AEMReference::Query
* renamed Send::CommandError class to Send::EventError; note that AEM
  re-exports it as AEM::EventError and [for backwards compatibilty]
  AEM::CommandError

2009-07-18 -- 0.5.3

* fixed pALL code in defaultterminology
* fixed OSAX module initialisation code (previously didn't initialise if
  ScriptingAddition.new was called directly)
* fixed out-of-date URLs in appscript manual

2009-07-05 -- 0.5.2

* removed deprecated AEM::Application.is_running? method
* added #dont_cache_unpacked_specifiers, #pack_strings_as_type compatibility
  options to AEM::Codecs
* added default definitions for 'item' type, 'items' elements, 'properties'
  property as Apple have removed the 'item' class definition from
  skeleton.sdef (the default terminology for Cocoa apps)
* property and elements methods now raise ArgumentError if passed arguments;
  previously, malformed elements selectors,
  e.g. app('TextEdit').documents(1).text, would be silently ignored, resulting
  in unexpected behaviour
* Codecs#unpack now tries to coerce descriptors of typeVersion to unicode text
  (works on 10.4+) c.f. AppleScript (note: itunes.version.get returns the
  wrong version number otherwise; this appears to be an iTunes bug, but is
  masked by current AppleScript behaviour)
* #process_exists_for_url?, #remote_app in connect.rb now raise error if URL
  string doesn't contain a colon (process will crash otherwise due to an OS
  bug)
* improved error reporting in Reference#[] when a malformed generic reference
  containing a command expands to a non-reference value. e.g. its.name.get()
  would previously expand the the value of the object's 'name' property,
  typically a string, resulting in a cryptic NoMethodError; this now raises a
  descriptive ArgumentError.
* fixed bug where Terminology module would error on zero-length keywords in
  problem dictionaries (e.g. MS Word 12.1.7)
* AEM::Codecs now correctly unpacks AEDescs of typeBoolean whose data >1 byte
* fixed inconsistent escaping of application-defined property/element names
  that overlap built-in type/enum/property names but uses different
  codes. e.g. Adobe Illustrator defines 'rotation' as 'SxRx' - this overlaps
  built-in definition ('rotation' = 'trot'), so is escaped as
  'rotation_'. Previously only the Keyword was escaped (i.e. :rotation_ but
  ref.rotation) now both are escaped (i.e. :rotation_, ref.rotation_). Users
  should update existing code as needed.
* restructured defaultterminology.rb to make it easier to maintain
* changed default terminology mapping for :data from KAE::CRawData ('rdat') to
  KAE::TypeData ('tdta')
* the OSAX module now obtains list of installed scripting additions on first
  use instead of import (the .osax scanning code uses System Events via AEM,
  and sending Apple events in event loop-based application before the event
  loop is started can disrupt the process's handling of incoming Apple events)

(taca)

2012-04-27 06:55:51 UTC MAIN commitmail json YAML

Do not enable largefile support on SunOS.
PR 46383 by Uwe Klaus.

(wiz)

2012-04-27 04:53:03 UTC MAIN commitmail json YAML

Improve the patch that adds the %M spec string to handle multilib_os_dir
being NULL.

When building a single ABI capable gcc (e.g. 32bit systems), multilib_os_dir
may be NULL and this would cause gcc to segfault when trying to link libgcc.

Thanks to Filip Hajny for isolating the problem to the %M patch.

(sbd)

2012-04-27 04:51:01 UTC MAIN commitmail json YAML

Note addition of lang/picoc version 2.1

(agc)

2012-04-27 04:49:47 UTC MAIN commitmail json YAML

Add and enable picoc

(agc)

2012-04-27 04:48:44 UTC MAIN commitmail json YAML

Initial import of picoc-2.1 into the Packages Collection

PicoC is a very small C interpreter for scripting.  It was originally
written as the script language for a UAV's on-board flight system.
It's also very suitable for other robotic, embedded and non-embedded
applications.

The core C source code is around 4000 lines of code.  It's not
intended to be a complete implementation of ISO C but it has all the
essentials.  When compiled it only takes a few k of code space and is
also very sparing of data space.  This means it can work well in small
embedded devices.  It's also a fun example of how to create a very
small language implementation while still keeping the code readable.

picoc has been tested on x86-32, x86-64, powerpc, arm, ultrasparc,
HP-PA and blackfin processors and is easy to port to new targets.

To show it working on the old DECUS grep program (included as one of its
tests):

% time picoc work/picoc/tests/46_grep.c - case work/picoc/tests/46_grep.c
File work/picoc/tests/46_grep.c:
"lower-case are always ignored.  Blank lines never match.  The expression",

      case '^':

      case '$':

      case '.':

      case '[':

      case ':':
...
0.651u 0.000s 0:00.68 95.5%    0+0k 0+0io 0pf+0w
% wc work/picoc/tests/46_grep.c
      557    1991  15172 work/picoc/tests/46_grep.c
%

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2012-04-27 04:27:47 UTC MAIN commitmail json YAML

Updated lang/sun-jre6 to 6.0.31nb1

(sbd)

2012-04-27 04:27:16 UTC MAIN commitmail json YAML

If EMUL_IS_NATIVE (i.e. on Linux) several X libraries, alsa-lib and unixodbc
are needed.

Bump PKGREVISION.

(sbd)

2012-04-26 20:41:28 UTC MAIN commitmail json YAML

Updated devel/automake to 1.12

(wiz)

2012-04-26 20:41:17 UTC MAIN commitmail json YAML

Update to 1.12:

* WARNING: Future backward-incompatibilities!

  - Starting from the next major Automake version (1.13), the rules to
    build pdf, ps and dvi output from Texinfo input will use the '--tidy'
    option by default.  Since such an option was introduced in Texinfo
    4.9, this means that Makefiles generated by future Automake versions
    will require at least that version of Texinfo.

  - Starting from the next major Automake version (1.13), the parallel
    testsuite harness (previously only enabled by the 'parallel-tests'
    option) will become the default one; the older serial testsuite
    harness will still be available through the use of the 'serial-tests'
    option.

  - The following long-obsolete m4 macros will be removed in the
    next major Automake version (1.13):

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:  superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:    old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' will be removed in
    the next major Automake version (1.13).

  - Support for the "Cygnus-style" trees (enabled by the 'cygnus' option)
    will be deprecated in the next minor version of Automake (1.12.1) and
    removed in the next major version (1.13).

  - Support for the two- and three-arguments invocation forms of the
    AM_INIT_AUTOMAKE macro will be deprecated in the next minor version
    of Automake (1.12.1) and removed in the next major version (1.13).

  - The long-obsolete (since 1.10) automake-provided $(mkdir_p) make
    variable, @mkdir_p@ substitution and AM_PROG_MKDIR m4 macro will
    all be deprecated in the next minor version of Automake (1.12.1)
    and removed in the next major version (1.13).

  - The '--acdir' option of aclocal is deprecated, and will probably
    be removed in the next major Automake release (1.13).  You should
    use the options '--automake-acdir' and '--system-acdir' instead
    (which have been introduced in Automake 1.11.2).

  - The exact order in which the directories in the aclocal macro
    search path are looked up is probably going to be changed in the
    next Automake release (1.13).

* Obsolete features removed:

  - The never documented nor truly used script 'acinstall' has been
    removed.

  - Support for automatic de-ANSI-fication has been removed.

  - The support for the "obscure" multilib feature has been removed
    from Automake core (but remains available in the 'contrib/'
    directory of the Automake distribution).

  - Support for ".log -> .html" conversion and the check-html and
    recheck-html targets has been removed from Automake core (but
    remains available in the 'contrib/' directory of the Automake
    distribution).

  - The deprecated 'lzma' compression format for distribution archives
    has been removed, in favor of 'xz' and 'lzip'.

  - The obsolete AM_WITH_REGEX macro has been removed.

  - The long-deprecated options '--output-dir', '--Werror' and
    '--Wno-error' have been removed.

  - The chapter on the history of Automake has been moved out of the
    reference manual, into a new dedicated Texinfo file.

* New targets:

  - New 'cscope' target to build a cscope database for the source tree.

* Changes to Automake-generated testsuite harnesses:

  - The new automake option 'serial-tests' has been introduced.  It can
    be used to explicitly instruct automake to use the older serial
    testsuite harness.  This is still the default at the moment, but it
    might change in future versions.

  - The 'recheck' target (provided by the parallel testsuite harness) now
    depends on the 'all' target.  This allows for a better user-experience
    in test-driven development.  See automake bug#11252.

  - Test scripts that exit with status 99 to signal an "hard error" (e.g.,
    and unexpected or internal error, or a failure to set up the test case
    scenario) have their outcome reported as an 'ERROR' now.  Previous
    versions of automake reported such an outcome as a 'FAIL' (the only
    difference with normal failures being that hard errors were counted
    as failures even when the test originating them was listed in
    XFAIL_TESTS).

  - The testsuite summary displayed by the parallel-test harness has a
    completely new format, that always list the numbers of passed, failed,
    xfailed, xpassed, skipped and errored tests, even when these numbers
    are zero (but using smart coloring when the color-tests option is in
    effect).

  - The default testsuite driver offered by the 'parallel-tests' option is
    now implemented (partly at least) with the help of automake-provided
    auxiliary scripts (e.g., 'test-driver'), instead of relying entirely
    on code in the generated Makefile.in.
    This has two noteworthy implications.  The first one is that projects
    using the 'parallel-tests' option should now either run automake with
    the '--add-missing' option, or manually copy the 'test-driver' script
    into their tree.  The second, and more important, implication is that
    now, when the 'parallel-tests' option is in use, TESTS_ENVIRONMENT can
    not be used anymore to define a test runner, and the command specified
    in LOG_COMPILER (and <ext>_LOG_COMPILER) must be a *real* executable
    program or script.  For example, this is still a valid usage (albeit
    a little contorted):

      TESTS_ENVIRONMENT = \
        if test -n '$(STRICT_TESTS)'; then \
          maybe_errexit='-e'; \
        else \
          maybe_errexit=''; \
        fi;
      LOG_COMPILER = $(SHELL) $$maybe_errexit

    while this is not anymore:

      TESTS_ENVIRONMENT = \
        $(SHELL) `test -n '$(STRICT_TESTS_CHECKING)' && echo ' -e'`

    neither is this:

      TESTS_ENVIRONMENT = \
        run_with_perl_or_shell () \
        { \
          if grep -q '^#!.*perl' $$1; then
            $(PERL) $$1; \
          else \
            $(SHELL) $$1; \
          fi; \
        }
      LOG_COMPILER = run_with_perl_or_shell

  - The package authors can now use customary testsuite drivers within
    the framework provided by the 'parallel-tests' testsuite harness.
    Consistently with the existing syntax, this can be done by defining
    special makefile variables 'LOG_DRIVER' and '<ext>_LOG_DRIVER'.

  - A new developer-reserved variable 'AM_TESTS_FD_REDIRECT' can be used
    to redirect/define file descriptors used by the test scripts.

  - The parallel-tests harness generates now, in addition the '.log' files
    holding the output produced by the test scripts, a new set of '.trs'
    files, holding "metadata" derived by the execution of the test scripts;
    among such metadata are the outcomes of the test cases run by a script.

  - Initial and still experimental support for the TAP test protocol is
    now provided.

* Changes to Yacc and Lex support:

  - C source and header files derived from non-distributed Yacc and/or
    Lex sources are now removed by a simple "make clean" (while they were
    previously removed only by "make maintainer-clean").

  - Slightly backward-incompatible change, relevant only for use of Yacc
    with C++: the extensions of the header files produced by the Yacc
    rules are now modelled after the extension of the corresponding
    sources.  For example, yacc files named "foo.y++" and "bar.yy" will
    produce header files named "foo.h++" and "bar.hh" respectively, where
    they would have previously produced header files named simply "foo.h"
    and "bar.h".  This change offers better compatibility with 'bison -o'.

* Miscellaneous changes:

  - The AM_PROG_VALAC macro now causes configure to exit with status 77,
    rather than 1, if the vala compiler found is too old.

  - The build system of Automake itself now avoids the use of make
    recursion as much as possible.

  - Automake now prefers to quote 'like this' or "like this", rather
    than `like this', in diagnostic message and generated Makefiles,
    to accommodate the new GNU Coding Standards recommendations.

  - Automake has a new option '--print-libdir' that prints the path of the
    directory containing the Automake-provided scripts and data files.

  - The 'dist' and 'dist-all' targets now can run compressors in parallel.

  - The rules to create pdf, dvi and ps output from Texinfo files now
    works better with modern 'texi2dvi' script, by explicitly passing
    it the '--clean' option to ensure stray auxiliary files are not
    left to clutter the build directory.

  - Automake can now generate silenced rules for texinfo outputs.

  - Some auxiliary files that are automatically distributed by Automake
    (e.g., 'install-sh', or the 'depcomp' script for packages compiling
    C sources) might now be listed in the DIST_COMMON variable in many
    Makefile.in files, rather than in the top-level one.

  - Messages of types warning or error from 'automake' and 'aclocal'
    are now prefixed with the respective type, and presence of -Werror
    is noted.

  - Automake's early configure-time sanity check now tries to avoid
    sleeping for a second, which slowed down cached configure runs
    noticeably.  In that case, it will check back at the end of the
    configure script to ensure that at least one second has passed, to
    avoid time stamp issues with makefile rules rerunning autotools
    programs.

  - The warnings in the category 'extra-portability' are now enabled by
    '-Wall'.  In previous versions, one has to use '-Wextra-portability'
    to enable them.

Bugs fixed in 1.12:

  - Various minor bugfixes for recent or long-standing bugs.

* Bugs introduced by 1.11:

  - The AM_COND_IF macro also works if the shell expression for the
    conditional is no longer valid for the condition.

  - The automake-provided parallel testsuite harness does not fail anymore
    with BSD make used in parallel mode when there are test scripts in a
    subdirectory, like in:

      TESTS = sub/foo.test sub/bar.test

* Long-standing bugs:

  - Automake's own build system finally have a real "installcheck" target.

  - Vala-related cleanup rules are now more complete, and work better in
    a VPATH setup.

  - Files listed with the AC_REQUIRE_AUX_FILE macro in configure.ac are
    now automatically distributed also if the directory of the auxiliary
    files coincides with the top-level directory.

  - Automake now detects the presence of the '-d' flag in the various
    '*YFLAGS' variables even when their definitions involve indirections
    through other variables, such as in:
      foo_opts = -d
      AM_YFLAGS = $(foo_opts)

  - Automake now complains if a '*YFLAGS' variable has any conditional
    content, not only a conditional definition.

  - Explicit enabling and/or disabling of Automake warning categories
    through the '-W...' options now always takes precedence over the
    implicit warning level implied by Automake strictness (foreign, gnu
    or gnits), regardless of the order in which such strictness and
    warning flags appear.  For example, a setting like:
      AUTOMAKE_OPTIONS = -Wall --foreign
    will cause the warnings in category 'portability' to be enabled, even
    if those warnings are by default disabled in 'foreign' strictness.

(wiz)

2012-04-26 20:41:00 UTC MAIN commitmail json YAML

Updated devel/autoconf to 2.69

(wiz)

2012-04-26 20:40:51 UTC MAIN commitmail json YAML

Update to 2.69:

* Noteworthy changes in release 2.69 (2012-04-24) [stable]

** Autoconf now requires perl 5.6 or better (but generated configure
  scripts continue to run without perl).

* Noteworthy changes in release 2.68b (2012-03-01) [beta]
  Released by Eric Blake, based on git versions 2.68.*.

** Autoconf-generated configure scripts now unconditionally re-execute
  themselves with $CONFIG_SHELL, if that's set in the environment.

** The texinfo documentation no longer specifies "front-cover" or
  "back-cover" texts, so that it may now be included in Debian's
  "main" section.

** Support for the Go programming language has been added.  The new macro
  AC_LANG_GO sets variables GOC and GOFLAGS.

** AS_LITERAL_IF again treats '=' as a literal.  Regression introduced in
  2.66.

** The macro AS_EXECUTABLE_P, present since 2.50, is now documented.

** Macros

- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p') if 'ln -s'
  does not work.  This works better for symlinks to directories.

- New macro AC_HEADER_CHECK_STDBOOL.

- New and updated macros for Fortran support:

    AC_FC_CHECK_BOUNDS to enable array bounds checking
    AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
    AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
    AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
    AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
    AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
    AC_FC_PP_DEFINE for the Fortran preprocessor define flag

(wiz)

2012-04-26 19:38:26 UTC MAIN commitmail json YAML

+ autoconf-2.69, automake-1.12

(bsiegert)

2012-04-26 18:12:37 UTC MAIN commitmail json YAML

On BSD use <sys/endian.h> to derive endianess, instead of defaulting
to little endian always.

(martin)

2012-04-26 16:04:38 UTC MAIN commitmail json YAML

take maintainership

(cheusov)

2012-04-26 15:36:58 UTC MAIN commitmail json YAML

update sqlite3 requirement to >=3.7.10 - fixes build on at least netbsd-6

(abs)

2012-04-26 15:18:55 UTC MAIN commitmail json YAML

Make ps2pkm build with clang.

Patch from Jan Danielsson.

(minskim)

2012-04-26 14:54:58 UTC MAIN commitmail json YAML

Updated net/rdesktop to 1.7.1

(abs)

2012-04-26 14:54:29 UTC MAIN commitmail json YAML

Updated net/rdesktop to 1.7.1

rdesktop (1.7.1)
* Fix clipboard issue when not building with unicode support
* Fix compilation against newer PCSC lite versions
* Fix for per-device license mode on Windows 2008 R2 terminal server
* Fix building 64bit version with static openssl linkage
* Rewrite of smartcard handling for 64bit support, fixes several bugs
* Improved license handling using XDG directories

(abs)

2012-04-26 14:27:08 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.11.

(taca)

2012-04-26 14:26:33 UTC MAIN commitmail json YAML

Update php53 package to 5.3.11.

For full changes, please refer <http://www.php.net/ChangeLog-5.php#5.3.11>.

Security Enhancements:

* Fixed bug #54374 (Insufficient validating of upload name leading to
  corrupted $_FILES indices). (CVE-2012-1172).
* Add open_basedir checks to readline_write_history and readline_read_history.
* Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).

Key enhancements in these releases include:

* Added debug info handler to DOM objects.
* Fixed bug #61172 (Add Apache 2.4 support).

(taca)

2012-04-26 13:45:13 UTC pkgsrc-2012Q1 commitmail json YAML

2012-04-26 13:42:20 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3758 - requested by sbd
multimedia/xine-lib: build fix

Revisions pulled up:
- multimedia/xine-lib/PLIST.Linux                              1.16

---
  Module Name: pkgsrc
  Committed By: sbd
  Date: Thu Apr 26 10:34:41 UTC 2012

  Modified Files:
  pkgsrc/multimedia/xine-lib: PLIST.Linux

  Log Message:
  Update PLIST.Linux

  No need for a PKGREVISION bump because of the removed entries.

(tron)

2012-04-26 13:32:11 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 12.0
Updated www/firefox to 12.0

(ryoon)

2012-04-26 13:30:30 UTC MAIN commitmail json YAML

2012-04-26 13:27:43 UTC MAIN commitmail json YAML

Fix gcc-inplace-math option.

(hans)

2012-04-26 13:22:42 UTC MAIN commitmail json YAML

2012-04-26 13:04:02 UTC MAIN commitmail json YAML

Add PLIST.SunOS.

(hans)

2012-04-26 12:58:24 UTC MAIN commitmail json YAML

Updated databases/py-mssql to 1.0.2

(obache)

2012-04-26 12:57:51 UTC MAIN commitmail json YAML

Update py-mssql to 1.0.2.
Based on maintainer update request per PR 46084.
(let to register egg-info, set LICENSE, fix DOS style EOL of some files)

Changes since 0.8.0:
Tue Apr 23 23:00:00 2009  Andrzej Kukula <akukula@gmail.com>
        + bugfix: fixed rare quoting bug in select_db()
        + feature: added 'max_conn' parameter to pymssql.connect() and
          _mssql.connect() which defaults to 25, thanks Daniel Watrous
          <dwmaillist@gmail.com>
        * nagios-plugin update - thanks Josselin Mouette <joss@debian.org>:
          + Include a -P port option, to avoid having to passing it with the
            host name
          + Fix the encoding of the comments; utf-8 is the declared encoding
            of the file and must be followed
          + Fix a typo in the SQL syntax
          + Connect explicitly to the "master" database (required since 1.0.0)
          + Improve perfdata output.
        * version 1.0.2

Tue Apr 21 22:56:00 2009  Andrzej Kukula <akukula@gmail.com>
        * mssqldbmodule.c:
          + bugfix in format_and_run_query(): query strings were sometimes
            overwritten with garbage due to DECREF in wrong place; thanks
            Igor Nazarenko <igor.n.nazarenko@gmail.com>
          + bugfix in get_result(): if a query batch contained DECLARE or
            possibly other T-SQL statements, no results were returned
            thanks Kay Schluehr <schluehrk@users.sourceforge.net>
          + bugfix in execute_scalar(): check if there are any columns in result
          + bugfix: check for FAIL after each dbnextrow()
          + feature: Add support for bigint - #2660972; thanks Alexandr
            Zamaraev <shura_zam@users.sourceforge.net>
        * pymssql.c:
          + bugfix in execute(): if execute is called without second argument,
            don't treat '%' in query string as formatting character; restored
            compatibility with common sense and with pymssql < 1.0.0; thanks
            Corey Bertram <corey.bertram@monitoredsecurity.com>,
            Wes McKinney <wesmckinn@gmail.com>
          + feature: it is possible to specify 'as_dict' to pymssql.connect
            and rows will be returned as dictionaries instead of tuples;
            thanks Daniel Watrous <dwmaillist@gmail.com>

Thu Jan 30 18:36:00 2009  Andrzej Kukula <akukula@gmail.com>
        * mssqldbmodule.c:
          + Pyssize_t error on x64 - thanks Josselin Mouette <joss@debian.org>
          + critical charset updates, thanks Josselin Mouette <joss@debian.org>
          + more Py_ssize_t updates, further code cleanups
          + fixed some compiler warnings
        * pymssql.py:
          + execute() failed, thanks Josselin Mouette <joss@debian.org>
          + critical charset updates, thanks Josselin Mouette <joss@debian.org>
          + removed warnings, users don't want them and they are not 'MUST'
            priority in DB-API spec
        * nagios-plugin: introducted Nagios plugin, thanks Julien Blache
          and Josselin Mouette
        * version 1.0.1

Thu Jan 29 19:23:00 2009  Andrzej Kukula <akukula@gmail.com>
        * version 1.0.0
        * so many changes I'll not put them here, I'll document
          changes from now on.

Mon Sep 25 20:18:00 2006  Andrzej Kukula <akukula@gmail.com>
        * setup.py: fix for Fink (http://Fink.SF.Net) under OS X (thanks
          Terrence Brannon <metaperl@gmail.com>)

(obache)

2012-04-26 12:42:25 UTC MAIN commitmail json YAML

Updated graphics/exiv2 to 0.23

(adam)

2012-04-26 12:41:25 UTC MAIN commitmail json YAML

Changes 0.23:
* Exiv2 utility
  - Allow to add/set tags without a value with the command line tool.

* Exiv2 library
  - 0000819: Recognize Pentax MakerNote in DNGPrivateData (Jonathan Kollasch)
  - 0000815: Patch for Tokina 11-16mm f/2.8 on Canon (Chris Chiappa)
  - 0000812: Exiv2 destroys hard links (Reported by Anders Kamf)
  - 0000811: Typo in de.po (Thomas Beutlich)
  - 0000810: assert(tiffType() == ttUndefined) error in tiffcomposite.cpp
            (Reported by Auke Nauta)
  - 0000809: abs ambiguity in nikonmn.cpp (Pavel Heimlich)
  - 0000808: build failure in jpgimage.cpp - namespace (Pavel Heimlich)
  - 0000807: spelling-error-in-binary usr/lib/libexiv2.so.9.0.0
            Continous Continuous (Mark Purcell)
  - 0000806: spelling-error-in-manpage src/exiv2.1 explicitely explicitly
            (Mark Purcell)
  - 0000803: Rational/URational issue in convert.cpp (Pavel Heimlich)
  - 0000800: Missing Photoshop IRB types (8BIM, PHUT, DCSR, AgHg)
            (Michael Ulbrich, Volker Grabsch)
  - 0000799: Exiv2 returns wrong XMP type for nested XMP keys
  - 0000798: Add MS Photo RegionInfo and MetaWorkingGroup Regions schemas
            (Benjamin H.)
  - 0000797: A crash can occur with certain JPEGs. (Clint Rogers)
  - 0000795: Set/Get of PNG comment (Reported by Thomas Beutlich)
  - 0000794: Typo in exifFlash description (Thomas Beutlich)
  - 0000793: PNG comment is not set (Thomas Beutlich)
  - 0000792: New Canon Lens EF-S 18-55mm f/3.5-5.6 IS II (Andreas Ferber)
  - 0000791: Tamron SP AF 17-50mm F/2,8 XR Di II LD Aspherical [IF] Nikon lens
            (Philip Johnsson)
  - 0000790: XMP embedding corrupts CorelDRAW EPS files
  - 0000778: Add support for Windows Live Photo Gallery face tags (Leif Huhn)
  - 0000635: [Wish] Write support for Canon RAW CR2 files
          - Updated Nikon Lens lookup table to v4.3.428.01 of
            Robert Rottmerhusen's fmountlens list.
          - Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh)
          - Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas)
          - Fixes to buildForMac to work with 0.22 on Leopard and Lion
            (Robin Mills)
          - Added several KIPI XMP properties (Gilles Caulier)
          - Added cmake patch to fix compilation on MSVC with KDE Windows
            (Ananta Palani)
          - Fixed the supported metadata declared by the Image for several
            image formats (mostly XMP was missing).
          - Added support for CR2 IFD2 image preview. (An uncompressed TIFF
            image without white-balance correction.)

(adam)

2012-04-26 12:20:06 UTC MAIN commitmail json YAML

Fix build on SunOS. CMSG_DATA is only available for XPG4.2, needed for
the fdpass module.

(hans)

2012-04-26 10:50:53 UTC MAIN commitmail json YAML

Updated x11/dri2proto to 2.6

(wiz)

2012-04-26 10:50:43 UTC MAIN commitmail json YAML

Update 2.6, requested by ftigeot.

2.6:

Chad Versace (1):
      Add attachment token DRI2BufferHiz

Jesse Barnes (2):
      Revert "dri2proto: make DRI2 swap event match GLX spec"
      dri2proto: add a new DRI2BufferSwapComplete struct that matches the spec

2.4:

Gaetan Nadon (3):
      config: install and distribute dri2proto.txt
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update AC_PREREQ statement to 2.60

Jesse Barnes (1):
      dri2proto: make DRI2 swap event match GLX spec

Marcin Ko��cielnicki (1):
      Fix DRI2Connect line encoding to match existing code

Mike Stroyan (2):
      Add more info about dri2proto events
      Fix typo and obsolete reference in dri2proto.txt

(wiz)

2012-04-26 10:49:28 UTC MAIN commitmail json YAML

+ emacs-jabber

(obache)

2012-04-26 10:48:46 UTC MAIN commitmail json YAML

Added chat/emacs-jabber version 0.8.0

(obache)

2012-04-26 10:48:26 UTC MAIN commitmail json YAML

Import emacs-jabber-0.8.0 as chat/emacs-jabber.
Based on PR 46270 by Aran Clauson, some clean up by me.

jabber.el is a Jabber client for Emacs. It may seem strange to have a chat
client in an editor, but consider that chatting is, after all, just a special
case of text editing.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-04-26 10:34:41 UTC MAIN commitmail json YAML

Update PLIST.Linux

No need for a PKGREVISION bump because of the removed entries.

(sbd)

2012-04-26 10:08:34 UTC pkgsrc-2012Q1 commitmail json YAML

2012-04-26 10:06:53 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3757 - requested by gls
www/moodle: security update

Revisions pulled up:
- www/moodle/Makefile                                          1.10
- www/moodle/PLIST                                              1.8
- www/moodle/distinfo                                          1.8

---
  Module Name: pkgsrc
  Committed By: gls
  Date: Wed Apr 25 20:21:58 UTC 2012

  Modified Files:
  pkgsrc/www/moodle: Makefile PLIST distinfo

  Log Message:
  Update www/moodle to 2.1.5.

  Upstream changes:

  Highlights

        MDL-27891 Tag flagging is now logged

  Functional changes

        MDL-31095 Quiz max grade maintained when adding and removing questions
        MDL-30031 Quiz Adaptive mode ignores invalid answers without penalty

  Security issues

        MSA-12-0013 - Database activity export permission issue
        MSA-12-0014 - Password and Web services issue
        MSA-12-0015 - Backup and private files issue
        MSA-12-0016 - Default repository capabilities issue
        MSA-12-0017 - Personal information leak issue
        MSA-12-0018 - Course information leak in Gradebook export
        MSA-12-0019 - Overview report and hidden course issue
        MSA-12-0020 - Forum subscription permission issue
        MSA-12-0021 - Course information leak through tags
        MSA-12-0022 - Security conflict in Web services

  Fixes and improvements

        MDL-31248 Change to RC4 encryption is now backwards compatible
    - Note: all users will need to log in to set a new cookie after this update

        MDL-31213 Problem with new password form was fixed
        MDL-29254 Problem adding blog entries after an update from 1.9 was resolved
        MDL-22896 Forum messages with ampersands are now sent correctly by email
        MDL-27793 Login names now appear consistently in all themes across all languages
        MDL-26037 When importing in a site with lots of courses, all courses are checked
        MDL-30484 Regrading quiz causes essay attachments to disappear
        MDL-28364 Correct import formats accepted when importing questions
        MDL-31407 Quiz grades are saved properly when the submitter is not the user taking the quiz
        MDL-31876, MDL-31495 Quiz performance improvements have been made

(tron)

2012-04-26 09:56:16 UTC MAIN commitmail json YAML

Define LIBFETCH_PRINTFLIKE for !gcc

(joerg)

2012-04-26 08:28:29 UTC MAIN commitmail json YAML

Change HOMEPAGE to preferred one.

(obache)

2012-04-26 03:06:05 UTC MAIN commitmail json YAML

Remove USE_X11=yes, so that rrdtool (and thus xymon) can be installed on
servers that don't use X. Ok'd by jakllsch@

(gendalia)

2012-04-25 22:17:19 UTC MAIN commitmail json YAML

2012-04-25 20:22:15 UTC MAIN commitmail json YAML

Updated www/moodle to 2.1.5

(gls)

2012-04-25 20:21:58 UTC MAIN commitmail json YAML

Update www/moodle to 2.1.5.

Upstream changes:

Highlights

    MDL-27891 Tag flagging is now logged

Functional changes

    MDL-31095 Quiz max grade maintained when adding and removing questions
    MDL-30031 Quiz Adaptive mode ignores invalid answers without penalty

Security issues

    MSA-12-0013 - Database activity export permission issue
    MSA-12-0014 - Password and Web services issue
    MSA-12-0015 - Backup and private files issue
    MSA-12-0016 - Default repository capabilities issue
    MSA-12-0017 - Personal information leak issue
    MSA-12-0018 - Course information leak in Gradebook export
    MSA-12-0019 - Overview report and hidden course issue
    MSA-12-0020 - Forum subscription permission issue
    MSA-12-0021 - Course information leak through tags
    MSA-12-0022 - Security conflict in Web services

Fixes and improvements

    MDL-31248 Change to RC4 encryption is now backwards compatible
- Note: all users will need to log in to set a new cookie after this update

    MDL-31213 Problem with new password form was fixed
    MDL-29254 Problem adding blog entries after an update from 1.9 was resolved
    MDL-22896 Forum messages with ampersands are now sent correctly by email
    MDL-27793 Login names now appear consistently in all themes across all languages
    MDL-26037 When importing in a site with lots of courses, all courses are checked
    MDL-30484 Regrading quiz causes essay attachments to disappear
    MDL-28364 Correct import formats accepted when importing questions
    MDL-31407 Quiz grades are saved properly when the submitter is not the user taking the quiz
    MDL-31876, MDL-31495 Quiz performance improvements have been made

(gls)

2012-04-25 19:35:02 UTC MAIN commitmail json YAML

2012-04-25 19:34:51 UTC MAIN commitmail json YAML

Enable large-file support. Bump PKGREVISION.

(wiz)

2012-04-25 19:15:29 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3754 and #3756.

(tron)

2012-04-25 19:13:12 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3756 - requested by morr
www/wordpress: security update

Revisions pulled up:
- www/wordpress/Makefile                                        1.25
- www/wordpress/distinfo                                        1.20

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Wed Apr 25 13:00:37 UTC 2012

  Modified Files:
  pkgsrc/www/wordpress: Makefile distinfo

  Log Message:
  Security update to Wordpress 3.3.2.

  Three external libraries included in WordPress received security updates:

  * Plupload (version 1.5.4), which WordPress uses for uploading media.
  * SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.
  * SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.

  WordPress 3.3.2 also addresses:

  * Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances.
  * Cross-site scripting vulnerability when making URLs clickable.
  * Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs.

(tron)

2012-04-25 18:57:20 UTC MAIN commitmail json YAML

Updated textproc/icu; Updated textproc/php-intl

(adam)

2012-04-25 18:55:41 UTC MAIN commitmail json YAML

2012-04-25 18:53:44 UTC MAIN commitmail json YAML

Changes 49.1.1:
* Unicode 6.1: New scripts & blocks; changes to grapheme break & line break
  property values; some characters change from symbol to Po or No; etc.
* CLDR 21.0.1: Changes in segmentation data to match Unicode 6.1; new structures
  for support of Chinese calendar, for context-dependent capitalization, for
  gender of lists of people, for ordinal categories, and for multiple number
  systems per locale; deprecation of "commonlyUsed" element in timezone names;
  removal of "whole-locale" aliases; major cleanups of timezone names,
  delimiter data, abbreviated number data.
* Normalizer2 API additions
* Easier-to-use getInstance() variants; e.g., getNFDInstance()
* Getter for the combining-class value for a code point
* Getter for the raw Decomposition_Mapping
* Pairwise composition
* TimeZone class: (C++) Getter for unknown time zone, (Java) fields for GMT &
  unknown zone
* Support for deprecation of the "commonlyUsed" element for CLDR metazones
* DateTimePatternGenerator can now use separate patterns for skeletons that
  differ only in MMM vs MMMM or EEE vs EEEE,  etc.
* Support for custom DecimalFormatSymbols in RuleBasedNumberFormat
* Format and parse Chinese calendar dates including support for intercalary
  months
* Context Transforms for context-dependent capitalization behavior
* APIs for TimeZoneNames and TimeZoneFormat
* Support for new date format pattern "ZZZZZ" for ISO 8601 zone format
* Options for ambiguous local time resolution in Calendar
* Support for ISO 4217 numeric currency code

(adam)

2012-04-25 18:40:27 UTC MAIN commitmail json YAML

2012-04-25 18:08:43 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3754 - requested by obache
emulators/suse121_openssl: security update

Revisions pulled up:
- emulators/suse121_openssl/Makefile                            1.4
- emulators/suse121_openssl/distinfo                            1.4

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Tue Apr 24 00:43:37 UTC 2012

  Modified Files:
  pkgsrc/emulators/suse121_openssl: Makefile distinfo

  Log Message:
  Update suse121_openssl openssl1_0_0 rpm to 1.0.0e-34.12.1 for CVE-2012-0884.

  Bump PKGREVISION.

(tron)

2012-04-25 17:54:26 UTC MAIN commitmail json YAML

Updated misc/libreoffice3-bin to 3.5.2

(ryoon)

2012-04-25 17:53:42 UTC MAIN commitmail json YAML

Update to 3.5.2

Changelog:
* Bugfixes.
* Help file improved.

(ryoon)

2012-04-25 17:53:00 UTC MAIN commitmail json YAML

Use LDFLAGS before any additional libs. Fixes an issue I had where the
wrong libstdc++ was picked up because of -L confusion.

(hans)

2012-04-25 16:36:39 UTC MAIN commitmail json YAML

Always add -shared to LDFLAGS to work around some stupidity. Should fix
pkg/44107, tested on SunOS and NetBSD. More can be found information here:
http://projects.scipy.org/numpy/ticket/1101

(hans)

2012-04-25 16:28:19 UTC MAIN commitmail json YAML

If unset, set PKGSRC_FORTRAN accordingly if g77 or gfortran exist.

(hans)

2012-04-25 16:27:50 UTC MAIN commitmail json YAML

2012-04-25 16:01:05 UTC MAIN commitmail json YAML

2012-04-25 15:59:59 UTC MAIN commitmail json YAML

update to 1.15.0
changes:
-added json-rpc over websocket
-TLS hostname check rewritten
-misc fixes and improvements

(drochner)

2012-04-25 15:55:43 UTC MAIN commitmail json YAML

update to 3.2.9
from the announcement:
There have been 212 changes since previous release which is almost the
Same as previous THREE stable releases combined.
The changes consist of the usual amount of bugfixes, however also a
substantial amount of new features have been added.

pkgsrc note: This removes the dependencies on fixed (old) versions
of tre and c-ares.

(drochner)

2012-04-25 15:50:51 UTC MAIN commitmail json YAML

update to 1.7.5
changes:
-minor feature additions, e.g. bind to local i/f addresses
-API extensions
-bugfixes

(drochner)

2012-04-25 15:47:50 UTC MAIN commitmail json YAML

2012-04-25 15:47:19 UTC MAIN commitmail json YAML

Set PKG_DESTDIR_SUPPORT before including options.mk.

(minskim)

2012-04-25 15:22:47 UTC MAIN commitmail json YAML

update to 0.8.0
changes:
-Added tre_ prefix to all functions exported from libtre. This changes the
ABI
-Bug fixes

(drochner)

2012-04-25 15:14:49 UTC MAIN commitmail json YAML

2012-04-25 13:01:31 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)