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 (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 17:52:32 UTC Now

2010-08-23 01:50:40 UTC MAIN commitmail json YAML

Mention sysutils/capistrano update to 2.5.19

(gls)

2010-08-23 01:49:02 UTC MAIN commitmail json YAML

Update sysutils/capistrano to 2.5.19

Upstream changes:

== 2.5.18 / March 14, 2010

Small fix for rolling back if a shell scripts exits non-zero; enabled a rollback
if git (or other) externals fail during the deploy.
* #151 check return code status of system command to create local copy and
rollback if not 0 (David King)

== 2.5.17 / February 27, 2010

Various small bug fixes.

== 2.5.16 / February 14, 2010

Fixed a small regression in 2.5.15

== 2.5.15 / 14 February 2010

Fixes a feature request not to overwrite roles when using the ROLES
environmental variable.
* #126 - The option to not overwriting the roles which are defined in the task
definition.
* Removed the `upgrade` file as it has been a couple of years since 1.x was in
the wild.
* Slight internal re-factor of the way we calculate the `version`

== 2.5.14 / 18 January 2010

Fixes a low-value bug, thanks to Chris G for the well submitted patch:
#139 - Improves consistency of variable lookup, scm variables with a local_
prefix will be honoured with priority locally (Chris Griego)

== 2.5.13 / 6 January 2010

Small maintenance release:
* #118 - Modified CLI test to not load user or system configuration file (Emily
Price)
* #88 - Re-fixed a problem here, massive apologies to all concerned. (Hangover
from 2.5.12)

== 2.5.12 / 5 January 2010

* Tweak the directory version listing (caused a lot of problems, please upgrade
immediately)

== 2.5.11 / December 2009

* Deprecations and other small changes

(gls)

2010-08-23 00:58:40 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2010-08-23 00:57:11 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.50.20100821.

