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

2024-05-12 20:31:32 UTC Now

2009-02-24 15:48:17 UTC MAIN commitmail json YAML

2009-02-24 15:47:43 UTC MAIN commitmail json YAML

Initial import of bash3 -- latest version of bash-3 branch.

Since two people already asked for it, here's the package, but
maintainer is set to pkgsrc-users.

Bash is an sh-compatible shell that incorporates useful features from
the Korn shell (ksh) and C shell (csh). It is intended to conform to
the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.

It offers functional improvements over sh for both programming and
interactive use; these include command line editing, unlimited size
command history, job control, shell functions and aliases, indexed
arrays of unlimited size, and integer arithmetic in any base from two
to sixty-four. In addition, most sh scripts can be run by Bash without
modification.

This package contains the outdated version 3 of bash.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090224

(wiz)

2009-02-24 15:42:19 UTC MAIN commitmail json YAML

2009-02-24 15:41:38 UTC MAIN commitmail json YAML

Updated sysutils/dbus-glib to 0.80

(wiz)

2009-02-24 15:41:29 UTC MAIN commitmail json YAML

Update to 0.80:

commit b161082148a51f2a2d8a4ee85f5736791dedc276
Author: Colin Walters <walters@verbum.org>
Date:  Mon Feb 2 15:07:51 2009 -0500

    Bug 19065 - handle nested nodes in dbus-binding-tool

    Patch modified from one provided by Stian Skelstad <stian@nixia.no>.

    Split the generate_glue function explicitly into a toplevel
    function and
    one for processing recursive nodes.

dbus/dbus-binding-tool-glib.c  |  108
++++++++++++++++++++++-----------------
m4/gtk-doc.m4                  |    2 +-
test/Makefile.am                |    5 ++
test/core/Makefile.am          |    6 +-
test/data/nested-introspect.xml |  10 ++++
test/test-compile-nested.sh    |    5 ++
6 files changed, 85 insertions(+), 51 deletions(-)

commit 64ec55f59a9ebe699e240c2a3b4d82e85f2db4a0
Author: Doug Goldstein <cardoe@gentoo.org>
Date:  Fri Jan 30 17:38:19 2009 -0500

    Bug 19325 - parallel build fix

    Signed-off-by: Colin Walters <walters@verbum.org>

dbus/Makefile.am |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

commit 299460549e92665e5ea09d459d3985fc85d8d73c
Author: Colin Walters <walters@verbum.org>
Date:  Fri Jan 30 16:03:11 2009 -0500

    Bug 19259: Always use /etc/bash_completion.d

    This looks like what bash upstream has standardized on.

dbus/Makefile.am |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

commit 78eb504bd9954918c363f357d0ab71ca85e3fc23
Author: Colin Walters <walters@verbum.org>
Date:  Tue Jan 27 18:59:01 2009 -0500

    Bug 19647: Move test-types inside run-test to avoid dep on existing
    session bus

    All tests that use DBUS_BUS_SESSION should be in run-test.sh to
    avoid introducing
    a dependency on an existing session bus.

test/core/Makefile.am |    2 +-
test/core/run-test.sh |    1 +
2 files changed, 2 insertions(+), 1 deletions(-)

commit 3d25c1640d59e9770c33fafb1a12766feb6494e8
Merge: d92a441... 8868486...
Author: Colin Walters <walters@verbum.org>
Date:  Tue Jan 27 18:43:50 2009 -0500

    Merge branch 'master' of
    ssh://walters@git.freedesktop.org/git/dbus/dbus-glib

commit d92a44109e3fdc766e34b53f7ec5329e98e13909
Author: Colin Walters <walters@verbum.org>
Date:  Tue Jan 27 17:00:37 2009 -0500

    Bug 19441: Don't send replies for messages explicitly not requesting
    one

    In sending a reply when a message has the dbus_message_set_no_reply
    flag set, we can cause spurious denials logged on the system bus,
    aside
    from being inefficient.

dbus/dbus-gobject.c |  67
+++++++++++++++++++++++++++++++++++---------------
1 files changed, 47 insertions(+), 20 deletions(-)

commit 88684866d06df99f89b30a07e4809369b4cb0453
Author: Colin Walters <walters@verbum.org>
Date:  Fri Dec 19 11:18:26 2008 -0500

    Add new files missed from last commit

test/core/my-object-subclass.c          |  115
++++++++++++++++++++++++++++++
test/core/my-object-subclass.h          |  33 +++++++++
test/core/test-service-glib-subclass.xml |    8 ++
3 files changed, 156 insertions(+), 0 deletions(-)

commit d55ffa5bbccd027caf7f2e7376b555e397a7ac3c
Author: Dan Williams <dcbw@redhat.com>
Date:  Thu Dec 18 13:09:33 2008 -0500

    Bug 19145: test cases for GetAll

    Add test cases for GetAll.

    Signed-off-by: Colin Walters <walters@verbum.org>

test/core/Makefile.am          |  11 ++-
test/core/test-dbus-glib.c      |  187
+++++++++++++++++++++++++++++++++++++++
test/core/test-service-glib.c  |    7 ++
test/core/test-service-glib.xml |    2 +
4 files changed, 205 insertions(+), 2 deletions(-)

commit 94d68f00d9d244de3b1d66d3cf78bb5171552311
Author: Tambet Ingo <tambet@gmail.com>
Date:  Thu Dec 18 12:09:43 2008 +0200

    Use the provided interface for org.freedesktop.DBus.Properties.GetAll
    call.

dbus/dbus-gobject.c |  82
++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 68 insertions(+), 14 deletions(-)

commit 1b150c32aa574b421161b63bb01eeeb5ad23bf3a
Author: Frederic Crozat <fcrozat@mandriva.com>
Date:  Fri Dec 5 11:16:46 2008 -0500

    Fix linking order so -Wl,--as-needed works

    Signed-off-by: Colin Walters <walters@verbum.org>

dbus/Makefile.am |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

(wiz)

2009-02-24 15:31:44 UTC MAIN commitmail json YAML

Updated mail/evolution-exchange to 2.24.4

(wiz)

2009-02-24 15:31:26 UTC MAIN commitmail json YAML

Update to 2.24.4:

Bug Fixes:
#360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. (Milan Crha)

(wiz)

2009-02-24 15:24:25 UTC MAIN commitmail json YAML

Updated sysutils/gnome-volume-manager to 2.24.1

(wiz)

2009-02-24 15:24:12 UTC MAIN commitmail json YAML

Update to 2.24.1, convert to user-destdir.

2009-02-15  Jeffrey Stedfast  <fejj@novell.com>

* configure.in: Bumped version to 2.24.1

* src/manager.c: Changed all "import photos?" prompts to use the
same gconf "don't ask again" key.
(prompt_response_cb): Allow saving the result even if the response
is GTK_RESPONSE_CANCEL. Fixes bug #557364.
(gvm_prompt): Set a window icon. Fixes bug #515762.

* gnome-volume-manager.schemas.in: Applied patch by Jerry Tan to
default autophoto_command to `gthumb --import-photos`. Fixes bug
#560735.

* src/manager.c (gvm_console_kit_sesion_get_uid): ConsoleKit 0.3
changed the return value from Int32 to UInt32 so check for either
type. Based on a patch by Donnie Berkholz. Fixes bug #571872.

2008-09-23  Jeffrey Stedfast  <fejj@novell.com>

Based on the patch by Herbert P旦tzl

* src/manager.c (unmount_all): Don't unmount any volumes that have
become marked with volume.ignore.
(gvm_device_mounted): If a volume marked for ignore gets mounted,
don't prompt the user for anything.

(wiz)

2009-02-24 15:14:21 UTC MAIN commitmail json YAML

Updated sysutils/gnome-power-manager to 2.24.4

(wiz)

2009-02-24 15:14:01 UTC MAIN commitmail json YAML

Update to 2.24.4, convert to user-destdir.

==============
Version 2.24.4
==============

- Fixed #562576, Battery profile is not saved correctly (Stephen Gildea and Joe)
- Fixed #566115, Fails to build on sparc (Josselin Mouette)
- Fixed #569100, When brightness is to 0, pressing one more brightness causes hang (Fortunato Ventre)
- Fixed #566095, Don't step through each brightness state when we fade modes (Richard Hughes)

(wiz)

2009-02-24 15:04:27 UTC MAIN commitmail json YAML

Updated audio/gnome-speech to 0.4.25

(wiz)

2009-02-24 15:04:15 UTC MAIN commitmail json YAML

Update to 0.4.25:

gnome-speech 0.4.25:

* Respin due to use of incompatible libtool for 0.4.24.

gnome-speech 0.4.24

* drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver
  parameter ranges do not match espeak

* gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix
  for bug #560439 - GNOME Goal: Remove deprecated GLib symbols.  NOTE:
  I don't have the eloquence package (it's a commercial system), so I
  was unable to verify the changes made to that file.

gnome-speech 0.4.23:

* drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch
  (Vincent Untz)

* test/test-speech.c: Fix for bug #563577 - GNOME Goal: Clean up GLib
  and GTK+ includes (Luis Menina)

(wiz)

2009-02-24 14:53:08 UTC MAIN commitmail json YAML

use META_PACKAGE, delete other variables

(gdt)

2009-02-24 12:29:27 UTC MAIN commitmail json YAML

Added textproc/p5-Convert-Translit version 1.03

(tonnerre)

2009-02-24 12:28:58 UTC MAIN commitmail json YAML

+p5-Convert-Translit

(tonnerre)

2009-02-24 12:28:17 UTC MAIN commitmail json YAML

Initial import of the Convert-Translit Perl package version 1.03.

This module converts strings among 8-bit character sets defined by IETF
RFC 1345 (about 128 sets). The RFC document is included so you can look up
character set names and aliases; it's also read by the module when composing
conversion maps. Failing functions or objects return undef value.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(tonnerre)

2009-02-24 12:24:59 UTC MAIN commitmail json YAML

Updated news/pan to 0.133

(wiz)

2009-02-24 12:24:48 UTC MAIN commitmail json YAML

Update to 0.133:

0.133 "House of Butterflies"
535413 fix heap overflow in pan when parsing .nzb files (Pavel Polischouk)
467446 image viewer truncates image (Aaron Von Gauss)
540798 handle NNTP server '203 Streaming OK' responses (Mark Beach)
524620 compile fails on glib 2.16: g_assert moved to gtestutils.h (Duncan)
527852 use po/LINGUAS (Gilles Dartiguelongue)
482140 get last N days' headers fails when no headers in N days (Anonymous)
514167 'post' window doesn't fit on 800x480 display (Alexey Zakhlestin)
541704 pan uses deprecated `hash_set' class (Charles)
527853 unit test 'scorefile-test' fails on sparc (Ferris McCormick)

(wiz)

2009-02-24 12:13:28 UTC MAIN commitmail json YAML

Updated misc/orca to 2.24.4

(wiz)

2009-02-24 12:13:14 UTC MAIN commitmail json YAML

Update to 2.24.4:

2.24.4 - 18-Feb-2008

General:

* Fix for bug #553678 - orca can act badly at login time.  This was a
  bad one where pressing Ctrl+s to invoked Orca in speech mode after
  pressing Ctrl+m to invoke Orca with the magnifier would cause the
  magnifier to freeze in one spot.

* Fix for bug #561548 - Orca locks up when closing some Pidgin
  conversations.  Also helps with bug #567864.  This was a very bad
  hang that several people reported on the Orca list.

* Fix for bug #568589 - braillegenerator adding image string versus
  braille.Component for table cells.  This was exposed after the
  OpenSolaris packagemanager made changes to add accessible names for
  images in the package list.  Prior to the fix for bug #568589, Orca
  would go silent in the revised packagemanager list.

* Fix for bug #568751 - Interaction with the punctuation preferences
  can cause a hang.  This was another bad hang reported on the Orca
  list.

* Fix for bug #568875 - Pressing "Apply" button in preferences dialog
  causes autostart option to be checked.  This caused some users much
  confusion.

* Fix for bug #569343 - Speaking of indentation is misleading.  Users
  deemed this to be misleading enough that they wanted this fixed for
  2.24.4 (i.e., they didn't want to wait for 2.26.0).

* Part of fix for bug #570387 - Clean up the speech tab of the
  preferences UI. This causes Page Up and Page Down to work on the
  hscales.  Before this, only the arrow keys worked, which could
  require users to arrow 1 unit at a time across a 100 unit scale.

* Fix for bug #572294 - Need a sanity check in the default script's
  locusOfFocusChanged.  This would cause Thunderbird to go quiet and
  also cause Orca to consume normal typing keys that it should not
  consume.

Evolution:

* Fix for bug #567428 -"readonly text" spoken when caret changes line.
  This was a big usability issue.

* Fix for bug #570390 - Spellcheck in evolution is badly broken.

Firefox/Thunderbird:

* Fix for bug #537303 - Certain FF3 add-ons interfere with Orca's
  ability to provide access to content.

* Fix for bug #567864 - Orca stops responding when flat review is used
  in thunderbird message window and message is closed.  This was a
  very bad hang reported by several users on the Orca list.

* Fix for bug #567984 - Structural navigation needs to consider text
  within the document frame.

* Fix for bug #568631 - Orca does not update the position for
  same-page links which reference objects by name/id in Firefox 3.

* Fix for bug #568768 - Orca starts at the top of a newly-loaded page
  rather than the specified fragment.  This was a very bad usability
  problem when navigating across web pages.

* Fix for bug #552965 - (ARIA) aria-valuetext ignored

* Fix for bug #555540 - (ARIA) Add support for additional landmark roles.

* Fix for bug #568467 - (ARIA) aria-describedby text spoken twice via
  Where Am I

* Fix for bug #568550 - (ARIA) Add default keybindings for navigating by
  landmarks

* Fix for bug #569346 - (ARIA) No speech for image-only ARIA buttons
  and ARIA menu items

* Fix for bug #569835 - (ARIA) Orca should support the ARIA haspopup
  attribute

* Fix for bug #570551 - (ARIA) UIUC Number Guessing Game Alert Dialog
  not presented when it appears.

* Fix for bug #570524 - (ARIA) Issues with Dojo combo box interaction.

* Fix for bug #570532 - (ARIA) Alert text not brailled when navigating
  it.

* Work on bug #571058 - (ARIA) Orca's caret navigation is kicking in
  when it shouldn't be.

(wiz)

2009-02-24 12:10:14 UTC MAIN commitmail json YAML

+p5-Text-Unidecode

(tonnerre)

2009-02-24 12:08:46 UTC MAIN commitmail json YAML

Added textproc/p5-Text-Unidecode version 0.04.

(tonnerre)

2009-02-24 12:08:25 UTC MAIN commitmail json YAML

Remove some updated packages:
- apache-ant-1.7.1, apache-ant15-1.7.0, at-spi-1.24.1, atf-0.6,
  bash-4.0, epiphany-2.24.3, gmpc-0.17.0, gnome-pilot-2.0.17,
  gnucash-2.2.9, gob2-2.0.15, guile-gnome-2.16.1, libgdiplus-2.2,
  libmpd-0.17.0, libspf2-1.2.9, mediawiki-1.13.3, metakit-lib-2.4.9.6,
  openssl-0.9.8i, pmccabe-2.5 [pkg/39749], puppet-0.24.7,
  py-metakit-2.4.9.6, py-reportlab-2.2, py-soappy-0.11.6, rake-0.8.3,
  replex-0.1.6.8, roundcube-0.2, ruby-launchy-0.3.2,
  ruby-postgresql-0.7.9.2008.01.28, ruby-rb-gsl-1.10.3,
  ruby-tmail-1.2.3.1, ruby-tzinfo-0.3.12, rubyforge-1.0.2,
  shared-mime-info-0.60, telepathy-gabble-0.7.21, trac-0.11.3,
  xcdroast-0.98a16.

(wiz)

2009-02-24 12:07:47 UTC MAIN commitmail json YAML

Initial import of Text::Unidecode version 0.04.

It often happens that you have non-Roman text data in Unicode, but you can't
display it -- usually because you're trying to show it to a user via an
application that doesn't support Unicode, or because the fonts you need aren't
accessible. You could represent the Unicode characters as "???????" or
"\15BA\15A0\1610...", but that's nearly useless to the user who actually wants
to read what the text says.

What Text::Unidecode provides is a function, unidecode(...) that takes Unicode
data and tries to represent it in US-ASCII characters (i.e., the universally
displayable characters between 0x00 and 0x7F). The representation is almost
always an attempt at transliteration -- i.e., conveying, in Roman letters, the
pronunciation expressed by the text in some other writing system.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(tonnerre)

2009-02-24 12:04:19 UTC MAIN commitmail json YAML

Updated shells/bash to 4.0

(wiz)

2009-02-24 12:04:09 UTC MAIN commitmail json YAML

Update to 4.0:

1.  New Features in Bash

a.  When using substring expansion on the positional parameters, a starting
    index of 0 now causes $0 to be prefixed to the list.

b.  The `help' builtin now prints its columns with entries sorted vertically
    rather than horizontally.

c.  There is a new variable, $BASHPID, which always returns the process id of
    the current shell.

d.  There is a new `autocd' option that, when enabled, causes bash to attempt
    to `cd' to a directory name that is supplied as the first word of a
    simple command.

e.  There is a new `checkjobs' option that causes the shell to check for and
    report any running or stopped jobs at exit.

f.  The programmable completion code exports a new COMP_TYPE variable, set to
    a character describing the type of completion being attempted.

g.  The programmable completion code exports a new COMP_KEY variable, set to
    the character that caused the completion to be invoked (e.g., TAB).

h.  If creation of a child process fails due to insufficient resources, bash
    will try again several times before reporting failure.

i.  The programmable completion code now uses the same set of characters as
    readline when breaking the command line into a list of words.

j.  The block multiplier for the ulimit -c and -f options is now 512 when in
    Posix mode, as Posix specifies.

k.  Changed the behavior of the read builtin to save any partial input received
    in the specified variable when the read builtin times out.  This also
    results in variables specified as arguments to read to be set to the empty
    string when there is no input available.  When the read builtin times out,
    it returns an exit status greater than 128.

l.  The shell now has the notion of a `compatibility level', controlled by
    new variables settable by `shopt'.  Setting this variable currently
    restores the bash-3.1 behavior when processing quoted strings on the rhs
    of the `=~' operator to the `[[' command.

m.  The `ulimit' builtin now has new -b (socket buffer size) and -T (number
    of threads) options.

n.  The -p option to `declare' now displays all variable values and attributes
    (or function values and attributes if used with -f).

o.  There is a new `compopt' builtin that allows completion functions to modify
    completion options for existing completions or the completion currently
    being executed.

p.  The `read' builtin has a new -i option which inserts text into the reply
    buffer when using readline.

q.  A new `-E' option to the complete builtin allows control of the default
    behavior for completion on an empty line.

r.  There is now limited support for completing command name words containing
    globbing characters.

s.  Changed format of internal help documentation for all builtins to roughly
    follow man page format.

t.  The `help' builtin now has a new -d option, to display a short description,
    and a -m option, to print help information in a man page-like format.

u.  There is a new `mapfile' builtin to populate an array with lines from a
    given file.  The name `readarray' is a synonym.

v.  If a command is not found, the shell attempts to execute a shell function
    named `command_not_found_handle', supplying the command words as the
    function arguments.

w.  There is a new shell option: `globstar'.  When enabled, the globbing code
    treats `**' specially -- it matches all directories (and files within
    them, when appropriate) recursively.

x.  There is a new shell option: `dirspell'.  When enabled, the filename
    completion code performs spelling correction on directory names during
    completion.

y.  The `-t' option to the `read' builtin now supports fractional timeout
    values.

z.  Brace expansion now allows zero-padding of expanded numeric values and
    will add the proper number of zeroes to make sure all values contain the
    same number of digits.

aa. There is a new bash-specific bindable readline function: `dabbrev-expand'.
    It uses menu completion on a set of words taken from the history list.

bb. The command assigned to a key sequence with `bind -x' now sets two new
    variables in the environment of the executed command:  READLINE_LINE_BUFFER
    and READLINE_POINT.  The command can change the current readline line
    and cursor position by modifying READLINE_LINE_BUFFER and READLINE_POINT,
    respectively.

cc. There is a new &>> redirection operator, which appends the standard output
    and standard error to the named file.

dd. The parser now understands `|&' as a synonym for `2>&1 |', which redirects
    the standard error for a command through a pipe.

ee. The new `;&' case statement action list terminator causes execution to
    continue with the action associated with the next pattern in the
    statement rather than terminating the command.

ff. The new `;;&' case statement action list terminator causes the shell to
    test the next set of patterns after completing execution of the current
    action, rather than terminating the command.

gg. The shell understands a new variable: PROMPT_DIRTRIM.  When set to an
    integer value greater than zero, prompt expansion of \w and \W  will
    retain only that number of trailing pathname components and replace
    the intervening characters with `...'.

hh. There are new case-modifying word expansions: uppercase (^[^]) and
    lowercase (,[,]).  They can work on either the first character or
    array element, or globally.  They accept an optional shell pattern
    that determines which characters to modify.  There is an optionally-
    configured feature to include capitalization operators.

ii. The shell provides associative array variables, with the appropriate
    support to create, delete, assign values to, and expand them.

jj. The `declare' builtin now has new -l (convert value to lowercase upon
    assignment) and -u (convert value to uppercase upon assignment) options.
    There is an optionally-configurable -c option to capitalize a value at
    assignment.

kk. There is a new `coproc' reserved word that specifies a coprocess: an
    asynchronous command run with two pipes connected to the creating shell.
    Coprocs can be named.  The input and output file descriptors and the
    PID of the coprocess are available to the calling shell in variables
    with coproc-specific names.

ll. A value of 0 for the -t option to `read' now returns success if there is
    input available to be read from the specified file descriptor.

mm. CDPATH and GLOBIGNORE are ignored when the shell is running in privileged
    mode.

nn. New bindable readline functions shell-forward-word and shell-backward-word,
    which move forward and backward words delimited by shell metacharacters
    and honor shell quoting.

oo.  New bindable readline functions shell-backward-kill-word and shell-kill-word
    which kill words backward and forward, but use the same word boundaries
    as shell-forward-word and shell-backward-word.

2.  New Features in Readline

a.  A new variable, rl_sort_completion_matches; allows applications to inhibit
    match list sorting (but beware: some things don't work right if
    applications do this).

b.  A new variable, rl_completion_invoking_key; allows applications to discover
    the key that invoked rl_complete or rl_menu_complete.

c.  The functions rl_block_sigint and rl_release_sigint are now public and
    available to calling applications who want to protect critical sections
    (like redisplay).

d.  The functions rl_save_state and rl_restore_state are now public and
    available to calling applications; documented rest of readline's state
    flag values.

e.  A new user-settable variable, `history-size', allows setting the maximum
    number of entries in the history list.

f.  There is a new implementation of menu completion, with several improvements
    over the old; the most notable improvement is a better `completions
    browsing' mode.

g.  The menu completion code now uses the rl_menu_completion_entry_function
    variable, allowing applications to provide their own menu completion
    generators.

h.  There is support for replacing a prefix  of a pathname with a `...' when
    displaying possible completions.  This is controllable by setting the
    `completion-prefix-display-length' variable.  Matches with a common prefix
    longer than this value have the common prefix replaced with `...'.

i.  There is a new `revert-all-at-newline' variable.  If enabled, readline will
    undo all outstanding changes to all history lines when `accept-line' is
    executed.

j.  If the kernel supports it, readline displays special characters
    corresponding to a keyboard-generated signal when the signal is received.

(wiz)

2009-02-24 11:55:31 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.2.9

(wiz)

2009-02-24 11:55:13 UTC MAIN commitmail json YAML

Update to 2.2.9:

2.2.9 - 23 February 2009
Welcome to the GnuCash 2.2.9 Release.
Fixed Bugs:
o #339027: Reconcile window should display the date
o #435642: Crash editing results of a find
o #438132: Warning about commodity being NULL for root account on save
o #462148: Report output is vertically inverted and bottom up
            printed (mirror, reverse, &c.)
o #514455: Dutch (Netherlands) translation of account templates
o #526775: Win32: Crashes when importing brokerage account data
o #542382: Assign GnuCash to file name extension .gnucash
o #564209: Improved debuggability for module loading

o #564450: HUF currency handling incorrect as 1HUF divided into
            100FILLERs
o #564928: Segfault when closing a invoice tab
o #565421: gnc-date-edit.c did not compile with Gtk < 2.10
o #565721: Multicolumn report options: Report names are not translated
o #566198: Slovakia joined the Euro
o #566352: Crash during OFX import under Win 2000 / SP4
o #566567: Scheme modifications are not built on windows
o #567174: Files with NIS stocks fail to open

o #568327: Using most "budget" reports, without a budget
            defined crashes gnucash
o #568653: Add SKR49 template
o #568945: The gnc_pricedb_convert_balance_... methods should
            look for the reciprocal of the exchange rate
o #569734: Give the template root account a name
o #570166: Weird text entry box when typing on Account Tree page
o #570894: Use of symbol t, which is not defined in all guile versions
o #571220: Program won't start if SCHEME_LIBRARY_PATH is set
Other Changes:
o Added German account template for a Wohnungswirtschaft business
o Fixed french business account templates
o Updated translations: Catalan, Chinese, German, Italian

(wiz)

2009-02-24 10:53:02 UTC MAIN commitmail json YAML

2009-02-24 10:15:02 UTC MAIN commitmail json YAML

+ Gorm-1.2.8, bash-4.0, ddrescue-1.10, dvdrip-0.98.10, gnucash-2.2.9,
  libdrm-2.4.5, mkvtoolnix-2.5.1, mysql5-client-5.0.77,
  nautilus-sendto-1.1.2, parrot-0.9.1, py-ldap-2.3.6, py-psycopg-2.0.9,
  tcpreplay-3.4.1, transcode-1.1.1, xlog-2.0.1, zile-2.3.1.

Add link to rhaen's perl updates list.
Remove some updated packages.

(wiz)

2009-02-24 10:13:26 UTC MAIN commitmail json YAML

2009-02-24 09:36:40 UTC MAIN commitmail json YAML

Updated net/libupnp to 1.6.6nb2

(obache)

2009-02-24 09:36:23 UTC MAIN commitmail json YAML

Changes SetPolicyType() in threadutil:
* From schedctl(8) of NetBSD-5-RC2, setting of priority for the process running
  at SCHED_OTHER policy is not allowed, so change to skip if SCHED_OTHER is specified.
* Use sched_get_priority_min() instead of hard coded DEFAULT_SCHED_PARAM (= 0).
* Ajust return code as the "Returns:" section in this function's comment.
  sched_setscheduler(3) return the previous policy if succeed, it may not be 0.

Bump PKGREVISION.

(obache)

2009-02-24 07:54:02 UTC MAIN commitmail json YAML

Updated devel/doxygen to 1.5.8

(wiz)

2009-02-24 07:53:50 UTC MAIN commitmail json YAML

Update to 1.5.8:

This release introduces an updated wizard, which now uses Qt4 and
provides more convenience in configuring and running doxygen. It
also features a new Qt Help generator, which no longer requires an
external tool to postprocess the output. An option had been added
that allows configuring the parser that doxygen will use for a
given file extension.  As always, a large number of bugs have been
fixed.

(wiz)

2009-02-24 03:25:55 UTC MAIN commitmail json YAML

Note update of delegate to 9.9.1

(rh)

2009-02-24 03:24:15 UTC MAIN commitmail json YAML

Update delegate to 9.9.1.  Notable changes include:

9.9.1 [STABLE] 2009/01/22 fixes and M17N extension
9.9.0 [STABLE] 2008/11/24 stable version
9.9.0 CAPSKEY and HTMUX
9.8.6 restriction (MITM, VSAP) and fixes (SSL, CFI, HTTP cache)
9.8.2 name based reverse proxy and NAT based transparent proxy
9.8.2 porting to Windows Mobile/CE, SSH/Telnet gateway
9.8.1 minor fixes and mail routing to MX
9.8.0 clustering of origin/proxy servers, SSL Server Name Indication

Hopefully this fixes PR pkg/40441 as well.

(rh)

2009-02-24 02:30:39 UTC MAIN commitmail json YAML

Updated devel/g-wrap to 1.9.12

(gdt)

2009-02-24 02:30:23 UTC MAIN commitmail json YAML

Update to 1.9.12.  Only listed change is pkgconfig bugfix that was in
patch-ab.

(gdt)

2009-02-24 01:00:16 UTC MAIN commitmail json YAML

+py-mutagen-1.15

(snj)

2009-02-24 00:58:39 UTC MAIN commitmail json YAML

Note update of net/rbldnsd.

(cube)

2009-02-24 00:58:10 UTC MAIN commitmail json YAML

- Update to 0.996b
- Add USE_DESTDIR support
- Silence a pkglint warning
- Drop maintainership

Changes:
  * cleanup: #ifdefed dump_a_txt() properly so it will not be compiled
    if --disable-master-dump was specified.
  * implement "base template" ($=) feature.
  * portability and readability fixes from Victor Duchovni
  * added configure test for inline and __inline keywords, and only
    use #warning keyword if __GNUC__ is defined (more portability fixes
    from Victor Duchovni)
  * misc type conversions here and there, and change alignment in
    mempool.c to be sizeof(void*) instead of sizeof(int), to help
    64bit platforms.  Thanks to Mike Quintero for an excellent
    bugreport.
  * bugfix: combined dataset - improper return of query() routine in some
    cases
  * internal code reorg:
    - move firstword[_lc]() to _util.c
    - use two structs instead of a set of 2-element arrays in dnset
  * bugfix: lowercase base zone names given on command line and in `combined'
    dataset, or else they wont be recognized in queries