Changes:
- progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
- emacs-lisp/copyright.el (copyright-update-year) (copyright-update):
  Temporary switch-to-buffer to ensure the buffer change being queried
  is visible (Bug#5394).
- font-lock.el (lisp-font-lock-keywords-2): Add
  combine-after-change-calls, condition-case-no-debug,
  with-demoted-errors, and with-silent-modifications (Bug#6025).
- progmodes/compile.el (compilation-error-regexp-alist-alist): Give
  the Ruby rule a lower priority than Gnu (Bug#6778).
- mouse.el (mouse--drag-set-mark-and-point): New function.
  (mouse-drag-track): Use LOCATION arg to push-mark.  Use
  mouse--drag-set-mark-and-point to take click-count into
  consideration when updating point and mark (Bug#6840).
- net/rcirc.el (rcirc-log-process-buffers): New option.
  (rcirc-print): Use it.
  (rcirc-generate-log-filename): New function.
  (rcirc-log-filename-function): Change default to
  rcirc-generate-log-filename (Bug#6828).
- term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
  Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
- image.el (create-animated-image): Don't add heuristic mask to image
  (Bug#6839).
- files.el (locate-file-completion-table): Only list the .el and .elc
  extensions if there's no other choice (bug#5955).
- cus-edit.el (custom-group-value-create): Add extra newline
  before end line (Bug#6876).

(minskim)

2010-08-22 23:20:57 UTC MAIN commitmail json YAML

2010-08-22 21:14:12 UTC MAIN commitmail json YAML

Updated to scamper and py-sphinx.

(markd)

2010-08-22 21:11:10 UTC MAIN commitmail json YAML

Add the patch that got missed in the update.

(markd)

2010-08-22 21:10:17 UTC MAIN commitmail json YAML

Update scamper to 20100517 snapshot.

Several years of development.

(markd)

2010-08-22 21:03:24 UTC MAIN commitmail json YAML

Update py-sphinx to 1.0.1

* Support for domains has been added.  A domain is a collection of
  directives and roles that all describe objects belonging together,
  e.g. elements of a programming language.  A few builtin domains are
  provided:

  - Python
  - C
  - C++
  - JavaScript
  - reStructuredText

* The old markup for defining and linking to C directives is now
  deprecated.  It will not work anymore in future versions without
  activating the :mod:`~sphinx.ext.oldcmarkup` extension; in Sphinx
  1.0, it is activated by default.

* Removed support for old dependency versions; requirements are now:

  - docutils >= 0.5
  - Jinja2  >= 2.2

* Removed deprecated elements:

  - ``exclude_dirs`` config value
  - ``sphinx.builder`` module

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

* General:

  - Added a "nitpicky" mode that emits warnings for all missing
    references.  It is activated by the :option:`-n` command-line switch
    or the :confval:`nitpicky` config value.
  - Added ``latexpdf`` target in quickstart Makefile.

* Markup:

  - The :rst:role:`menuselection` and :rst:role:`guilabel` roles now
    support ampersand accelerators.
  - New more compact doc field syntax is now recognized: ``:param type
    name: description``.
  - Added ``tab-width`` option to :rst:dir:`literalinclude` directive.
  - Added ``titlesonly`` option to :rst:dir:`toctree` directive.
  - Added the ``prepend`` and ``append`` options to the
    :rst:dir:`literalinclude` directive.
  - #284: All docinfo metadata is now put into the document metadata, not
    just the author.
  - The :rst:role:`ref` role can now also reference tables by caption.
  - The :rst:dir:`include` directive now supports absolute paths, which
    are interpreted as relative to the source directory.
  - In the Python domain, references like ``:func:`.name``` now look for
    matching names with any prefix if no direct match is found.

* New builders:

  - Added a builder for the Epub format.
  - Added a builder for manual pages.
  - Added a single-file HTML builder.

* Extensions:

  - Added the :mod:`~sphinx.ext.viewcode` extension.
  - Added the :mod:`~sphinx.ext.extlinks` extension.
  - Added support for source ordering of members in autodoc, with
    ``autodoc_member_order = 'bysource'``.
  - Added :confval:`autodoc_default_flags` config value, which can be
    used to select default flags for all autodoc directives.
  - Added a way for intersphinx to refer to named labels in other
    projects, and to specify the project you want to link to.
  - #280: Autodoc can now document instance attributes assigned in
    ``__init__`` methods.
  - Many improvements and fixes to the :mod:`~sphinx.ext.autosummary`
    extension, thanks to Pauli Virtanen.
  - #309: The :mod:`~sphinx.ext.graphviz` extension can now output SVG
    instead of PNG images, controlled by the
    :confval:`graphviz_output_format` config value.
  - Added ``alt`` option to :rst:dir:`graphviz` extension directives.
  - Added ``exclude`` argument to :func:`.autodoc.between`.

(markd)

2010-08-22 20:54:08 UTC MAIN commitmail json YAML

Remove the ancient version of pgf that was included.  People that want
pgf will use tex-pgf and this just gets in the way. Bump PKGREVISION.

(markd)

2010-08-22 20:48:18 UTC MAIN commitmail json YAML

py-Numeric was dropped as a dependency back at 1.4.0 so remove the
pkgsrc dependency.

(markd)

2010-08-22 20:44:32 UTC MAIN commitmail json YAML

Change dependency from py-Numeric to py-numpy as thats what the package
actually wants.

(markd)

2010-08-22 12:48:21 UTC MAIN commitmail json YAML

+ ImageMagick-6.6.3.9, acroread9-9.3.4, asymptote-2.04, calibre-0.7.15,
  dd_rescue-1.18, epiphany-extensions-2.30.2, gsoap-2.7.17 [pkg/43789],
  libproxy-0.4.5, modular-xorg-server-1.9.0, p5-Archive-Tar-1.68,
  p5-DateTime-TimeZone-1.21, p5-Module-CoreList-2.37,
  p5-PerlMagick-6.6.3.9, p5-Text-vFile-asData-0.06, phpmyadmin-3.3.5.1,
  py-enchant-1.6.3, py-networkx-1.2 [pkg/43790], rftg-0.7.4,
  scmgit-base-1.7.2.2, scmgit-docs-1.7.2.2, scons-2.0.1, stella-3.2,
  system-tools-backends-2.10.1 [needs polkit>=1.0?|GNOME 2.30],
  vsftpd-2.3.1, wine-devel-1.3.1, x264-devel-20100821, xboard-4.4.4,
  xcalc-1.0.3 [pkg/43788], yaz-4.0.12.

(wiz)

2010-08-22 09:25:29 UTC MAIN commitmail json YAML

2010-08-22 07:47:56 UTC MAIN commitmail json YAML

2010-08-22 05:32:33 UTC MAIN commitmail json YAML

Data::Alias seems to be known being broken since 5.11.5 (see RT#36165 at
https://rt.cpan.org/Ticket/Display.html?id=36165) and there is no public
available patch.

(sno)

2010-08-22 04:32:53 UTC MAIN commitmail json YAML

Initial bootstrap README for Haiku.
Now, we can bootstrap pkgsrc on Haiku without extra patch.

(obache)

2010-08-22 01:02:48 UTC pkgsrc-2010Q2 commitmail json YAML

2010-08-22 00:59:48 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket 3212 - requested by tron
security update

Revisions pulled up:
- pkgsrc/databases/phpmyadmin/Makefile 1.83
- pkgsrc/databases/phpmyadmin/distinfo 1.44

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Sat Aug 21 07:50:02 UTC 2010

  Modified Files:
          pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 2.11.10.1.
  Changes since version 2.11.10:
  - [setup] Fixed output sanitizing in setup script, see PMASA-2010-4 for
    more details.
  - [core] Fixed various XSS issues, see PMASA-2010-5 for more details.

  To generate a diff of this commit:
  cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2010-08-22 00:10:23 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket 3211 - requested by tez
build fix for Solaris

Revisions pulled up:
- pkgsrc/devel/glib2/Makefile 1.176

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tez
  Date:          Fri Aug 20 16:33:10 UTC 2010

  Modified Files:
          pkgsrc/devel/glib2: Makefile

  Log Message:
  Fix build on Solaris per pkg/43707 -  no revision bump since other
  platforms are unaffected and Solaris did not build before

  To generate a diff of this commit:
  cvs rdiff -u -r1.175 -r1.176 pkgsrc/devel/glib2/Makefile

(spz)

2010-08-21 21:41:03 UTC MAIN commitmail json YAML

Updated devel/p5-Git-CPAN-Patch to 0.4.5

(seb)

2010-08-21 21:40:47 UTC MAIN commitmail json YAML

Update p5-Git-CPAN-Patch from version 0.4.4 to version 0.4.5.

Pkgsrc changes:
- adjust dependencies with respect to the minimum version required
of the perl package

Upstream changes:
0.4.5    2010-08-16 19:30:23 America/Montreal
    * fix --force documentation/error message/support for git-cpan-import.
        Thanks to chocolateboy.

(seb)

2010-08-21 20:42:18 UTC MAIN commitmail json YAML

Updated devel/p5-App-cpanminus to 1.0012

(seb)

2010-08-21 20:41:40 UTC MAIN commitmail json YAML

Update p5-App-cpanminus from version 1.0011 to version 1.0012.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
1.0012  Fri Aug 20 12:46:34 PDT 2010
  - version check with -L and -l was failing with --skip-installed default. Now fixed (reported by leedo) #55
  - Fixed the code to find root of tarballs (perlpilot)

(seb)

2010-08-21 18:50:27 UTC MAIN commitmail json YAML

Note update of the "milter-greylist" package to version 4.2.6.

(tron)

2010-08-21 18:49:38 UTC MAIN commitmail json YAML

Update "milter-greylist" package to version 4.2.6. Changes since 4.2.5:
      Build fix for Solaris
      Fix .m4 file
      Allow k or M suffix after data sizes
      Add a missing comma in X-Greylist (Kouhei Sutou)
      Look for liresolv in ${libdir} instead of /usr/lib (DUFRESNE VINCENT)
- Fix SPF on Postfix (Kouhei Sutou)

(tron)

2010-08-21 17:33:46 UTC MAIN commitmail json YAML

Updated wm/sawfish to 1.6.3.1

(asau)

2010-08-21 17:33:11 UTC MAIN commitmail json YAML

Update to sawfish 1.6.3.1

1.6.3.1 "Acid Folk"
===================

  * Fixed a possible compilation-error in prompt.jl [Harald van Dijk]

1.6.3 "Hava Nagila"
===================

  * Bugfixes
        - In tabbed-windows the left/right end is no longer outside the
          window, if that is too small [Fuchur]

        - Unsupported option `ignore-window-input-hint' is deleted
          which has been invalid for long. [Teika kazura]

        - Honor the user option `maximize-raises' in
          `maximize-window-fullscreen' and
          `maximize-window-fullxinerama', too, not just in
          maximize-window [Nolan Leake]

        - More robustness in applications menu [Teika Kazura, Matthew
          Love]

          Before it broke for 'R' (statistics software), and whitespace
          handling didn't follow the specification.

          Some *.desktop files are not ignored any more either, i.e.,
          leading empty lines and comments are allowed.

        - Allow compilation with -DDEBUG flag passed [Alexey I. Froloff]

  * New Features
        - XRandR events (eg resolution changes) call the new hook
          `randr-changed-notify-hook' [Daniel M. German]
          See *Note RandR and Xinerama::.

        - Tabbed windowing system improvements [Fuchur]
            + Support for transient tab-frames

            + New frame classes:
                  x tab-s (side tab)
                  x tab-ls (side tab, left/bottom end)
                  x tab-rs (side tab, right/top end)

            + Tabgroups now support a set of new properties and
              actions: `type', `set-frame-style', `fixed-position',
              `iconify'. In addition, new tabs gain those properties
              from their parent window.

        - New command `display-window-position' [Teika kazura]

          User chooses a window by cursor and click, and it prints its
          position and size in a popup. Also available as a function,
          defined in `sawfish.wm.util.display-wininfo'.

        - New function `window-pid' [Teika kazura]

          It returns the process ID of a window. (*note Window
          Attributes::

        - Window instance name is now accessible [Teika kazura]

          Technically, the window class consists of "instance" and
          "class", but only the latter was returned previously by the
          function `window-class'. Now with the new optional argument,
          the instance is returned too. (*note Window Attributes::)

        - Customizable lisp directory [Teika kazura]

          User can add lisp directories to be read with the
          environmental variable `SAWFISH_USER_LISP_DIR'. Its value is
          directories separated by colon, like `PATH', and prepended to
          `load-path'. If not set, `~/.sawfish/lisp' is assumed.  For
          example, if you define a module `sawfish.wm.super-hack', then
          it can be read from
          `~/.sawfish/lisp/sawfish/wm/super-hack.jl'.

          User can override system lisp files, too. For example, if
          there is `~/.sawfish/lisp/sawfish/wm/windows.jl', then it
          defines `sawfish.wm.windows', instead of the installed one.
          (But this can easily break your Sawfish startup.) In fact, it
          was possible for some lisp files, but now it's guaranteed for
          all files.

  * Other Changes
        - Info improvements [Teika kazura]
            + "Windows" chapter is partly revised. Function
              `display-window' is documented. Difference between
              `window-wants-input-p' and `window-really-wants-input-p'
              is described. Short description on the root window.

            + In past few versions we made more changes which were not
              described in the news, including clarification in
              viewport, workspace and event, and window matching lisp
              functions.

            + Added a faq item on multi-head and workspace.

            + Edition number and the date of last change are dropped
              from the info.  We now edit the info often, so they are
              not so much meaningful.

        - Pressing the lock-button does the state-change of the window
          accordingly. [Fuchur]
          No theme shipped with Sawfish does have the lock-button yet,
          though.

        - Make xinerama an optional dependency [original patch from
          Gentoo]

1.6.2 "Mighty Disco King"
=========================

  * The 1.6.2 release has some improvements.

  * Bugfixes
        - Application menu is more robust now.  [Matthew Love,
          Christopher Bratusek]

          Application menu, introduced in 1.6.0, made Sawfish crash if
          `*.desktop' file had a malformed key value (say ; as first
          character or # somewhere inside), or it was unreadable. It is
          fixed.

        - Minor fix of window placement by direction [Teika kazura]

          When the window placement mode is for example `east' and the
          window is wider than the screen, then the window was put
          wrongly. It is fixed.

  * New features
        - New command `maximize-discard' [Teika kazura]

          The command `maximize-discard' stops a maximized window to be
          treated as maximized any more, so that you can move and
          resize the window.

          The functinon `maximize-discard' has existed, and now it's
          exported.

        - New command `jump-or-exec' [Christopher Bratusek]

          The user uploaded module "jump-or-exec" has been merged. It
          provides `jump-or-exec', a command which may be used to focus
          a window, or if it does not exist, start the application.

          Unlike the original version this one also supports matching a
          window by its class (returned by `window-class' function),
          which makes it more flexible for applications like music
          player or browsers, which tend to change their WM_NAME
          relatively often.

          For usage, see `lisp/sawfish/wm/commands/jump-or-exec.jl'
          file.

  * Misc
        - Improved ebuild and specfile [Christopher Bratusek] [Kim B.
          Heino]

        - Updated documentation [Christopher Bratusek] [Teika Kazura]

        - Removed `frame-style-editable-p' and all other remaining
          sawfish-themer fragments, as it's dead. [Christopher Bratusek]

1.6.1 "Astral"
==============

  * The 1.6.1 release brings several bugfixes and improvements

  * Build and Installation
        - New/Updated requirements:
            + librep 0.90.4 -> 0.90.5
            + rep-gtk 0.90.0 -> 0.90.2

        - The configure option `--without-nine-mouse-buttons' is not
          allowed to have 4 hyphens, therefore it's renamed to
          `--without-nine-mousebuttons'.  [Christopher Bratusek]

        - Reworked configures help-message for better readability.
          [Kim B. Heino]

        - Configure now uses `kde4-config --install data' rather than
          `kde4-config --path data', so no sed-kludge is needed anymore.

          Make $datadir/kde4/apps/ the fallback path, if KDE4 is not
          installed.  [Kim B. Heino]

        - Majorly improved debian and rpm packaging scripts.
          [Christopher Bratusek] [Kim B. Heino]

        - The spec has been reworked to detect kde4/librep directories
          while runtime, instead of hardcoding those paths from
          configure, which makes it more portable.  [Kim B. Heino]

        - Our own implementation of dlmalloc is disabled since 2002, as
          it breaks sawfish on several architectures. From this version
          on, we don't ship it anymore.  [Kim B. Heino]

        - Export the imageloader beeing used by sawfish in the .pc file.
          [Christopher Bratusek]

        - Don't remove the .pot file upon `make distclean'.
          [Christopher Bratusek]

        - Install Sawfishs header files to $includedir/sawfish/.
          [Christopher Bratusek]

        - Autotools improvements (Makefile, autogen.sh & Co.)
          [Christopher Bratusek]

  * Bugfixes
        - Fixed a bug where the gnome-panels pager gets confused about
          the current viewport when displaying all workspaces.  [Jeremy
          Hankins]

        - Fixed minor bugs in viewport.jl.  [Jeremy Hankins]

  * Doc
        - Fixed a small doc misstake (refered to window-set instead of
          window-put).  [Christopher Bratusek]

        - Fixed the docstrings of shrink and yank.  [Timo Korvola]

  * Misc
        - Last 3 instances of "sawmill" replaced by "sawfish".  [Kim B.
          Heino]

1.6.0 "Sound Of Thunder"
========================

  * The 1.6.0 release has new features and bugfixes

  * Build and installation changes
        - New/Updated requirements:
            + librep 0.90.0 -> 0.90.4
            + rep-gtk 0.18.4 -> 0.90.0

        - Removed requirements: LibAudioFile and ESounD

        - Mouse buttons 6 - 9 support is now optional

          Support for 6 - 9 mouse buttons is now optional.
          X.Org/XFree86 headers only define up to 5 buttons, and we use
          a working but somewhat hackish workaround for getting buttons
          6 - 9 which is suspected to cause some problems with
          modifiers. Support for them is enabled by default. If you
          want to disable it, add the following flag to configure:

          `--without-nine-mousebuttons'

          If you drop it, then you can't use mouse button 8 to, for
          example, drag windows.

        - Installation directory change

          Directory `libexec' is not used anymore for library files
          installation. Instead, they go into `lib' by default.

  * Incompatible user visible changes:
        - Configurator's binary, `sawfish-ui', is renamed to
          `sawfish-config' [Christopher Bratusek]

          Its window class is changed to `sawfish-configurator' /
          `Sawfish-Configurator', too. The lisp module is renamed from
          `sawfish.ui' to `sawfish.cfg'.

        - Infinite Desktop boundary behavior and option

          In `infinite-desktop', the option to specify the boundary
          behavior has changed. If `viewport-boundary-mode' is
          `dynamic', then you can go as far as you like. Otherwise, it
          stops at the workspace boundary of which size is specified by
          `viewport-dimensions'. Now the latter is the default. See also
          "dynamic viewport" described below.

          The previous variable,
          `infinite-desktop.stop-at-workspace-borders', which is used
          for this purpose, no longer exists.

        - User config file changes

          In Sawfish < 1.6, `sawfish.wm.defaults' is loaded by default,
          only if the `~/.sawfishrc' lacks. Now, it is always read, so
          you don't have to `require' it. It sets up GNOME or KDE
          support if found running, and does load the error-handling
          module.

          Since Sawfish 1.5 `~/.sawmillrc' is no longer a valid
          configuration- file. From this version on, Sawfish will
          rename `~/.sawmillrc' to `~/.sawfishrc', if the former does
          exist on your system, but the latter doesn't.

        - In configurator, the "Matched Windows" group has been renamed
          to "Window Rules"

        - Sound support has changed. [Christopher Bratusek]

          Sawfish used to rely on ESounD and LibAudioFile to play
          sound, but we dropped that. If you want sound, set the
          variable `play-sample-program' to the path of the program
          capable of playing *.wav file. You can set the variable from
          the Configurator, too. By default `paplay' is beeing used.

          You can't set any arguments to pass from this variable. If
          you want to give arguments or redirect output, write a wrapper
          program. (*note FAQ::, "Sound support" section.)

        - GNOME integration updates [Christopher Bratusek]

          GNOME support is trimmed down. All we offer now is as follows:

          If GNOME runs, in `session' submenu under Sawfish root menu,
          logout and shutdown from GNOME are added. Don't remove `quit'
          and `restart' from menu now. GNOME help is available in menu.

          Unless set by user, gnome-terminal.wrapper and
          gnome-www-browser are used for user options `xterm-program'
          and `browser-program'.

          Most of dropped GNOME integrationcode is ancient, mainly for
          1.x and early 2.x. Files `lisp/sawfish/wm/commands/gnome.jl'
          and `lisp/sawfish/wm/state/gnome.jl' are deleted.

          GNOME-Detection has been updated for recent versions. [Alexey
          I. Froloff]

        - xterm and browser changes

          Module `sawfish.wm.commands.xterm' is renamed to
          `sawfish.wm.commands.launcher'. Option `xterm-args' is
          dropped. If you use it, simply append its value to
          `xterm-program'.

          Customization-group is changed from `misc' to `External
          Applications'.

          The functinon `display-url' is renamed to `browser', now
          defined in the module cited above. Variable
          `display-url-command' is renamed to `browser-program'.

        - Sawfish pager

          If you've been using Sawfish-pager, then you have to
          recompile it, due to library files location change.

        - Deletion of `user-level' property

          (This affects almost none.) There has been a defcustom
          property `user-level'. It has been deprecated for years, and
          it's now deleted.

  * Bugs fixed:
        - Prevents crashes for quick window destructions, especially
          under high load

          There have been crashes if a window is destroyed soon after
          its creation.  It happens in `add_window' function, and the
          cause is guessed to be garbage collection following window
          destruction before the object access.

          Now most parts of `add_window' are protected from garbage
          collection with `rep_PUSHGC' / `rep_POPGC'. It also prevents
          `add_window_hook' from being called with uninitialised
          argument.  [Timo Korvola, Janek Kozicki]

        - Random window disapperance prevention

          There're reports of sudden, random window disapperance, under
          Xinerama and some other drivers. It is partly prevented, but
          not completely, as this may also be caused by other libraries
          or buggy video drivers.

          Now in error_handler() in src/display.c, when a window sends
          request_code 12 (X_ConfigureWindow), don't auto-assume it to
          be unmapped. [Janek Kozicki]

        - Build and Installation:
            + Library check: Fix in `SMlib' and `libICE' check on
              x11r7 [Christopher Bratusek]

            + `.desktop' files fixes: typos fixed and unneeded entries
              removal [Christopher Bratusek]

            + In spec file, repexecdir definition is fixed
              [Christopher Bratusek]

            + In `po/Makefile.in', a wrong call of make-pot is fixed
              [Christopher Bratusek]

            + Always build the FAQ upon make [Christopher Bratusek]

            + Expand REP_ENVIRON in scripts/Makefile.in [Luis Rodrigo
              Gallardo Cruz]

            + Add `--tag=CC' to libtool where necessary. It unbrakes
              compilation on some arches [Gentoo Linux]

            + Use $prefix/lib instead of $prefix/libexecdir, to
              satisfy the FHS [Christopher Bratusek]

        - In configurator,

          Strings are now fully translatable [Alexey I. Froloff]

          SpinButton listens to manual value change. (It's now
          connected to the correct signal.)  [Christoper Bratusek]

          Position parameters can be negative [Christopher Bratusek,
          Teika Kazura]

        - Fixed Focus issues with KDE4 Menu/Run-Dialog [Timo Korvola]

        - Fix cursor-warping in conjuction with Infinite-Desktop
          [Jeremy Hankins]

        - Fixed group of the stagger options [Christopher Bratusek]

        - Fixed a call of `select-workspace-from-first' [Michal Maru邸ka]

        - In `Simple' theme, windows are now resizable from the right
          border [Christopher Bratusek]

        - Missing exports are now supplied, for shrink-yank functions
          and `send-to-workspace'. [Christopher Bratusek]

        - Commands `maximize-window-fullscreen' and
          `maximize-window-fullxinerame' work. [Teika kazura]

        - Variable `this-command' is `nil' outside of command call.

        - Customization option `uniconify-to-current-viewport' has been
          undeprecated. [Teika kazura]

  * New features:
        - New application menu [Matthew Love, Timo Korvola]

          Sawfish now generates application menu automatically, by
          reading `/usr/share/applications/*.desktop' files. If you
          manually set `apps-menu', then it won't be. If you like to
          have both your own applications menu and auto the generated
          one, then refer back to `user-apps-menu' rather than
          `apps-menu'. In addition you can use the variable
          `desktop-directory' to specify a different directory to look
          for *.desktop files, or a set of directories, if desired.

          Root, and Window-Operations menus are revamped, too.
          [Christopher Bratusek]

        - Added options to change the font color of window title,
          independent of the theme in use [Matthew Love, Christopher
          Bratusek, Timo Korvola]

          Internally, a new function `remove-frame-part-value' which
          allows to change/remove values from frame-parts is used.
          [Timo Korvola]

        - Sawfish does now support theme-tarballs compressed with XZ
          (aka LZMA2) and LZMA [Christopher Bratusek]

        - Xinerama support for Grow/Pack [Nolan Leake]

          Make grow/pack Xinerama aware. The support still remains
          basic, as shrink/yank still lacks it.

        - Window rules can be set by lisp

          Window rules (former "matched windows") can easily be set from
          configurator, but it can now be set by lisp, too, with
          `add-window-matcher' function. For the details, *Note Window
          Rules by Matching::. An example usage is like this:

              (add-window-matcher '((WM_NAME . "^root$")
                                    (WM_CLASS . "^XTerm/xterm$"))
                                  '((ignore-program-position . t)
                                    (maximize . vertical)))

          In fact, this function has already existed, but now it can
          now specify both windowname and -class, also the grammar has
          changed. The old syntax is still allowed, but deprecated.

        - Keymap translation [Scott Scriven]

          Sawfish can "translate" keymaps for each window. Suppose you
          have the following lines in your `~/.sawfish/rc':

              (add-window-matcher
                      '((WM_NAME . "^Terminal$"))
                      '(keymap-trans . (("C-n" "C-S-t")
                                        ("C-w" "C-S-w"))))

          Then, when you press `C-n', any windows with name "Terminal"
          receive `C-S-t', and so on.

          This is part of window rules, but it cannot be exposed in the
          configurator yet.

        - New window rules
            + Maximizations `fullscreen' and `full-xinerama' are
              available now (*note Maximizing Without Borders::)
              [Jeremy Hankins]

            + Window position can also be specified by the direction,
              like north or east, instead of the coordinates. [Jeremy
              Hankins]

            + New window rules `new-workspace' and `new-viewport',
              which place a window on the first empty Workspace or
              Viewport (if there's none, one will be generated), have
              been introduced [Jeremy Hankins]

              If `new-workspace' is chosen, then the window is put in
              an empty workspace, or a new workspace is created if
              none. A workspace with sticky windows only are
              considered empty. `new-viewport' is the same but an
              empty viewport is chosen. If none is, the workspace is
              enlarged, and the window is put in a new viewport.

            + `window-name' can change the window's name. [Christopher
              Bratusek]

        - New commands [Christopher Bratusek]

          5 new move-cursor commands, 4 diagonals and 1 to center.
          (*note Pointer Functions::

          Three window manipulation commands, `double-window-size',
          `halve-window-size', and `move-window-center'.  The former
          two are based on the `resize-by-factor' metafunction.

          `browser' invokes a browser instance.

        - New functions `rename-window' changes the window name. [from
          "mmc" fork, Christopher Bratusek]

          In practice, it works, but technically speaking, the window
          name is not supposed to be changed in ICCCM, by the
          Window-Manager.

          `viewport-windows' returns windows in a viewport. [Jeremy
          Hankins]

          `get-window-by-class' and `get-window-by-class-re'
          [Christopher Bratusek]

        - Dynamic Viewport-Boundary-Mode [Jeremy Hankins]

          When you set `viewport-boundary-mode' to `dynamic', then the
          workspace grows and shrinks dynamically so that it contains
          all windows and the current viewport. For the details, *Note
          Dynamic Viewport::.

        - KDE4 integration module [Christopher Bratusek]

          KDE4 is automatically detected. KDE help, and KDE logout,
          shutdown, and reboot are provided in the menu. In KDE4 WM
          Selector, Sawfish is added.

          Unless set by user, konsole and konqueror are used for user
          options `xterm-program' and `browser-program'.

        - Poweroff from menu

          Added poweroff commands in menu for non KDE/GNOME users.
          There are reboot, halt, suspend and hibernate. The used shell
          commands can be set from configurator, under "Misc" ->
          "External Applications". If you don't want it, set
          `want-poweroff-menu' to nil.

          User needs the appropriate privilege. For a way to do so, see
          *Note FAQ::, "Shutdown privilege" section.

          Reboot and halt call `before-exit-hook' and do
          `delete-window' to each window before actually rebooting or
          halting, to ensure everything is fine on the next startup.

        - New Frame Classes [Christopher Bratusek]
          A "frame class" defines frame component and are used by
          themers to add buttons or frames to their theme in charge.
          There are no user visible changes.

            + `sticky-button', a button to toggle window `sticky' or
              `viewport-sticky'

            + `lock-button', a button to toggle window position `fixed'

            + `rename-button', a button to rename the window-title and
              window-icon properties (not ICCCM compliant)

            + `move-resize-button', a button to perform various move
              and resize actions on a window

            + `raise-lower-button', a button to perform various
              raising and lowering actions on a window

  * Widget Transistion [Christopher Bratusek]
        - Custom make-url-widget replaced by GtkLinkButton

        - Custom about-dialog replaced by GtkAboutDialog

        - GtkButton + GtkPreview + GtkColorSelection trio replaced by
          single GtkColorButton

  * Other Changes:
        - Startup window placement improvement [Jeremy Hankins]

          At Sawfish startup including restart, maximized windows and
          position specified windows used to mess up viewport, appearing
          in wrong viewports. It's fixed now.

        - Renamed `after-add-window' to `maxmize-after-add-window'
          This function is only used in a hook [Teika Kazura]

        - Don't let `cycle-class' and `cycle-class-backwards' ignore
          WINDOW-ORDER [Daniel M. German]

        - Docks/panels are unframed, and window type is set to `dock'
          by default [Timo Korvola]

        - You can exit from sawfish-client with `,quit' (also `C-d'),
          unlike `C-c' it won't kill the WM [Teika Kazura, Timo Korvola]

        - Number widget (GtkSpinButton) can take optional initial value
          [Teika Kazura]

        - Changing `raise-tabs-on-hover' takes effect immediately now
          [Christopher Bratusek]

        - Inactive windows in Crux theme do now have black text for
          better readability [Christopher Bratusek]

        - With new option `customize-redirect', configurator's output
          can be redirected. [Teika Kazura]

        - Grow/Pack and Shrink/Yank options are in the same group now
          [Christopher Bratusek]

          These commands are now available from window operation menu,
          too.

        - When moving a window the cursor shape is now `hand2', when
          resizing `crosshair' [Christopher Bratusek]

        - In the theme document in the configurator, the cursor is
          invisible and the wrap mode is set to word-char [Christopher
          Bratusek]

        - Build, installation and source
            + Improved ebuild [Christopher Bratusek]

            + Encoding is unified to utf-8 for all distributed files
              [Teika Kazura]

            + Squashed all bytecompiler warnings [Matthew Love]
              Some warnings were superfluous, though.

            + To info file `dir' the section `sawfish' has been added
              [Luis Rodrigo Gallardo Cruz]

            + Distclean rule for po/Makefile.in [Christopher Bratusek]

            + Removed ancient sawmill removal fragments from Makefile
              [Christopher Bratusek]

            + Block comments in lisp files are now semicolons
              Sorry, without reason. Block comment remains allowed.

        - Docs
            + Added man-pages for `sawfish', `sawfish-client' and
              `sawfish-config' [Debian]

            + News items for 1.5.0 are rewritten in a more readable
              fashion [Teika Kazura]

            + Info manual updates [Christopher Bratusek, Jeremy
              Hankins, Teika Kazura]

            + Added new contributors to `THANKS' section of
              `CONTRIBUTING' [Christopher Bratusek]

            + Updated OPTIONS and KEYBINDINGS [Christopher Bratusek]

            + Fixed the license header of tabbed-windowing files
              [Christopher Bratusek]

(asau)

2010-08-21 17:09:09 UTC MAIN commitmail json YAML

Adjust buildlink3.mk after update.

(asau)

2010-08-21 16:57:09 UTC MAIN commitmail json YAML

Updated x11/rep-gtk2 to 0.90.2

(asau)

2010-08-21 16:56:52 UTC MAIN commitmail json YAML

Update to rep GTK 0.90.2

0.90.2:
improved deb and rpm packaging scripts
improved ebuild
install header to $includedir/rep-gtk
autotools (Makefile & Co.) rework
More bindings for 2.12 API added

0.90.1:
improved ebuild
improved spec-file [Kim B. Heino]
Addtitions:
GtkUiManager support [J端rgen H旦tzel]
GtkAction support [J端rgen H旦tzel]
More bindings to 2.12 API added

0.90.0:
Minimum GTK+ Version: 2.12
Additions:
GError support [J端rgen H旦tzel]
Basic GtkBuilder support [J端rgen H旦tzel]
Some bindings to 2.12 API added

DEPRECATED APIs removed:
GtkPreview*
GtkSignalRunType
GtkSubMenuDirection
GtkSubMenuPlacement

(asau)

2010-08-21 16:55:20 UTC MAIN commitmail json YAML

Updated lang/librep to 0.90.5

(asau)

2010-08-21 16:55:07 UTC MAIN commitmail json YAML

Update to librep 0.90.5

0.90.5
======

  * Byte compiler bugfix in docstring loss [Teika Kazura]

    Practical effect: Previously, if a user byte-compile files, then
    the docstring is lost in sawfish-config. This is fixed.

    Details: Loss of docstring happened only if (1) byte compiler is
    not given `--write-docs', so only byte-compilation by user (2)
    defvar is invoked within macro definition, including `defcustom' in
    Sawfish. Plain defvar was not affected by this bug.  It was
    because in 'trans-defvar' in lisp/rep/vm/compiler/rep.jl, the
    docstring is stored in a wrong property `variable-documentation'.
    It is corrected to `documentation'.

    Symbol `variable-documentation' is not used elsewhere, including
    Sawfish and emacs' sawfish-mode.
  * Our own implementation of dlmalloc is disabled since 2002, as it
    breaks librep on several architectures. From this version on, we
    don't ship it.  [Kim B. Heino]
  * Our own implementation of alloca/memcmp is not needed, rely on
    libcs instead.  [Kim B. Heino]
  * Majorly improved the debian and rpm packaging scripts [Christopher
    Bratusek] [Kim B. Heino]
  * Install headers to $includedir/rep/ instead of $includedir/
    [Christopher Bratusek]
  * Autotools improvements (Makefile, autogen.sh & Co.)  [Christopher
    Bratusek]
  * Added `file-gid-p' function for getting the gid of a file
    [Christopher Bratusek]
  * Added `file-uid-p' function for getting the uid of a file
    [Christopher Bratusek]

0.90.4
======

  * Library version bumped to 9.4.1
  * Use $prefix/lib instead of $prefix/libexec
  * Fixups for OpenBSD [Jasper Lievisse Adriaanse]
  * Don't hardcode /usr in manpage installation path

0.90.3
======

  * Added `file-executable-p' function
  * Improved spec-file [Kim B. Heino]
  * Improved ebuild [Fuchur, Christopher Bratusek]
  * Fallback check for ffi, if there's no libffi.pc [Vincent Untz]
  * Removed rep-config script (use librep.pc instead)
  * Added man-pages for `rep', `repdoc', `rep-remote' and
    `rep-xgettext' [Debian]
  * Added debian packaging scripts based on the official ones

0.90.2
======

  * Fixed a major defunct with prin1 + utf8 [Timo Korvola]
  * Fixed descriptions of formats %s and %S in streams.c

0.90.1
======

  * Properly terminate the rep interpreter [J端rgen Hæ—¦tzel]
  * Use readline history in interactive mode [J端rgen Hæ—¦tzel]
  * Tar file-handler does now support XZ compressed tarballs
  * Tar file-handler does now support LZMA compressed tarballs
  * Improved regex for parsing tar output in the file-handler [Alexey
    I. Froloff]
  * We do now correctly check for libffi
  * Improved libffi-binding [Alexey I. Froloff]
  * Updated librep.sym for missing entries [Alexey I. Froloff]
  * Fixed an incomplete definition
  * Added -L$prefix to libs section of the .pc file
  * No C++ style comments in C code

(asau)

2010-08-21 16:37:14 UTC MAIN commitmail json YAML

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

(seb)

2010-08-21 15:27:45 UTC MAIN commitmail json YAML

Updated devel/ocaml-findlib to 1.2.6

(asau)

2010-08-21 15:27:31 UTC MAIN commitmail json YAML

Update OCaml findlib to 1.2.6

Changes:

-  1.2.5: Fix: Again CR deletion... Turns out some OS do not  understand '\r'
  but only '\015' (thanks to Isaiah Weiner)
  Support for Win64 (untested; thanks to David Allsopp)
  ocamlfind no longer emits auto-generated -ccopt options. These  tend to
  accumulate, and it is possible that for large projects  the maximum command
  line length is exceeded. Current versions of  the O'Caml compilers do not
  need these extra -ccopt anyway, so  this code is completely dropped.

-  1.2.4: Fix: Bigarray needs unix (Thanks to Markus Mottl)
  Fix: In the version of camlp4 provided by O'Caml 3.11 various  libraries do
  not contain dynlink anymore. Because of this, dynlink  becomes a
  prerequisite of camlp4. (Thanks to Martin Jambon)
  Attempt: Fixing the space issue for paths (Win32). It is unclear  whether it
  is solved. (Thanks to Christophe Troestler)

-  1.2.3: Solving the CR deletion differently, to  make OS X happy.

-  1.2.2: Fix: Problem with CR character (Cygwin)  (Thanks to David Allsopp)
  Fix: Case-insensitive filesystems (partially solved)  (Thanks to David
  Allsopp)
  Fix: File name with backslashes at the end (Win32; thanks to Dmitry
  Grebeniuk)

-  1.2.1: Fix: Camlp4 rules now activate the stream parser extension

-  1.2: Fix in build scripts: Prepending $(prefix) when installing safe_camlp4
  (thanks to Daniel Janus)
  Non-existing -I directories are ignored (thanks to Nicolas Pouillard)
  A script to create a MacOS X package (thanks to Pietro Abate)
  Better support for Windows (with help from Robert Roessler and David
  Allsopp)
  Support for camlp4 on O'Caml 3.10
  Fix: "ocamlfind install" with "-patch" option writes now correct META file
  for the case that subpackages occur
  Adding environment variable OCAMLFIND_IGNORE_DUPS_IN to reduce the number of
  warnings ocamlfind emits

(asau)

2010-08-21 15:02:14 UTC MAIN commitmail json YAML

Unlimit stacksize, needed at least on my 5.99.38/amd64.

(wiz)

2010-08-21 14:18:04 UTC MAIN commitmail json YAML

Fix PLIST on inotify-Linux systems. From Aleksey Cheusov in PR 43784.

While here, clean up a pkglint warning.

(wiz)

2010-08-21 14:16:45 UTC MAIN commitmail json YAML

Updated lang/kali to 0.52.2

(asau)

2010-08-21 14:16:18 UTC MAIN commitmail json YAML

Update to Kali Scheme 0.52.2
Project was abandoned, then picked up, seems to be abandoned again.
Changes are unknown.

(asau)

2010-08-21 12:32:25 UTC MAIN commitmail json YAML

define dummy file command, same as OSF1 and FreeMiNT.

(obache)

2010-08-21 12:09:59 UTC MAIN commitmail json YAML

2010-08-21 12:04:52 UTC MAIN commitmail json YAML

Add libsmi option.
Requested by PR#32371.

(obache)

2010-08-21 10:17:59 UTC MAIN commitmail json YAML

Ok it is broken but let us make the Makefile usable enough to get it

(seb)

2010-08-21 10:17:10 UTC MAIN commitmail json YAML

Ok it is broken but let us make the Makefile usable enough to get it

(seb)

2010-08-21 09:07:17 UTC MAIN commitmail json YAML

Ok it is broken but let us make the Makefile usable to know it :)

(seb)

2010-08-21 07:50:12 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 2.11.10.1.

(tron)

2010-08-21 07:50:02 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 2.11.10.1.
Changes since version 2.11.10:
- [setup] Fixed output sanitizing in setup script, see PMASA-2010-4 for
  more details.
- [core] Fixed various XSS issues, see PMASA-2010-5 for more details.

(tron)

2010-08-21 06:08:46 UTC MAIN commitmail json YAML

Updated databases/p5-DBM-Deep to 2.0000

(sno)

2010-08-21 06:07:39 UTC MAIN commitmail json YAML

Updating databases/p5-DBM-Deep from 1.0025 to 2.0000

Upstream changes:
2.0000 Jul 18 14:30:00 2010 PDT
    - THIS VERSION IS NOT FULLY COMPATIBLE WITH 1.002x.
    - This version is practically identical to the previous dev
      release. See 1.9999_01, below, for all the hype.
    - Also, a memory leak caused by misuse of field hashes has
      been fixed.
    - perl 5.8.4 is now required.

1.9999_02 Jul 11 13:02:00 2010 PDT
    (This is the second developer release for 2.0000.)
    - Fixed a broken test
    - Fixed compilation and overloading under perl 5.8.x

1.9999_01 Jun 27 14:22:00 2010 PDT
    (This is the first developer release for 2.0000.)
    - THIS VERSION CHANGES THE FILE FORMAT.
        - Databases from DBM::Deep 1.0003 and higher can still
          be opened.
        - Newly-created databases automatically use the version 2.x
          format (numbered 4 internally), which version 1.x
          cannot open.
        - The optimize method, since it copies everything to a new
          database, upgrades it.
        - There is a new db_version method.
    - Support for perl 5.6 has been dropped. We now require 5.8. 5.6
      users can still use version 1.0025. If anyone really needs 5.6
      support in version 2.x, we can add it back again, but would pre-
      fer not to. Bug fixes may be back-ported to 1.002x if requested.
    - The File back end now supports Unicode. This is only supported
      for new databases. Old databases in the DBM::Deep 1.0003 format
      will have to be upgraded for this to work.
    - New external_refs mode, which allows objects retrieved from the
      database to hang on to the corresponding database entries, keep-
      ing them alive, even after all references to them from the data-
      base itself have been deleted.
    - Numeric comparison of DBM::Deep objects now works. Different
      objects used to compare equal. And there were uninitial-
      ized warnings.
    - Deletions now work properly in the DBI back end. Deleting an
      array or hash referenced by two keys in the database used to
      be a no-op.

(sno)

2010-08-21 05:07:51 UTC MAIN commitmail json YAML

Support builtin library detection for Haiku.
A half of PR#43399.

(obache)

2010-08-21 03:12:46 UTC MAIN commitmail json YAML

Improve Haiku Support
* Make perl executable
* Add rpath for linkage, to allow using libraries outside of default LIB_PATH.
* Allow PREFIX != /boot/common (patch-cp)

(obache)

2010-08-21 00:53:07 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.6.1

(obache)

2010-08-21 00:52:33 UTC MAIN commitmail json YAML

Update milter-manager to 1.6.1.

== [release-1-6-1] 1.6.1: 2010-08-21

A bug fix release of 1.6.0.

=== milter manager

==== Fixes

  * Fixed a bug that no statistics information isn't logged to syslog.
    [Reported by akira yamada]

=== Thanks

  * akira yamada

(obache)

2010-08-20 23:35:38 UTC MAIN commitmail json YAML

Use standard format for MESSAGE.

(wiz)

2010-08-20 21:25:14 UTC MAIN commitmail json YAML

Note update of the "majordomo" package to version 1.94.5nb3.

(tron)

2010-08-20 21:25:02 UTC MAIN commitmail json YAML

2010-08-20 19:37:41 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Table to 1.0.2

(sno)

2010-08-20 19:37:30 UTC MAIN commitmail json YAML

Updating print/p5-LaTeX-Table from 1.0.1 to 1.0.2

pkgsrc changes:
- adjust dependencies according to META.yml

Upstream changes:
1.0.2  Wed  Jul 21 21:08:00 2010
        - Support for recent Class:MOP (patch from Ansgar, Thanks!!)

(sno)

2010-08-20 19:29:13 UTC MAIN commitmail json YAML

Updated editors/p5-Padre-Plugin-XS to 0.02

(sno)

2010-08-20 19:29:01 UTC MAIN commitmail json YAML

Updating editors/p5-Padre-Plugin-XS from 0.01 to 0.02

pkgsrc changes:
- Bump dependency on devel/p5-Perl-APIReference for 5.12.0 support

Upstream changes:
0.02 2010-04-18
    Bump dependency on Perl::APIReference for 5.12.0 support.

(sno)

2010-08-20 19:25:22 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-APIReference to 0.04

(sno)

2010-08-20 19:25:11 UTC MAIN commitmail json YAML

Updating devel/p5-Perl-APIReference from 0.03 to 0.04

Upstream changes:
0.04  Sun Apr 18 20:00 2010
  - Support for perlapi of 5.12.0.

(sno)

2010-08-20 19:15:41 UTC MAIN commitmail json YAML

Updated editors/p5-Padre-Plugin-Vi to 0.23

(sno)

2010-08-20 19:15:29 UTC MAIN commitmail json YAML

Updating editors/p5-Padre-Plugin-Vi from 0.22 to 0.23 (using
CPAN distribution 0.23.0, because 0.23 seems to have files distributed,
which doesn't belong there).

pkgsrc changes:
- Fixing for Padre-0.69 (Wx::perl::Dialog -> Padre::Wx::Dialog)
- mark for unsafe using make-jobs

Upstream changes:
0.23 2010.07.24
actually install the translations (RSN)
compatibility to newer Padre versions (ZENOG)
added MANIFEST.SKIP

(sno)

2010-08-20 18:51:37 UTC MAIN commitmail json YAML

Updated editors/p5-Padre-Plugin-PerlCritic to 0.08

(sno)

2010-08-20 18:51:25 UTC MAIN commitmail json YAML

Updating editors/p5-Padre-Plugin-PerlCritic from 0.07 to 0.08

Upstream changes:
    - Turkish translation updated (BURAK)
    - Compatibility with latest Padre (CHORNY)

(sno)

2010-08-20 18:48:09 UTC MAIN commitmail json YAML

Updated editors/p5-Padre-Plugin-SVN to 0.05

(sno)

2010-08-20 18:47:55 UTC MAIN commitmail json YAML

Updating editors/p5-Padre-Plugin-SVN from 0.04 to 0.05

Upstream changes:
0.05 2010.05.23
* Changed the blame (log) display to show as a tree view.
* gettext-ified some messages (Zeno Gantner)

(sno)

2010-08-20 17:56:49 UTC MAIN commitmail json YAML

libfetch-2.33:
Don't leak FTP connections on errors in fetch or if only stat is
requested. Reported via Xavier Chantry.

(joerg)

2010-08-20 16:54:02 UTC MAIN commitmail json YAML

Drop maintainership.  These are still slated for removal.  Only one person
has spoken up, and I think they're going to try the gutenprint version.

(gdt)

2010-08-20 16:33:10 UTC MAIN commitmail json YAML

Fix build on Solaris per pkg/43707 -  no revision bump since other
platforms are unaffected and Solaris did not build before

(tez)

2010-08-20 13:15:43 UTC MAIN commitmail json YAML

Move the reminder about reading the docs to MESSAGE, and use ${PREFIX} there
so that the right path is advertized.

(is)

2010-08-20 09:29:18 UTC MAIN commitmail json YAML

Update parrot from version 2.4.0 to 2.5.0.

Pkgsrc changes:
o Adapt PLIST and Makefile to what's in the package source and what
  is now being installed.

Upstream changes:
* Core
  o Added ByteBuffer PMC to allow direct byte manipulation
  o Modified some PMC vtable functions to reduce complexity,
    simplifying coverage.
  o Modified PAST to generate symbolic PASM constants in PIR output.
  o General STRING API cleanups
  o Increased test coverage of core PMCs
  o Fixed up 'exit' opcode, added CONTROL_EXIT exception type.
  o Experimental 'unroll' opcode renamed to 'finalize'
* NQP-rx
  o Added proper support for multisubs and multimethods
  o Fixed sigspace handling ** quantifier in regexes
  o Added \e strings
  o Added use of inversion lists for charclass lists in regexes
* Platforms
  o EPEL (Extra Packages for Enterprise Linux) packages for
    RHEL6.beta are available
* Begin moving towards Lorito, the ops refactor to enable pervasive
  self-hosting and JIT compilation.
  o All ops are now built with the self-hosted opsc compiler.
  o For more Information about Lorito see:
        + http://trac.parrot.org/parrot/wiki/Lorito
        + http://trac.parrot.org/parrot/wiki/LoritoRoadmap

(he)

2010-08-20 07:02:11 UTC MAIN commitmail json YAML

Updated editors/p5-Padre to 0.69

(sno)

2010-08-20 07:01:35 UTC MAIN commitmail json YAML

Updating editors/p5-Padre from 0.58nb1 to 0.69

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.69 2010.08.17
    - Landed ConfigSync branch (MATTP)
    - Task 2.0 restores support for having tasks send unlimited messages
      back to the main application while they are running (ADAMK)
    - Added Padre::Task::Run for background process execution with STDOUT
      lines streaming as events back to the main window. (ADAMK)
    - Fixed test failure in t/93-padre-filename-win.t under win32 (SEWI)
    - Devel plugin now has the option to dump the Task Manager (GARU)
    - Refactored, reskinned and polished ConfigSync functionality (ADAMK)
    - Added ->status to ::Main to allow rapid transient messages to be
      presented in the status bar, as fast as 100/sec (ADAMK)
    - Fixed the file-changed-on-disk dialog: Show "Reload" button instead
      of "Close" (SEWI)
    - Adding a ton of additional $BACKCOMPATIBLE variables so that every
      class consumed by the current family of plugins has them (ADAMK)
    - Nudging up the default background thread count now that we will
      start to see long-running threads looking after background
      processes (ADAMK)
    - Allow the opening of files exceeding the editor_file_size_limit of
      500_000. The file is opened if the user answers Yes to the
      dialog (MULANDER)
    - The Task Manager now records per-worker statistics on which tasks they
      have run in the past. This is needed to support various worker
      optimisation strategies to be implemented in the future (ADAMK)
    - Added a simple initial Task Manager optimisation strategy to favour
      workers which have run a task at least once before (ADAMK)
    - "Find method declaration" will not find forward-declaration (CHORNY)
    - Task manager now has separate maximum and minimum thread counts (ADAMK)
    - Minimum thread count set to zero. Padre starts up 600ms faster, at the
      cost of the directory tree appearing 200ms slower if you use it (ADAMK)
    - Command line switch to select locale (CHORNY)
    - Added configuration option to modify the cursor blink rate in Padre
      as requested via the padre-dev mailing list closes ticket number
      983 (PLAVEN)
    - Added Padre::Task::Daemon for bidirectional communication support in
      tasks. When the task is launched, messages to the chlid can be sent
      down the worker thread's message queue, and they will be tunneled
      through to the task, which can retrieve them Erlang-style via a
      dequeue method (ADAMK)

0.68 2010.07.28 - Unstable - Post Birthday Hackathon Weekend
    - Fixed rare bug in t/23_task_chain.t (CHORNY)
    - Refactored the Action subsystem into a simpler model. The old layout
      artificially broke it up based on menu structure. The new layout
      also makes it simpler to do further refactorings (ADAMK)
    - Removed half the usages of Wx::Perl::Dialog (ADAMK)
    - Use a hyphen to a separate the current vs native names of the languages
      in the View menu, as the bracing looked weird with the bracing of some
      of the languages themselves (ADAMK, ZENOG)
    - Don't show a additional translated string for the language that is
      currently active (ADAMK, ZENOG)
    - When the advanced setting "feature_fontsize" is disabled, Padre will
      remove the Font Size menu, disable Ctrl-+ and Ctrl--, and (most
      importantly) will not change the font size in an editor on
      Ctrl-Scroll (ADAMK)
    - Added integration with the PPI::Transform API for modifying Perl
      documents, so the transform objects can modify Padre documents (ADAMK)
    - Added the "Move POD to __END__" refactoring that lets you extract all
      the POD scattered through a document, merge it together, and move it
      to the bottom of the file after an __END__ statement (ADAMK)
    - If the Open Selection expression only matches one file, immediately
      open it without showing a pointless dialog (ADAMK)
    - Removed Wx::Perl::Dialog by inlining it into Padre::Wx::Dialog, this
      will remove the need to import ':everything', saving 50-100k (ADAMK)
    - Actions now only need to be declared once, and are all declared in one
      place in advance (ADAMK)
    - Directory Tree sort order is now (advanced) configurable between
      directory-first and directory-mixed (ADAMK)
    - Moved the Padre::Action* classes to Padre::Wx::Action* as they are now
      much more tightly dependant on Wx (ADAMK)
    - Plugins will now do full compatibility testing, which means that when we
      change an internal API we can just update $COMPATIBLE in that package
      and any impacted plugins will be automatically disabled until they do a
      new release. That is far better than "They just crash blindly" (ADAMK)
    - Create a new main_directory_root settting distinct from the existing
      default_projects_directory one, specifically for setting the default
      root of the directory tree. It will continue to be pointed to
      my_documents by default (the original may change) (ADAMK)
    - Made Padre::Wx::Dialog::ModuleStart configuration translation-safe (ZENOG)
    - Updated German translation (ZENOG)
    - Add Java and BibTeX to MIME types (ZENOG)
    - Ack ("find in files") output is now more 'clickable', but still not
      perfect (ZENOG)
    - Fix File::Open3::open3() call to be IPC::Open3::open3() (BRICAS)
    - Fix #969: crash when switching language after using Ack (ZENOG)
    - Remove unnecessary Wx::gettext calls from Padre::Wx::Dialog::Preferences
      that lead to missing translations (ZENOG)
    - Description field is hidden by default in the regex editor dialog.
      A checkbox now optionally toggles its visibility (AZAWAWI)
    - Padre::Wx::FindResult: Get rid of global variable, shorter column
      titles, both columns now wxLIST_AUTOSIZE (ZENOG)
    - Call relocale() for all elements of the Bottom panel (ZENOG)
    - Remember sorting order in session manager (SEWI)
    - Nicer workflow for renaming variables: Now we check for some conditions
      before prompting the user for a name; renamed function
      'lexical_variable_replacement' to 'rename_variable' (ZENOG)
    - Simplify the code for the Bottom pane a bit (-1 method), no warnings
      any more (ZENOG)
    - Fixed #970: Switching language removes plugin menus (ZENOG)
    - Padre::MimeTypes: Fixed some Wx::gettext handling problems, switched
      keys of menu_view_mimes() so that the names (not the MIME types) of
      file types are shown in the View menu (ZENOG)
    - Documentation of Padre::Current (SEWI)
    - Include only changed files in changed-file-list (SEWI)
    - Added wxwidgets.pod which contains the method documentation of all Wx
      classes (AZAWAWI)
    - Padre has wxWidgets method documentation in F2 help search (AZAWAWI)
    - Added Padre::Wx::Nth to group first/nth-time startup magic (ADAMK)
    - Fixed #781 : Unicode should not be used for accessing file system on
      Win32 (CHORNY)
    - The New Installation Survey now only appears on the third time that
      Padre starts, so it doesn't confuse people with locale issues (ADAMK)
    - Split Padre::Wx::Dialog::WhereFrom into main and FBP classes to try
      out the designer-based approach experimentally (ADAMK)
    - Tab width is configurable for opened file too (CHORNY)

0.67 2010.07.27
    - 0.67 never made it to public release.  All changes listed for 0.68 are what 0.67
      would have had.

0.66 2010.07.01
    - Improved the quality and integration of the default window size (ADAMK)
    - The non-blocking IO upgrade in 0.65 meant that Padre could no longer
      open files on Windows. Fixed (ADAMK)
    - Minor improvements to the About dialog (ADAMK)

0.65 2010.07.01
    - Task 2.0 API landed on trunk (and everything breaks) (ADAMK)
    - Converted the FunctionList GUI component to work via a task (ADAMK)
    - Padre::Role::Task role added to allow any object in Padre
      to be the "owner" of task and automatically handle which
      tasks are still relevant to the UI state at the time the task
      is completed, and ignore the ones that aren't (ADAMK)
    - New compulsory Padre::Wx::Role::View for editor GUI componants
      that want to live in the left/right/bottom tool panels (ADAMK)
    - Renamed a number of classes to simpler names. Because we are
      breaking everything anyway, this is an opportune time to lump
      in these low-importance changes (ADAMK)
    - Padre::DocBrowser --> Padre::Browser (ADAMK)
    - Padre::Wx::DocBrowser --> Padre::Wx::Browser (ADAMK)
    - Padre::Wx::Role::MainChild --> Padre::Wx::Role::Main (ADAMK)
    - Language-specific task sub-classes now live under the document class
      instead of under the Padre::Task tree, to encourage concentration
      of language-specific code within the document tree (ADAMK)
    - Padre::Task::Perl::Syntax --> Padre::Document::Perl::Syntax (ADAMK)
    - Padre::Task::Perl::Outline --> Padre::Document::Perl::Outline (ADAMK)
    - Startup config file now uses a custom hyper-minimalist format
      which avoids the need to load YAML::Tiny before the first thread
      spawn, saving about 400k per thread (ADAMK)
    - Padre::Logger now allows the PADRE_DEBUG environment variable to be
      set to a specific class name, enabling logging only for that class.
      This simplies tracing around a specific problem now that the number
      of classes with debugging hooks is getting large (ADAMK)
    - Moved the startup tool enabling of the syntax check and error list
      from the startup timer to the constructor, and prevent them from
      writing back to the config. We no longer need to write the config
      at all during startup, making startup faster (ADAMK)
    - Scroll the output window down on outputs (kthakore)
    - Directory browser rewritten to operate in the background (ADAMK)
    - Improved directory tree search to take advantage of new background
      file scanning. It is now instantaneously quick (ADAMK)
    - Added the PPI::Cache API to provide a simple common mechanism for
      stashing GUI model data such that all cache data can be cleaned up in
      one go when the relevant project or document is released (ADAMK)
    - Fixing some new bugs or adding temporary workarounds for them (SEWI)
    - Rebuild History using non-blocking IO on Padre start (SEWI)

0.64 2010.06.12
    - Last Stable before merge of new Task 2.0 API
    - zh-cn translation updated (jagd)

0.63 2010.06.02
    - Autocomplete "sub new" for Perl modules (SEWI)
    - fixed ticket #956: crashes if Outline is active (ZENOG)

0.62 2010.05.21
    - Any 3 column table layout in the preferences dialog now has a
      stretched middle column. (PLAVEN)
    - Add a warning for versions of Wx.pm with broken HTML rendering
      (ZENOG)
    - Mousing over a sub/method name with ctrl pressed now highlights it
      to indicate it can be clicked on (Sam Crawley)
    - Regex editor: Support global flag for substitute (ZENOG)
    - Updated Turkish translation (Burak G??rsoy)

0.61 2010.05.12
    - MIME types: added a few C++ file extensions, added LaTeX .sty files
      (Zeno Gantner)
    - About dialog: increase height of the window so that the translated
      licensing terms also fit in without a scrollbar (Zeno Gantner)
    - Debugger: improved variable detection in the document (Zeno Gantner)
    - Menu: More consistent capitalization of menu entries (Zeno Gantner)
    - Updated German translation (Zeno Gantner)
    - fixed ticket #538: "outline view info takes too long to refresh" by
      adding an outline cache (Zeno Gantner)
    - fixed ticket #541: "wrong outline can get displayed for a document"
      (Zeno Gantner)
    - fixed ticket #940: "crashes when right clicking in code editing area"
      (Zeno Gantner)
    - fixed ticket #878: "Tabs like 'Outline', 'Functions'... should have
      a close button, just like the documents tabs" (Zeno Gantner)
    - fixed behaviour of the close button for the bottom tabs (Output,
      Errors, Syntax Check): closing a tab now toggles the corresponding
      menu and config items (Zeno Gantner)
    - Updated German translation (Zeno Gantner)
    - Updated Chinese translation (Chuanren Wu)
    - fixed ticket #939: "Padre 'help' depends on POD2-Base on Strawberry
      Perl on Windows XP" (ADAMK)
    - Updated Italian translation (SBLANDIN)
    - Updated Brazilian Portuguese translation (GARU)
    - Updated Dutch translation (Dirk De Nijs)
    - Updated Spanish translation (ENELL)

0.60 2010.04.20
    - Add FTP connection caching/sharing (SEWI)
    - Add interactive template functions (SEWI)
    - Fixed ticket #900: opening binary files may crash Padre (Zeno Gantner)
    - Improved some menu entries: added missing "...", better labels, better
      comments (Zeno Gantner)
    - Clearer error message if debugger is not started yet (Zeno Gantner)
    - Complete language/locale switch on Unix platforms: also correctly
      translate the Wx default labels (Zeno Gantner)
    - Fixed ticket #921: regex syntax error in Regex Editor
      (reported by leprevost)
    - Updated German and Turkish translation (Zeno Gantner, SEWI and Burak
      G??rsoy)
    - Added licensing information to About dialog (Zeno Gantner)
    - Skip '.' when indexing installed modules in @INC (dam)
    - Fixed bug related to search history (Sam Crawley)
    - Added file type filter "script file" (which includes Unix shell scripts
      and Windows .bat files) to the Open dialog (Zeno Gantner)
    - MIME types: added .mo to the list of binary file extensions,
      improved/gettext-ified some descriptions, changed LaTeX extension from
      latex to tex (Zeno Gantner)
    - Autocomplete no longer displays the dialog when only one option is
      available (unless 'Autocomplete while typing' is on) (Sam Crawley - #927)

0.59 2010.03.31
    - Don't crash open file list dialog on unsaved files or without
      files (SEWI)
    - Added a small survey for new Padre installation (SEWI)
    - Resolved the clash between threads and SQLite by temporarily
      disconnecting from SQLite during a thread spawn (ADAMK)
    - Slave master quick-spawning in Padre::Startup, so that
      we get smaller thread spawn memory penalty from the
      interpreter copy. On Win32 the per-thread cost drops from
      34.1meg to 20meg with a reduction in total memory use for a
      typical user of about 20% (ADAMK)
    - Add language names/translated texts to select_language list (SEWI)
    - Fixed ticket #865 Wrong document type in View Document As (PLAVEN)
    - New Padre::Wx::Display screen geometry library for handling multiple
      screens, weird geometry setups and other weird stuff that coders
      have on their development setups. Padre's main window uses this to
      calculate an elegant golden-ratio uniform-margin default position
      and size (ADAMK)
    - When showing a toolbar panel for the first time, make sure it's lock
      state is consistent with the main_lockinterface config setting (ADAMK)
    - Local file and remote file installation switched from pip to
      cpanm (ADAMK)
    - Completed the 'Insert Special Value' functionality (Zeno Gantner)
    - Updated German translation (Zeno Gantner)
    - When refresh_windowlist was sped up, sorting regressed. Fixed (ADAMK)
    - Fixed ticket #889: Padre saves non-ASCII characters as \x{XXXX} (AZAWAWI)
    - New Win32 launcher #677: the Padre process is now named "padre.exe"
      in the Task Manager (instead of wperl.exe) and it embeds the Perl
      interpreter instead of being just a launcher (DOLMEN)
    - On Win32 the manifest file (which tells Windows to use new Vista/7
      styles on such systems) is now embedded as a resource in the binary, so
      any wperl.exe.manifest containing the string 'name="Padre"' is obsolete
      and must be removed (DOLMEN)
    - Fixed ticket #904: Win32 taskbar icon is only 16x16 (Windows 7 may uses
      48x48) (AZAWAWI)
    - Small improvements/fixes to some dialogs: Refactoring, Open URL, Goto,
      Save as, Preferences, Insert File, New Perl Distribution (Zeno Gantner)
    - New document statistics dialog, faster computation of document statistics
      (Zeno Gantner)
    - Added missing File::pushd Padre dependency (AZAWAWI)
    - Fixed ticket #894: search for non-ASCII characters (Zeno Gantner)

(sno)

2010-08-20 06:47:04 UTC MAIN commitmail json YAML

Added textproc/p5-POD2-Base

(sno)

2010-08-20 06:46:55 UTC MAIN commitmail json YAML

Added textproc/p5-POD2-Base version 0.043

(sno)

2010-08-20 06:45:55 UTC MAIN commitmail json YAML

Importing package for Perl5 module POD2::Base 0.043 into
textproc/p5-POD2-Base as dependency of scheduled update of editors/p5-Padre
to 0.69.

This module is an abstraction of the code in POD2::IT and POD2::FR. These
modules belong to the Italian and the French translation projects of core
Perl pods.

Once a translation package had been installed, the translated
documentation can be accessed with:

    $ perldoc POD2::<lang>::<podname>

(where <lang> is a language abbreviation like IT, FR, TLH, etc.)

To improve the support to read translated docs, the perldoc utility (since
version 3.14_01) was updated to find translated PODs via:

    $ perldoc -L IT <podpage>
    $ perldoc -L FR -f <function>
    $ perldoc -L TH -q <FAQregex>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-20 06:30:38 UTC MAIN commitmail json YAML

Updated databases/p5-ORLite to 1.45

(sno)

2010-08-20 06:30:10 UTC MAIN commitmail json YAML

Updating databases/p5-ORLite from 1.44 to 1.45

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.45 Sun  8 Aug 2010
- Adding initial support for cache => $directory (ADAMK)

(sno)

2010-08-20 06:25:09 UTC MAIN commitmail json YAML

Added devel/p5-Module-Manifest

(sno)

2010-08-20 06:24:04 UTC MAIN commitmail json YAML

Added devel/p5-Module-Manifest version 1.08

(sno)

2010-08-20 06:23:29 UTC MAIN commitmail json YAML

Importing package for Perl5 module Module::Manifest 1.08 into
pkgsrc/devel/p5-Module-Manifest as dependency of scheduled update
of editors/p5-Padre to 0.69.

Module::Manifest is a simple utility module created originally for use in
Module::Inspector.

It can load a MANIFEST file that comes in a Perl distribution tarball,
examine the contents, and perform some simple tasks. It can also load the
MANIFEST.SKIP file and check that.

Granted, the functionality needed to do this is quite simple, but the Perl
distribution MANIFEST specification contains a couple of little
idiosyncracies, such as line comments and space-seperated inline comments.

The use of this module means that any little nigglies are dealt with behind
the scenes, and you can concentrate the main task at hand.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-20 05:50:55 UTC MAIN commitmail json YAML

Updated devel/p5-App-cpanminus to 1.0011

(sno)

2010-08-20 05:50:24 UTC MAIN commitmail json YAML

Updating devel/p5-App-cpanminus from 1.0010 to 1.0011

Upstream changes:
1.0011  Wed Aug 18 16:38:24 PDT 2010
  - -f now implies --reinstall (perigrin)

(sno)

2010-08-20 05:43:15 UTC MAIN commitmail json YAML

Updated x11/p5-Wx to 0.98

(sno)

2010-08-20 05:41:27 UTC MAIN commitmail json YAML

Updating x11/p5-Wx from 0.97.02 to 0.98

pkgsrc changes:
- adjust build dependencies

Upstream changes:
0.98  Wed Aug 18 20:31:30 CEST 2010
- wxWidgets 2.9.1 compatibility.
- die() when wxWidgets initialization fails.

0.9702_01  Tue Jul  6 21:38:17 CEST 2010
- Can now run using the standard perl interpreter on Mac OS X
  (suggested by Kyle McKay).
- Added wxSpinCtrlDouble (2.9).
- Added wxDataViewListCtrl (2.9).
- Added wxDataViewVirtualListModel (2.9).
- Added wxInfoBar (2.9).
- Added wxHeaderCtrlSimple (2.9).

(sno)

2010-08-20 05:24:05 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-XSpp to 0.15

(sno)

2010-08-20 05:23:29 UTC MAIN commitmail json YAML

Updating devel/p5-ExtUtils-XSpp from 0.14 to 0.15

Upstream changes:
0.15    Sat Aug 14 11:36:39 CEST 2010
- Improved support for conditional code (via #ifdef) in plugins.

(sno)

2010-08-20 00:32:48 UTC MAIN commitmail json YAML

2010-08-20 00:32:29 UTC MAIN commitmail json YAML

Fix pattern to allow goffice-0.8.9 and newer.

(wiz)

2010-08-20 00:31:14 UTC MAIN commitmail json YAML

Use unique names in this file (was still using 0.6 in many parts).

(wiz)

2010-08-19 20:47:33 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.12.1

(seb)

2010-08-19 20:47:10 UTC MAIN commitmail json YAML

Update perl from version 5.10.1nb2 to version 5.12.1.

Pkgsrc changes:
- Adjust some patches
- Remove patches integrated upstream
- Use Perl's "Policy.sh" framework (along the way remove some patches)
- Link in an enterprise friendly way on HPUX
- in buildlink3.mk bump minimum required pkgsrc Perl version to
5.12.0
- placate some pkglint warnings

Upstream changes:
- From version 5.12.1 announce

This release contains minor bug fixes and updates of several core
modules, as well as minor documentation updates. It should be fully
backward compatible with Perl 5.12.0.

- From version 5.12.0 announce:

Perl 5.12.0 represents approximately two years of development since
version 5.10.0 and contains over 750,000 lines of changes across over
3,000 files from over 200 authors and committers.

[...]

Notable changes in Perl 5.12 include:

* Perl now conforms much more closely to the Unicode standard.
  Additionally, this release includes an upgrade to version
  5.2 of the standard.

* New experimental APIs allow developers to extend Perl with
  "pluggable" keywords and syntax.

* Perl now has a better sense of time and will be able to keep
  accurate time well past the "Y2038" barrier.

* New syntax allows developers to specify package version numbers
  directly in "package" statements

* Perl now warns the user about the use of deprecated features
  by default.

- For a complete list of changes see included perl5120delta(1) and
perl5121delta(1) or http://perldoc.perl.org/perl5120delta.html and
http://perldoc.perl.org/perl5121delta.html

(seb)

2010-08-19 20:28:24 UTC MAIN commitmail json YAML

2010-08-19 20:27:45 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.07001

(sno)

2010-08-19 20:27:19 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-Schema-Loader from 0.05003 to 0.07001.

pkgsrc changes:
- adjust dependencies according to META.yml

Upstream changes:
0.07001  2010-07-24 21:28:08
        - put is_deferrable => 1 back into default attributes for belongs_to
        - fix Postgres sequence detection for qualified sequences
        - detect DOS line ends in table/column comments and convert to \n
        - added use_moose option
        - always mark pk columns is_nullable=0
        - fix unique constraint names for SQLite (actual names break ->deploy)
        - fix bug in qualify_objects that would add schema to relnames
        - better type info for Informix, except for DATETIME precision and
          INTERVAL support
        - better type info for DB2
        - fix some newly-introduced test bugs
        - fix composite PKs getting marked is_auto_increment on SQLite

0.07000  2010-05-22 23:40:15
        - added qualify_objects option to prepend db_schema to table names
        - fix for negative numeric default values
        - sequence is detected for Oracle
        - fix for SQLite is_auto_increment detection when table is empty (hobbs)
        - rescan now reloads all tables
        - minor type info improvements for all DBs
        - fix erroneous default_value for MySQL NOT NULL columns (RT#57225)
        - remove is_deferrable => 1 from default for belongs_to rels
        - better type info for Oracle
        - preliminary Informix support
        - unregister dropped sources on rescan
        - added 'preserve_case' option with support for all DBs where it makes
          sense; removed the MSSQL 'case_sensitive_collation' and the
          Firebird/InterBase 'unquoted_ddl' options in favor of it.
        - support CamelCase table names and column names (in case-preserving
          mode) at the v7 naming level
        - rewrite datetime default functions as \'current_timestamp' where
          possible (except for Sybase ASE) to ease cross-deployment
        - use column_info instead of select to get Oracle column list (RT#42281)
        - match quotes in MySQL parser in more places (RT#42101)
        - fix unique detection in DB2 for multiple schemas (RT#39622)
        - fix column name collisions with methods (RT#49443)
        - fix loading MySQL views on older MySQL versions (RT#47399)

0.06001  2010-04-10 01:31:12
        - fix type info for MSSQL
        - fix MSSQL collation detection on freetds tds version 8.0

0.06000  2010-04-06 01:12:25
        - better type info for MySQL
        - initial MySQL data type tests (jhannah)
        - don't set result_namespace if it's 'Result'
        - support for MSSQL databases with case sensitive collation, manually
          overridable with 'case_sensitive_collation' option
        - do not try to detect driver and rebless when used with a custom
          'loader_class'
        - suppress 'bad table or view' warnings for filtered tables/views
        - croak if several tables reduce to an identical moniker (ribasushi)
        - better type info for Sybase ASE
        - better type info for Pg: sets sequence for serials, handles numerics
          without precision
        - better _tables_list for MSSQL
        - pick up views in SQLite too
        - better rel inflection using Lingua::EN::Inflect::Phrase
        - cascade_delete and cascade_copy are turned off for has_many/might_have
          by default, and belongs_to has on_delete => 'CASCADE', on_update =>
          'CASCADE' and is_deferrable => 1 by default, overridable via
          relationship_attrs
        - added config_file option for loading loader options from a file
        - set inflate_datetime => 1 for 'AS getdate()' computed columns in
          Sybase
        - Firebird support
        - use introspection pragmas instead of regexes to introspect SQLite
          (hobbs)
        - generate POD for refs correctly from column_info
        - fix tables list, fk introspection and type info for SQL Anywhere

(sno)

2010-08-19 20:10:16 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-Inflect-Phrase

(sno)

2010-08-19 20:08:17 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-Inflect-Phrase version 0.04

(sno)

2010-08-19 20:07:39 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::EN::Inflect::Phrase 0.04 into
textproc/p5-Lingua-EN-Inflect-Phrase as dependency of scheduled update of
DBIx::Class::Schema::Loader

Attempts to pluralize or singularize short English phrases.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 20:03:57 UTC MAIN commitmail json YAML

add a comment for future updates

(sno)

2010-08-19 19:52:16 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup tickets #3208, #3209 and #3210.

(tron)

2010-08-19 19:51:48 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3210 - requested by obache
x11/wxGTK24: build fix

Revisions pulled up:
- x11/wxGTK24/Makefile.common 1.7
- x11/wxGTK24/distinfo 1.12
- x11/wxGTK24/patches/patch-aa 1.6
---
Module Name: pkgsrc
Committed By: obache
Date: Wed Aug 18 10:05:08 UTC 2010

Modified Files:
pkgsrc/x11/wxGTK24: Makefile.common distinfo
pkgsrc/x11/wxGTK24/patches: patch-aa

Log Message:
Let to use BUILDLINK_DIR first for find header/library files.
It should fixes PR#43215.

(tron)

2010-08-19 19:51:43 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-Tagger

(sno)

2010-08-19 19:51:09 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-Tagger version 0.16

(sno)

2010-08-19 19:50:36 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::EN::Tagger 0.16 into
textproc/p5-Lingua-EN-Tagger as dependency of scheduled import of
Lingua::EN::Inflect::Phrase, which is a dependency of scheduled update
of DBIx::Class::Schema::Loader.

The module is a probability based, corpus-trained tagger that assigns POS
tags to English text based on a lookup dictionary and a set of probability
values. The tagger assigns appropriate tags based on conditional
probabilities - it examines the preceding tag to determine the appropriate
tag for the current word. Unknown words are classified according to word
morphology or can be set to be treated as nouns or other parts of speech.

The tagger also extracts as many nouns and noun phrases as it can, using a
set of regular expressions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 19:45:43 UTC MAIN commitmail json YAML

Updated devel/p5-Memoize-ExpireLRU to 0.55nb4

(sno)

2010-08-19 19:45:17 UTC MAIN commitmail json YAML

Using Memoize module from Perl5 core, when available.
Bumping PKGREVISION

(sno)

2010-08-19 19:36:53 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Parser to 3.67

(sno)

2010-08-19 19:36:30 UTC MAIN commitmail json YAML

Updating www/p5-HTML-Parser from 3.66 to 3.67

Upstream changes:
2010-08-17  Release 3.67

Nicholas Clark (1):
      bleadperl 2154eca7 breaks HTML::Parser 3.66 [RT#60368]

(sno)

2010-08-19 19:27:10 UTC MAIN commitmail json YAML

2010-08-19 19:26:29 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem

(sno)

2010-08-19 19:25:52 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-Stem to 0.84

(sno)

2010-08-19 19:25:25 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem 0.84 into
textproc/p5-Lingua-Stem as dependency of scheduled import of
Lingua::EN::Tagger, which is a dependency for the scheduled update
of DBIx::Class::Schema::Loader.

This routine applies stemming algorithms to its parameters, returning
the stemmed words as appropriate to the selected locale.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 19:06:01 UTC MAIN commitmail json YAML

Added textproc/p5-Text-German

(sno)

2010-08-19 19:05:42 UTC MAIN commitmail json YAML

Added textproc/p5-Text-German version 0.06

(sno)

2010-08-19 19:05:12 UTC MAIN commitmail json YAML

Importing package for Perl5 module Text::German 0.06 as dependency of
scheduled import of Lingua::Stem 0.84.

This is a rather incomplete implementation of work done by Gudrun
Putze-Meier. I have to confess that I never read her original paper. So
all credit belongs to her, all bugs are mine. I tried to get some insight
from an implementation of two students of mine. They remain anonymous
because their work was the wost piece of code I ever saw. My code behaves
mostly as their implementation did except it is about 75 times faster.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 18:17:27 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3209 - requested by wiz
sysutils/dbus-glib: security update

Revisions pulled up:
- sysutils/dbus-glib/Makefile 1.24
- sysutils/dbus-glib/PLIST 1.11
- sysutils/dbus-glib/distinfo 1.12
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 17 13:33:40 UTC 2010

Modified Files:
pkgsrc/sysutils/dbus-glib: Makefile PLIST distinfo

Log Message:
Update to 0.88:

0.88:
Astone Lin (1):
      Allow duplicate object path registrations for different connections

Christian Dywan (1):
      Refer to dbus_g_connection_flush rather than the plain dbus call

Colin Walters (3):
      Disable test-profile on win32 for now
      Respect property access flags for writing, allow disabling for reads
      configure: Release 0.88

Dan Williams (2):
      core: don't pass malformed error interface to dbus (rh#581794)
      Fix lookup of regular properties when shadow properties are used

Danielle Madeley (6):
      Bumping required GLib to 2.24 for GVariant
      fd.o #28715: Add dbus_g_value_build_g_variant()
      Tests for GValue-to-GVariant
      Write a recursive equivalence function for testing the
equivalence of GVariants
      Test test_g_variant_equivalent itself
      Support DBUS_TYPE_G_SIGNATURE

Fridrich Strba (2):
      Use AC_CANONICAL_HOST, not _TARGET
      Don't use the identifier "interface" in public headers

Fridrich Strba (3):
      Use EXEEXT so that we satisfy dependencies when cross-compiling
      Fix linking of tests. On windows, undefined symbols are not
allowed and symbol lookup is sequencial
      Put the G_OS_WIN32 check where it can be defined.

Guillaume Desmottes (1):
      add mising DBUS_TYPE_G_* to the doc

Simon McVittie (6):
      Bug 14579: remove pending call from hash table before cancelling it
      Merge branch '14579-remove-before-cancel'
      fd.o #27958: dbus_g_error_domain_register: rewrite the documentation
      Add Libtool m4 to .gitignore
      Add various tests etc. to .gitignore
      Consolidate LDADD variables in tests/examples and make them more complete

Will Thompson (1):
      Merge remote branch 'danni/gvalue-to-gvariant'

0.86:
Colin Walters (8):
      Squash underscores and dashes in errors when converting to DBus errors
      Remove dbus-glib-undocumented.txt from git
      Revert "Squash underscores and dashes in errors when converting
to DBus errors"
      Fix hyphenated error codes correctly
      [configure.ac] Use AM_SILENT_RULES if available
      Remove dbus-glib-undeclared.txt from git; it's a generated file
      [dbus-gobject.c] Trivial compiler warning fixes
      [configure] Release 0.86

Dan Williams (2):
      core: allow duplicate property names on GInterfaces
      core: performance optimization for object info lookup

Sven Herzberg (1):
      turn the gtk-doc documentation into buildable shape

Will Thompson (1):
      Free errors returned by method implementations

(tron)

2010-08-19 17:08:44 UTC MAIN commitmail json YAML

Fix homepage (specific page for software).

(reed)

2010-08-19 16:42:18 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3208 - requested by taca
databases/mysql51-client: security update
databases/mysql51-server: security update

Revisions pulled up:
- databases/mysql51-client/Makefile.common 1.10
- databases/mysql51-client/distinfo 1.6
- databases/mysql51-client/patches/patch-ap 1.2
- databases/mysql51-server/PLIST 1.7
- databases/mysql51-server/Makefile 1.6
- databases/mysql51-server/distinfo 1.8-1.9
- databases/mysql51-server/patches/patch-ae 1.2
- databases/mysql51-server/patches/patch-aj 1.2
- databases/mysql51-server/patches/patch-ak 1.2
- databases/mysql51-server/patches/patch-ay 1.3
- databases/mysql51-server/patches/patch-az 1.1
- databases/mysql51-server/patches/patch-ba 1.1
- databases/mysql51-server/patches/patch-bb 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 11 23:18:04 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common distinfo
pkgsrc/databases/mysql51-client/patches: patch-ap
pkgsrc/databases/mysql51-server: PLIST distinfo
pkgsrc/databases/mysql51-server/patches: patch-aj patch-ak
Removed Files:
pkgsrc/databases/mysql51-server/patches: patch-ay

Log Message:
Update mysql51-client and mysql51-server to 5.1.49.

Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
for full changes.

* InnoDB Plugin has been upgraded to version 1.0.10. This version is
  considered of General Availability (GA) quality.

  In this release, the InnoDB Plugin is included in source and binary
  distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), and
  generic Linux RPM packages. It also does not work for FreeBSD 6 and
  HP-UX or for Linux on generic ia64.

Bugs fixed:

* Security Fix: After changing the values of the innodb_file_format or
  innodb_file_per_table configuration parameters, DDL statements could
  cause a server crash. (Bug#55039)

* Security Fix: Joins involving a table with with a unique SET column
  could cause a server crash. (Bug#54575)

* Security Fix: Incorrect handling of NULL arguments could lead to a
  crash for IN() or CASE operations when NULL arguments were either
  passed explicitly as arguments (for IN()) or implicitly generated by
  the WITH ROLLUP modifier (for IN() and CASE). (Bug#54477)

* Security Fix: A malformed argument to the BINLOG statement could
  result in Valgrind warnings or a server crash. (Bug#54393)

* Security Fix: Use of TEMPORARY InnoDB tables with nullable columns
  could cause a server crash. (Bug#54044)

* Security Fix: The server could crash if there were alternate reads
  from two indexes on a table using the HANDLER interface. (Bug#54007)

* Security Fix: Using EXPLAIN with queries of the form SELECT
  ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
  crash. (Bug#52711)

* Security Fix: LOAD DATA INFILE did not check for SQL errors and sent
  an OK packet even when errors were already reported. Also, an assert
  related to client-server protocol checking in debug servers
  sometimes was raised when it should not have been. (Bug#52512)
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Aug 13 14:25:35 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-server: Makefile distinfo
pkgsrc/databases/mysql51-server/patches: patch-ae
Added Files:
pkgsrc/databases/mysql51-server/patches: patch-ay patch-az patch-ba
    patch-bb

Log Message:
Fix some my_time_t (long) v.s. time_t problem introduced MySQL 5.1.49.
This problem results mysqld to exit on start up.

5.1/i386 5.1/amd64 5.99.38/i386 5.99.38/amd64
my_time_t int32_t int64_t int32_t int64_t
time_t int32_t int32_t int64_t int64_t

I confirmed to mysqld running on these four case except 5.99.38/i386.

Bump PKG_REVISION.

(tron)

2010-08-19 11:27:17 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-qt to 1.3.1

(obache)

2010-08-19 11:27:00 UTC MAIN commitmail json YAML

Update ibus-qt to 1.3.1.

* Fix build error with binutils-gold
* Add debian package support from Li Daoing's repository
* Fix build error with cmake-2.6
* Use if(NOT ..) to replace if(NOT DEFINED ..) in CMakeLists.txt
* Use memset to init memory block.
* Merge remote branch 'origin/debian'
* Fix background and foreground in preedit QTextCharFormat.
* Added hotkeys in IBus::EngineDesc .

(obache)

2010-08-19 08:56:33 UTC MAIN commitmail json YAML

+ abcmidi-20100812, amanda-3.1, bacula-5.0.3, cvsd-1.0.19,
  digikam-1.3.0 [needs libkdcraw>=1.1.0, libkexiv2>=1.1.0],
  fotoxx-10.8.4, libssh2-1.2.7, vala-0.9.7, vlc-1.1.3.

(wiz)

2010-08-19 08:08:39 UTC MAIN commitmail json YAML

O'Caml update done.

(asau)

2010-08-19 08:07:25 UTC MAIN commitmail json YAML

Updated lang/ocaml to 3.12.0

(asau)

2010-08-19 08:06:53 UTC MAIN commitmail json YAML

Update to O'Caml 3.12.0, add test target.

Some of the highlights in release 3.12 are:

  * Polymorphic recursion is supported, using explicit type
    declarations on the recursively-defined identifiers.
  * First-class modules: module expressions can be embedded as
    values of the core language, then manipulated like any other
    first-class value, then projected back to the module level.
  * New operator to modify a signature a posteriori: S with type
    t := tau denotes signature S where the t type component is
    removed and substituted by the type tau elsewhere.
  * New notations for record expressions and record patterns:
    { lbl } as shorthand for { lbl = lbl }, and { ...; _ } marks
    record patterns where some labels were intentionally omitted.
  * Local open let open ... in ... now supported by popular demand.
  * Type variables can be bound as type parameters to functions;
    such types are treated like abstract types within the
    function body, and like type variables (possibly generalized)
    outside.
  * The module type of construct enables to recover the module
    type of a given module.
  * Explicit method override using the method! keyword, with
    associated warnings and errors.

(asau)

2010-08-19 06:55:08 UTC MAIN commitmail json YAML

Added textproc/p5-Snowball-Swedish

(sno)

2010-08-19 06:54:49 UTC MAIN commitmail json YAML

Added textproc/p5-Snowball-Swedish version 1.2

(sno)

2010-08-19 06:54:11 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem::Snowball::Se 1.2 (CPAN
dist Snowball-Swedish) into textproc/p5-Snowball-Swedish as dependency
for scheduled import of Lingua::Stem.

The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Swedish stemming algorithm, which can be
found at the Snowball website: http://snowball.tartarus.org/.

It also supports caching if the use_cache option is passed when
constructing a new L:S:S:N object.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 06:47:46 UTC MAIN commitmail json YAML

Added textproc/p5-Snowball-Norwegian

(sno)

2010-08-19 06:47:33 UTC MAIN commitmail json YAML

Added textproc/p5-Snowball-Norwegian version 1.2

(sno)

2010-08-19 06:46:51 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem::Snowball::No 1.2
(CPAN distribution Snowball-Norwegian) into textproc/p5-Snowball-Norwegian.

The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Norwegian stemming algorithm, which can be
found at the Snowball website: http://snowball.tartarus.org/.

It also supports caching if the use_cache option is passed when
constructing a new L:S:S:N object.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 06:36:29 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-Snowball-Da version 1.01

(sno)

2010-08-19 06:35:53 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-Snowball-Da version 1.01

(sno)

2010-08-19 06:35:32 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem::Snowball::Da 1.01 as
dependency of scheduled import of Lingua::Stem 0.84.

The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Danish stemming algorithm, which can be found
at the Snowball website: http://snowball.tartarus.org/.

It also supports caching if the use_cache option is passed when
constructing a new L:S:S:D object.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 06:27:21 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-Ru

(sno)

2010-08-19 06:27:03 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-Ru version 0.01

(sno)

2010-08-19 06:26:23 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem::Ru 0.01 as dependency
of scheduled import for Lingua::Stem.

This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.

The algorithm is implemented exactly as described in:

    * http://snowball.tartarus.org/russian/stemmer.html

The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This stemmer is also based on the work of Aldo
Capini, see Lingua::Stem::It.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 06:20:49 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-It

(sno)

2010-08-19 06:20:20 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-It version 0.02

(sno)

2010-08-19 06:19:53 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem::It 0.02 into
textproc/p5-Lingua-Stem-It as dependency for Lingua::Stem, which is a
dependency of the scheduled update of DBIx::Class::Schema::Loader

This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.

The algorithm is implemented exactly (I hope :-) as described in:

    http://snowball.tartarus.org/algorithms/italian/stemmer.html

The code is carefully crafted to work in conjunction with the
Lingua::Stem module by Benjamin Franz, from which I've also borrowed
some functionalities (caching and exception list).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 06:13:06 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-Fr

(sno)

2010-08-19 06:12:39 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-Stem-Fr version 0.02

(sno)

2010-08-19 06:11:59 UTC MAIN commitmail json YAML

Importing package for Perl5 module Lingua::Stem::Fr 0.02 into
textproc/p5-Lingua-Stem-Fr as dependency of scheduled import of
Lingua::Stem as dependency of scheduled update of DBIx::Class::Schema::Loader

This module use the a modified version of the Porter Stemming Algorithm
to return a stemmed words.

The algorithm is implemented as described in:

    * http://snowball.tartarus.org/french/stemmer.html

with some improvement.

The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This french version is based too, on the work
of Aldo Calpini (Italian Version)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 06:05:05 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-PT-Stemmer

(sno)

2010-08-19 06:03:58 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-PT-Stemmer version 0.01

(sno)

2010-08-19 06:03:28 UTC MAIN commitmail json YAML

Importing package for p5 module Lingua::PT::Stemmer 0.01 as dependency
of Lingua::Stem 0.84 import (for DBIx::Class::Schema::Loader update).

Implements a Portuguese stemming algorithm proposed in the paper A
Stemming Algorithm for the Portuguese Language by Moreira, V. and
Huyck, C.

Galician is an endangered language spoken in northwest region of Spain.
Galician is morphologically similar to Portuguese but phonetics differs
greatly. Due to the morphological similarity between Portuguese and
Galician, Portuguese stemming algorithm can be adopted to stem Galician
texts.

See http://bvg.udc.es/recursos_lingua/stemming.html for stemming rules.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-08-19 00:02:36 UTC MAIN commitmail json YAML

+ pgeriodic-2.0.10 [pkg/43779]

(obache)

2010-08-18 22:32:57 UTC MAIN commitmail json YAML

Updated lang/swi-prolog to 5.11.4

(asau)

2010-08-18 22:32:01 UTC MAIN commitmail json YAML

Update to SWI-Prolog 5.11.4

Changes in 5.11.4:

* ADDED: library coinduction.pl, after discussion with Gopal Gupta.
* CLEANUP: Share more of the Makefiles between Windows and the rest
* FIXED: destruction of a queue if a thread is waiting to write
* FIXED: error by current_blob/2.
* MODIFIED: incorrect handling of (^)/2 in setof/3 and bagof/3.
  The new version should now fully comply to ISO.  As of now,

        - The predicate ^/2 no longer exists
        - ^ is only handled by bagof/setof if it appears
          directly at the toplevel of the 2nd argument.
          E.g., the following is NOT allowed:

            setof(X, (foo(X); Y^foo(Y)), L).

  Code must be rewritten.  At runtime, problems are signalled
  by ^/2 being undefined. compile-time analysis can be achieved using
  gxref/0 (or check/0 for quick-and-dirty).
* FIXED: GC error when nesting (if->then/*no-else*/) inside \+.
  Thanks to test-case by Keri Harris.
* FIXED: retractall(x(X,X)).  Roberto Tiella.

Changes in 5.11.3:

* FIXED: Top level now performs expand_goal/2 *after* correcting the
goal.
* MODIFIED: PL_CUTTED -> PL_PRUNED.  Kept PL_CUTTED as a #define for
compatibility.
* FIXED: Correctly read RDF/XML that is in UTF-8 on Windows.
* ENHANCED: Faster enumeration of subjects for writing small RDF gaphs
* ENHANCED: Better sizing of the hash-tables.
* CLEANUP: Use size_t in many places for RDF-DB
* ADDED: RDF-DB index on +,+,+.  This provides a significant speedup in
  loading databases with multiple objects on the same SP.
* ADDED: Syntax closer to ISO with set_prolog_flag(iso,true).
  See Prolog flag iso for a detailed description.
* MAINT: Fix compilation under -DO_DEBUG.  Andy Valencia.
* FIXED: Syntax: proper bracketing of arguments
* MODIFIED: Simpler syntax within { }.
  According to 6.3.6 the term within curly brackets is read with
  priority 1201, so no extra parentheses are needed.

Changes in 5.11.2:

* ADDED: lang_equal/2 to RDF library to test language equality.  Jacco
van Ossenbruggen
* FIXED: Error from http_absolute_location/3 if an alias is not
defined.
* FIXED: Avoid error in edit/1 hook if an HTTP path-alias is undefined.
* ADDED: Just-in-time creation of thread-pools for the HTTP server
using the new hook
  http:create_pool/1.  Cleanup of the code for faster spawning of
worker-threads.
* MODIFIED: Threaded server defaults: keep-alive-timeout is now 2
seconds (was 5)
  and the worker-count is now 5 (was 2).  Worker-count is increased
because many
  servers need it as since version 5.9.x there is hardly a price for
more workers.
* ADDED: option hide_children(Bool) to make prefix handlers hide their
children
  and allow http_delete_handler to delete a handler-by-id.
* PORT: Realise set_end_of_file in Windows version
* ENHANCED: Implement safe-locking of the RDF persistent database
* ADDED: set_end_of_stream/1.
* PORT: Fix for MS VS2010 compilation.  Degski.
* ADDED: lang_matches/2 to library(rdf_db)
* FIXED: url_to_filename/2 in rdf_persistency was broken due to
steadfastness
  fix in DCG (commit 1a1a5699).  Jacco van Ossenbruggen.
* FIXED: list_settings/0.  Li Li.
* FIXED: handling of = and contains in xpath.  Carsten van Weelden.
* ADDED: library(semweb/sparql_client) providing a SPARQL client API.
* ENHANCED: Layout for listing where the body resides in another
module.
* ENHANCED: Provide style pldoc(Id) with each PlDoc handler
* ADDED: reply_html_page/3: re-stylable HTML pages
* FIXED: Possible crash in cleanup handlers.
  See comment above discardChoicesAfter() for more details.
* ENHANCED: Make it possible to give syntax-warnings with exact
positions.
* ADDED: Warnings for missing quotes for , and |
* MODIFIED: Stricter list syntax. E.g. [a,b|c,d] or [a|b|c] are now
illegal.
  In the unlikely case this was intended, the term after the bar (|)
must be
  enclosed in brackets.  I.e. [a,b|(c,d)] or [a|(b|c)].
* FIXED: Syntax: proper quoting of | and ,
* PORT: Improve behavioral consistency between 32-bit and 64-bit
allocation
* FIXED: Memory leak for threads allocating chunks of 512 bytes.  Matt
Lilley.
* ADDED: computing SHA incrementally.  Ivan Shmakov
* INSTALL: Item#567: make check of xpce loading user's .plrc
* FIXED: steadfastness in DCG translation. Item#379
* FIXED: Item#559: hanging system in GC.  Only affects 32-bit platforms
  when doing GC on large stacks that have >8Mb chunks of continuous
  garbage. Ulrich Neumerkel.
* DOC: errors for atom_length/2.  Ulrich Neumerkel.
* ADDED: Library(http/js_write) to embed JavaScript calls into HTML
pages
* FIXED: Processing of stack-limit options in thread_create/3.  Jacco.
* FIXED: Avoid direct access to private predicates of module error.
* ADDED: rdf_reachable/5, providing a distance limit and returning the
distance.
* ADDED: rdf_is_resource/1 and rdf_is_literal/1 for completeness.
* FIXED: Thread-creation if ulimit -s == infinite.
* FIXED: Do not skip character after . in turtle parser.  Lourens van
der Meij.
* PORT: Windows snprintf --> _snprintf
* MODIFIED: On systems that provide getrlimit(), the default
C-stack-size of
  created threads is the same as that of the main thread.  This was
already
  the default on Linux, but not on e.g. MacOS.
* ADDED: statistics(c_stack, StackSize) to query the system (C-)stack
limit.
  For consistency, thread_create now also accepts c_stack as parameter.
  This patch also cleans some type-issues with regard to stack-size
  specification and removes 2Gb limit for Win64 due to the use of long.
* ADDED: Skos prefix
* ADDED: http_server_property/2.  This patch also does some cleanup to
  the meta-predicate declarations for the multi-threaded HTTP server.
* FIXED: Check for integer overflows in numeric-arguments for
format-specifiers
* FIXED: Possible buffer overflow on format('~200f', [1]).  Mike
Elston.
* ADDED: library(http/http_openid), supporting OpenID consumers and a
server.
* ADDED: library(http/http_host) to obtain the public hostname of our
HTTP service
* CLEANUP: Stricter type-checking in load_files/2.  Discussion on
comp.lang.prolog.
* FIXED: Old naming conventions.  Julian Zubek.
* FIXED: Atom-GC for blobs that do not have PL_BLOB_UNIQUE.  Samer
Abdallah.
* ADDED: Allow for selective importing of operators in use_module/2.
  After discussion with Vitor.
* PORT: Do not use chrpath if the kernel is not a shared object
* PORT: Some type-issues in socket libs (nonblockio.c)
  I do not think any of these could have been fatal.  They just produce
  alarming messages from the compiler.

Changes in 5.11.1:

* PORT: Windows: make fake EWOULDBLOCK error compatible with new def in
VS2010
* PORT: Fix download of Windows prerequisites for Windows 7.  Degski.
* ADDED: Support for "406 Not Acceptable" responses in the HTTP server.
* INSTALL: make prepare check all checked-out modules, regardless of
-a.
* FIXED: Cleanup after uncaught stack-overflow exceptions.  Paul
Singleton.
* DOC: Fixed code for skeleton client.  Mike Elston.
* FIXED: ?= for cases where the arguments do not unify.  Marco Montali.
* FIXED: Possible crash on stack-shift in cleanup handler.  Jochem
Liem.
* FIXED: Possibly wrong association of $and in frozen/2.  Samer
Abdallah.
* FIXED: Handling option register_namespaces(true) in rdf_load/2.
  Vangelis Vassiliadis.
* MODIDIED: rdf_assert/4 now discards *complete* duplicates (incl
source).
* PORT: Avoid including termios.h into pl-os.h to localise the
dependencies
  and (hopefully) make the system compile on Solaris.
* PORT: Get prototype for posix_openpt(), avoiding warning
* PORT: Move time-dependencies where they are needed; use POSIX
  clock_gettime() if it is provided.
* DOC: Enhance comments of rb_insert/4 and rb_insert_new/4.
* MODIFIED: Make rdf_meta/1 module-aware.  This means that calls are
  only expanded if they resolve to the exact predicate that is declared
  using rdf_meta.  This might break code relying on the old behaviour
  that expansion took place regardless of the module.

  It is possible to get a warning on calls that used to be expanded
  and are now not using this call before *loading* the program:

        ?- debug(rdf_meta).

  The new code also expands NS:Local appearing literally in the head
  of rdf_meta-declared clauses.

(asau)

2010-08-18 19:59:03 UTC MAIN commitmail json YAML

2010-08-18 17:40:31 UTC MAIN commitmail json YAML

GNU make fallout: it has become stricter wrt tabulation.

(asau)

2010-08-18 16:46:24 UTC MAIN commitmail json YAML

Build requires dbus-glib>=0.76

(reed)

2010-08-18 16:43:25 UTC MAIN commitmail json YAML

Build requires poppler-glib>=0.12.0

(reed)

2010-08-18 16:32:45 UTC MAIN commitmail json YAML

poppler-glib (and poppler-cairo) pkgconfig configurations require
same poppler version. So make the BUILDLINK_API_DEPENDS.poppler
an exact match.
(Noticed pkgconfig error when building evince with a poppler
and poppler-glib with different versions.)

(reed)

2010-08-18 15:51:18 UTC MAIN commitmail json YAML

Updated dhcpcd-gtk

(reed)

2010-08-18 15:49:35 UTC MAIN commitmail json YAML

Add an HTTP master download site. (When I did this, the ftp one didn't work.)

Correct homepage.

Include hicolor-icon-theme.

Add descriptive description.

Increased version to 0.5.1. Sorry I can't find the changelog.
This provides a manual page.

Update okayed by maintainer, Roy (but over a month ago).

(reed)

2010-08-18 15:45:25 UTC MAIN commitmail json YAML

+ruby-1.8.7.302, ruby-1.9.2.0, xf86-video-xgi-1.6.0.

(taca)

2010-08-18 15:35:20 UTC MAIN commitmail json YAML

Add period to end of sentence.

(reed)

2010-08-18 12:43:53 UTC MAIN commitmail json YAML

set LICENSE=original-bsd

(obache)

2010-08-18 11:33:50 UTC MAIN commitmail json YAML

2010-08-18 11:20:56 UTC MAIN commitmail json YAML

Recognize 64 bit DragonFly systems correctly. From Damian Lubosch
in PR 43774.

(wiz)

2010-08-18 10:05:08 UTC MAIN commitmail json YAML

Let to use BUILDLINK_DIR first for find header/library files.
It should fixes PR#43215.

(obache)

2010-08-18 06:11:40 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-RDBOHelpers to 0.09

(sno)

2010-08-18 06:11:18 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-RDBOHelpers from 0.08 to 0.09

pkgsrc changes:
- add license definition
- adjust dependencies

Upstream changes:
0.09    13 May 2010
        * fix primary_key_uri_escaped per Rose::DBx::Object::MoreHelpers 0.07Updating databases/p5-DBIx-Class-RDBOHelpers from 0.08 to 0.09

pkgsrc changes:
- add license definition
- adjust dependencies

Upstream changes:
0.09    13 May 2010
        * fix primary_key_uri_escaped per Rose::DBx::Object::MoreHelpers 0.07.

(sno)

2010-08-18 06:04:03 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Fixtures to 1.001010

(sno)

2010-08-18 06:03:27 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-Fixtures from 1.001009 to 1.001010

Upstream changes:
1.001010
- Fixed docs to use double quotes which is valid JSON

(sno)

2010-08-18 06:02:23 UTC MAIN commitmail json YAML

+ puzzle [pkg/43775], nut-15.7 [pkg/43776]

(obache)

2010-08-18 05:38:32 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-EncodedColumn to 0.00009

(sno)

2010-08-18 05:38:06 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-EncodedColumn from 0.00006 to 0.00009

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.00009        2010-05-17
        - Rewritten test suite
0.00008        2010-04-30
        - Fix packaging bug.
0.00007        2010-04-29
        - Fix for inter-component leaks because of improper mk_classdata usage
          (fixes RT #5099 by Kent Fredric) ( groditi )

(sno)

2010-08-18 04:36:31 UTC MAIN commitmail json YAML

Updated devel/check to 0.9.8

(obache)

2010-08-18 04:36:13 UTC MAIN commitmail json YAML

Update check to 0.9.8.
Based on PR#43757 by Kamel Derouiche.

Tue, Sep 22, 2009: Released Check 0.9.8
  based on r559 (2009-09-23 21:00).

* Fix CHECK_MICRO_VERSION, left at 6 in 0.9.7 by mistake.

Tue, Sep 22, 2009: Released Check 0.9.7
  based on r552 (2009-09-22 09:26).

* Added CK_SUBUNIT support for outputting test information in the subunit wire
  protocol. See the check manual for more information. (Contributed by Robert
  Collins).

* Added code and tests for timeout scaling via environment variable.
  Feature requested in tracker item #1549835 on sourceforge.

* Added documentation for testing exit values with tcase_add_exit_test().

* Add make_macros perl script from somebody (who?)

* add type to check_type error message

* add contrib dir with xslt transform

* function exist testing support (patch #1726574).

* introduce HAVE_WORKING_SETENV to protect tc_timeout_env usage

* support running tests with multiple pthreads (Daniel Gollub, closes 1391527)

* partial MSYS/MinGW support

Mon, Dec 29, 2008: Released Check 0.9.6
  based on r453 (2008-12-01 22:14:15).

* 'make distcheck' does not work out of the box. Disable the two
  top lines in doc/Makefile.am and it shall pass. Will have to
  be fixed later.

* add call to AC_REPLACE_FUNCS([strsignal])
* add new rpl_strsignal following rpl_(re)malloc template, body
  of function due to Roland Illig
  -- hopefully closes 1629755

* add missing NULL argument to fail* varargs macro calls
* define incorrect tests for __GNUC__ only
  -- both per Roland Illig in bug 1677391

* define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing:
  [ 1674626 ] compile error with non defined __attribute__ compiler

* Fixed error in documentation example Makefile.am, bug #1888237

* Fixed spelling (patch #1652630)

* Handle NULL in srunner_add_suite(). Fixes #1624887

* add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED

* call strdup on result from strsignal to avoid clobbering it
* add Torok Edwin to AUTHORS

* add CK_TEST_RESULT_INVALID to enum test_result

* add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore

* count checks in setup() as well; patch due to Roland Stigge

* use int __attribute__((unused)) _i instead of
      int _i __attribute__((unused))
  per gcc-3.3.5 request from Sebastian Trahm

* rename signal to _signal in _tcase_add_test to avoid a
  symbol clash with /usr/include/sys/signal.h on OS X.

* define rpl_malloc and rpl_realloc for platforms where
  !malloc(0) and !realloc(0,0), such as AIX, because configure
  goes and redefines malloc/realloc in this case...

* SVNChangeLog patch from Robert Collins

* Incorporated patch from Debian for debian bug #395466. This fixes
  'AM_PATH_CHECK causes "possibly undefined macro" errors'.

* Added new Check fail API. Implemented on top of fail_unless. Future
  versions will reverse this so fail_unless is implemented on top of the
  ck_assert API. This API is not documented yet, will probably not be fully
  released until 0.9.8, when it will be possible to choose API.

(obache)

2010-08-18 04:34:28 UTC MAIN commitmail json YAML

change dependency on "check" to "build", it is just used for test.
Bump PKGREVISION.

(obache)

2010-08-18 04:03:28 UTC MAIN commitmail json YAML

Add missing PLIST entry for i386.

(obache)

2010-08-17 16:52:48 UTC MAIN commitmail json YAML

reset MAINTAINER (bounced)
fix HOMEPAGE

(tnn)

2010-08-17 15:02:59 UTC MAIN commitmail json YAML

Updated math/gnumeric110 to 1.10.9

(wiz)

2010-08-17 15:02:48 UTC MAIN commitmail json YAML

Update to 1.10.9, set LICENSE, remove "(development version)" from
COMMENT.

Changes:

Andreas:
* Clarify autofilter dialog. [#625688]
* Make the tooltips theme-independent. [#625966]
* Adjust and fix WORKDAY and NETWORKDAY.
* Fix crash on certain handcrafted ODF files. [#626632]
* Fix import of some ODF 1.0 charts. [#626632]
* Fix crash on paste into an empty expression entry. [#626648]
* Import and export boxplots to and from ODF files. [#626653]
* Improve handling of corrupted ODF files. [#626654][#626655]
* Fix autocorrection when entering in ranges. [#626781]
* Fix column wdth and row height adjustments when entering in ranges.
  [#626789]
* Fix autofitting on data entry. [#626861]
* Avoid some of the multiple undos when entering existing text in
  ranges. [#626797]
* Adjust formats when autofitting new entries. [#626903]
* Autofit rows and columns when entering an array expression. [#626904]
* Fix column and row fitting on paste. [#359404][#611181]
* Export images to ODF.
* Fix import of graphs from rich ODF files. [#626961]
* Some ring and pie plot ODF export improvements.

Jean:
* Import Guppi graphs from gnumeric-1.0.x files. [#567953]
* Survive malformed guppi graphs. [#625726]
* Use theme foreground color for row and column headers. [#625727]
* Force column span recalculation when switching between number and
  error. [#625994]
* Fix scroll when selecting a merged cell. [#626065]
* Fix objects dragging when zoomed. [#626484]
* Fix control points behavior when zooming.
* Fix in-cell editing when zoom < 100%. [#626279]

Morten:
* Survive malformed xml files.
* Fix win32 random problem.  [#533779]
* Fix IMPOWER problem.  [#627014]
* Avoid criticals in ODS import.
* Fix problem with collect cache.  [#627079]

(wiz)

2010-08-17 14:34:52 UTC MAIN commitmail json YAML

Updated misc/goffice0.8 to 0.8.9

(wiz)

2010-08-17 14:34:40 UTC MAIN commitmail json YAML

Update to 0.8.9:

Jean:
* Don't crash when loading a corrupted chart. [#626206, #626263, #626305]
* Fix blur in zoomed charts.
* Fix memory leak and criticals in graph editor. [#626665]
* Allow themes defined as xml files. [#531070]
* Update currencies. [#626461]

(wiz)

2010-08-17 14:32:24 UTC MAIN commitmail json YAML

+ epiphany-2.30.3, gnumeric110-1.10.9, goffice0.8-0.8.9, kmymoney2-4.5.

(wiz)

2010-08-17 13:53:04 UTC MAIN commitmail json YAML

Updated audio/mp3diags to 1.0.06.051

(wiz)

2010-08-17 13:52:54 UTC MAIN commitmail json YAML

Update to 1.0.06.051:
This release fixes a crash that was caused by invalid Lyrics tags
and a crash that occurred under certain circumstances on Windows
when opening the "Folder filter" dialog.

(wiz)

2010-08-17 13:33:50 UTC MAIN commitmail json YAML

Updated sysutils/dbus-glib to 0.88

(wiz)

2010-08-17 13:33:40 UTC MAIN commitmail json YAML

Update to 0.88:

0.88:
Astone Lin (1):
      Allow duplicate object path registrations for different connections

Christian Dywan (1):
      Refer to dbus_g_connection_flush rather than the plain dbus call

Colin Walters (3):
      Disable test-profile on win32 for now
      Respect property access flags for writing, allow disabling for reads
      configure: Release 0.88

Dan Williams (2):
      core: don't pass malformed error interface to dbus (rh#581794)
      Fix lookup of regular properties when shadow properties are used

Danielle Madeley (6):
      Bumping required GLib to 2.24 for GVariant
      fd.o #28715: Add dbus_g_value_build_g_variant()
      Tests for GValue-to-GVariant
      Write a recursive equivalence function for testing the
equivalence of GVariants
      Test test_g_variant_equivalent itself
      Support DBUS_TYPE_G_SIGNATURE

Fridrich Strba (2):
      Use AC_CANONICAL_HOST, not _TARGET
      Don't use the identifier "interface" in public headers

Fridrich Strba (3):
      Use EXEEXT so that we satisfy dependencies when cross-compiling
      Fix linking of tests. On windows, undefined symbols are not
allowed and symbol lookup is sequencial
      Put the G_OS_WIN32 check where it can be defined.

Guillaume Desmottes (1):
      add mising DBUS_TYPE_G_* to the doc

Simon McVittie (6):
      Bug 14579: remove pending call from hash table before cancelling it
      Merge branch '14579-remove-before-cancel'
      fd.o #27958: dbus_g_error_domain_register: rewrite the documentation
      Add Libtool m4 to .gitignore
      Add various tests etc. to .gitignore
      Consolidate LDADD variables in tests/examples and make them more complete

Will Thompson (1):
      Merge remote branch 'danni/gvalue-to-gvariant'

0.86:
Colin Walters (8):
      Squash underscores and dashes in errors when converting to DBus errors
      Remove dbus-glib-undocumented.txt from git
      Revert "Squash underscores and dashes in errors when converting
to DBus errors"
      Fix hyphenated error codes correctly
      [configure.ac] Use AM_SILENT_RULES if available
      Remove dbus-glib-undeclared.txt from git; it's a generated file
      [dbus-gobject.c] Trivial compiler warning fixes
      [configure] Release 0.86

Dan Williams (2):
      core: allow duplicate property names on GInterfaces
      core: performance optimization for object info lookup

Sven Herzberg (1):
      turn the gtk-doc documentation into buildable shape

Will Thompson (1):
      Free errors returned by method implementations

(wiz)

2010-08-17 13:27:52 UTC MAIN commitmail json YAML

Update parrot from version 2.3.0 to 2.4.0.

Pkgsrc changes:
o Now pass the --optimize flag to configure
o Pull in devel/gmp/buildlink3.mk so that multi-precision arithmetic
  is enabled (and gets testing)
o Adapt PLIST and Makefile to what's present and being installed

Upstream changes:

- Core
  + Various long-standing bugs in IMCC were fixed
  + STRINGs are now immutable.
  + use STRINGNULL instead of NULL when working with strings
  + Fixed storage of methods in the NameSpace PMC
  + Added :nsentry flag to force method to be stored in the NameSpace
  + Added StringBuilder and PackfileDebug PMCs
  + Added experimental opcodes find_codepoint and unroll
- Compilers
  + Fixed reporting of line numbers in IMCC
  + Removed deprecated NQP compiler, replaced with new NQP-RX
  + Removed NCIGen compiler
- Deprecations
  + Tools to distribute on CPAN were removed
  + Deprecated dynpmcs have been removed to external repositories
  + Removed RetContinuation PMC
  + Removed CGoto, CGP, and Switch runcores
- Tests
  + Many tests for the extend/embed interface were added
  + done_testing() is now implemented in Test::More
- Tools
  + The fakexecutable tapir is renamed parrot-prove
  + Performance fixes to the pbc_to_exe tool
  + Fix data_json to work outside of trunk
  + The dynpmc GzipHandle (zlib wrapper) was added
  + The library Archive/Tar.pir was added.
  + The library Archive/Zip.pir was added.
  + The libraries LWP.pir, HTTP/Message.pir & URI.pir were added.
- Miscellaneous
  + Six Parrot-related projects accepted to GSoC
  + Improve use of const and other compiler hints

(he)

2010-08-17 13:10:23 UTC MAIN commitmail json YAML

- use pthread.buildlink3.mk instead of hardcoded '-lpthread' per
  discussion on tech-pkg.

(seanb)

2010-08-17 11:24:33 UTC MAIN commitmail json YAML

2010-08-17 11:24:20 UTC MAIN commitmail json YAML

Update mapm to 4.9.5a.
Based on PR#43736 by Kamel Derouiche.

V 4.9.5 -  Dec 10, 2007    Updated software license, allowing distribution
  of modified source code.

  The actual library source code is identical to
  version 4.9.2 (except the obvious library version
  identifier, and Digital Mars #ifdef).

  Added support for the Digital Mars Compiler.

  Added build script for Intel Linux Compiler.

V 4.9.5a - Feb 21, 2010    Updated authors email address.

  Note that there are no changes to the library
  source code - so the library will still identify
  itself as "4.9.5".

  Added Makefile for Microsoft Visual Studio 2005.

  Added another Makefile for MAC OSX (for 10.6).

(obache)

2010-08-17 11:09:23 UTC MAIN commitmail json YAML

+ etm-651, gnuplot-4.4.0 [pkg/43771], p5-Search-Xapian-1.2.2.0
  [needs xapian >= 1.2.2], plone-3.3.4, vim-7.3, xapian-1.2.2,
  xapian-omega-1.2.2.

(wiz)

2010-08-17 11:05:53 UTC MAIN commitmail json YAML

+ gnuplot-4.4.0 [pkg/43771]

(obache)

2010-08-17 10:59:13 UTC MAIN commitmail json YAML

Disable OS (i.e. Linux distro) specific behaviour.
PR#43767 by Aleksey Cheusov.

(obache)

2010-08-17 09:41:27 UTC MAIN commitmail json YAML

Updated time/py-pytz to 2010k

(obache)

2010-08-17 09:38:01 UTC MAIN commitmail json YAML

Update py-pytz to 2010k.
Based on PR#43764 by Kamel Derouiche

timezone update.

(obache)

2010-08-17 09:28:40 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.18.4

(wiz)

2010-08-17 09:28:30 UTC MAIN commitmail json YAML

Update to 0.18.4:

Log:
        Sæ·¡ren Sandmann Pedersen (6):
              Post-release version bump to 0.18.3
              Fix memory leak in the pthreads thread local storage code
              When storing a g1 pixel, store the lowest bit, rather than comparing with
              If we bail out of do_composite, make sure to undo any workarounds.
              Check for read accessors before taking the bilinear fast path
              Pre-release version bump to 0.18.4

(wiz)

2010-08-17 09:20:45 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RSS to 1.48

(wiz)

2010-08-17 09:20:35 UTC MAIN commitmail json YAML

Update to 1.48:

1.48 - April 23, 2010
    - Fix the $rss->parse($string)->other_method() display (had to add
    spaces between the << and >>). See:
        - https://rt.cpan.org/Public/Bug/Display.html?id=56848
        - Thanks to Slaven_Rezic for the report.

(wiz)

2010-08-17 06:49:04 UTC MAIN commitmail json YAML

Updated devel/p5-PPIx-Regexp to 0.010

(sno)

2010-08-17 06:48:37 UTC MAIN commitmail json YAML

Updating devel/p5-PPIx-Regexp from 0.008 to 0.010

Upstream changes:
0.010 T. R. Wyant 06-Aug-2010
  Fix fatal error in PPIx::Regexp::Token::Code->ppi().
  Move author tests from xt/ to xt/author/.

0.009 T. R. Wyant 03-Aug-2010
  Recognize s/.../.../ee as being different from s/.../.../e. In
    particular, the replacement portion of the former is _not_ a Perl
    expression: it's an interpolatble string, which later gets
    eval{}'ed.

(sno)