(cube)

2009-02-24 00:45:25 UTC MAIN commitmail json YAML

Note update of net/libnids.

(cube)

2009-02-24 00:44:26 UTC MAIN commitmail json YAML

Silence some more pkglint warnings.

(cube)

2009-02-24 00:42:29 UTC MAIN commitmail json YAML

- Update to 1.23
- Drop maintainership
- Use an option group for libnet version
- Add USE_DESTDIR support

v1.23 Feb 23 2008
- fixed remotely triggerable NULL dereference in ip_fragment.c
- fix DLT_PRISM_HEADER linkoffset calculation
- check for DATA_FRAME_IS_QOS in wireless frames
- free queued tcp segments with too old seq

v1.22 Jul 22 2007
- in TCP stream, the byte with absolute offset 0 was treated as urgent data;
fixed
- DLT_IEEE802_11_RADIO handling
- added a few missing checks for failed malloc

v1.21 May 10 2006
- more externals to access libnids' intrinsics from the outside
- nids_unregister_*()
- UDP checksumming fix (0 is not an error according to RFC768)
- nids_params.tcp_workarounds
- nids_params.multiproc and queue_limit: merged a patch which creates a
separate thread for packet capture;
- in killtcp.c, send two more RST packets (required because of MS05-019
patch)
- glibc 2.4 syslog.h disaster workaround

(cube)

2009-02-24 00:09:28 UTC MAIN commitmail json YAML

Note revision bump of graphics/nvtv and removal of graphics/nvtv-gtk2.

(cube)

2009-02-24 00:08:09 UTC MAIN commitmail json YAML

Remove nvtv-gtk2.  There's no need to support both versions of the toolkit,
and if someone really insists on it, they can add an option to
graphics/nvtv.

(cube)

2009-02-24 00:06:54 UTC MAIN commitmail json YAML

- Use gtk2 (nvtv-gtk2 will go away right after this)
- Drop maintainership
- Add USE_DESTDIR support

Bump PKGREVISION because of gtk1->gtk2 move.

(cube)

2009-02-23 23:40:19 UTC MAIN commitmail json YAML

2009-02-23 23:20:28 UTC MAIN commitmail json YAML

Note removal of net/netbsd-tap.

(cube)

2009-02-23 23:19:23 UTC MAIN commitmail json YAML

2009-02-23 23:13:12 UTC MAIN commitmail json YAML

- Update HOMEPAGE and MASTER_SITE to reflect reality
- Drop maintainership
- Add USE_DESTDIR (or however you call it) support

(cube)

2009-02-23 22:01:11 UTC MAIN commitmail json YAML

2009-02-23 21:08:29 UTC MAIN commitmail json YAML

Added www/p5-WordPress-XMLRPC version 1.18

(imil)

2009-02-23 21:04:17 UTC MAIN commitmail json YAML

add & enable p5-WordPress-XMLRPC

(imil)

2009-02-23 20:57:49 UTC MAIN commitmail json YAML

The Perl 5 module WordPress::XMLRPC provides an API to WordPress's XML-RPC
services. It is not meant to be fast, it is meant to be convenient.

OK'd by seb@

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2009-02-23 20:14:36 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX.

(minskim)

2009-02-23 20:14:19 UTC MAIN commitmail json YAML

Let the meta package of teTeX depend on xdvik because teTeX-bin does not
build xdvi any more.

Bump PKGREVISION.

(minskim)

2009-02-23 20:12:51 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-bin.

(minskim)

2009-02-23 20:12:19 UTC MAIN commitmail json YAML

2009-02-23 19:33:23 UTC MAIN commitmail json YAML

2009-02-23 19:32:01 UTC MAIN commitmail json YAML

Import xdvik-22.84.14 as print/xdvik.

Xdvik, the kpathsea version of xdvi, is a previewer for DVI files
produced e.g. by the TeX or troff typesetting systems.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-23 18:32:36 UTC MAIN commitmail json YAML

2009-02-23 18:25:04 UTC MAIN commitmail json YAML

2009-02-23 18:24:25 UTC MAIN commitmail json YAML

2009-02-23 18:14:20 UTC MAIN commitmail json YAML

2009-02-23 18:05:18 UTC MAIN commitmail json YAML

Updated multimedia/swfdec to 0.8.4

(wiz)

2009-02-23 18:05:04 UTC MAIN commitmail json YAML

Update to 0.8.4:

0.8.4 ("H264")

Another stable release.
- support H264, so all Youtube videos play again
- fix various portability issues for ARM
- fix rare crash with gotoAndPlay() function
- fix rare crasher with setTarget() function
- fix crashes in BitmapData.copyPixels()
- zero memory before rendering in PulseAudio backend
- improve Cairo check in testsuite

(wiz)

2009-02-23 18:04:58 UTC MAIN commitmail json YAML

Convert to user-destdir.

(wiz)

2009-02-23 17:58:17 UTC MAIN commitmail json YAML

Added meta-pkgs/desktop-gnome version 0.1

(ahoka)

2009-02-23 17:56:36 UTC MAIN commitmail json YAML

2009-02-23 17:53:07 UTC MAIN commitmail json YAML

add desktop-gnome

(ahoka)

2009-02-23 17:52:25 UTC MAIN commitmail json YAML

Import desktop-gnome-0.1 as meta-pkgs/desktop-gnome.

Primary goal for the desktop project:

Given a NetBSD CD and a reasonably modern x86 computer, make it
possible to install a useful desktop system in under 15 minutes,
responding to only a few prompts in the process.

The package collects the required software for the project.
It's the gnome based version, a KDE based version is planned in the future.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-02-23 17:45:17 UTC MAIN commitmail json YAML

Only use SPECIAL_PERMS, not @owner / @group / @mode.

(joerg)

2009-02-23 15:17:02 UTC MAIN commitmail json YAML

Drop bogus per-architecture part of PACKAGES description.

(joerg)

2009-02-23 14:12:11 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2706 and #2707.

(tron)

2009-02-23 14:11:52 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2707 - requested by martti
mediawiki: bug fix update

Revisions pulled up:
- www/mediawiki/Makefile 1.5
- www/mediawiki/distinfo 1.4
---
Module Name: pkgsrc
Committed By: martti
Date: Sun Feb 22 11:58:57 UTC 2009

Modified Files:
pkgsrc/www/mediawiki: Makefile distinfo

Log Message:
Updated www/mediawiki to 1.13.5

This is a maintenance release which corrects some bugs in the installer,
introduced during the hasty security release of 1.13.4. It is not
necessary to upgrade if you do not intend on using the installer.

(tron)

2009-02-23 13:24:31 UTC MAIN commitmail json YAML

Improve patch for DragonFlyBSD -- fixes compilation.
No change for other platforms, so no PKGREVISION bump.

Patch from Steve O'Hara-Smith on pkgsrc-users.

(wiz)

2009-02-23 13:18:56 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2706 - requested by adrianp
pdksh: bug fix

Revisions pulled up:
- shells/pdksh/Makefile 1.18
- shells/pdksh/files/c_ulimit.c 1.4
- shells/pdksh/files/lex.c 1.4
---
Module Name: pkgsrc
Committed By: tnn
Date: Sat Feb 21 20:06:30 UTC 2009

Modified Files:
pkgsrc/shells/pdksh: Makefile
pkgsrc/shells/pdksh/files: c_ulimit.c lex.c

Log Message:
Merge the following revisions from NetBSD src:
c_ulimit.c 1.9: avoid sign extension problem
lex.c 1.13: bugfix related to nested quotes
Bump PKGREVISION.

(tron)

2009-02-23 12:58:44 UTC MAIN commitmail json YAML

Note update of the "fuse-afpfs-ng" package to version 0.8.1.

(tron)

2009-02-23 12:58:26 UTC MAIN commitmail json YAML

Update "fuse-afpfs-ng" package to version 0.8.1. Changes since version 0.8:
- Support for read-only mounts
- Escaping of "@" and ":" in passwords and usernames
- Support for mounting via "fstab"
- bug fixes

(tron)

2009-02-23 12:51:47 UTC pkgsrc-2008Q4 commitmail json YAML

Note pullup of ticket #2702.

(tron)

2009-02-23 12:51:09 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2702 - requested by martti
dovecot: bug fix update

Revisions pulled up:
- mail/dovecot/Makefile 1.128
- mail/dovecot/distinfo 1.93
---
Module Name:    pkgsrc
Committed By:  ghen
Date:          Wed Feb  4 18:36:54 UTC 2009

Modified Files:
        pkgsrc/mail/dovecot: Makefile distinfo

Log Message:
Update to Dovecot 1.1.11.

- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
  not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
  maildir files.
- auth: Using "username" or "domain" passdb fields caused problems
  with cache and blocking passdbs in v1.1.8 .. v1.1.10.
- userdb prefetch + blocking passdbs was broken with non-plaintext
  auth in v1.1.8 .. v1.1.10.
- If mail_chroot is set, don't fail at startup in dump-capability.

(tron)

2009-02-23 12:35:57 UTC MAIN commitmail json YAML

Updated devel/readline to 6.0

(wiz)

2009-02-23 12:35:46 UTC MAIN commitmail json YAML

Update to 6.0:

This is a terse description of the new features added to readline-6.0 since
the release of readline-5.2.

1.  New Features in Readline

a.  A new variable, rl_sort_completion_matches; allows applications to inhibit
    match list sorting (but beware: some things don't work right if
    applications do this).

b.  A new variable, rl_completion_invoking_key; allows applications to discover
    the key that invoked rl_complete or rl_menu_complete.

c.  The functions rl_block_sigint and rl_release_sigint are now public and
    available to calling applications who want to protect critical sections
    (like redisplay).

d.  The functions rl_save_state and rl_restore_state are now public and
    available to calling applications; documented rest of readline's state
    flag values.

e.  A new user-settable variable, `history-size', allows setting the maximum
    number of entries in the history list.

f.  There is a new implementation of menu completion, with several improvements
    over the old; the most notable improvement is a better `completions
    browsing' mode.

g.  The menu completion code now uses the rl_menu_completion_entry_function
    variable, allowing applications to provide their own menu completion
    generators.

h.  There is support for replacing a prefix  of a pathname with a `...' when
    displaying possible completions.  This is controllable by setting the
    `completion-prefix-display-length' variable.  Matches with a common prefix
    longer than this value have the common prefix replaced with `...'.

i.  There is a new `revert-all-at-newline' variable.  If enabled, readline will
    undo all outstanding changes to all history lines when `accept-line' is
    executed.

(wiz)

2009-02-23 11:39:54 UTC MAIN commitmail json YAML

Updated devel/ruby-rbtree to 0.2.1

(wiz)

2009-02-23 11:39:43 UTC MAIN commitmail json YAML

Update to 0.2.1:

2009-01-27  OZAWA Takuma

* version 0.2.1 released.

* README: fixed documents.

* rbtree.c: ditto.

2009-01-23  OZAWA Takuma

* rbtree.c (RETURN_ENUMERATOR): do nothing if rb_enumeratorize not
defined.

* rbtree.c (RBTREE_IN_ITERATION): removed. it has been not used.

* rbtree.c (HAVE_RB_MARSHAL_LOAD, HAVE_RB_OBJ_INIT_COPY,
HAVE_OBJECT_ALLOCATE, HAVE_RB_BLOCK_PROC, HAVE_RB_YIELD_VALUES):
removed macros for Ruby 1.6.x.

* extconf.rb (HAVE_RB_MARSHAL_LOAD, HAVE_RB_OBJ_INIT_COPY,
HAVE_OBJECT_ALLOCATE, HAVE_RB_BLOCK_PROC, HAVE_RB_YIELD_VALUES):
ditto.

* rbtree.c (cmpint): removed a few codes for Ruby 1.6.x.

* test.rb: ditto.

* test.rb: (assert_raise): removed an alias for RubyUnit. use
assert_raises.

* extconf.rb: removed checking for inline keyword.

2009-01-21  OZAWA Takuma

* extconf.rb: removed gcc options for portability. Thanks to
Masatoshi SEKI.

2008-12-26  OZAWA Takuma

* rbtree.c (rbtree_each, rbtree_each_pair, rbtree_each_key,
rbtree_each_value, rbtree_reverse_each, rbtree_delete_if,
rbtree_reject_bang, rbtree_select): Return an enumerator if no
block is given.

2008-12-24  OZAWA Takuma

* rbtree.c (rbtree_s_create): check and convert argument inner arrays (assocs) using #to_ary.

* rbtree.c (rbtree_s_create): check and convert argument hash using #to_hash.

* rbtree.c (rbtree_s_create): RBTree#[] now takes assocs as source of rbtree conversion.

* rbtree.c (rbtree_to_hash): can't convert MultiRBTree to Hash.

* rbtree.c (rbtree_s_create): can't convert MultiRBTree to RBTree.

* rbtree.c (rbtree_s_create, rbtree_values_at): use long for loop counter instead of int.

2007-09-21  OZAWA Takuma

* extconf.rb: no gcc options for mswin32.

(wiz)

2009-02-23 11:37:40 UTC MAIN commitmail json YAML

Update to 2009a:
Changes undocumented, probably just timezone updates.

(wiz)

2009-02-23 11:33:53 UTC MAIN commitmail json YAML

Updated textproc/py-docutils to 0.5

(wiz)

2009-02-23 11:33:44 UTC MAIN commitmail json YAML

Update to 0.5:

Release 0.5 (2008-06-25)
========================

* docutils/languages/he.py: Added to project: Hebrew mappings by
  Meir Kriheli.

* docutils/parsers/rst/languages/he.py: Added to project: Hebrew
  mappings by Meir Kriheli.

* docutils/frontend.py:

  - Configuration files are now assumed and required to be
    UTF-8-encoded.
  - Paths of applied configuration files are now recorded in the
    runtime setting ``_config_files`` (accessible via
    ``--dump-settings``).
  - Added ``--strip-elements-with-class`` and ``--strip-class``
    options (``strip_elements_with_classes`` and ``strip_classes``
    settings).

* docutils/io.py:

  - Added code to determine the input encoding from data: encoding
    declarations or the presence of byte order marks (UTF-8 & UTF-16).
  - Added support for IronPython 1.0.

* docutils/nodes.py:

  - Added ``document.__getstate__`` method, for pickling.

* docutils/parsers/rst/states.py:

  - Allow ``+`` and ``:`` in reference names.
  - Unquoted targets beginning with an underscore (``.. __target:
    URI``) are no longer accepted.
  - Added support for multiple attributions in a physical block quote
    (indented text block), dividing it into multiple logical block
    quotes.
  - Added support for unicode bullets in bullet lists: "•", "‣", and
    "⁃".
  - Added support for new object-oriented directive interface,
    retaining compatibility to the old functional interface.
  - Added support for throwing ``DirectiveError``'s from within
    directive code.

* docutils/parsers/rst/__init__.py:

  - Added ``Directive`` base class.
  - Added ``DirectiveError`` base class.
  - Fixed ``file_insertion_enabled`` & ``raw_enabled`` setting
    definitions.

* docutils/parsers/directives/:

  - Refactored all reStructuredText directives to use the new
    object-oriented directive interface.  Errors are now (mostly)
    thrown using the new ``DirectiveError`` class.

* docutils/parsers/directives/misc.py:

  - Added ``start-after`` and ``end-before`` options to ``include``
    directive; thanks to Stefan Rank.

* docutils/transforms/universal.py:

  - Added ``StripClassesAndElements`` transform to remove from the
    document tree all elements with classes in
    ``settings.strip_elements_with_classes`` and all "classes"
    attribute values in ``self.document.settings.strip_classes``.

* docutils/transforms/writer_aux.py:

  - Added ``Admonitions`` transform to transform specific admonitions
    (like ``note``, ``warning``, etc.) into generic admonitions with a
    localized title.

* docutils/writers/html4css1/__init__.py:

  - Moved template functionality from the PEP/HTML writer here.
  - Expanded the fragments available in the ``parts`` attribute.
  - Moved ``id`` attributes from titles to surrounding ``div``
    elements.
  - Dropped all ``name`` attributes of ``a`` elements (``id`` is
    universally supported now).
  - ``template.txt`` is now opened in text mode instead of binary mode
    (to ensure Windows compatibility).
  - ``a`` elements now have an "internal" or "external" class,
    depending on reference type.

* docutils/writers/html4css1/template.txt: Added to project.

* docutils/writers/pep_html/:

  - Moved template functionality to the HTML writer.

* docutils/writers/s5_html/__init__.py:

  - Added ``view_mode`` & ``hidden_controls`` settings
    (``--view-mode`` & ``--hidden-controls/--visible-controls``
    options).

* docutils/writers/latex2e/__init__.py:

  - Add ``--literal-block-env``
  - Fix: escaping ``%`` in href urls.
  - Move usepackage hyperref after stylesheet inclusion.
  - Fix: scrartcl does not have chapter but scrreprt.
  - Add newline after ``\end{verbatim}``.
  - Merge smaller differences from latex2e_adaptive_preamble.
  - Add ``use-part-section``.
  - Put leavevmode before longtable to avoid having it moved before sub/pargraph.
  - Using leavemode option_list no longer needs to check if parent
    is a definition list.
  - Append ``\leavemode`` to definition list terms.
  - No longer write visit\_/depart_definition_list_item comments to
    output.
  - Table column width with 3 decimal places.
  - Add table stubs support (boldfont).
  - Add assemble_parts to writer.
  - Add simply support for nested tables.
  - Fix verbatim in tables if use-verbatim-when-possible.
  - Use section commands down to subparagraph.
  - Put ensuremath around some latin1 chars.
  - Set ``usepackage[utf8x]{inputenc}`` for utf-8.
  - New option ``--use-bibtex=style,db1,db2``.
  - New option ``--reference-label`` to allow usage of LaTeX ref for
    labels in section references.
  - Add a label after every section to support sectionnumbers as reference
    labels.
  - Fix: bug# 1605376 rst2latex: bad options group list
  - Remove inactive code for use_optionlist_for_option_list.
  - Remove latex comments from option_list output.
  - Fix: bug# 1612270 double qoutes in italian literal.
  - Fix: output ``hypertarget{ node.get(refid) }{}`` from visit_target.
  - Add option --use-latex-abstract.
  - Image width unit ``px`` is translated to ``pt``.
  - Add image height support.
  - Fix: image width ``70%`` is converted ``0.700\linewidth``.
    bug #1457388
  - Fix: Do not escape underscores in citation reference labels if
    use-latex-citations is set.
  - Use centering instead of center for figure contents, to avoid vertical
    space.
  - Recognize table class: borderless, nolines, booktabs, standard.
  - Fix: Renaming contents section does not work with latex writer; SF
    bug #1487405.
  - Applied patch for custom roles with classes from Edward Loper.
  - Fixed bug that caused crashes with more than 256 lists.

* docutils/writers/pep_html/__init__.py:

  - Changed to support new python.org website structure and
    pep2pyramid.py.

* docs/howto/security.txt: "Deploying Docutils Securely", added to
  project.

* tools/buildhtml.py:

  -- Added ``ignore`` setting to exclude a list of shell patterns
    (default: ``.svn:CVS``).

* tools/editors/emacs/rst.el:

  - Changed license to "GPL".
  - Added ``rst-straighten-decorations`` function.
  - The ``compile`` module is now always loaded.
  - Added ``rst-toggle-line-block`` function.
  - Headings consisting only of non-ASCII characters are now
    recognized by ``rst-toc`` and ``rst-adjust``.
  - Added font-lock support for multi-line comments where the first
    comment line is empty.
  - Added ``(require 'font-lock)``.

* setup.py:

  - Provide descriptive error message if distutils is missing.

(wiz)

2009-02-23 11:31:01 UTC MAIN commitmail json YAML

Updated databases/py-bsddb3 to 4.7.5

(wiz)

2009-02-23 11:30:51 UTC MAIN commitmail json YAML

Update to 4.7.5:

4.7.5:
  * Add support for "DB_EID_INVALID" and "DB_EID_BROADCAST" flags.
  * Add support for "DB_SEQUENCE->stat_print()". The binding
    support for "DB_SEQUENCE" is now complete.
  * Add support for "DB_ENV->txn_stat_print()".
  * Add support for "DB_ENV->get_timeout()".
  * Document that "DB_ENV->txn_stat()" accepts a flag.
  * Unlock the GIL when doing "DB_ENV->set_tx_max()" and
    "DB_ENV->set_tx_timestamp()".
  * Add support for "DB_ENV->get_tx_max()".
  * Add support for "DB_ENV->get_tx_timestamp()".
  * Add support for "DB_TXN_WAIT" flag.
  * Add support for "DB_TXN->set_timeout()".
  * Add support for "DB_TXN->set_name()" and
    "DB_TXN->get_name()". Under Python 3.0, the name
    is an Unicode string. The binding support for
    "DB_TXN" is now complete.
  * Add support for "DB_REP_PERMANENT", "DB_REP_CONF_NOAUTOINIT",
    "DB_REP_CONF_DELAYCLIENT", "DB_REP_CONF_BULK",
    "DB_REP_CONF_NOWAIT", "DB_REP_LEASE_EXPIRED",
    "DB_REP_CONF_LEASE", "DB_REPMGR_CONF_2SITE_STRICT",
    "DB_REP_ANYWHERE", "DB_REP_NOBUFFER" and "DB_REP_REREQUEST"
    flags.

4.7.4:
  * Under Python 3.0, "bsddb.db.DB_VERSION_STRING",
    "bsddb.db.__version__" and "bsddb.db.cvsid" must
    return (unicode) strings instead of bytes. Solved.
  * Use the new (20081018) trove classifiers in PyPI
    to identify Python supported versions.
  * In "DB_ENV->rep_set_timeout()" and "DB_ENV->rep_get_timeout()",
    support flags "DB_REP_LEASE_TIMEOUT".
  * In "DB_ENV->rep_set_timeout()" and "DB_ENV->rep_get_timeout()",
    support flags "DB_REP_HEARTBEAT_MONITOR" and
    "DB_REP_HEARTBEAT_SEND". These flags are used in the Replication
    Manager framework, ignored if using Base Replication.
  * Implements "DB->exists()".
  * Add support for "DB_IMMUTABLE_KEY" flag.
  * Add support for "DB_REP_LOCKOUT" exception.
  * Support returning a list of strings in "associate()"
    callback.  (Kung Phu)
  * Testsuite and Python 3.0 compatibility for "associate()"
    returning a list. In particular, in Python 3.0 the list
    must contain bytes.
  * Implements "DBEnv->fileid_reset()".  (Duncan Findlay)
  * Implements "DB->compact()".  (Gregory P. Smith)
    Berkeley DB 4.6 implementation is buggy, so we only
    support this function from Berkeley DB 4.7 and newer.
    We also support related flags "DB_FREELIST_ONLY"
    and "DB_FREE_SPACE".

(wiz)

2009-02-23 11:29:10 UTC MAIN commitmail json YAML

Updated net/py-boto to 1.6b

(wiz)

2009-02-23 11:28:58 UTC MAIN commitmail json YAML

Update to 1.6b:

Adds support for Signature Version 2 for increased security with EC2, SQS, SDB
Add support for Regions in EC2
Fixes Issue 172, Issue 178, Issue 180, Issue 181, Issue 182
Fixes issue 165, issue 172, issue 173, issue 174, issue 176, issue 177
Adds initial support for CloudFront (ahem) service
Fixes stupid and dangerous copy/paste error in SDB support.
Support for EBS, QueryWithAttributes, lots of bugfixes.

(wiz)

2009-02-23 11:25:31 UTC MAIN commitmail json YAML

Updated misc/gwaei to 0.14.0

(wiz)

2009-02-23 11:25:18 UTC MAIN commitmail json YAML

Update to 0.14.0:

2009-01-26: Released gWaei 0.14.0
  New features!  The preferences dialog has recieved an options boost.  There
  is a new advanced tab.  On of the most interesting options is the ability
  to adjust the highlight colors.

  The search engine has been upgraded a bit.  Bugs fixed, works better with
  NetBSD, does better sorting of Japanese searches.

  Last, the japanese locale requirements have been loosened.  They aren't as
  important as I had once thought.  Though it is nice because it makes gtk
  antialias the japanese text on my systems.

(wiz)

2009-02-23 11:23:24 UTC MAIN commitmail json YAML

2009-02-23 11:09:27 UTC MAIN commitmail json YAML

Fix build on DragonFlyBSD, using patch from Steve O'Hara-Smith on
pkgsrc-users.

No PKGREVISION bump because it shouldn't affect other platforms.

(wiz)

2009-02-23 11:05:15 UTC MAIN commitmail json YAML

Updated chat/telepathy-gabble to 0.7.21

(wiz)

2009-02-23 11:05:03 UTC MAIN commitmail json YAML

Update to 0.7.21, convert to user-destdir.

telepathy-gabble 0.7.21 (2009-02-19)
====================================

The "what?! why do I have flowers outside of my window?" release.

Dependencies:

* telepathy-glib 0.7.23 is now required

Enhancements:

* Implement new tube API for muc stream tubes
* Implement new tube API for 1-1 and muc D-Bus tubes
* Implement the Messages interface for Text channels.

Changes:

* In multi-user chats, the point at which Sent is emitted has changed.
  Previously, Sent was emitted when the message was echoed back to you by the
  server; now, it is emitted (as is Messages.MessageSent) when you send the
  message. When the message is echoed, a delivery report is emitted with
  Messages.MessageReceived, and Received is emitted with an empty body and the
  Non_Text_Content flag set. Clients that don't understand the Messages
  interface should just immediately ack the ID in that signal.

  If clients want to preserve the total ordering of MUC messages, they now need
  to care about the Messages interface and watch out for the delivery report.

Fixes:

* Various tubes related leaks
* fd.o#20003: fix a crash starting Jingle calls on some 64-bit platforms
* fd.o#20133: fix various bugs where idle callbacks outlived their user-data.
* Don't start sending video when the other side adds a video stream.

telepathy-gabble 0.7.20 (2009-01-02)
====================================

The "cr棚pes du belge" release.

Enhancements:

* Implement the draft version of Location from telepathy-spec 0.17.19
* Announce generic tube capabilities when contacts support tubes

Fixes:

* Don't get confused if MUC services auto-rename us (as much as is possible)
* Don't get confused if we have to change our own nick in order to join a MUC
* Set the correct actor when Jingle sessions are terminated
* Don't omit offline, unknown and error from Statuses and GetStatuses()
  (regression in 0.7.19)
* Close and ChannelClosed signals are now fired when a tube is closed (new API)

telepathy-gabble 0.7.19 (2009-01-29)
====================================

The "redecorated" release.

Fixes:

* Don't crash when closing a muc channel containing an closed D-Bus tube.
* Don't resurrect removed streams if the call responder includes them in
  session-accept
* Don't crash in calls if using glib with debugging enabled (fd.o #19327).
* Don't crash when removing contact from known list (fd.o #19524).
* Fix D-Bus muc tubes (dev.sugarlabs.org #60).
* Fix refcount leak in jingle code (fd.o #19385).
* Don't crash if "offline" presence status is requested.
* Raise the appropriate error from RequestHandles for telepathy-spec 0.17.18
  compliance (fd.o #19611).

(wiz)

2009-02-23 11:00:01 UTC MAIN commitmail json YAML

Filter another directory for print-PLIST.

(wiz)

2009-02-23 10:59:13 UTC MAIN commitmail json YAML

Updated chat/telepathy-idle to 0.1.3

(wiz)

2009-02-23 10:59:02 UTC MAIN commitmail json YAML

Update to 0.1.3, convert to user-destdir.

telepathy-idle 0.1.3 (2009-02-17)
=================================

Dependencies:

* telepathy-glib 0.7.15

Enhancements:

* Added automated test infrastructure

Fixes:

* Fixed a bunch of memory leaks reported by valgrind
* handle buggy servers that don't quit properly
* Fix parsing error that resulting in not receiving any messages that started
  with a leading space (Bug #17390)
* Handle user renames in room channels properly
* Validate nicknames properly when attempting to create a new connection
* Fix bug where data was lost due to improper splitting of long messages
  (Bug #17392)
* Don't split utf-8 codepoints in half when splitting long messages (Bug #13532)
* Fix bug where a user named 'foo' that was a member of a channel of the same
  name ('#foo') would have private messages delivered to both the private chat
  and the group chat (Bug #19766)
* Fix some infinite loop failures when connections fail
* Fixed various warnings

(wiz)

2009-02-23 10:52:05 UTC MAIN commitmail json YAML

Updated chat/telepathy-glib to 0.7.26

(wiz)

2009-02-23 10:51:54 UTC MAIN commitmail json YAML

Update to 0.7.26, convert to user-destdir.

telepathy-glib 0.7.26 (2009-02-16)
==================================

The "Leffe Radieuse" release.

Enhancements:

* Add tp_connection_manager_call_when_ready()

* When constructing TpConnectionManager, if the .manager file is missing
  or can't be read, always try to activate the connection manager (in
  practice, this is what's wanted)

* fd.o #18291: when listing connection managers, wait for them to all be ready

* fd.o #18056: add method-based accessors for TpConnectionManager members

* fd.o #17519: track the Connection's SelfHandle property in TpConnection

* Add tp_dbus_daemon_dup(), convenient API to share a starter-bus connection

* Generate GTypes for arrays of mappings, and improve use of the
  type-generation functions

* Add tp_intset_new_containing(), a convenient factory for sets with
  exactly one member

Deprecations:

* Deprecate tp_get_bus_proxy()

Fixes:

* Reduce our reliance on making a DBusGProxy for the dbus-daemon (working
  towards avoiding overly-broad NameOwnerChanged matches)

* fd.o #18832 (partially addressed): document that tp_get_bus() can call
  exit() and why, and discourage it in processes that aren't totally reliant
  on D-Bus

* fd.o #18207: reliably emit TpConnectionManager::got-info signal (although
  tp_connection_manager_call_when_ready() should be used instead)

* Fix some assertion failures in TpConnectionManager when .manager files
  contain surprising types

* Parse all currently supported types in .manager files

Miscellaneous:

* Add regression test coverage for TpConnectionManager

telepathy-glib 0.7.25 (2009-01-30)
==================================

The "Paradise Lost" release.

Fixes:

* fd.o #17588: don't break ABI if errors are re-ordered in a future spec
  version

* fd.o #19688: don't assert when getting contacts by ID if none of the
  identifiers supplied are valid

* TpPresenceMixin: don't allow setting statuses that are flagged as not
  settable on the user themselves

* TpPresenceMixin: never allow statuses of type OFFLINE, UNKNOWN or ERROR to
  be set on the user themselves, and warn if the connection manager got this
  wrong

* Fix a memory leak in tp_presence_mixin_get_statuses() (sorry Jonathon,
  your patch got lost during the release process...)

telepathy-glib 0.7.24 (2009-01-28)
==================================

The "Divide By Cucumber Error" release.

API changes:

* When a TpConnection is invalidated due to disconnection, the error will now
  be chosen from the TP_ERRORS domain in most cases. Previously, the
  TP_ERROR_DISCONNECTED domain was used. This change is necessary to support
  the extensible error reporting introduced in spec 0.17.19.

Enhancements:

* Update to telepathy-spec 0.17.19
  - Many new errors in the TP_ERRORS domain
  - Connection.ConnectionError signal for extensible error reporting

* Add a client binding for the extensible error reporting provided
  by the ConnectionError signal

* Use a simple Python implementation of XInclude, rather than xsltproc, for
  easier Windows porting

Fixes:

* Add File Transfer to the documentation

telepathy-glib 0.7.23 (2009-01-20)
==================================

The "new in version 0.7.1, and allegedly also in 0.7.21" release.

Enhancements:

* Updated to spec version 0.17.18
  - Added the File Transfer channel type
  - Added TpRichPresenceAccessControlType and
    TP_STRUCT_TYPE_RICH_PRESENCE_ACCESS_CONTROL
  - RequestHandles raises NotImplemented for bad handle types or InvalidHandle
    for bad identifiers (fd.o #19609)
  - MediaStreamHandler has a CodecsUpdated method
  - Methods automatically generated by telepathy-glib now have names
    for all "out" arguments, which should make the documentation easier to use

* Use tp:name-for-bindings to construct the C name for D-Bus methods etc.,
  which will result in better C function naming for future D-Bus interfaces
  like DBusTube

Fixes:

* Remove symbols from 0.7.21.abi that were already in 0.7.1.abi (GNU ld
  seems to respond by giving them the older version, so no harm was done
  to the ABI, but it broke the Debian packages)

* Make make-version-script.py fail if that ever happens again

* Annotate things added in 0.7.21 with the correct "Since:" indicator

* Correct the documentation for tp_list_connection_names()

(wiz)

2009-02-23 10:41:48 UTC MAIN commitmail json YAML

Updated net/yaz to 3.0.44

(wiz)

2009-02-23 10:41:31 UTC MAIN commitmail json YAML

Update to 3.0.44:

--- 3.0.44 2009/02/17

List supported encodings in man page for yaz-iconv.

Fixed missing SSL libs for --libs output

Re-established OID record syntax application-xml. Nobody should use it
but we don't want to change soname because of this symbol being absent.

(wiz)

2009-02-23 09:22:16 UTC MAIN commitmail json YAML

Since rc1 the default location of the pidfiles have changed so update
the rc.d scripts accordingly.
Problem found by John Klos

(adrianp)

2009-02-23 09:08:48 UTC MAIN commitmail json YAML

Updated graphics/comix to 4.0.3

(wiz)

2009-02-23 09:08:35 UTC MAIN commitmail json YAML

Update to 4.0.3:

Comix 4.0.3

    - Hungarian translation updated by Ernő Drabik.

    - French translation updated by Benoît H.

    - Added a feature to automatically rotate images according to their
    EXIF tags.

    - Fixed a bug that caused drag-n-drop actions from KDE applications to
    not work properly.

    - Fixed some bugs that caused problems with non-UTF-8 filename encodings.

    - Fixed a bug that caused the manual zoom mode to not work as expected
    when set as the default mode.

    - Comix now accepts directories as command-line arguments.

    - Added command-line arguments to start Comix in fullscreen mode and to
    display the library on startup.

    - Comix preferences and data now reside in the $XDG_CONFIG_HOME and
    $XDG_DATA_HOME directories instead of in ~/.comix/.

    - Some minor interface enhancements.

(wiz)

2009-02-23 09:05:16 UTC MAIN commitmail json YAML

Updated databases/shared-mime-info to 0.60

(wiz)

2009-02-23 09:05:02 UTC MAIN commitmail json YAML

Update to 0.60:

shared-mime-info 0.60 (2009-02-21)
* Mime-type Changes:
- Add alias for SMIL
- Fix SMIL detection
- Add Annodex mime-type
- Only use .ogg for audio Ogg files
- Fix RDF mime-type
- Oasis mime-type fixes
- Make PICTURES match a picture CD but not "pictures"
- Add alias for application/zip
- Add Microsoft Document Imaging format
- Add magic for 7z archives
- Add cb7 comic book archives
- Add magic for XCF files
- Remove application/x-msi magic
- Add audio/x-gsm mime-type
- Add MS cab mime-type
- Add FictionBook mime-type
- Fix PKCS#12 bundles definition (not text files)
- Add PKCS#7 and PkiPath mime-types
- Add application/vnd.ms-wpl mime-type
- Add more aliases for media types
- Add alias for text/x-csv
- Fix comment for Gnucash files
- Make Javascript a sub-class of C
- Add *.vapi as a glob for Vala files
- Fix image/fits to match IANA
- Add Office 2007/OpenXML documents mime-types
- Add Pocket Word and AportisDoc document types
- Fix MS ICO, and Photoshop image to match IANA

* Other changes:
- Regenerate the pot file when needed
- Some clarifications in the spec
- Build fix when srcdir != builddir

(wiz)

2009-02-23 08:59:24 UTC MAIN commitmail json YAML

Updated meta-pkgs/p5-gnome-bindings to 2.24.2.91

(wiz)

2009-02-23 08:59:14 UTC MAIN commitmail json YAML

Depend on p5-Gtk2-GladeXML. Bump version.

(wiz)

2009-02-23 08:58:14 UTC MAIN commitmail json YAML

Added x11/p5-Gtk2-GladeXML version 1.007

(wiz)

2009-02-23 08:57:42 UTC MAIN commitmail json YAML

+ p5-Gtk2-GladeXML

(wiz)

2009-02-23 08:55:58 UTC MAIN commitmail json YAML

Initial import of p5-Gtk2-GladeXML-1.007:
This package adds perl support for Glade 2.x to Gtk2-Perl.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090123

(wiz)

2009-02-23 08:55:06 UTC MAIN commitmail json YAML

2009-02-23 08:46:05 UTC MAIN commitmail json YAML

2009-02-23 08:44:37 UTC MAIN commitmail json YAML

Import tex-bin-xdvi-22.84.14 as print/tex-bin-xdvi.

This package provides a configuration file for xdvik.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-02-23 08:28:54 UTC MAIN commitmail json YAML

Updated x11/p5-gtk2 to 1.203

(wiz)

2009-02-23 08:28:44 UTC MAIN commitmail json YAML

Update to 1.203:

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* Gtk2.pm
* NEWS
* README: Stable release 1.203.

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/GtkIconView.xs: Fix stack handling bugs in
Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and
get_tooltip_context().  Patch by Kevin Ryde.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GtkRecentChooser.t
* t/GtkRecentManager.t: Use Gtk2->main_iteration instead of
Gtk2::TestHelper's run_main to spin the main loop.  This avoids
hangs on some machines.  Patch by Jeffrey Ratcliffe.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GtkIconTheme.t: Skip tests that rely on the presence of a
stock icon if that icon isn't present.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GdkEvent.t: Fix a skip count.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GtkAction.t: Use an activatable widget for testing the proxy
stuff.  Recent gtk+ versions enforce this.

2009-02-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader
since that's broken for PPM images in at least gtk+ >= 2.14.3 (see
GNOME #570780).

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/Gtk2.xs
* xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the
synopsis for Gtk2::Window and in the docs for
Gtk2::key_snooper_install.  Patch by Kevin Ryde.

2009-01-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/PangoLayout.t
* xs/PangoLayout.xs: Allow passing undef to
Gtk2::Pango::Layout::set_attributes().  Patch by Emmanuel
Rodriguez.  (RT #42079)

2008-12-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/GtkTreeModel.xs: Document the signature of the callback used
by Gtk2::TreeModel::foreach.  Patch by Kevin Ryde.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GtkEntryCompletion.t
* xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model,
allow undef for the model parameter.  (#562682)

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/GtkEntryCompletion.xs: Fix a leak in
Gtk2::EntryCompletion::new.  (#562682)

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GtkSocket-GtkPlug.t: Correct skip count for the case of
finding no "blib" directory.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GtkCellRenderer.t
* xs/GtkCellRenderer.xs: Fix the stack handling in
Gtk2::CellRenderer::get_size().  Patch by Kevin Ryde.

2008-11-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

Merge from trunk:

* xs/GtkBuildable.xs: Mention in the POD that chaining up to the
parent does not work yet for custom Gtk2::Buildable
implementations.  Patch by Kevin Ryde.

(wiz)

2009-02-23 08:10:11 UTC MAIN commitmail json YAML

Updated devel/p5-glib2 to 1.201

(wiz)

2009-02-23 08:10:01 UTC MAIN commitmail json YAML

Update to 1.201:

2009-02-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* Glib.pm
* NEWS
* README: Stable release 1.201.

2009-02-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GClosure.xs (gperl_closure_marshal): Synchronize the way signals
with no return value are handled with how it's done in
gperl_signal_class_closure_marshal.  This means that Perl handlers
for these kinds of signals are now always called in void context,
as they should be.

2009-02-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* MANIFEST
* GType.xs (gperl_signal_class_closure_marshal)
* t/signal_marshal.t: Correctly handle signals with no return type
when invoking signal class closures.  Patch by Kevin Ryde.

2009-02-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GType.xs (gperl_register_fundamental_full): Handle
wrapper_class_by_type being NULL gracefully.  Patch by Kevin Ryde.

2009-02-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GBoxed.xs (gperl_register_boxed)
* GObject.xs (gperl_register_object)
* GType.xs (gperl_register_fundamental): When inserting into the
package → type hash tables, use g_hash_table_replace instead of
_insert so that the new string pointer is used as the key.  Patch
by Kevin Ryde.

2009-02-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

Merge this old commit from trunk.  Without it, the 2008-11-03
change doesn't make sense.

* Glib.exports
* gperl.h: Properly export gperl_param_spec_type_from_package and
gperl_register_param_spec, they are meant to be public.

2009-02-03  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/a.t
* GLog.xs: Make sure that messages with % chars in them make it
through Glib::log() and friends safely.

2009-02-02  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* ParseXSDoc.pm (xsdocparse): Always use Data::Dumper on MSWin32
for serialization.  Storable seems to consistently fail there,
stating 'Magic number checking on storable file failed'.

2008-11-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GBoxed.xs (gperl_register_boxed): Use the copy of the passed-in
package name for the key of info_by_package to avoid problems when
the package name is dynamically allocated.

* GBoxed.xs (gperl_register_boxed)
* GObject.xs (gperl_register_object)
* GType.xs (gperl_register_fundamental): Always insert into the
lookup tables in the correct order to avoid prematurely freeing
the package name.

2008-11-03  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GType.xs (gperl_type_from_package): Also try
gperl_param_spec_type_from_package on the package.

2008-10-19  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* Makefile.PL: ExtUtils::MakeMaker 6.46 removed support for
EXTRA_META in favor of the new META_MERGE and META_ADD.  Adapt.

(wiz)

2009-02-23 00:13:18 UTC MAIN commitmail json YAML

Added p5-accessors and p5-TAP-Formatter-HTML to pkgsrc

(rhaen)

2009-02-23 00:10:57 UTC MAIN commitmail json YAML

Added two new Perl Modules to the global Makefile in devel
- p5-accessors
- p5-TAP::Formatter::HTML

(rhaen)

2009-02-23 00:07:23 UTC MAIN commitmail json YAML

This module provides HTML output formatting for TAP::Harness (a
replacement for Test::Harness. It is largely based on ideas from
TAP::Test::HTMLMatrix (which was built on Test::Harness and thus
had a few limitations - hence this module).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(rhaen)

2009-02-23 00:03:45 UTC MAIN commitmail json YAML

The accessors pragma lets you create simple accessors at compile-time.
This saves you from writing them by hand, which tends to result in
cut-n-paste errors and a mess of duplicated code. It can also help you
reduce the ammount of unwanted direct-variable access that may creep
into your codebase when you're feeling lazy. accessors was designed with
laziness in mind.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(rhaen)

2009-02-22 23:41:12 UTC MAIN commitmail json YAML

2009-02-22 23:38:46 UTC MAIN commitmail json YAML

Fix for suhosin MESSAGE

(adrianp)

2009-02-22 22:33:19 UTC MAIN commitmail json YAML

+ clutter-0.8.8, clutter-gtk-0.8.3, p5-DBD-Sybase-1.08.
- cdrtools-2.01.01.58pre2, icon-naming-utils-0.8.90,
  p5-Archive-Tar-1.44, p5-Array-Compare-1.17, p5-Authen-PAM-0.17,
  p5-Authen-SASL-Cyrus-0.13, p5-Config-General-2.41, p5-Crypt-CBC-2.30
  p5-DB_File-1.819, p5-DateTime-Locale-0.4200, p5-HTTPD-User-Manage-1.62,
  p5-Locale-Maketext-Lexicon-0.68, p5-MARC-1.38 [bogus],
  p5-Math-Random-0.69, p5-Module-Build-0.3100, p5-Net-DNS-0.65,
  p5-Net-ICQ2000-0.2.2 [bogus], p5-PV-1.5, p5-PathTools-3.29,
  p5-Pod-Coverage-0.20, p5-Sendmail-AccessDB-0.09,
  p5-Text-Tabs+Wrap-2006.1117, p5-XML-Atom-0.33, p5-XML-Feed-0.41,
  p5-XML-LibXML-1.69_2 [developer version], p5-XML-RSS-1.43,
  p5-libwww-5.825.

(wiz)

2009-02-22 22:30:23 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Tabs+Wrap to 2006.1117

(wiz)

2009-02-22 22:30:12 UTC MAIN commitmail json YAML

Update to 2006.1117:

Use warnings::warnif instead of just warn for columns < 2.  Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.

= 2006/11/17

Text::Tabs can handle newlines now so the BUGS section has been removed
per request from Aristotle Pagaltzis.

= 2006/07/11

Further bomb-proofing to pass more tests: Dan Jacobson <jidanni at
jidanni dot org> found another way to generate a "this shouldn't happen".

= 2006/07/05

Made documentation and code changes to address perlbug:
https://rt.perl.org/rt3/Ticket/Display.html?id=30229

Added in changes from the distributed-with-perl version.  This took
care of perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=34902
It also took care of suggestion from Matthijs Bomhoff <matthijs
at bomhoff dot nl>.

Made documentation changes (added EXAMPLES) as per a suggestion
from Gabor Blasko <gblasko at cs dot columbia dot edu>

belg4mit at MIT dot EDU reported that $columns==1 die'd.  No longer.

Added tests for each bug report.

= 2005/08/24

Added $separator2 and tests for $separator and $separator2

Aristotle Pagaltzis <pagaltzis at gmx.de> contributed a new version of
expand() that is faster.

Jarkko Hietaniemi <jhi at cc.hut.fi> sent in perl change #17917 which
fixed a bug in wrap.

Matthew Durante <matthew_durante at hotmail.com> and
Don Buchholz <don at truedisk.com> sent in a doc patches.

(wiz)

2009-02-22 22:07:52 UTC MAIN commitmail json YAML

On Linux, define NEEDS_STRLCPY in MAKE_ENV.

In the patched Makefile, switch on NEEDS_STRLCPY instead of OPSYS,
because OPSYS isn't defined in my world (vanilla netbsd-5 on i386),
and I can't find any reason it should be.

Add a comment to the patch explaining why the install: target was
removed, and about NEEDS_STRLCPY.

(gdt)

2009-02-22 20:57:42 UTC MAIN commitmail json YAML

Updated geography/garmin-utils to 2.5

(gdt)

2009-02-22 20:57:25 UTC MAIN commitmail json YAML

Update to 2.5.  Adds ability to read screenshot from a few receivers.

(gdt)

2009-02-22 20:37:19 UTC MAIN commitmail json YAML

Updated mail/p5-Sendmail-AccessDB to 0.09

(wiz)

2009-02-22 20:37:09 UTC MAIN commitmail json YAML

Update to 0.09:

0.09  Sun May 02 2004
        - added PREREQ_PM to Makefile.PL

0.08  Sun May 02 2004
- Changed whitelisted() function to also check for RELAY since
  according to the sendmail spec, RELAY implies OK.

- Switched to using BerkeleyDB package instead of File_DB since
          File_DB didn't seen to be working with BDB 4.2 libraries

- No longer include a test.db file. Call /usr/sbin/makemap at
  `make test` time.

(wiz)

2009-02-22 19:11:48 UTC MAIN commitmail json YAML

2009-02-22 18:17:48 UTC MAIN commitmail json YAML

Today's set:

Updated mail/p5-Email-MIME-Creator to 1.455
Updated mail/p5-Catalyst-View-Email to 0.13
Updated mail/p5-Email-MIME-ContentType to 1.015
Updated mail/p5-Email-MIME-Encodings to 1.312
Updated mail/p5-Email-MessageID to 1.401
Updated mail/p5-Email-Sender to 0.002
Updated mail/p5-Email-Valid to 0.180
Updated mail/p5-MIME-Lite to 3.024
Updated mail/p5-Mail-IMAPClient to 3.14
Updated math/p5-Math-Pari to 2.010801
Updated math/p5-Roman to 1.23
Updated multimedia/p5-GStreamer to 0.14
Added time/p5-DateTime-Format-HTTP version 0.37
Updated net/p5-Net-Amazon-S3 to 0.50
Updated net/p5-Net-SSH to 1.34
Updated textproc/p5-Number-Format to 1.70
Added textproc/p5-String-BufferStack version 1.12
Updated textproc/p5-Template-Declare to 0.37
Updated textproc/p5-XML-RSS to 1.43
Updated time/p5-DateTime-TimeZone to 0.84
Updated www/p5-Catalyst-Devel to 1.10
Updated www/p5-Catalyst-Plugin-Session 1.20
Updated www/p5-Catalyst-Plugin-Session-State-Cookie to 1.10
Updated www/p5-Catalyst-Plugin-Session-Store-Delegate to 0.03
Updated www/p5-Catalyst-Plugin-Session-Store-FastMmap to 0.06
Updated www/p5-CatalystX-CRUD-YUI to 0.015

(he)

2009-02-22 18:15:33 UTC MAIN commitmail json YAML

Update from version 0.012 to 0.015.

...despite some self-tests still not succeeding.

Upstream changes:

0.015  27 Jan 2009
        * fix IE-related bugs in JS (extra commas, IE idiosyncrasies)

0.014  26 Jan 2009
        * tweek text for Add button in rel mgr to say 'Reassign' if a o2m
          relationship
        * add Config::General to reqs
        * LiveGrid title comes from object_class (or object_class->moniker if
          defined) rather than controller class name.

0.013  14 Jan 2009
        * fix undef warnings in html escape.
        * remove old crud/yui_related_datatable_js.tt
        * fix console js bug evidenced with new Firebug release

(he)

2009-02-22 18:09:33 UTC MAIN commitmail json YAML

Updated devel/p5-PathTools to 3.29

(wiz)

2009-02-22 18:09:24 UTC MAIN commitmail json YAML

Update to 3.29:

3.29 - Wed Oct 29 20:48:11 2008

- Promote to stable release.

3.28_03 - Mon Oct 27 22:12:11 2008

- In Cwd.pm, pass the un-munged $VERSION to XSLoader/DynaLoader,
  otherwise development releases fail tests on Win32.

3.28_02 - Mon Oct 27 20:13:11 2008

- Fixed some issues on QNX/NTO related to paths with double
  slashes. [Matt Kraai & Nicholas Clark]

3.28_01 - Fri Jul 25 21:18:11 2008

- Fixed and clarified the behavior of splitpath() with a $no_file
  argument on VMS.  [Craig A. Berry, Peter Edwards]

- Removed some function prototypes and other Perl::Critic violations.

- canonpath() and catdir() and catfile() on Win32 now make an
  explicit (and unnecessary) copy of their arguments right away,
  because apparently if we don't, we sabotage all of Win32dom. [RT
  #33675]

- The Makefile.PL now has 'use 5.005;' to explicitly show what
  minimum version of perl we support. [Spotted by Alexandr Ciornii]

3.2701 - Mon Feb 11 21:43:51 2008

- Fixed an edge case for Win32 catdir('C:', 'foo') and catfile('C:',
  'foo.txt') (which the caller's not really supposed to do, that's
  what catpath() is for) that changed between versions.  Now we're
  back to the old behavior, which was to return C:\foo and C:\foo.txt .
  [Audrey Tang]

(wiz)

2009-02-22 18:08:12 UTC MAIN commitmail json YAML

Updated devel/p5-PV to 1.5

(wiz)

2009-02-22 18:08:02 UTC MAIN commitmail json YAML

Update to 1.5, changes undocumented.
pkglint cleanup. Add HOMEPAGE.

(wiz)

2009-02-22 17:43:41 UTC MAIN commitmail json YAML

Update from version 0.05nb1 to 0.06.

Pkgsrc changes:
o Canonicalize HOMEPAGE

Upstream changes:

0.06    28 Jan 2009
        - die when Cache::FastMmap::set() returns false value (RT #33667)
        - patch from ton.voon@altinity.com to pass unlink_on_exit option
          to Cache::FastMmap
        - correctly set storage path from config rather than default - karman
        - clean up temp files after tests

(he)

2009-02-22 17:39:15 UTC MAIN commitmail json YAML

Update from version 0.02nb1 to 0.03.

Pkgsrc changes:
o Canonicalize HOMEPAGE using http://search.cpan.org/dist/
o Adjust dependencies (add p5-MRO-Compat)

Upstream changes:

0.03
        - Fix tests to work with tightened up $c->model in 5.71
        - Switch from NEXT to MRO::Compat for method redispatch

(he)

2009-02-22 17:33:10 UTC MAIN commitmail json YAML

Update from version 0.09nb2 to 0.10.

Pkgsrc changes:
o Adjust dependencies, add p5-MRO-Compat

Upstream changes:

0.10    2009-02-08
        - POD addition.
        - Switch from NEXT to MRO::Compat

(he)

2009-02-22 17:27:46 UTC MAIN commitmail json YAML

Update from version 1.19nb1 to 1.20.

Pkgsrc changes:
o Adjust dependencies to account for new requirements
o Move some dependencies into BUILD_DEPENDS, since they're
  only required for "make test".

Upstream changes:

0.20 2009-02-05
        - No code changes since 0.19_01 dev release.
        - Add IDEAS.txt which is an irc log of discussion about the
          next-generation session plugin from discussion on #catalyst-dev
        - Remove TODO file, which is no longer relevant.

0.19_01 2009-01-09
        - Switch from using NEXT to Class::C3 for method re-dispatch.
        - Use shipit to package the dist.
        - Switch to Module::install.
        - Flash data is now stored inside the session (key "__flash") to avoid
          duplicate entry errors caused by simultaneous select/insert/delete of
          flash rows when using DBI as a Store. (Sergio Salvi)
        - Fix session finalization order that caused HTTP responses to be sent
          before the session is actually finalized and stored in its Store.
          (Sergio Salvi)

(he)

2009-02-22 17:15:21 UTC MAIN commitmail json YAML

Update from version 1.08nb1 to 1.10.

Upstream changes:

1.10    2009-02-05 15:04
        - fix a bug in created helper scripts that prevened them working (rjbs)

1.09    2009-02-04 23:57
        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
        - Fix warning when devel is not installed.

1.09    2009-02-04 23:57
        - Add Sebastian's PROJECT FOUNDER note to Devel.pm as requested
        - Fix warning when devel is not installed.

(he)

2009-02-22 16:38:59 UTC MAIN commitmail json YAML

Updated net/p5-Net-DNS to 0.65

(wiz)

2009-02-22 16:38:46 UTC MAIN commitmail json YAML

Update to 0.65:

**** 0.65 January 26, 2009

Fix rt.cpan.org #41076

    When the AAAA object was constructed with new_from_hash with an
    address containing the "::" shorthand notation normalization was
    not done properly.

Fix rt.cpan.org #42375

    Typo in Win32.pm Registry root.

**** 0.64 December 30, 2008

Feature rt.cpan.org #36656

    Added support for the APL record (RFC 3123)
    The module consists of a list of Address Prefix Item objects
    as defined in the Net::DNS::RR::APL::ApItem class.
    NOTE: Class and its interface may be subject to change.

Fix rt.cpan.org #11931 Wrong nameserver list handling in
                      Net::DNS::Resolver::Win32

    The init method has been rewritten to be based on WIN32::IPhelper for
    the selection of the domain and the IP addresses. This is believed to
    be more portable than trying to fetch the data from the registry.
    We still trying to get the searchlist from the registry.

    WARNING: If you use Perl under WIN32 (eg ActivePerl or Strawberry Perl)
    then your module dependency graph has changed drastically

Fix IPv6 modules
    When IO::Socket::INET6 was available but Socket6 was not the code would
    recurse to infinity.

Fix rt.cpan.org #21757 and Feature: Connectivity during test
    Addition of --no-IPv6-tests and --IPv6-tests option in Makefile.PL.
    Note: This causes two questions to be asked when building the
    Makefile instead of one.

    Besides the test suites are constructed so that all the connectivity testing
    happen in 001-connectivity.t and inavailability of connectivity over a certain
    transport is signalled over files t/online.disabled and t/IPv6.disabled respectivly.
    Both files are removed by t/99-cleanup

Fix rt.cpan.org #34511
    Priming query logic contained unneeded recursion.
    Now also fals back to hardcoded hints if there are no nameservers whatsoever.

Fix rt.cpan.org #38390 and 37089
    Added CD and AD bit control to the resolver.

    The CD flag defaults to being unset and the AD flags is set by default
    whenever DNSSEC is available.
    Both flags default to unset in absence of DNSSEC.

Fix rt.cpan.org #37282
  Improved error reporting during client disconnect from the nameserver

NOTE rt.cpan.org # 40249

  Release 0.62 introduced a feature to parse data inside a packet only
  when needed. This can the following to happen:

  Eception: corrupt or incomplete data at
                    /usr/lib/perl5/Net/DNS/RR.pm line 510.
  caught at -e line 1

  This may happen when you have undefined your packet data before all the
  sections have been fully parsed. Such as in:

  $packet = Net::DNS::Packet->new(\$data);
  undef($data);

  The workaround is to force parcing by calling the methods that
  parse the data. e.g.

  $packet = Net::DNS::Packet->new(\$data);
  $packet->answer; $packet->additional; $packet->authority;
  undef ($data)

Fix rt.cpan.org # 41076 and # 41071

  Net::DNS::RR->new_from_hash function would not normalize the content
  of the data so that a method getting a string representation would
  get inconsistent results depending on whether a RR was created from
  a string of from a hash.

Fix rt.cpan.org # 41296

  Compression buggy for large packets. Fix by Kim Minh.

Fix rt.cpan.org # 35752

  Perl 5.10.0 gave a number of issues on several platforms, prefering
  XSLoader over Dynaloader seemed to fix those.

Bug rt.cpan.org #34510
  Buggy setting of "Recursion too deep, aborted" corrected.

Feature (rt.cpan.org #39284)

  The ReplyHandler now also receives a variable with an annonymous has with the connection details. Variables
  supplied to the Reply handler are:  $qname, $qclass, $qtype, $peerhost, $query, $conn
  The hash referenced by $conn contains the following buckets: sockhost, sockport,  peerhost, and peerport.

Feature t/08-online.t and t/10-recurse.t

  In particular environments a query for a.t. will resolve and or
  middleboxes will replace DNS packet content for queries to the root.
  A bunch of test is skipped when this (broken) environment is
  detected.

Feature/Bug rt.cpan.org #22019

  The initial fix for rt 22019 was to strip a trailing dot from all
  attributes that where povided as argument for the
  Net::DNS::RR::new_from_hash function.  We have introduced
  Net::DNS::stripdot, a function that will strip the dots of domain
  names, taking into account possible escapes (e.g. labels like
  foo\\\..).  As a side effect the new_from_string method will now
  convert possible spaces that are not trapped by some of the
  new_from_string functions and convert them to \032 escapes.

  For information: The internal storage of domain names is using
  presentation format without trailing dots.

Bug
  @EXPORT and @EXPORT_OK moved to a BEGIN block so that Net::DNS::SEC
  can make use of exported functions

Feature/Bug

  The Notify handler introduced in 0.63 did not set the OPCODE on the
  reply appropriately. This has been solved generically by allowing the
  "Headermask" that is returned as 4th element by the reply or notify
  handler in the nameserver also allows for the opcode to be set.
  e.g. as in return ("NXDOMAIN",[],[],[],{ opcode => "NS_NOTIFY_OP" }
  );

(wiz)

2009-02-22 16:38:03 UTC MAIN commitmail json YAML

Update from version 0.83.1 to 0.84.

Upstream changes:

0.84    2009-01-21

- This release is based on version 2009a of the Olson
  database. Changes include spelling "Katmandu" as "Kathmandu" (with a
  link for the old spelling), fixes for historical rules in
  Switzerland, and changes to America/Resolute and Cuba for the past
  few years (but not present).

- If DateTime::TimeZone::Local could not load its OS-specific subclass
  because of a missing dependency, it would silently fall back on
  loading the Unix subclass, rather than throwing an error. RT #41305.

- Fixed a bug where the short names for some time zones were
  wrong. This mostly (exclusively?) manifested in time zone rules for
  the first half of the 20th century or so.

(he)

2009-02-22 16:26:11 UTC MAIN commitmail json YAML

Update from version 0.30 to 0.37.

Pkgsrc changes:
o Add p5-String-BufferStack as a dependency.

Upstream changes:

0.37 - 2009-02-19
* Make HTML::Lint an optional dependency

0.36 - 2009-02-05
* Hint to the source of the buffer using a 'from' argument.  This
  allows us to inspect the call stack by looking at the buffer stack.

0.35 - 2009-01-20
* Buffers have been moved to using String::BufferStack, for better
  interopability with other templating systems.  Code which
  manipulated Template::Declare::Buffer objects by hand may need to be
  adjusted.

0.31_01 - 2008-12-19
* INCOMPATIBLE: there were inconsistency in arguments passing.
  show in TD::Tags could pass arguments into template as array
  reference depending on a way it's called. Now arguments
  are always passwed the same way they passed into show.

  This change is only backwards incompatible for those who
  were using this incorrect behaviour.

* stringify argument in TD::Buffer::append as we can deal with
  an object with overloaded stringification that puts data into
  buffer when stringified
* correctly escape objects with overloaded stringification
* use less buffers for operations and a few other small optimizations

(he)

2009-02-22 16:21:21 UTC MAIN commitmail json YAML

Updated math/p5-Math-Random to 0.71

(wiz)

2009-02-22 16:21:11 UTC MAIN commitmail json YAML

Update to 0.71:

0.68  Fri Jun 30 12:17:01 2006
- Added a new version of phrtsd and the phrtsd_orig option.

0.69  Tue Sep 12 08:55:10 2006
- Changed pow to exp at randlib.c[1040] to get around a bug
  with gcc under AIX. (Would it also be possible to avoid
  this by using -lmsaa rather than -lm?)

0.70  Fri Oct 12 16:30:18 2007
- Minor corrections to POD.

0.71  Tue Sep 16 15:38:06 2008
- Used $ARGV[0] rather than shift in Makefile.PL.  Thanks to John
  Fong for the correction.

(wiz)

2009-02-22 16:21:00 UTC MAIN commitmail json YAML

Add p5-String-BufferStack.

(he)

2009-02-22 16:20:21 UTC MAIN commitmail json YAML

Import p5-String-BufferStack version 1.12.

  String::BufferStack provides a framework for storing nested buffers.
  By default, all of the buffers flow directly to the output method,
  but individual levels of the stack can apply filters, or store
  their output in a scalar reference.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2009-02-22 16:17:34 UTC MAIN commitmail json YAML

Updated misc/p5-Locale-Maketext-Lexicon to 0.77

(wiz)

2009-02-22 16:17:23 UTC MAIN commitmail json YAML

Update to 0.77:

[Changes for 0.77 - 2008-12-29]

* Locale::Maketext::Extract::Plugin::FormFu
    - Rewrote the FormFu plugin completely to use the YAML.pm parser.
      Previously, this plugin was completely broken.
    - Resolves bugs:
      - http://rt.cpan.org/Ticket/Display.html?id=42000
        # Locale::Maketext::Extract::Plugin::FormFu broken
      - http://rt.cpan.org/Ticket/Display.html?id=39292
        # Parsing formfu config

* Locale::Maketext::Extract::Plugin::YAML
    - Improved the accuracy of the line numbers.
    - Added documentation and tests for using folded and block scalars.

* Locale::Maketext::Extract::Plugin::PPI
    - Added a PPI based Perl plugin - more accurate than the Perl plugin,
      but much slower.
    - Not enabled by default
    - moved the Perl extraction tests into t/51-perlextract.t
    - Resolves bug: http://rt.cpan.org/Ticket/Display.html?id=14701
      # xgettext doesn't handle interpolating functions

Also, corrected the POD to use the correct names for the plugins.

[Changes for 0.76 - 2008-12-14]

* Locale::Maketext::Extract / Locale::Maketext::Lexicon::Gettext
  - Roundtripping of fuzzy comments now works. If a translation is marked
    by the translator as fuzzy, then it should remain so when re-extracted
  - Added tests for roundtripping of fuzzy, and for format markers

* Locale::Maketext::Lexicon
  - Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=14999
    # relative paths to lang files fail
  - added tests to prove it

* Locale::Maketext::Extract::Plugin::TT2
  - changed the line string to contain only the start line, and not the range
    as this was not consistent with the gettext spec

[Changes for 0.75 - 2008-11-24]

* Locale::Maketext::Extract / Locale::Maketext::Extract::Run
  Changed the order of extraction to:
    - extract all strings
    - then read, compile and write each PO file
  Speeds the extraction process up by a factor of the number of languages used.
  $Ext->read_po now resets the compiled entries, so that a fresh po file can
  be written.

  Also tidied up the verbose messages
  Bumped both to 0.33

* Locale::Maketext::Extract::Run / xgettext.pl
  Added the -W | --wrap option, which forces the file location
  comments to be on separate lines, as per POEdit

  The output order of the PO file has changed to match gettext producers, so
  the arguments now appear before the file locations.

* t/5-extract_strings.tt
  Fixed a bad SKIP plan

[Changes for 0.74 - 2008-11-22]

* Locale::Maketext::Extract::Plugin::Perl
  The Perl plugin now combines concatenated strings, eg
  loc('string' . ' and this')
  Contributed by Felix Ostmann

* Locale::Maketext::Extract::Run
  Localised $_ correctly to avoid conflict with external strings
  Contributed by Sebastian Knapp

* Locale::Maketext::Run
  Fixed bug http://rt.cpan.org/Ticket/Display.html?id=31940
  Debian bug http://bugs.debian.org/307777
  xgettext.pl -f was not chomping file names correctly
  Contributed by Niko Tyni

[Changes for 0.73 - 2008-10-28]
* Locale::Maketext::Extract::Plugin::TextTemplate
  - renamed MyParser to Locale::Maketext::Extract::Plugin::TextTemplate::Parser
    to avoid namespace clashes
* CPANTS improvements
  - Updated the Makefile to list all mentioned modules
  - Added a LICENSE file
  - added a Test::Pod test

[Changes for 0.72 - 2008-10-10]

Contributed by: Clinton Gormley (DRTECH)

* Locale::Maketext::Extract::Plugin::TT2
  - fixed bug where extracted strings still had escaped quotes and backslashes
  - if args are literal, they're now wrapped in double quotes instead of
    single quotes
  - special characters in args are escaped properly

[Changes for 0.71 - 2008-10-05]

* Bump version number of Locale::Maketext::Extract::Plugin::TextTemplate
  to 0.30 so PAUSE can index it correctly.

[Changes for 0.70 - 2008-10-04]

Contributed by: Clinton Gormley (DRTECH)

* Refactored Locale::Maketext::Extract
  - Each format is handled by a different plugin
  - Each format recognises certain default file types
  - Custom plugins can be used

* Locale::Maketext::Extract::Plugin::TT2
  - Uses Template Toolkit as a parser
  - Handles inline filter, block filters, and function calls to "l" or "loc"
    Contibuted by: Andy Wardley [ABW]

* Locale::Maketext::Extract::Plugin::YAML uses the YAML module as a parser
  and can recognise the form:
    key: _"string"

* Locale::Maketext::Extract::Run
  - Added -P|plugins option to specify which parser plugins to use
  - Added -w|warnings to turn parser warnings on and off
  - Added -v|verbose to output the files that are being processed,
    the plugins used to process them, and the extracted strings
  - Fixed a bug in the File::Find routine to correctly prune
    .svn directories and their contents

* Locale::Maketext::Extract::Plugin::Perl
  - Added a defined check to avoid a warning.

[Changes for 0.68 - 2008-08-18]

* Locale::Maketext::Extract: Support for other forms of localization in
  TT templates and TT HEREDOCS.
  Contributed by: Felix Antonius Wilhelm Ostmann

[Changes for 0.67 - 2008-08-04]

* Locale::Maketext::Extract: Support in Extract.pm and Lexicon/Gettext.pm
  for parsing and keeping user comments in PO files.
  Contributed by: Cosimo Streppone

(wiz)

2009-02-22 16:13:58 UTC MAIN commitmail json YAML

Updated www/p5-HTTPD-User-Manage to 1.66

(wiz)

2009-02-22 16:13:45 UTC MAIN commitmail json YAML

Update to 1.66, convert to user-destdir.

1.65 Fri Dec  2 15:43:32 EST 2005
- At the request of JPCERT/CC, the internal non-public tracking number
(JPCERT#96622935) has been replaced in the Changelog with the public
vulnerability number (JVN#30451602) for the cross-site scripting
vulnerability originally fixed in version 1.63.

1.64 Mon Nov 21 13:15:17 EST 2005
- Removed extraneous version numbers.

1.63 Mon Nov 14 16:37:15 EST 2005
- Fixed cross-site scripting bug reported by JPCERT/CC Vulnerability Handling Team <vuls@jpcert.or.jp>
[JVN#30451602] (originally reported by Kiyotaka Dohmae at IIJ)

1.62 Fri Jun 11 09:51:32 EDT 2004
- Patches from Scott Lawrence to support an audit log.

1.61
- Patches from Peter Marschall to support flexible DBMS searches.
- Patch from Andrew Hollenbeck to catch filesystem errors during commits of text files.

1.59 Fri May 31 19:03:45 EDT 2002
-Fix to MD5 hash config in UserAdmin.pm.  CGI interface was
never working with MD method.  Patch provided by Jarrod Teale.

(wiz)

2009-02-22 16:10:04 UTC MAIN commitmail json YAML

Update from version 1.61 to 1.70.

This despite some self-tests failing, but that's probably due
to deficiencies in the host system's locale implementation
(NetBSD/i386 4.0).

Pkgsrc changes:
o Remove workarounds for 1.61a version

Upstream changes (could not find newer changes):

Changes for version 1.63 (Feb 10, 2009)
------------------------
  - Minor tweak to format_bytes test for German locales

Changes for version 1.62 (Feb 9, 2009)
------------------------
  - Change format_bytes to fully specify all formatting options, not
    rely on locale at all as it was causing too many CPAN tester errors.

(he)

2009-02-22 16:09:44 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-CBC to 2.30

(wiz)

2009-02-22 16:09:33 UTC MAIN commitmail json YAML

2009-02-22 16:08:04 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.42

(wiz)

2009-02-22 16:07:55 UTC MAIN commitmail json YAML

Update to 2.42:

2.42
- dist tarball for 2.41 missed t/Tie/LxHash.pm. Dammit.
          the File to the MANIFEST.

2.41
- fixed rt.cpan.org#38635. apache-like include now supports
  quoted strings.

        - fixed rt.cpan.org#41748. saving config with -tie enabled
  now keeps the tie as documented.

- added unit test for -tie. For this to work, a copy of
  Tie::LxHash module is delivered with Config::General
  source, but will not installed, in fact, it is only
  used for 'make test' (number 50)

- fixed rt.cpan.org#39159. documentation of functional interface
          now reflects that qw$method) is now required.

- applied patch by AlexK fixing rt.cpan.org#41030:
  if files are included by means of a glob pattern having the -IncludeGlob
  option activated, paths specified by the -ConfigPath option are being
  neglected when trying to spot the files. This patch fixes this

- applied patch by fbicknel, fixes rt.cpan.org#41570:
  An array of scalars (eg: option = [1,2,3]) cannot
  be used for interpolation (which element shall we use?!), so
  we ignore those types of lists and don't build a __stack for them.

(wiz)

2009-02-22 16:06:49 UTC MAIN commitmail json YAML

Updated security/p5-Authen-SASL-Cyrus to 0.12

(wiz)

2009-02-22 16:06:38 UTC MAIN commitmail json YAML

Update to 0.12:

0.12
Made Cyrus.xs more compatible with Perl API by changing function calls
like Perl_warn() to just warn(), and defining PERL_NO_GET_CONTEXT.
Made SASL properties which take an IP address and load it into the SASL
library more robust by determining if the passed address is in
"struct sockaddr" format or in "IP1.IP2.IP3.IP4;PORT" format.
Fixed passing of "function + params" as a callback.

0.11
Fixed t/callback.t to NOT try connecting to the LDAP server
on localhost since that, well, doesn't work at Pause.

0.10
Added better callback management, Perl memory management,
and three test scripts, as written by Ulrich Pfeifer.

0.09
Changed securesocket GLOB, as suggested by Marius Tomaschewski.
Extended SASL2 support.

0.08
Changed the "code" routine to return the result code of the
last SASL library call. This allows differentiation of the
result of the client_step returning a zero byte string vs.
it saying authentication is complete.

(wiz)

2009-02-22 16:01:56 UTC MAIN commitmail json YAML

Updated devel/p5-Array-Compare to 1.17

(wiz)

2009-02-22 16:01:47 UTC MAIN commitmail json YAML

2009-02-22 16:00:07 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RSS to 1.43

(wiz)

2009-02-22 15:59:56 UTC MAIN commitmail json YAML

Update to 1.43:

1.43 - January 12, 2009
    - Fixed the date on the last entry on this changelog, to say "2009"
    instead of "2008".
        - http://rt.cpan.org/Ticket/Display.html?id=42304

(wiz)

2009-02-22 15:59:05 UTC MAIN commitmail json YAML

Update from version 1.33 to 1.34.

Pkgsrc changes:
o Adjust dependencies according to module requirements (added p5-Crypt-IDEA)

Upstream changes:

1.34 2009.02.01

    - Rekey properly after 1 GB of data (rt.cpan.org #25044). Patch by
      Peter Oliver.
    - Don't try to process nonexistent or empty auth file (rt.cpan.org #41877).
    - Fix typo in croak message (rt.cpan.org #42056), thanks to
      jamie at audible.transient.net.
    - Move 'use base' call after Crypt module loading, per suggestion
      (rt.cpan.org #42051).
    - Only apply stdin if defined in SSH1 - John Payne (rt.cpan.org #42583)

(he)

2009-02-22 15:58:40 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Feed to 0.41

(wiz)

2009-02-22 15:58:30 UTC MAIN commitmail json YAML

Update to 0.41:

0.41
    - Add handling for multiple categories/tags, including
      patch from Shlomi Fish (SHLOMIF)
      http://rt.cpan.org/Ticket/Display.html?id=41396
    - Force v1.40 of XML::RSS to get proper multiple category support

0.40
    - Force v1.37 of XML::RSS to get proper xml:base support
    - Force v0.32 of XML::Atom to fix
      http://rt.cpan.org/Ticket/Display.html?id=40766
      (Thanks to David Brownlee for the help in fixing)
    - Add support for format() in Entry

(wiz)

2009-02-22 15:55:30 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Atom to 0.33

(wiz)

2009-02-22 15:55:19 UTC MAIN commitmail json YAML

Update to 0.33:

0.33  2008.01.06
    * Client: Send WSSE auth header only when username is set
      (Thanks to David Bourget at http://rt.cpan.org/Public/Bug/Display.html?id=42201)

(wiz)

2009-02-22 15:53:39 UTC MAIN commitmail json YAML

Updated databases/p5-DB_File to 1.819

(wiz)

2009-02-22 15:53:28 UTC MAIN commitmail json YAML

Update to 1.819:

1.819 18 February 2009

  * t/db-recno.t fails if run in a path that contains spaces
    [rt.cpan.org #43288]

1.818 21 January 2009

  * Updated Makefile.PL for Strawberry Perl.
    Patch suggested by David Golden.

  * Remove IRIX notes from README. The page referenced doesn't exist
    anymore.

(wiz)

2009-02-22 15:51:54 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Coverage to 0.20

(wiz)

2009-02-22 15:51:45 UTC MAIN commitmail json YAML

Update to 0.20:

0.20 Thursday 19th February, 2009
Fix t/lib/Fully/Qualified.pm to have a 1; (Zefram)
Ship t/09whitespace.t - had missed it before

(wiz)

2009-02-22 15:50:35 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 5.825

(wiz)

2009-02-22 15:50:25 UTC MAIN commitmail json YAML

Update to 5.825:

Zefram (1):
      Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work

(wiz)

2009-02-22 15:48:21 UTC MAIN commitmail json YAML

Updated graphics/icon-naming-utils to 0.8.90

(wiz)

2009-02-22 15:48:11 UTC MAIN commitmail json YAML

Update to 0.8.90:

2009-09-20  Rodney Dawes  <dobey@gnome.org>

* configure.ac:
Up version to 0.8.90 for release

2009-02-20  Rodney Dawes  <dobey@gnome.org>

* legacy-icon-mapping.xml:
Add MS Office Open XML MIME type links

Fixes https://bugs.launchpad.net/ubuntu/+bug/222441

2009-02-20  Rodney Dawes  <dobey@gnome.org>

* legacy-icon-mapping.xml:
Move some of the help links to help-contents instead of help-browser

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=13048

2009-02-20  Rodney Dawes  <dobey@gnome.org>

* legacy-icon-mapping.xml:
Remove the stock_mail-priority-high symlink

Fixes https://bugs.launchpad.net/ubuntu/+bug/319991

(wiz)

2009-02-22 15:40:08 UTC MAIN commitmail json YAML

patch-ae: workaround for NetBSD bug #40714.
upload/download counters should look a bit more sane now.
PKGREVISION++

(tnn)

2009-02-22 15:38:43 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha58.2

(wiz)

2009-02-22 15:38:31 UTC MAIN commitmail json YAML

Update to 2.01.01alpha58.2:

All:

- New Make rules for Syllable. Syllable is a fork from AtheOS.

- New make rules for Haiku

- New include file schily/sysexits.h is needed for Haiku

- New autoconf test for sysexits.h

- config.guess and config.sub now have support for Haiku

- New rule support for linux on "sh3", "sh4" and "sh4a" platforms.

- autoconf now acts more reliable and more orthogonal with  AC_CHECK_TYPE() vs.
AC_CHECK_SIZEOF() and carefully includes include files separately based on
fine grained tests.

- Changed schily/dirent.h to correctly set up NAME_MAX on ATARI MiNT

- Changed schily/maxpath.h to correctly set up NAME_MAX on ATARI MiNT

Libschily:

- fexec now correctly works on Haiku and BeOS

- libschily/format.c now supports the %z (size_t) and %t (ptrdiff_t)
printf format size modifiers (fixed a typo introdiced in the first attempt)

Libscg:

- A first version of the SCSI adaptation layer for Syllable has been added.
Thanks to Kristian Van Der Vliet <vanders@liqwyd.com> for the first
implementation.

- Haiku is a BeOS clone and thus uses scsi-beos.c as SCSI adaptation layer.

IMPORTANT NOTICE: if you like to compile libscg with a current Haiku release
you first need to copy a file:

cd /boot/develop/headers/os
cp device/CAM.h drivers/CAM.h

CAM.h was at /boot/develop/headers/os/drivers/CAM.h in BeOS and as CAM
has no own hardware, it seems to belong into /boot/develop/headers/os/drivers/

Cdrecord:

- Fixed a minor typo in cdrecord

- Some better warnings with cdrecord in case that the environment variables
'CDR_FORCERAWSPEED=' or 'CDR_FORCSPEED=' have been specified.

Cdda2wav (Maintained/enhanced by J

- Cdda2wav now uses an autoconf test to decide whether BEOS clone areas
can be used. THis gives Haiku compatibility.

- Fixed a bug introduced with introducing support for MD5 Sums.
Cdda2wav now disables the MD5 sum output in case -no-infofile has been specified

Mkisofs (Maintained/enhanced by J

- Mkisofs now reports "Haiku" for the OS platform if on Haiku.

- The isoinfo man page now includes the -debug option

- Automated support for System ID

Haiku, Syllable, AMIGA-OS, ATARI-MiNT

- Fixed some Rock Ridge bugs that have been identified when investigating
in the OpenSolaris bug 6807009
http://defect.opensolaris.org/bz/show_bug.cgi?id=5385

(wiz)

2009-02-22 15:21:05 UTC MAIN commitmail json YAML

+ cdrtools-2.01.01pre2, dbus-1.2.12, fuse-archivemount-0.6.0,
  fuse-ntfs-3g-2009.2.1, gst-plugins0.10-good-0.10.14,
  icon-naming-utils-0.8.90, ikiwiki-3.04, p5-DB_File-1.819,
  p5-Pod-Coverage-0.20, p5-libwww-5.825, readline-6.0,
  shared-mime-info-0.60, telepathy-gabble-0.7.21, telepathy-glib-0.7.26,
  telepathy-idle-0.1.3, x264-devel-20090221, yaz-3.0.44.

(wiz)

2009-02-22 15:10:44 UTC MAIN commitmail json YAML

Update from version 0.48 to 0.50.

Pkgsrc changes:
o Add new required dependencies

Upstream changes:

0.50 Wed Jan 21 10:42:00 GMT 2009
    - add support for an expires header when putting an object to
      Net::Amazon::S3::Client::Object
    - make all the classes immutable
    - add query_string_authentication_uri() to
      Net::Amazon::S3::Client::Object, suggested by Meng Wong

0.49 Tue Jan 13 09:04:42 GMT 2009
    - add support for listing a bucket with a prefix to
      Net::Amazon::S3::Client::Bucket

(he)

2009-02-22 14:34:09 UTC MAIN commitmail json YAML

Add p5-DateTime-Format-HTTP.

(he)

2009-02-22 14:33:20 UTC MAIN commitmail json YAML

Import p5-DateTime-Format-HTTP version 0.37.

  This module provides functions that deal the date formats used by
  the HTTP protocol (and then some more).


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2009-02-22 14:15:28 UTC MAIN commitmail json YAML

2009-02-22 14:09:41 UTC MAIN commitmail json YAML

Update from version 0.11 to 0.14.

This despite 2/31 test programs failed, but at least compared
to 0.11, only 4/426 vs. 5/423 subtests failed, so it's at least
no worse.

Upstream changes:

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GStreamer.pm
* NEWS: Release 0.14.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GstClock.t: Skip the wait_async test for now as it appears to
be broken.

2008-12-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/Gst.t: Print version information.

2008-12-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/GstBus.xs (bus_watch): Don't mix declarations and expressions.

2008-12-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GstRegistry.t: Don't assume an 'alsa' plugin is present.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GStreamer.pm
* NEWS: Release 0.13.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* Makefile.PL: Improve formatting a bit.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GStreamer.pm (GST_TIME_ARGS): Improve the formatting of the
return statement.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* gst.typemap: Always use our custom wrappers for GstClockTime and
GstClockTimeDiff.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GstClock.t: Use a pipeline element for the clock tests.  Also
fix a possible dead lock.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GstElement.t
* xs/GstElement.xs: Properly marshal the return values of
gst_element_add_pad, gst_element_remove_pad, and
gst_element_set_locked_state.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* Makefile.PL: Tell the CPAN indexer to ignore stuff in the xs
directory.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* GStreamer.pm
* NEWS: Release 0.12.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GstElement.t: Fix test failure.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/GstIndex.xs
* xs/GstStructure.xs
* xs/GstTag.xs
* xs/GstValue.xs: Use gperl_sv_is_defined, gperl_sv_is_array_ref,
and gperl_sv_is_hash_ref where appropriate.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* t/GstValue.t
* xs/GstValue.xs: Add support for GST_TYPE_FOURCC,
GST_TYPE_DOUBLE_RANGE, GST_TYPE_ARRAY, GST_TYPE_FRACTION, and
GST_TYPE_FRACTION_RANGE.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* xs/GstStructure.xs (SvGstStructure): Fail loudly with a
meaningful error message when an unregistered package name is
encountered.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

* Makefile.PL: Use META_MERGE instead of EXTRA_META.

(he)

2009-02-22 14:00:03 UTC MAIN commitmail json YAML

Updated devel/py-gobject to 2.16.1

(wiz)

2009-02-22 13:59:47 UTC MAIN commitmail json YAML

Update to 2.16.1:

2.16.1 22-feb-2009
- Apply the patch provided by Cygwin Ports maintainer
  (Paul Pogonyshev, #564018)
- Bad -I ordering can break build, patch from [dmacks netspace org]
  (Gian Mario Tagliaretti, #566737)
- Fix keyword list to be in sync with positional arguments
  (Paul, #566744)
- Add a comment explaining why the two for loops for registering
  interfaces (Gustavo Carneiro)
- Huge cleanup of GIO overrides (Paul, #566706)
- gtk.Buildable interface method override is not recognized
  (Paul, #566571)
- Do not escape the ampersand "&" in entity references. Replace some
  unusual entity references in the output with their literal values.
  (Daniel Elstner, #568485)
- gio.InputStream.read_async can cause memory corruption.
  (Paul, #567792)
- Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
- Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
- non-async functions don't release python locks before calling
  blocking C functions (Gian, Gustavo, #556250)
- Change comment to avoid false positives when grep'ing for deprecated
  gtk functions (Andre Klapper)
- ltihooks.py updating license header from GPL to LGPL
  (James Henstridge)

(wiz)

2009-02-22 13:21:32 UTC MAIN commitmail json YAML

Update from version 1.22 to 1.23.

Pkgsrc changes:
o Adapt to .zip distfile format
o Add HOMEPAGE

Upstream changes:

1.23  18 Dec 2008, Perl 21th birthday version
        Minimum Perl version required in META.yml

(he)

2009-02-22 13:11:39 UTC MAIN commitmail json YAML

Update from version 2.010800nb1 to 2.010801.

Pkgsrc changes:
o Re-do patch-ab so that the tests and adaptations for the various
  NetBSD archs don't sit inside "if ($os eq 'sunos')" (!).

Upstream changes:

2.010801:
  build_paricfg() takes a version argument
  write_paricfg(): likewise.
  Emit paricfg.h which supports GP/PARI v2.3.4.
  Remove the section on CPAN mirroring from README.
  INSTALL: Explain how to google when server is down.
  Skip another subtest in ploth.t.
  Fix treatment of -oo in tests.  Still fails, but now with
    not ok 12 # in='intmellininvshort(2,4,$tab)-$A'
    #    out='-3.364954880E-97+9.90717831E-100*I', type='Math::Pari'
    # pari==='-3.072350108 E-97 + 9.90717831 E-100*I'
    # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I'
  Consider `intfuncinit' as requiring "unsane" precision of limits
(bug in GP/PARI???).  Now all tests pass???

(he)