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 (24m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 15:13:02 UTC Now

2010-01-17 12:03:42 UTC MAIN commitmail json YAML

Fix typo: py-django-registratio -> py-django-registration.

(wiz)

2010-01-17 12:02:58 UTC MAIN commitmail json YAML

2010-01-17 11:53:52 UTC MAIN commitmail json YAML

Updated graphics/jpeg to 8

(wiz)

2010-01-17 11:53:40 UTC MAIN commitmail json YAML

Update to 8:

The current version is release 8 of 10-Jan-2010. Version 8 of the
JPEG software introduces basic new features for image coding
application and comes with an essential update of the original JPEG
specification.

New features and enhancements have been developed for the three
major parts of the IJG library: the compression, the decompression,
and the transcoding parts. These parts are represented by the three
major tools of the IJG software: cjpeg (compress JPEG), djpeg
(decompress JPEG), and jpegtran (transcode JPEG - lossless):  IJG
Tools New jpegtran -scale lossless resize feature

A new option has been added to the jpegtran tool and transcoding
library:

-scale M/N    Scale output image by fraction M/N, eg, 1/8

Currently supported scale factors are M/N with all M from 1 to 16,
where N is the source DCT size, which is 8 for baseline JPEG. If
the /N part is omitted, then M specifies the DCT scaled size to be
applied on the given input. For baseline JPEG this is equivalent
to M/8 scaling, since the source DCT size for baseline JPEG is 8.
CAUTION: An implementation of the JPEG SmartScale extension is
required for this feature. SmartScale enabled JPEG is not yet widely
implemented, so many decoders will be unable to view a SmartScale
extended JPEG file at all.

New djpeg -scale feature

The -scale option of the djpeg tool and decompression library has
been extended:

-scale M/N    Scale output image by fraction M/N, eg, 1/8

Currently supported scale factors are M/N with all M from 1 to 16,
where N is the source DCT size, which is 8 for baseline JPEG. If
the /N part is omitted, then M specifies the DCT scaled size to be
applied on the given input. For baseline JPEG this is equivalent
to M/8 scaling, since the source DCT size for baseline JPEG is 8.

New cjpeg features

Two new features have been added to the cjpeg tool and compression
library:

-quality N[,...]  Compression quality (0..100; 5-95 is
useful range) -scale M/N    Scale image by fraction M/N,
eg, 1/2

The -quality option has been extended for support of separate
quality settings for luminance and chrominance (or in general, for
every provided quantization table slot). This feature is useful
for high-quality applications which cannot accept the damage of
color data by coarse subsampling settings. You can now easily reduce
the color data amount more smoothly with finer control without
separate subsampling. The resulting file is fully compliant with
standard JPEG decoders.

A new -scale option is provided with cjpeg which complements the
corresponding djpeg -scale option. The supported range of scaling
factors is 8/N with all N=1...16.  This means you can now easily
alter the nominal spatial resolution of a given source image while
compressing to JPEG without additional resampling.  For example,
if you have an image sensor providing an effective capture resolution
of 2268x1512 pixels (HI resolution), you can now directly generate
a MED resolution of 1512x1008 pixels (-scale 2/3) and a LOW resolution
of 1134x756 pixels (-scale 1/2) from the sensor source resolution
with the library while compressing to JPEG without additional
resampling.  (An efficient 12x12 FDCT is used in the -scale 2/3
case, and an efficient 16x16 FDCT is used in the -scale 1/2 case
instead of the standard 8x8 FDCT inside the library, ensuring
high-quality downscaled results - the resulting file is fully
compliant with standard JPEG decoders.)

(wiz)

2010-01-16 21:25:30 UTC MAIN commitmail json YAML

Updated emulators/sdlmame to 0.136

(wiz)

2010-01-16 21:25:19 UTC MAIN commitmail json YAML

Update to 0.136:

Changes from 0.136
==================
1) Up to date with baseline 0.136 (RB)
2) More typecasting so compiling as C++ can succeed (couriersud)
3) Cleaned up #ifdefs, added more -verbose output, improved SDL
  1.3 support (couriersud)
4) Cleaned up Windows support (couriersud)
5) Fixed possible weirdness enumerating controller buttons (Skito)

(wiz)

2010-01-16 18:01:26 UTC MAIN commitmail json YAML

Remove pango and puzzles, updates done.

(wiz)

2010-01-16 18:00:31 UTC MAIN commitmail json YAML

Updated devel/libidn to 1.16

(wiz)

2010-01-16 18:00:22 UTC MAIN commitmail json YAML

Update to 1.16:

** java: Add a Maven pom.xml project file.
Contributed by Guus der Kinderen <guus.der.kinderen@gmail.com>.

** Fix a link error on MinGW.

** API and ABI is backwards compatible with the previous version.

(wiz)

2010-01-16 17:57:38 UTC MAIN commitmail json YAML

2010-01-16 17:48:02 UTC MAIN commitmail json YAML

Convert to use automake instead of automake14.

(wiz)

2010-01-16 17:46:03 UTC MAIN commitmail json YAML

Updated textproc/liblinebreak to 2.0

(wiz)

2010-01-16 17:45:54 UTC MAIN commitmail json YAML

Update to 2.0:

New in 2.0

- Update the algorithm and data according to UAX #14-24 and
  LineBreak-5.2.0.txt
- Rename some functions to reduce namespace pollution
- Make Doxygen documentation better

(wiz)

2010-01-16 17:24:05 UTC MAIN commitmail json YAML

Updated games/puzzles to 8839

(wiz)

2010-01-16 17:23:50 UTC MAIN commitmail json YAML

2010-01-16 17:18:36 UTC MAIN commitmail json YAML

Updated devel/readline to 6.1

(wiz)

2010-01-16 17:18:27 UTC MAIN commitmail json YAML

Update to 6.1:

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

1.  New Features in Readline

a.  New bindable function: menu-complete-backward.

b.  In the vi insertion keymap, C-n is now bound to menu-complete by default,
    and C-p to menu-complete-backward.

c.  When in vi command mode, repeatedly hitting ESC now does nothing, even
    when ESC introduces a bound key sequence.  This is closer to how
    historical vi behaves.

d.  New bindable function: skip-csi-sequence.  Can be used as a default to
    consume key sequences generated by keys like Home and End without having
    to bind all keys.

e.  New application-settable function: rl_filename_rewrite_hook.  Can be used
    to rewite or modify filenames read from the file system before they are
    compared to the word to be completed.

f.  New bindable variable: skip-completed-text, active when completing in the
    middle of a word.  If enabled, it means that characters in the completion
    that match characters in the remainder of the word are "skipped" rather
    than inserted into the line.

g.  The pre-readline-6.0 version of menu completion is available as
    "old-menu-complete" for users who do not like the readline-6.0 version.

h.  New bindable variable: echo-control-characters.  If enabled, and the
    tty ECHOCTL bit is set, controls the echoing of characters corresponding
    to keyboard-generated signals.

i.  New bindable variable: enable-meta-key.  Controls whether or not readline
    sends the smm/rmm sequences if the terminal indicates it has a meta key
    that enables eight-bit characters.

(wiz)

2010-01-16 17:17:13 UTC MAIN commitmail json YAML

Updated shells/bash to 4.1

(wiz)

2010-01-16 17:17:04 UTC MAIN commitmail json YAML

Update to 4.1:

This document details the changes between this version, bash-4.1-rc,
and the previous version, bash-4.1-beta.

1.  Changes to Bash

a.  Fixed a bug that caused printf to not return a partial value when it
    encountered an error while converting an integer argument.

b.  Fixed a bug that caused setting one of the compatNN options to not
    turn off the others.

c.  The (undocumented) --wordexp option is no longer included by default.

d.  Fixed a bug in conditional command execution that caused it to not
    correctly ignore the exit status under certain circumstances.

e.  Added a configure-time check for correctly-working asprintf/snprintf.

f.  Fixed some problems with line number calculation and display when sourcing
    a file in an interactive shell.

g.  Fixed a bug that caused the shell to crash when using `declare -A foo=bar'.

h.  Fixed a bug that caused an off-by-one error when calculating the directories
    to display with the PROMPT_DIRTRIM option.

2.  Changes to Readline

a.  Fixed a bug that caused applications using the callback interface to not
    react to SIGINT (or other signals) until another character arrived.

------------------------------------------------------------------------------
This document details the changes between this version, bash-4.1-beta,
and the previous version, bash-4.1-alpha.

1.  Changes to Bash

a.  Fixed a bug in mapfile that caused the shell to crash if it was passed the
    name of an associative array.

b.  Fixed a bug that caused the shell to incorrectly split case patterns if
    they contained characters in $IFS.

c.  Fixed a bug that caused the shell to set $? to the wrong value when using
    a construct ending with a variable assignment with set -x enabled and PS4
    containing a command substitution.

d.  Fixed a bug that caused the shell to read commands incorrectly if an
    expansion error occurred under certain conditions in a user-specified
    subshell.

e.  Fixed a bug that caused the shell to set $? incorrectly if a parse error
    occurred in an evaluation context ("eval", trap command, dot script, etc.)

f.  Fixed a bug that caused the shell to attempt command substitution
    completion within a single-quoted string.

g.  Fixed a bug that caused the shell to insert an extra single quote during
    word completion.

h.  Fixed a bug that caused the shell to crash if invoked with the environment
    variable EMACS having a null value.

i.  Fixed a bug that caused bash to incorrectly report the presence of new
    mail in a `maildir' environment.

j.  Fixed a bug that caused the shell to not recognize a here-document ending
    delimiter inside a command substitution.

k.  Fixed a bug that caused the shell to crash when a a dynamic array variable
    was assigned a scalar value.

2.  Changes to Readline

3.  New Features in Bash

a.  The mapfile/readarray builtin no longer stores the commands it invokes via
    callbacks in the history list.

b.  There is a new `compat40' shopt option.

c.  The < and > operators to [[ do string comparisons using the current locale
    only if the compatibility level is greater than 40 (set to 41 by default).

4.  New Features in Readline

------------------------------------------------------------------------------
This document details the changes between this version, bash-4.1-alpha,
and the previous version, bash-4.0-release.

1.  Changes to Bash

a.  Fixed bugs in the parser involving new parsing of the commands contained
    in command substitution when the substitution is read.

b.  Fixed a bug that caused the shell to dump core when performing programmable
    completion using a shell function.

c.  Fixed a bug in `mapfile' that caused it to invoke callbacks at the wrong
    time.

d.  Fixed a bug that caused the shell to dump core when listing jobs in the
    `exit' builtin.

e.  Fixed several bugs encountered when reading subscripts in associative
    array assignments and expansions.

f.  Fixed a bug that under some circumstances caused an associative array to
    be converted to an indexed array.

g.  Fixed a bug that caused syntax errors and SIGINT interrupts to not set
    $? to a value > 128.

h.  Fixed a bug that caused the shell to remove FIFOs associated with process
    substitution inside shell functions.

i.  Fixed a bug that caused terminal attributes to not be reset when the
    `read' builtin timed out.

j.  Fixed a bug in brace expansion that caused unwanted zero padding of the
    expanded terms.

k.  Fixed a bug that prevented the |& construct from working as intended when
    used with a simple command with additional redirections.

l.  Fixed a bug with the case statment ;& terminator that caused the shell to
    dereference a NULL pointer.

m.  Fixed a bug that caused assignment statements or redirections preceding
    a simple command name to inhibit alias expansion.

n.  Fixed the behavior of `set -u' to conform to the latest Posix interpretation:
    every expansion of an unset variable except $@ and $* will cause the
    shell to exit.

o.  Fixed a bug that caused double-quoted expansions of $* inside word
    expansions like ${x#$*} to not expand properly when $IFS is empty.

p.  Fixed a bug that caused traps to set $LINENO to the wrong value when they
    execute.

q.  Fixed a bug that caused off-by-one errors when computing history lines in
    the `fc' builtin.

r.  Fixed a bug that caused some terminating signals to not exit the shell
    quickly enough, forcing the kernel to send the signal (e.g., SIGSEGV)
    multiple times.

s.  Fixed a bug that caused the shell to attempt to add empty lines to the
    history list when reading here documents.

t.  Made some internal changes that dramatically speeds up sequential indexed
    array access.

u.  Fixed a bug that caused the shell to write past the end of a string when
    completing a double-quoted string ending in a backslash.

v.  Fixed a bug that caused the shell to replace too many characters when a
    pattern match was null in a ${foo//bar} expansion.

w.  Fixed bugs in the expansion of ** that caused duplicate directory names
    and the contents of the current directory to be omitted.

x.  Fixed a bug that caused $? to not be set correctly when referencing an
    unset variable with set -u and set -e enabled.

y.  Fixed a bug caused by executing an external program from the DEBUG trap
    while a pipeline was running.  The effect was to disturb the pipeline
    state, occasionally causing it to hang.

z.  Fixed a bug that caused the ** glob expansion to dump core if it
    encountered an unsearchable directory.

aa. Fixed a bug that caused `command -v' and `command -V' to not honor the
    path set by the -p option.

bb. Fixed a bug that caused brace expansion to take place too soon in some
    compound array assignments.

cc. Fixed a bug that caused programmable completion functions' changes to
    READLINE_POINT to not be reflected back to readline.

dd. Fixed a bug that caused the shell to dump core if a trap was executed
    during a shell assignment statement.

ee. Fixed an off-by-one error when computing the number of positional
    parameters for the ${@:0:n} expansion.

ff. Fixed a problem with setting COMP_CWORD for programmable completion
    functions that could leave it set to -1.

gg. Fixed a bug that caused the ERR trap to be triggered in some cases where
    `set -e' would not have caused the shell to exit.

hh. Fixed a bug that caused changes made by `compopt' to not persist past the
    completion function in which compopt was executed.

ii. Fixed a bug that caused the list of hostname completions to not be cleared
    when HOSTNAME was unset.

jj. Fixed a bug that caused variable expansion in here documents to look in
    any temporary environment.

kk. Bash and readline can now convert file names between precomposed and
    decomposed Unicode on Mac OS X ("keyboard" and file system forms,
    respectively).  This affects filename completion (using new
    rl_filename_rewrite_hook), globbing, and readline redisplay.

ll. The ERR and EXIT traps now see a non-zero value for $? when a parser
    error after set -e has been enabled causes the shell to exit.

mm. Fixed a bug that in brace expansion that caused zero-prefixed terms to
    not contain the correct number of digits.

nn. Fixed a bug that caused the shell to free non-allocated memory when
    unsetting an associative array which had had a value implicitly assigned
    to index "0".

oo. Fixed a memory leak in the ${!prefix@} expansion.

pp. Fixed a bug that caused printf to not correctly report all write errors.

qq. Fixed a bug that caused single and double quotes to act as delimiters
    when splitting a command line into words for programmable completion.

rr. Fixed a bug that caused ** globbing that caused **/path/* to match every
    directory, not just those matching `path'.

ss. Fixed a bug that caused the shell to dump core when running `help' without
    arguments if the terminal width was fewer than 7 characters.

2.  Changes to Readline

a.  The SIGWINCH signal handler now avoids calling the redisplay code if
    one arrives while in the middle of redisplay.

b.  Changes to the timeout code to make sure that timeout values greater
    than one second are handled better.

c.  Fixed a bug in the redisplay code that was triggered by a prompt
    containing invisible characters exactly the width of the screen.

d.  Fixed a bug in the redisplay code encountered when running in horizontal
    scroll mode.

e.  Fixed a bug that prevented menu completion from properly completing
    filenames.

f.  Fixed a redisplay bug caused by a multibyte character causing a line to
    wrap.

g.  Fixed a bug that caused key sequences of two characters to not be
    recognized when a longer sequence identical in the first two characters
    was bound.

h.  Fixed a bug that caused history expansion to be attempted on $'...'
    single-quoted strings.

i.  Fixed a bug that caused incorrect redisplay when the prompt contained
    multibyte characters in an `invisible' sequence bracketed by \[ and
    \].

j.  Fixed a bug that caused history expansion to short-circuit after
    encountering a multibyte character.

3.  New Features in Bash

a.  Here-documents within $(...) command substitutions may once more be
    delimited by the closing right paren, instead of requiring a newline.

b.  Bash's file status checks (executable, readable, etc.) now take file
    system ACLs into account on file systems that support them.

c.  Bash now passes environment variables with names that are not valid
    shell variable names through into the environment passed to child
    processes.

d.  The `execute-unix-command' readline function now attempts to clear and
    reuse the current line rather than move to a new one after the command
    executes.

e.  `printf -v' can now assign values to array indices.

f.  New `complete -E' and `compopt -E' options that work on the "empty"
    completion: completion attempted on an empty command line.

g.  New complete/compgen/compopt -D option to define a `default' completion:
    a completion to be invoked on command for which no completion has been
    defined.  If this function returns 124, programmable completion is
    attempted again, allowing a user to dynamically build a set of completions
    as completion is attempted by having the default completion function
    install individual completion functions each time it is invoked.

h.  When displaying associative arrays, subscripts are now quoted.

i.  Changes to dabbrev-expand to make it more `emacs-like': no space appended
    after matches, completions are not sorted, and most recent history entries
    are presented first.

j.  The [[ and (( commands are now subject to the setting of `set -e' and the
    ERR trap.

k.  The source/. builtin now removes NUL bytes from the file before attempting
    to parse commands.

l.  There is a new configuration option (in config-top.h) that forces bash to
    forward all history entries to syslog.

m.  A new variable $BASHOPTS to export shell options settable using `shopt' to
    child processes.

n.  There is a new confgure option that forces the extglob option to be
    enabled by default.

o.  New variable $BASH_XTRACEFD; when set to an integer bash will write xtrace
    output to that file descriptor.

p.  If the optional left-hand-side of a redirection is of the form {var}, the
    shell assigns the file descriptor used to $var or uses $var as the file
    descriptor to move or close, depending on the redirection operator.

q.  The < and > operators to the [[ conditional command now do string
    comparison according to the current locale.

r.  Programmable completion now uses the completion for `b' instead of `a'
    when completion is attempted on a line like: a $(b c.

s.  Force extglob on temporarily when parsing the pattern argument to
    the == and != operators to the [[ command, for compatibility.

t.  Changed the behavior of interrupting the wait builtin when a SIGCHLD is
    received and a trap on SIGCHLD is set to be Posix-mode only.

u.  The read builtin has a new `-N nchars' option, which reads exactly NCHARS
    characters, ignoring delimiters like newline.

4.  New Features in Readline

a.  New bindable function: menu-complete-backward.

b.  In the vi insertion keymap, C-n is now bound to menu-complete by default,
    and C-p to menu-complete-backward.

c.  When in vi command mode, repeatedly hitting ESC now does nothing, even
    when ESC introduces a bound key sequence.  This is closer to how
    historical vi behaves.

d.  New bindable function: skip-csi-sequence.  Can be used as a default to
    consume key sequences generated by keys like Home and End without having
    to bind all keys.

e.  New application-settable function: rl_filename_rewrite_hook.  Can be used
    to rewite or modify filenames read from the file system before they are
    compared to the word to be completed.

f.  New bindable variable: skip-completed-text, active when completing in the
    middle of a word.  If enabled, it means that characters in the completion
    that match characters in the remainder of the word are "skipped" rather
    than inserted into the line.

g.  The pre-readline-6.0 version of menu completion is available as
    "old-menu-complete" for users who do not like the readline-6.0 version.

h.  New bindable variable: echo-control-characters.  If enabled, and the
    tty ECHOCTL bit is set, controls the echoing of characters corresponding
    to keyboard-generated signals.

i.  New bindable variable: enable-meta-key.  Controls whether or not readline
    sends the smm/rmm sequences if the terminal indicates it has a meta key
    that enables eight-bit characters.

(wiz)

2010-01-16 17:10:42 UTC MAIN commitmail json YAML

Updated audio/ocp to 0.1.18

(wiz)

2010-01-16 17:10:31 UTC MAIN commitmail json YAML

Update to 0.1.18:

2009-06-29: devpcoreaudio didn't compile on darwin

2009-07-19: dev/smpman.c: x86_64 crashed when expanding loops

2009-07-20: configure.ac: missing AC_DEFINE, made compiling on ubuntu flash a lot of warnings due to we not knowing about some header files

2009-07-20: platit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Out-of-range_note_delays

2009-07-20: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_loop

2009-07-20: playit/itptrack.c: track-visualizer didn't show SBx commands (now appears like plx - pattern loop)

2009-07-20: *: use sysconf(_SC_PAGESIZE) if available, before trying to use PAGESIZE, and defaulting to 4096

2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Tremor_effect

2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Ping-pong_loop_and_sample_number

2009-07-22: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Retrigger

2009-07-22: stuff/*x11*: Borrowed some code from mplayer (don't attemt to use SHM on network connected X11 servers)

2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_row_delay

2009-07-23: stuff/poutput-x11.c: Added XSync() after resize-windows, else XGetImage sometimes fails, since local structure isn't ajour with server fast enough (window resize on remote X11 would sometime exit ocp with X11 error)

2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Random_waveform

2009-07-25: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pan_swing_and_set_panning_effect

2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Zero_value_for_note_cut_and_note_delay

2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_with_no_note

2009-07-28: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_and_pitch_slide

2009-07-29: playgmi/*: Added buffer overrun protection to the MIDI file parser

2009-07-30: playit/itload.c: use Impulse Tracker 2.15 sample decompression, only when needed

2009-08-07: *: Remove the need for keep=1 on certain drivers. The drivers can tell themselfs if they need it.

2009-08-07: devp/devpcoreaudio.c: Major updates

2009-09-24: stuff/*: Added support for SDL video

2009-09-24: dev*/dev*oss.c: Only warn if GET_VERSION fails (some BSDs fails on this)

2009-09-24: ocp-*: Make even faster method for forcing SDL, etc video drivers

2009-09-25: Compiling SDL support without X11 gave a missing symbol

2009-11-18: configure.ac: AC_MSG_ERROR was used wrong some places

2009-12-25: *: medialib didn't handle archived files very well. This is now fixed, however, a rescan is needed in order to make them work (database didn't store archive data)

2009-12-26: playit/itload.c: Don't fail on loading samples with length set to zero, skip them instead

2009-12-26: VERSION 0.1.18

(wiz)

2010-01-16 17:08:34 UTC MAIN commitmail json YAML

Allow a minimum of 64MB when extract lz files.

(wiz)

2010-01-16 16:59:51 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha72

(wiz)

2010-01-16 16:59:40 UTC MAIN commitmail json YAML

Update to 2.01.01alpha72:

2.01.01alpha72:

Cdrecord:

- The CDRWIN cue sheet parser has been enhanced to give better error messages:

- There are now hints on what is missing in the CUE file

- The error message now also contains the column where the problem was detected

- Allow cdrecord to compile again on a pre-C99 compiler (there was a variable delaration
past a statement in a function.

- A description for the *.inf file fomat was added to the cdrecord man page

- New (previously missing) CD-Text tags have been added to auinfo.c (*.inf file parser):

Albumsongwriter=
Albumcomposer=
Albumarranger=
Albummessage=
Albumclosed_info=

Note that these tags do not appear in the CDDB database.

Cdda2wav (Maintained/enhanced by J

- New arg "all" to -t option.

cdda2wav -B extracts all audio tacks into separate files
cdda2wav -tall extracts all audio tacks into a single files

- cdda2wav now by default writes a file "xxx.cdtext" with raw binary
CD-Text data in case cdda2wav was told to retrieve CD-Text.

- A new option -no-textfile allows to disable the creation of the file "audio.cdtext"
This version of cdda2wav creates a file "audio.cdtext" or similar (depending on
the set up file name base) in case that there is CD-Text on the medium and that
the drives supports to read the CD-Text data with MMC SCSI commands.

- Fixed a bug in cdda2wav that caused cdda2wav to set up the file name base too late.
This resultes in the files "audio.cdindex" and "audio.cddb" alwas to have this name
while the *.inf files use the name base from the cdda2wav arguments. Now all
files created by cdda2wav honor the file name base.

- Cdda2wav by default fills empty track specific CD-Text data with the Disk global
value (if present). A new option -no-textdefaults allows to disable this fallback
and leaves the related fields empty if they are empty on the mester CD.

- Fixed a problem with cdda2wav -interactive (used by GNOME GSTREAMER CD-DAE plugin)
that could cause cdda2wav to dump core in case that there is a data
session past the last audio track.

- New (previously missing) CD-Text tags have been added to the *.inf files:

Albumsongwriter=
Songwriter=
Albumcomposer=
Composer=
Albumarranger=
Arranger=
Albummessage=
Message=
Albumclosed_info=
Closed_info=

Note that these tags do not appear in the CDDB database.

Mkisofs (Maintained/enhanced by J

- Fixed a bug with file descriptor handling in mkisofs/apple.c

2.01.01a71:

All:

- include/schily/stat.h now supports nonosecond timestamps in struct stat on AIX.

- New autoconf test for nanosecond time stamps on AIX.

- conf/mkdir.sh

- conf/mkdep-aix.sh was changed to avoid warnings for #pragma weak a = b
as the IBM C-compiler calls a non "#pragma weak" cpp when called with -E

Cdrecord:

- Cdrecord now is able to use -isosize even in case that the image data
is read from stdin. This makes it easier to use "mkisofs | cdrecord".

(wiz)

2010-01-16 16:40:44 UTC MAIN commitmail json YAML

+ calibre-0.6.33, cdrtools-2.01.01alpha72, clutter-1.0.10, cvsd-1.0.18,
  denemo-0.8.12, etm-474, fotoxx-9.3, glpk-4.42, gmime24-2.4.12,
  gnome-media-2.28.5, gtk2+-2.18.6, httping-1.41, kismet-2010.01r1,
  koffice-2.1.1, libextractor-0.6.0, libidn-1.16, libxklavier-5.0,
  mp3diags-1.0.02, neon-0.29.3, p5-Spreadsheet-WriteExcel-2.35,
  phpmyadmin-3.2.5, plone3-3.3.3, puppet-0.25.3, puzzles-8841,
  py-moin-1.9.0 [pkg/42602], samba-3.3.10, scrotwm-0.9.22,
  socat-1.7.1.2, wine-devel-1.1.36, xorg-util-macros-1.4.2,
  xvidtune-1.0.2

(wiz)

2010-01-16 16:37:35 UTC MAIN commitmail json YAML

Remove conflict markers. Hi tnn!

(wiz)

2010-01-16 16:35:17 UTC MAIN commitmail json YAML

Updated games/rftg to 0.6.1

(wiz)

2010-01-16 16:35:04 UTC MAIN commitmail json YAML

Update to 0.6.1:
Version 0.6.1 released, with a fix to the two-player advanced game
action selection GUI and a new military strength indicator.

(wiz)

2010-01-15 22:12:02 UTC MAIN commitmail json YAML

Updated games/rftg to 0.6.0

(wiz)

2010-01-15 22:11:54 UTC MAIN commitmail json YAML

Update to 0.6.0:

Version 0.6.0 released, with several AI improvements, GUI changes,
undo turn support, and load/save support.

(wiz)

2010-01-15 22:11:40 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha70

(wiz)

2010-01-15 22:11:30 UTC MAIN commitmail json YAML

Update to 2.01.01alpha70:

All:

- Added support for Hurd on i686 to the Schily Makefilesystem.

- Modified conf/mkdir.sh to work around a deviation found in
/usr/xpg4/bin/sed on Solaris

- Modified conf/src-get to include conf/src-get in PATH to make
recursive calls to src-get work.

Libfind:

- Added $(LIB_ACL_TEST) to the libs for libfind to allow a shared libfind
with ACL support on Linux.

Cdrecord:

- Cdrecord now defaults to -sao in case that cuefile=something was specified

- man page restructured

Cdda2wav (Maintained/enhanced by J

- The default outout format is now .wav for all platforms.
Before, the default for Solaris was .au.

- man page restructured

Readcd:

- man page restructured

(wiz)

2010-01-15 22:11:05 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.4.2

(wiz)

2010-01-15 22:10:56 UTC MAIN commitmail json YAML

Update to 1.4.2:

1.4.2 - 2010-01-01

  This is a minor bugfix release.

  core

    * config: raise ConfigError on non-existing include files
    * alias: do not crash when aliased command has no usage help text
    * auth: allow specifying auth sections in .hg/hgrc
    * patch: fix handling of chunk offsets
    * subrepo: add default path to new clones
    * docs: Fix rst2html detection

  extensions

    * convert/svn: better handling of hg recursive call failure
    * convert/svn: make sink recover gracefully from empty changeset
    * keyword: fix interaction with transplant
    * mq: preserve --git flag when folding and merging patches
    * mq: qnew -f rejects merge working directories
    * mq: qpop: remove added files before re-adding removed files
    * patchbomb: handle repository#rev URLs correctly
    * share: use defaultdest to compute unspecified destination

(wiz)

2010-01-15 10:37:38 UTC MAIN commitmail json YAML

scmgit*-1.6.6 update done.

(wiz)

2010-01-15 10:36:42 UTC MAIN commitmail json YAML

Update to 1.6.6, requested by agc.

Git v1.6.6 Release Notes
========================

Notes on behaviour change
-------------------------

* In this release, "git fsck" defaults to "git fsck --full" and
  checks packfiles, and because of this it will take much longer to
  complete than before.  If you prefer a quicker check only on loose
  objects (the old default), you can say "git fsck --no-full".  This
  has been supported by 1.5.4 and newer versions of git, so it is
  safe to write it in your script even if you use slightly older git
  on some of your machines.

Preparing yourselves for compatibility issues in 1.7.0
------------------------------------------------------

In git 1.7.0, which is planned to be the release after 1.6.6, there will
be a handful of behaviour changes that will break backward compatibility.

These changes were discussed long time ago and existing behaviours have
been identified as more problematic to the userbase than keeping them for
the sake of backward compatibility.

When necessary, a transition strategy for existing users has been designed
not to force them running around setting configuration variables and
updating their scripts in order to either keep the traditional behaviour
or adjust to the new behaviour, on the day their sysadmin decides to install
the new version of git.  When we switched from "git-foo" to "git foo" in
1.6.0, even though the change had been advertised and the transition
guide had been provided for a very long time, the users procrastinated
during the entire transtion period, and ended up panicking on the day
their sysadmins updated their git installation.  We are trying to avoid
repeating that unpleasantness in the 1.7.0 release.

For changes decided to be in 1.7.0, commands that will be affected
have been much louder to strongly discourage such procrastination, and
they continue to be in this release.  If you have been using recent
versions of git, you would have seen warnings issued when you used
features whose behaviour will change, with a clear instruction on how
to keep the existing behaviour if you want to.  You hopefully are
already well prepared.

Of course, we have also been giving "this and that will change in
1.7.0; prepare yourselves" warnings in the release notes and
announcement messages for the past few releases.  Let's see how well
users will fare this time.

* "git push" into a branch that is currently checked out (i.e. pointed by
  HEAD in a repository that is not bare) will be refused by default.

  Similarly, "git push $there :$killed" to delete the branch $killed
  in a remote repository $there, when $killed branch is the current
  branch pointed at by its HEAD, will be refused by default.

  Setting the configuration variables receive.denyCurrentBranch and
  receive.denyDeleteCurrent to 'ignore' in the receiving repository
  can be used to override these safety features.  Versions of git
  since 1.6.2 have issued a loud warning when you tried to do these
  operations without setting the configuration, so repositories of
  people who still need to be able to perform such a push should
  already have been future proofed.

  Please refer to:

  http://git.or.cz/gitwiki/GitFaq#non-bare
  http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007

  for more details on the reason why this change is needed and the
  transition process that already took place so far.

* "git send-email" will not make deep threads by default when sending a
  patch series with more than two messages.  All messages will be sent
  as a reply to the first message, i.e. cover letter.  Git 1.6.6 (this
  release) will issue a warning about the upcoming default change, when
  it uses the traditional "deep threading" behaviour as the built-in
  default.  To squelch the warning but still use the "deep threading"
  behaviour, give --chain-reply-to option or set sendemail.chainreplyto
  to true.

  It has been possible to configure send-email to send "shallow thread"
  by setting sendemail.chainreplyto configuration variable to false.
  The only thing 1.7.0 release will do is to change the default when
  you haven't configured that variable.

* "git status" will not be "git commit --dry-run".  This change does not
  affect you if you run the command without pathspec.

  Nobody sane found the current behaviour of "git status Makefile" useful
  nor meaningful, and it confused users.  "git commit --dry-run" has been
  provided as a way to get the current behaviour of this command since
  1.6.5.

* "git diff" traditionally treated various "ignore whitespace" options
  only as a way to filter the patch output.  "git diff --exit-code -b"
  exited with non-zero status even if all changes were about changing the
  ammount of whitespace and nothing else.  and "git diff -b" showed the
  "diff --git" header line for such a change without patch text.

  In 1.7.0, the "ignore whitespaces" will affect the semantics of the
  diff operation itself.  A change that does not affect anything but
  whitespaces will be reported with zero exit status when run with
  --exit-code, and there will not be "diff --git" header for such a
  change.

Updates since v1.6.5
--------------------

(subsystems)

* various gitk updates including use of themed widgets under Tk 8.5,
  Japanese translation, a fix to a bug when running "gui blame" from
  a subdirectory, etc.

* various git-gui updates including new translations, wm states fixes,
  Tk bug workaround after quitting, improved heuristics to trigger gc,
  etc.

* various git-svn updates.

* "git fetch" over http learned a new mode that is different from the
  traditional "dumb commit walker".

(portability)

* imap-send can be built on mingw port.

(performance)

* "git diff -B" has smaller memory footprint.

(usability, bells and whistles)

* The object replace mechanism can be bypassed with --no-replace-objects
  global option given to the "git" program.

* In configuration files, a few variables that name paths can begin with ~/
  and ~username/ and they are expanded as expected.

* "git subcmd -h" now shows short usage help for many more subcommands.

* "git bisect reset" can reset to an arbitrary commit.

* "git checkout frotz" when there is no local branch "frotz" but there
  is only one remote tracking branch "frotz" is taken as a request to
  start the named branch at the corresponding remote tracking branch.

* "git commit -c/-C/--amend" can be told with a new "--reset-author" option
  to ignore authorship information in the commit it is taking the message
  from.

* "git describe" can be told to add "-dirty" suffix with "--dirty" option.

* "git diff" learned --submodule option to show a list of one-line logs
  instead of differences between the commit object names.

* "git diff" learned to honor diff.color.func configuration to paint
  function name hint printed on the hunk header "@@ -j,k +l,m @@" line
  in the specified color.

* "git fetch" learned --all and --multiple options, to run fetch from
  many repositories, and --prune option to remove remote tracking
  branches that went stale.  These make "git remote update" and "git
  remote prune" less necessary (there is no plan to remove "remote
  update" nor "remote prune", though).

* "git fsck" by default checks the packfiles (i.e. "--full" is the
  default); you can turn it off with "git fsck --no-full".

* "git grep" can use -F (fixed strings) and -i (ignore case) together.

* import-tars contributed fast-import frontend learned more types of
  compressed tarballs.

* "git instaweb" knows how to talk with mod_cgid to apache2.

* "git log --decorate" shows the location of HEAD as well.

* "git log" and "git rev-list" learned to take revs and pathspecs from
  the standard input with the new "--stdin" option.

* "--pretty=format" option to "log" family of commands learned:

  . to wrap text with the "%w()" specifier.
  . to show reflog information with "%g[sdD]" specifier.

* "git notes" command to annotate existing commits.

* "git merge" (and "git pull") learned --ff-only option to make it fail
  if the merge does not result in a fast-forward.

* "git mergetool" learned to use p4merge.

* "git rebase -i" learned "reword" that acts like "edit" but immediately
  starts an editor to tweak the log message without returning control to
  the shell, which is done by "edit" to give an opportunity to tweak the
  contents.

* "git send-email" can be told with "--envelope-sender=auto" to use the
  same address as "From:" address as the envelope sender address.

* "git send-email" will issue a warning when it defaults to the
  --chain-reply-to behaviour without being told by the user and
  instructs to prepare for the change of the default in 1.7.0 release.

* In "git submodule add <repository> <path>", <path> is now optional and
  inferred from <repository> the same way "git clone <repository>" does.

* "git svn" learned to read SVN 1.5+ and SVK merge tickets.

* "git svn" learned to recreate empty directories tracked only by SVN.

* "gitweb" can optionally render its "blame" output incrementally (this
  requires JavaScript on the client side).

* Author names shown in gitweb output are links to search commits by the
  author.

Fixes since v1.6.5
------------------

All of the fixes in v1.6.5.X maintenance series are included in this
release, unless otherwise noted.

GIT v1.6.5 Release Notes
========================

In git 1.7.0, which was planned to be the release after 1.6.5, "git
push" into a branch that is currently checked out will be refused by
default.

You can choose what should happen upon such a push by setting the
configuration variable receive.denyCurrentBranch in the receiving
repository.

Also, "git push $there :$killed" to delete the branch $killed in a remote
repository $there, when $killed branch is the current branch pointed at by
its HEAD, will be refused by default.

You can choose what should happen upon such a push by setting the
configuration variable receive.denyDeleteCurrent in the receiving
repository.

To ease the transition plan, the receiving repository of such a
push running this release will issue a big warning when the
configuration variable is missing.  Please refer to:

  http://git.or.cz/gitwiki/GitFaq#non-bare
  http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007

for more details on the reason why this change is needed and the
transition plan.

Updates since v1.6.4
--------------------

(subsystems)

* various updates to gitk, git-svn and gitweb.

(portability)

* more improvements on mingw port.

* mingw will also give FRSX as the default value for the LESS
  environment variable when the user does not have one.

* initial support to compile git on Windows with MSVC.

(performance)

* On major platforms, the system can be compiled to use with Linus's
  block-sha1 implementation of the SHA-1 hash algorithm, which
  outperforms the default fallback implementation we borrowed from
  Mozilla.

* Unnecessary inefficiency in deepening of a shallow repository has
  been removed.

* "git clone" does not grab objects that it does not need (i.e.
  referenced only from refs outside refs/heads and refs/tags
  hierarchy) anymore.

* The "git" main binary used to link with libcurl, which then dragged
  in a large number of external libraries.  When using basic plumbing
  commands in scripts, this unnecessarily slowed things down.  We now
  implement http/https/ftp transfer as a separate executable as we
  used to.

* "git clone" run locally hardlinks or copies the files in .git/ to
  newly created repository.  It used to give new mtime to copied files,
  but this delayed garbage collection to trigger unnecessarily in the
  cloned repository.  We now preserve mtime for these files to avoid
  this issue.

(usability, bells and whistles)

* Human writable date format to various options, e.g. --since=yesterday,
  master@{2000.09.17}, are taught to infer some omitted input properly.

* A few programs gave verbose "advice" messages to help uninitiated
  people when issuing error messages.  An infrastructure to allow
  users to squelch them has been introduced, and a few such messages
  can be silenced now.

* refs/replace/ hierarchy is designed to be usable as a replacement
  of the "grafts" mechanism, with the added advantage that it can be
  transferred across repositories.

* "git am" learned to optionally ignore whitespace differences.

* "git am" handles input e-mail files that has CRLF line endings sensibly.

* "git am" learned "--scissors" option to allow you to discard early part
  of an incoming e-mail.

* "git archive -o output.zip" works without being told what format to
  use with an explicit "--format=zip".option.

* "git checkout", "git reset" and "git stash" learned to pick and
  choose to use selected changes you made, similar to "git add -p".

* "git clone" learned a "-b" option to pick a HEAD to check out
  different from the remote's default branch.

* "git clone" learned --recursive option.

* "git clone" from a local repository on a different filesystem used to
  copy individual object files without preserving the old timestamp, giving
  them extra lifetime in the new repository until they gc'ed.

* "git commit --dry-run $args" is a new recommended way to ask "what would
  happen if I try to commit with these arguments."

* "git commit --dry-run" and "git status" shows conflicted paths in a
  separate section to make them easier to spot during a merge.

* "git cvsimport" now supports password-protected pserver access even
  when the password is not taken from ~/.cvspass file.

* "git fast-export" learned --no-data option that can be useful when
  reordering commits and trees without touching the contents of
  blobs.

* "git fast-import" has a pair of new front-end in contrib/ area.

* "git init" learned to mkdir/chdir into a directory when given an
  extra argument (i.e. "git init this").

* "git instaweb" optionally can use mongoose as the web server.

* "git log --decorate" can optionally be told with --decorate=full to
  give the reference name in full.

* "git merge" issued an unnecessarily scary message when it detected
  that the merge may have to touch the path that the user has local
  uncommitted changes to. The message has been reworded to make it
  clear that the command aborted, without doing any harm.

* "git push" can be told to be --quiet.

* "git push" pays attention to url.$base.pushInsteadOf and uses a URL
  that is derived from the URL used for fetching.

* informational output from "git reset" that lists the locally modified
  paths is made consistent with that of "git checkout $another_branch".

* "git submodule" learned to give submodule name to scripts run with
  "foreach" subcommand.

* various subcommands to "git submodule" learned --recursive option.

* "git submodule summary" learned --files option to compare the work
  tree vs the commit bound at submodule path, instead of comparing
  the index.

* "git upload-pack", which is the server side support for "git clone" and
  "git fetch", can call a new post-upload-pack hook for statistics purposes.

(developers)

* With GIT_TEST_OPTS="--root=/p/a/t/h", tests can be run outside the
  source directory; using tmpfs may give faster turnaround.

* With NO_PERL_MAKEMAKER set, DESTDIR= is now honoured, so you can
  build for one location, and install into another location to tar it
  up.

Fixes since v1.6.4
------------------

All of the fixes in v1.6.4.X maintenance series are included in this
release, unless otherwise noted.

(wiz)

2010-01-13 15:28:16 UTC MAIN commitmail json YAML

Updated pkgtools/createbuildlink to 3.16

(wiz)

2010-01-13 15:27:52 UTC MAIN commitmail json YAML

Teach createbuildlink to ignore graphics/hicolor-icon-theme/buildlink3.mk.
Idea from joerg.

PKGVERSION++

(wiz)

2010-01-10 16:32:03 UTC MAIN commitmail json YAML

Document {BUILD_,}DEPENDS section.

(wiz)

2010-01-10 15:49:43 UTC MAIN commitmail json YAML

+ akonadi-1.2.90, awesome-3.4.3, calibre-0.6.32, cdrtools-2.01.01alpha71,
  cgdb-0.6.5, dri2proto-2.2, eric3-4.4.0 [now called eric4], etm-465,
  farsight2-0.0.17, gbrainy-1.30, gcompris-9.0, glib2-2.22.4,
  glproto-1.4.11, gmp-5.0.0, gupnp-igd-0.1.6, jpeg-8, libassuan-2.0.0,
  liblinebreak-2.0, librep-0.90.5, mathomatic-15.0.3,
  modular-xorg-server-1.7.4, orca-2.28.3, p5-BerkeleyDB-0.41,
  p5-Compress-Raw-Bzip2-2.024, p5-Compress-Raw-Zlib-2.024,
  p5-DBD-SQLite-1.29, p5-Digest-SHA-5.48, p5-IO-Compress-2.024,
  p5-JSON-2.17, p5-Mouse-0.46, p5-Regexp-Common-2010010201,
  p5-Spreadsheet-WriteExcel-2.34, pango-1.26.2, plptools-1.0.9,
  puppet-0.25.2, puzzles-8824, py-pytz-2009u, raine-0.51.7,
  rep-gtk-0.90.2, rftg-0.6.1, samba-3.4.4, sawfish-1.6.1,
  scrotwm-0.9.21, sqlitemanager-1.2.2, t-prot-2.12, tea-26.2.1,
  wordpress-2.9.1, x264-devel-20100109, xf86-video-intel-2.10.0,
  xf86-video-vesa-2.3.0, xmp-3.1.0, xterm-254, youtube-dl-20100106.

(wiz)

2010-01-10 07:53:10 UTC MAIN commitmail json YAML

Wrap 'cd -P' replacement code in platform ifdefs.
>From Steven Drake in PR 42168.

(wiz)

2010-01-09 15:52:27 UTC MAIN commitmail json YAML

Updated devel/scmgit-base to 1.6.4nb1

(wiz)

2010-01-09 15:52:19 UTC MAIN commitmail json YAML

Fix PR 42168:
Remove '-P' argument from cd.

Bump PKGREVISION.

(wiz)

2010-01-07 07:36:54 UTC MAIN commitmail json YAML

2010-01-06 22:31:19 UTC MAIN commitmail json YAML

regen for changes in patch-ab.

(wiz)

2010-01-06 11:39:42 UTC MAIN commitmail json YAML

- thunderbird-bin-nightly.

(wiz)

2010-01-06 11:39:31 UTC MAIN commitmail json YAML

- firefox-bin-nightly.

(wiz)

2010-01-05 21:28:36 UTC MAIN commitmail json YAML

Updated graphics/kdegraphics4 to 4.3.4nb2

(wiz)

2010-01-05 21:28:27 UTC MAIN commitmail json YAML

Fix pkgconfig files to include rpath. Bump PKGREVISION.

(wiz)

2010-01-05 11:24:39 UTC MAIN commitmail json YAML

Updated net/tor to 0.2.1.21

(wiz)

2010-01-05 11:24:30 UTC MAIN commitmail json YAML

Update to 0.2.1.21, provided by Christian Sturm in PR 42541, approved
by dillo@

Changes in version 0.2.1.21 - 2009-12-21
  o Major bugfixes:
    - Work around a security feature in OpenSSL 0.9.8l that prevents our
      handshake from working unless we explicitly tell OpenSSL that we
      are using SSL renegotiation safely. We are, of course, but OpenSSL
      0.9.8l won't work unless we say we are.
    - Avoid crashing if the client is trying to upload many bytes and the
      circuit gets torn down at the same time, or if the flip side
      happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150.

  o Minor bugfixes:
    - Do not refuse to learn about authority certs and v2 networkstatus
      documents that are older than the latest consensus. This bug might
      have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
      Spotted and fixed by xmux.
    - Fix a couple of very-hard-to-trigger memory leaks, and one hard-to-
      trigger platform-specific option misparsing case found by Coverity
      Scan.
    - Fix a compilation warning on Fedora 12 by removing an impossible-to-
      trigger assert. Fixes bug 1173.

(wiz)

2010-01-05 11:21:54 UTC MAIN commitmail json YAML

Updated shells/osh to 20091218

(wiz)

2010-01-05 11:21:42 UTC MAIN commitmail json YAML

Fix typo in previous.
Update was ok'd by dillo@

(wiz)

2010-01-05 11:21:20 UTC MAIN commitmail json YAML

Update to 20091218, provided by J.A.Neitzel in PR 42536. Set LICENSE.

Changes:
1) This update fixes a compilation problem on AIX caused by not
wrapping WCOREDUMP(s) with #ifdef WCOREDUMP ... #endif.

2) General code cleanup and rechecking w/ splint(1) reduces
unnecessary code duplication and eases future maintenance.

3) This update adds the program name to osh diagnostics (e.g.,
"osh: syntax error") for the sake of user friendliness.

(wiz)

2010-01-03 15:39:06 UTC MAIN commitmail json YAML

+ fotoxx-9.2, gxine-0.5.905, milkytracker-0.90.85.

(wiz)

2010-01-03 15:35:40 UTC MAIN commitmail json YAML

+ JBidwatcher-2.1pre5, Sigil-0.1.8 [needs qt-4.6], asymptote-1.91,
  bash-4.1, calibre-0.6.31, etm-457, gtk2-engines-2.18.5,
  ikiwiki-3.20100102.3, ircservices-5.1.21, libev-3.9, libffi-3.0.9,
  mc-4.7.0.1, mercurial-1.4.2, minicom-2.4, p5-DateTime-TimeZone-1.08,
  p5-Net-DNS-0.66, p5-Spreadsheet-WriteExcel-2.32, p5-URI-1.52,
  p5-XML-Atom-0.37, p5-YAML-0.71, pciids-20091229, puzzles-8802,
  py-fpconst-0.7.2 [pkg/42556], py-kenosis-0.96 [pkg/42561],
  py-zconfig-2.6.1 [pkg/42563], readline-6.1, sbcl-1.0.34,
  sdlmame-0.136, snort-2.8.5.2, x264-devel-20100102.

(wiz)

2010-01-03 14:56:18 UTC MAIN commitmail json YAML

2010-01-01 11:41:02 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.4

(wiz)

2010-01-01 11:40:49 UTC MAIN commitmail json YAML

2009-12-31 09:03:43 UTC MAIN commitmail json YAML

+ osh-20091218 [pkg/42536], tor-0.2.1.21 [pkg/42541].

(wiz)

2009-12-31 08:54:36 UTC MAIN commitmail json YAML

+ calibre-0.6.30, cherokee-0.99.39, cone-0.80, cvsd-1.0.17,
  doxygen-1.6.2, electric-8.10, exiv2-0.19, munin-1.4.3, neon-0.29.2,
  openldap-client-2.4.21, p5-DateTime-TimeZone-1.07,
  p5-Module-CoreList-2.24, p5-XML-Atom-0.36, patch-2.6.1,
  polkit-qt-0.9.3, puzzles-8800, py-bsddb3-4.8.2, py-cups-1.9.47,
  qemu-0.12.1, rtorrent-0.8.6, rxvt-unicode-9.07, scmgit-base-1.6.6,
  scmgit-docs-1.6.6, t-prot-2.10, tinc-1.0.11, x264-devel-20091226,
  xf86-video-vmware-10.16.9.

(wiz)

2009-12-31 08:37:32 UTC MAIN commitmail json YAML

Make py-twisted and cftp conflict with each other, both install a
bin/cftp file.

(wiz)

2009-12-29 14:08:33 UTC MAIN commitmail json YAML

+ aria2-1.8.0, cdrtools-2.01.01alpha70, etm-444, fotoxx-9.1,
  gdb-7.0.1, gv-3.6.8, httping-1.40, john-1.7.4, lbreakout2-2.6.1,
  lftp-4.0.5, ltris-1.0.14, musicpd-0.15.7, ncmpc-0.16, ocp-0.1.18,
  poppler-0.12.3, vlgothic-ttf-20091214 [pkg/42520], windowlab-1.39,
  youtube-dl-20091226.

(wiz)

2009-12-25 22:58:18 UTC MAIN commitmail json YAML

Improve HOMEPAGE. From Bug Hunting in PR 42517.

(wiz)

2009-12-24 13:50:47 UTC MAIN commitmail json YAML

+ Mesa-7.7, MesaLib-7.7, asc-2.4.0, cherokee-0.99.38, ejabberd-2.1.1,
  etm-437, gammu-1.27.0, genius-1.0.9, glpk-4.41, gnome-user-share-2.28.2
  [GNOME 2.28], gnupg2-2.0.14, openldap-2.4.21, puzzles-8789,
  sawfish-1.6.0, source-highlight-3.1.2, totem-2.28.5, viewvc-1.1.3,
  x11vnc-0.9.9, xmp-3.0.1.

(wiz)

2009-12-24 11:12:22 UTC MAIN commitmail json YAML

Updated graphics/dia to 0.97nb1

(wiz)

2009-12-24 11:12:08 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous.

(wiz)

2009-12-24 11:11:13 UTC MAIN commitmail json YAML

Include hicolor-icon-theme/bl3.mk to address PR 42503.

(wiz)

2009-12-24 10:45:36 UTC MAIN commitmail json YAML

Mention where to find an English dictionary.

(wiz)

2009-12-22 20:54:56 UTC MAIN commitmail json YAML

+ fluidsynth-1.1.1, gedit-2.28.3, gtksourceview-2.8.2, puzzles-8786,
  t-prot-2.8.1.
- gimp-2.6.8, gnupg2-2.0.13, intercal-0.24, openoffice2-bin-2.4.3,
  openoffice3-bin-3.1.1, ruby-DBD-mysql-0.4.2, ruby-DBI-0.4.1.

(wiz)

2009-12-20 16:41:51 UTC MAIN commitmail json YAML

Denote successor to opengoo.

(wiz)

2009-12-20 16:35:44 UTC MAIN commitmail json YAML

+ asterisk16-1.6.2.0, calibre-0.6.29, etm-428, gimp-2.6.8,
  help2man-1.37.1, ikiwiki-3.20091218, ktorrent3-3.3.2, libgdiplus-2.6,
  mono-2.6.1, p5-Any-Moose-0.11, p5-DBD-postgresql-2.16.0,
  p5-Error-0.17016, p5-IMDB-Film-0.43, p5-JSON-2.16, p5-MailTools-2.05,
  p5-Mouse-0.45, p5-Pod-Simple-3.13, p5-WWW-Curl-4.11, py-anita-1.9,
  py-icalendar-2.1, qemu-0.12.0, redland-1.0.10.1, rftg-0.6.0,
  scmgit-base-1.6.5.7, scmgit-docs-1.6.5.7, t-prot-2.8, uim-1.5.7
  [pkg/42481], wordpress-2.9, x264-devel-20091219.

(wiz)

2009-12-20 02:37:05 UTC MAIN commitmail json YAML

+ alsa-lib-1.0.22, alsa-plugins-1.0.22, alsa-utils-1.0.22, bzr-2.0.3,
  cherokee-0.99.37, eog-2.28.2, epiphany-2.28.2 [GNOME 2.28],
  etm-423, gdm-2.28.2 [GNOME 2.28], gnome-desktop-2.28.2,
  gnome-games-2.28.2, gnome-system-tools-2.28.2 [GNOME 2.28],
  gnome-user-docs-2.28.2 [GNOME 2.28], gtk-doc-1.13, librep-0.90.4,
  mathomatic-15.0.1, openbox-3.4.9, puzzles-8785, rasqal-0.9.17,
  redland-1.0.10, rep-gtk-0.90.1, scilab-5.2.0, solfege-3.14.10,
  system-tools-backends-2.8.3 [needs polkit>=1.0?|GNOME 2.28],
  vala-0.7.9, wine-devel-1.1.35, wireshark-1.2.5.

(wiz)

2009-12-16 22:52:42 UTC MAIN commitmail json YAML

Fix linking without gnome option enabled. From upstream.

(wiz)

2009-12-16 22:42:26 UTC MAIN commitmail json YAML

+ abcmidi-20091212, calibre-0.6.28, hamster-applet-2.28.2, horde-3.3.6,
  imp-4.3.6, ingo-1.2.3, kronolith-2.3.3, listres-1.0.2, monodevelop-2.2,
  neon-0.29.1, pixman-0.16.4, turba-2.3.3, xf86-video-nv-2.1.16.

(wiz)

2009-12-16 22:28:18 UTC MAIN commitmail json YAML

Denote successor for graphics/xpm (hi joerg!)

(wiz)

2009-12-16 09:29:06 UTC MAIN commitmail json YAML

Fix path to itself.

(wiz)

2009-12-16 09:09:06 UTC MAIN commitmail json YAML

Add checksum for idea patch.

(wiz)

2009-12-15 15:11:06 UTC MAIN commitmail json YAML

Remove unneeded patch.

(wiz)

2009-12-15 14:47:04 UTC MAIN commitmail json YAML

Updated misc/gwaei to 1.2.1

(wiz)

2009-12-15 14:46:45 UTC MAIN commitmail json YAML

Update to 1.2.1:

1.2.1:
This is a bug fix release. A few random crashers were fixed. The
installation prodecure was fixed when doing --disable-schemas-install.

1.2.0:
The results have been worked to have better, easier to skim
formatting. New German, French, and Spanish dictionaries have been added.
The dictionaries are now user-organizable. The radicals in the Radical
search tool now grey out when certain combinations do not return any
kanji. There are other general improvements to make the program easier to
use and remove bugs.

1.1.0:
The main window has a more balanced interface. Bugs have been
squashed here and there. Much code has been refactored, including
doxygen documentation. This release requires GNOME 2.26 level
dependencies, which corresponds approximately to Fedora 11 or Ubuntu
9. There is now an IRC channel at irc://irc.freenode.net/gwaei for
helping users with problems.

(wiz)

2009-12-15 14:28:38 UTC MAIN commitmail json YAML

Updated wm/echinus to 0.3.9

(wiz)

2009-12-15 14:28:09 UTC MAIN commitmail json YAML

Update to 0.3.9:

Window flickering on tag switches caused by maps/unmaps was mostly
fixed. A bug in infloating layout that caused explicit CPU usage
on multi-head machines was fixed. Focus issues with toggleview were
resolved, and panels are now handled much better then before.

(wiz)

2009-12-15 14:26:30 UTC MAIN commitmail json YAML

Updated net/ortp to 0.16.1

(wiz)

2009-12-15 14:26:18 UTC MAIN commitmail json YAML

Update to 0.16.1:

September 17, 2009: ortp-0.16.1
- minor compilation fixes

(wiz)

2009-12-15 14:17:46 UTC MAIN commitmail json YAML

Updated emulators/sdlmess to 0.135

(wiz)

2009-12-15 14:17:30 UTC MAIN commitmail json YAML

Update to 0.135.

Changes in 0.135:
New System Drivers Supported (in no particular order):
------------------------------------------------------
- Philips CD-i [Harmony]
- Fujitsu FM Towns Car Marty (not working) [Barry Rodewald]
- Macintosh II (FDHD), IIx, IIcx, IIci, IIsi, LC, LC II, and
  Classic II (not working) [R. Belmont]
- P8000 (not working) [Matt Knoth, Fabio Priuli]
- Sharp X68000 XVI and X68030 (not working). [Barry
Rodewald]

Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
- Atari 800XL [Mariusz Wojcieszek]
- Beta [Curt Coder]
- Cosmicos [Curt Coder]
- Microbee 56k [Robbbert]
- Nokia MikroMikko 1 M6 [Curt Coder, Kara Trace]
- Philips CD-i [Harmony]
- Sony PocketStation [Harmony]
- TRS-80 Model 4 [Robbbert]
- TRS-80 Model 4P [Robbbert]

Skeleton drivers:
-----------------
- Amiga 3000
- Amstrad PenPad PDA 600
- Cosmicos
- Epson HX20
- NeXT
- Robotron A7150
- SGI IP6 4D/PI workstation

Changes in 0.134:
New System Drivers Supported (in no particular order):
------------------------------------------------------
- 4004 Nixie Tube Clock [Miodrag Milanovic]
- Busicom 141-PF [Miodrag Milanovic]
- Mikron-2 [Miodrag Milanovic]
- Nintendo Game Boy Advance [R. Belmont, Harmony]
- Tandy 1000RL [Wilbert Pol]
- DECTalk DTC-01 [Lord Nightmare]
- Ensoniq ESQ-1 (not working) [R. Belmont]
- Game Park GP32 (not working) [R. Belmont]
- Game Park Holdings GP2X (not working) [R. Belmont]

Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
- Elektor Junior [Manfred Schneider]
- Elwro 800 Junior [Mariusz Wojcieszek]
- Sharp X1 / X1 Turbo [Angelo Salese]

Skeleton drivers:
-----------------
- HC-88
- Cobra / Cobra 80K
- Kaypro 4/plus88
- Kaypro 4 4-84
- Tatung Einstein 256

(wiz)

2009-12-15 14:07:34 UTC MAIN commitmail json YAML

Updated security/gnome-keyring to 2.28.2

(wiz)

2009-12-15 14:07:22 UTC MAIN commitmail json YAML

Update to 2.28.2:

Changes in version 2.28.2 are:
* Add license to reference documentation.
* Sent output of g_printerr to syslog.
* No error when can't unlock login keyring.
* Fix assertion when comparing attributes.
* Fix freeing of unallocated memory in test.
* Don't barf on certificates with unsupported algorithm.
* Fix some memory leaks.

(wiz)

2009-12-15 14:04:55 UTC MAIN commitmail json YAML

Updated mail/evolution-data-server to 2.28.2

(wiz)

2009-12-15 14:04:42 UTC MAIN commitmail json YAML

Update to 2.28.2:

Evolution-Data-Server 2.28.2 2009-12-14
---------------------------------------

Bug Fixes:
#394567 - Use correct FBTYPE values in GroupWise calendar backend
          (Jari Urpalainen)
#574940 - Crash in message_info_to_db() (Milan Crha)
#593023 - Deleting an imported recurrent event will remain (Milan Crha)
#594502 - Some google calendar meetings don't show up (Milan Crha)
#598971 - Preserve selection in ENameSelectorEntry if possible
          (Milan Crha)
#599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
          (Matthew Barnes)
#600449 - segfault in camel_msgport_destroy (Milan Crha)
#600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
#602719 - Crash in ep_set_proxy with no proxy user or password
          (Milan Crha)
#603437 - Fix few memory leaks (Milan Crha)
#603689 - Improper escaping of folder name (Lucian Langa)

Other Changes:
Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
Don't use commas on the Requires line (Tor Lillqvist)
Fix a memory leak. (Wang Xin)
Fix a crash due to un initialized variable. (Srinivasa Ragavan)
Use SQLite's default cache size of 2000 pages in folders.db
(C de-Avillez)

Translations:
Ivar Smolin (et)
Lucian Grijincu (ro)
Leonid Kanter (ru)

(wiz)

2009-12-15 13:55:20 UTC MAIN commitmail json YAML

2009-12-15 13:55:05 UTC MAIN commitmail json YAML

Update to 420:

  Added timer label, minutes and seconds to restart detail message.
  Fixed color setting bug involving null attr. Set 'no context' and 'no keyword' when appropriate.  Make F1 (help) and F2 (calendar) act as toggles that also work when the entry bar is active. Add memoized hash for clip so that ^S will always save the current view to the clipboard.
  Fixed attr = None bug in OL.htm.
  Added icalendar to 'install_requires' in setup.py.
  Fixed negative sign bug in date_calculator.
  Added ~ to ` as triggers for leader.
  Improved error handling for date calculator.
  Added calc_days to both the gui and command line.
  Added diff_days to calculate the difference in days between two dates. Bound to c in the gui.
  Only process D, f, m an u in agenda and list views.
  When displaying ids, restore the scroll position to its prior position.
  Added max_width setting to class OL and wrapping to this width in reckoning reports. Removed depreciated 'extent' setting from rc.
  Fixed bug in processing option for ending date (-e). Fixed bug in setting default colors for entry bar to black on black. Display c_position, d_position, k_level and itemize settings in reckoning title.
  Cleaned up comments.
  Use default colors from main screen for entry bar when inactive. Use separate settings when active.
  Added separate print color settings to etmrc.
  Allow setting a special color for the entry bar text.
  Added filtering to agenda view.
  Added support for setting background and font colors in the gui.
  Fixed missing key error for repeating tasks without an 'o' in data.py.
  Run check_rotating when self.today changes.
  Fixed bug in process_entry involving appending to an undefined list.
  Fixed bug in which open_project failed to set changed = True.
  Removed broken support for remind style reminders. Fixed documentation to reflect this change.
  Changed prompt for modifying and creating to reflect the action.
  Alert queue display tweaks.
  Various documentation tweaks. When alert queue is empty, state it instead of showing an empty queue.
  Restored use of GenStaticText which had inadvertently been eliminated.
  Made alert queue display more succent.
  Make defaults for colors, fonts and window sizes different for mac and not mac.
  Switched details bar to wx.lib.stattext.GenStaticText to avoid bgcolor problems in linux.
  Fixed bug in checking the length of an undefined list in get_next.
  Moved 'etm' from the title bar to the detail bar in the gui.
  Strip entrybar text to avoid key errors. Fixed footer in console cur output.
  Changed fault font specification that raised exception under windows.
  Show confirmation when saving view to clipboard.
  Various documentation tweaks.
  Fixed bug in which a task without a due date would not be processed properly.
  Store calendar_html output to self.html to allow printing.
  Fixed bug in pre formatting.
  Fixed bug in reckoning in which time_hash was not being reset. Added save view to clipboard.
  More str() removals.
  Removed str() constructs to avoid unicode problems in linux.
  Removed advance formating requiring python 2.6.
  Fixed bug in which starting and ending times would not be displayed for list-only events.
  Added 'T' as an alternative to 't' in show to limit display to unfinished tasks.
  Fixed locale for calendar and allow entry and display of unicode characters.
  Fixed locale bug in calendar.
  Fixed bug in marking the last rep of a list-only task complete.
  Added wxwidth and wxheight to rc. Fixed bug in setting html column widths.
  Background color tweaks for linux.
  Changed binding for return in entry_bar to work in linux.
  Use htmlfont setting from rc.
  Removed locale stuff and added codecs as in wxremind.
  Added font sizes to rc. Set self.data.today in etm_wx show_view.

(wiz)

2009-12-15 13:50:58 UTC MAIN commitmail json YAML

+ aria2-1.7.2, empathy-2.28.2 [GNOME 2.28], evolution-2.28.2,
  evolution-data-server-2.28.2, evolution-exchange-2.28.2,
  evolution-mapi-0.28.2 [GNOME 2.28], fbreader-0.12.1, fotoxx-9.0,
  ghc-6.12.1, gnome-keyring-2.28.2, gtkhtml324-3.28.2, gupnp-igd-0.1.5
  [needs gupnp-1.0 >= 0.13.2], gvfs-1.4.3, libgnomekbd-2.28.2,
  libpciaccess-0.11.0, licq-1.3.8, mkvtoolnix-3.0.0, mousetweaks-2.28.2,
  nautilus-2.28.3, orca-2.28.2, postgresql84-8.4.2, puzzles-8780,
  scapy-2.1.0, xorg-util-macros-1.4.1.

(wiz)

2009-12-15 13:49:28 UTC MAIN commitmail json YAML

Updated textproc/raptor to 1.4.20

(wiz)

2009-12-15 13:49:17 UTC MAIN commitmail json YAML

Update to 1.4.20:

  Turtle serializing performance improvement by Chris Cannam
  librdfa RDFa parser updates to fix empty datatype, xml:lang and 1-char
  prefixes by Manu Sporny
  Fix a crash when the GRDDL parser reported errors
  Enable large file support for 32-bit systems
  Several resilience improvements by Lauri Aalto
  Other minor portability and bug fixes
  Fixed reported issues: 0000306 0000307 0000310 and 0000312.

(wiz)

2009-12-15 13:41:56 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 5.834

(wiz)

2009-12-15 13:41:44 UTC MAIN commitmail json YAML

Update to 5.834:

2009-11-21  Release 5.834

Gisle Aas (4):
      Check for sane default_headers argument [RT#50393]
      Add $ua->local_address attribute [RT#40912]
      Test that generation of boundary works [RT#49396]
      Page does not display the "standard" apache listing any more

Ville Skytt辰 (2):
      Remove unneeded executable permissions.
      Switch compression/decompression to use the IO::Compress/IO::Uncompress and
          Compress::Raw::Zlib family of modules.

Slaven Rezic (1):
      lwp-request should use stderr for auth [RT#21620]

(wiz)

2009-12-15 13:40:35 UTC MAIN commitmail json YAML

Updated textproc/p5-ack to 1.92

(wiz)

2009-12-15 13:40:22 UTC MAIN commitmail json YAML

Update to 1.92:

1.92        Fri Dec 11 11:47:56 CST 2009

    ack is now hosted at github: http://github.com/petdance/ack

    [FIXES]
    The --pager flag would not work.  Now it does.  Thanks Packy
    Anderson.

    File matching for Emacs work files that match #*# was wrong.
    It was checking the entire path, not just the basename.  This
    is fixed.  (http://github.com/petdance/ack/issues/closed/#issue/101)

    Fixed URLs that pointed to old Google Code.

    [ENHANCEMENTS]
    Added Scala support.  Thanks to Dan Sully.

    Added .phtml as an extension for PHP.

    Using -f or -g now return a proper error code.  If files are
    found, ack returns 0.  If none are found, ack returns 1.  This
    is a change in the specification, but the code didn't match the
    specfication anyway.

    No man pages are created for any of the .pm files any more.

(wiz)

2009-12-15 13:39:39 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Tiny to 1.41

(wiz)

2009-12-15 13:39:27 UTC MAIN commitmail json YAML

Update to 1.41:

1.41 Fri 11 Dec 2009
- Fixes a performance bug reported by Apocalypse.
  Single line double-quoted strings longer than 32,000ish characters
  resulted in the regular expression engine crashing due to
  excessive recursion. Changed to a different regex that will most
  likely only crash after 32,000 ESCAPED characters. If I could use
  negative look-behind assertions (I can't because I need 5.004)
  this whole issue would be MUCH simpler to fix.

(wiz)

2009-12-15 13:38:48 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RSS to 1.47

(wiz)

2009-12-15 13:38:37 UTC MAIN commitmail json YAML

Update to 1.47:

1.47 - December 8, 2009
    - Made sure XML::RSS::save() can do its thing when in taint mode:
        - http://rt.cpan.org/Public/Bug/Display.html?id=52334

(wiz)

2009-12-15 13:36:59 UTC MAIN commitmail json YAML

Merge last changes.

(wiz)

2009-12-15 13:36:34 UTC MAIN commitmail json YAML

Updated www/p5-URI to 1.51

(wiz)

2009-12-15 13:36:16 UTC MAIN commitmail json YAML

Update to 1.51, set LICENSE.

2009-11-23  Gisle Aas <gisle@ActiveState.com>

  Release 1.51

  Fixup a test that was broken on Windows

2009-11-21  Gisle Aas <gisle@ActiveState.com>

  Release 1.50

  The main news in this release is the initial attempt at providing
  support to IRIs.  URI objects now support the 'as_iri' and 'ihost'
  methods.

  Gisle Aas (28):
      Added more tests for setting IPv6 addresses using the host method
      Document how the host methods deal with IPv6 addresses
      A "test case" to start IDNA prototype from
      Escape IDNA hostnames
      Introduce the as_unicode method
      Make as_unicode undo punycode for server URLs
      An IRI class might be helpful (RFC 3987)
      Must punycode each part of the domain name separately
      Include initial private Punycode module
      Get URI::_punycode working
      punycode of plain ascii should not edit with "-"
      Some more tests from RFC 3492
      Add private URI::_idna module based on encodings/idna.py
      Start using URI::_idna for encoding of URIs
      Avoid various use of undef warnings
      Fix test affected by IDNA
      Keep reference to IDNA::Punycode in the URI::_punycode docs
      Ensure upgraded strings as input
      Update manifest with the new idna/punycode files
      Rename as_unicde to as_iri
      draft-duerst-iri-bis-07: The proposed RFC 3987 update
      Load Encode when its used
      Rename host_unicode as ihost
      Add basic iri test
      Hack to make as_iri turn A-labels into U-labels
      Make as_iri leave escapes not forming valid UTF-8 sequences
      Merge branch 'iri'
      Don't include RFCs in the cpan tarball

  Michael G. Schwern (3):
      Fix != overloading to match ==
      Note that mailto does not contain a host() and this is not a bug.
      Strip brackets off IPv6 hosts [RT#34309]

(wiz)

2009-12-15 13:34:43 UTC MAIN commitmail json YAML

Update to 1.20:

1.20 -- Sat Dec 12 06:38:14 CST 2009

  * Typo => s/timezome/timezone/ [yanick]
  * RT#52387 Fix %s formating to use timelocal when no timezone is given
  * RT#51664 fix str2time('16 Oct 09') to not give a negative result

(wiz)

2009-12-15 13:34:06 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Simple to 3.11

(wiz)

2009-12-15 13:33:55 UTC MAIN commitmail json YAML

Update to 3.11:

2009-12-09  David E. Wheeler <david@justatheory.org>
* Release 3.11

Restored code to HTMLBatch that allows the TOC (index) to be created
in batch jobs (RT #52324 from Martin J. Evans).

Added resources to META.yml, including bug tracker, license, and
repository.

Turned man page links into links to man.he.net in Pod::Simple::HTML
and Pod::Simple::XHTML output. Subclass and override
resolve_man_page_link() to use a different URL.

Added the resolve_pod_page_link() and resolve_man_page_link() methods
to Pod::Simple::XHTML to make it easier for subclasses to change the
URLs created for POD and man page links.

Fixed the output of entities in L<> tags by Pod::Simple::XHTML.

Fixed the output of POD links from Pod::Simple::XHTML so that the
section part (/foo) is turned into a proper fragment identfier (#foo)
in the resulting search.cpan.org link.

Pod::Simple::Text now outputs URLs for links created in the
L<text|URL> format. For example, L<Perl|http://perl.org> is now
output as "Perl <http://perl.org>" rather than just as "Perl".

Updated perlpod.pod and perlpodspec.pod to sync up with Perl core
(and to be released in Perl 5.12). Changes include:
* Removing the prohibition against L<text|href>
* Deprecation of L<section> and L<"section">
* Legalization of "=begin formatname parameter"

A couple of bug fixes in Pod::Simple::HTML from Graham Barr.

Added the do_section() method to Pod::Simple::HTML. Graham Barr.

Word-smithed the "DESCRIPTION" a bit and wrote the README.

Synced up all module version numbers to 3.11 except for
Pod::Simple::HTMLLegacy, which is at 5.01 and should not have its
version number lowered.

2009-11-12  David E. Wheeler <david@justatheory.org>
* Release 3.11

Converted test files that had DOS endings to have Unix endings
(RT #50922 from Steve Hay).

Skip tests on VMS where the lack of filename case preservation can
wreak havoc (RT #51184 from Craig A. Berry).

Fix nested definition list format in the XHTML output
(RT #51187 from Lars Dɪᴇᴄᴋᴏᴡ).

Added some files missing from the MANIFEST (and therefore the
distribution) in the last two releases.

(wiz)

2009-12-15 13:33:09 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 0.94

(wiz)

2009-12-15 13:32:57 UTC MAIN commitmail json YAML

Update to 0.94:

0.94 2009-12-01

- Removed the Makefile.PL entirely. If it was used then the XS code was never
  built, because I'm using the Module::Build XS layout. Reported by jawnsy on
  IRC.

0.93 2009-11-30

- If the pure Perl version of validate() received a hash reference it would
  alter that reference directly. Reported by Paul Eckhardt. RT #51155.

- Author-only tests now only run if $ENV{AUTHOR_TESTING} is true. RT #49890.

(wiz)

2009-12-15 13:31:23 UTC MAIN commitmail json YAML

Updated devel/p5-PAR-Dist to 0.47

(wiz)

2009-12-15 13:31:11 UTC MAIN commitmail json YAML

Update to 0.47:

By: smueller on 2009/11/29
    * POD fixes (Frank Wiegand)
    * This is 0.47.

(wiz)

2009-12-15 13:28:25 UTC MAIN commitmail json YAML

Updated security/p5-Module-Signature to 0.61

(wiz)

2009-12-15 13:28:13 UTC MAIN commitmail json YAML

Update to 0.61, set LICENSE to public-domain (see below).

[Changes for 0.61]

* Added "=encoding utf8" to POD to fix author name display.
  No functional changes.

[Changes for 0.60]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the nullary CC0 1.0 Universal terms:

  To the extent possible under law, 唐鳳 has waived all copyright and
  related or neighboring rights to Module-Signature.

* Updated Module::Install to 0.91, prompted by Florian Ragwitz.

(wiz)

2009-12-15 13:26:42 UTC MAIN commitmail json YAML

Updated devel/p5-Module-ScanDeps to 0.96

(wiz)

2009-12-15 13:26:29 UTC MAIN commitmail json YAML

Update to 0.96:

[Changes for 0.96 - 2009-11-13]
* perl 5.6.1 compatibility (Alexandr Ciornii)
* Test for "use module version;" (Alexandr Ciornii)

(wiz)

2009-12-15 13:22:23 UTC MAIN commitmail json YAML

Updated net/p5-IO-Socket-INET6 to 2.57

(wiz)

2009-12-15 13:22:12 UTC MAIN commitmail json YAML

Update to 2.57, set LICENSE.

2009-11-23 Shlomi Fish <shlomif@iglu.org.il>
* Applied a modified version of a patch by Matthew Horsfall
<wolfsage@gmail.com> in order to add t/blocking.t and deal with the
blocking sockets properly.
* New Release IO-Scoket-INET6-2.57

(wiz)

2009-12-15 13:18:55 UTC MAIN commitmail json YAML

Updated security/p5-GnuPG-Interface to 0.42

(wiz)

2009-12-15 13:18:44 UTC MAIN commitmail json YAML

Update to 0.42, set LICENSE (still depend on gpg1 for now).

0.42 Wed Sep 30 23:20:58 JST 2009

* Support for GPG2

0.41_01 Fri Sep 25 02:56:33 JST 2009

* Beginnings of support for GPG2

0.40_04 Tue Apr 21 19:50:12 JST 2009

    * Use Any::Moose instead of Moose for Mouse celerity (Sartak)

0.40_1 Sat Nov 15 12:35:59 EST 2008
* [rt.cpan.org #40963] Replace Class::MethodMaker with Moose  (Chris Prather)

(wiz)

2009-12-15 13:12:46 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.39

(wiz)

2009-12-15 13:12:35 UTC MAIN commitmail json YAML

Update to 2.39:

# $Id: Changes,v 2.39 2009/11/26 09:23:59 dankogai Exp dankogai $
! Encode.xs t/fallback.t
  $utf8 = decode('utf8', $malformed, sub{ ... }) # now works!
  http://rt.cpan.org/Ticket/Display.html?id=51204
! t/CJKT.t t/guess.t t/perlio.t
  $ENV{'PERL_CORE'} tricks removed since they are no longer necessary.
  Message-Id: <20091116161513.GA25556@bestpractical.com>

(wiz)

2009-12-15 13:00:03 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.05

(wiz)

2009-12-15 12:59:51 UTC MAIN commitmail json YAML

Update to 1.05:

1.05    2009-11-09

- This release is based on version 2009s of the Olson database. It includes
  changes for Antarctica and Fiji.

(wiz)

2009-12-15 12:51:35 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-W3CDTF to 0.05

(wiz)

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

Update to 0.05:

0.05  2009-11-01

- Fixed a long-standing bug where a time zone other than UTC that had an
  offset of 0 caused the format_datetime method to return the string "0". RT
  #22802.

(wiz)

2009-12-15 12:42:16 UTC MAIN commitmail json YAML

Updated wm/openbox to 3.4.8

(wiz)

2009-12-15 12:42:04 UTC MAIN commitmail json YAML

Update to 3.4.8:

3.4.8:
  * Updated translations: Slovak.
  * Allow windows to change their decorations at any time (Fix for
    Google Chrome).
  * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable.
  * Fixed bug #4344 where borders were given to windows that should not have
    them.
  * Merge the SessionLogout and Exit actions.  They now test if connected to a
    session manager and ask it to exit if so, or simply kill Openbox if not.
  * Further tweaks to the _NET_ACTIVE_WINDOW message handling.  Use the same
    logic for focus-stealing as is used when mapping a new window.
  * Don't go out of our way any more to prevent focus from moving while the
    keyboard is grabbed.
  * Fix openbox-gnome-session when using gnome-session > 2.22.

(wiz)

2009-12-15 12:36:50 UTC MAIN commitmail json YAML

2009-12-15 12:36:08 UTC MAIN commitmail json YAML

Updated math/mpfr to 2.4.2

(wiz)

2009-12-15 12:35:57 UTC MAIN commitmail json YAML

Update to 2.4.2:

Changes from version 2.4.1 to version 2.4.2:
- Security fix in formatted output functions (buffer overflow).
- Formatted output functions: 6 is now the default value for
  empty precision field with %Rf.
- Better portability of configure script.
- Detection of intmax_t and uintmax_t types.
- Improved documentation: mpfr_get_z_exp, mpfr_strtofr, mpfr_get_str and
  formatted output functions.
- Improved message in case of assertion failure.
- Test coverage: 97.0% lines of code.
- Updated tcmp_ld test to really test the long double.
- Some documentation files are installed in $docdir.
- Removed mpfr_init_cache (unused and undocumented function).
- Fixed the way $CC / $CFLAGS are got from gmp.h (__GMP_CC / __GMP_CFLAGS).
- Bug fixes.
- Also note that GCC 4.4.0 (only this obsolete version) does not build
  MPFR 2.4.2 correctly; this is detected by "make check" (failures in
  tget_z and tpow_all).

(wiz)

2009-12-15 12:32:08 UTC MAIN commitmail json YAML

Updated misc/kchmviewer to 5.0

(wiz)

2009-12-15 12:31:50 UTC MAIN commitmail json YAML

Update to 5.0:

Qt 4.5 is now required. The navigation tab is now a dock window,
which can be moved or left floating. The index parser was fixed.
Default toolbars now use large icons and text labels, and are
configurable through the settings. A new version check was added.
It checks once a week and can be disabled in the settings. An
OpenSuSE 11.2 RPM was provided.

(wiz)

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

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

Update to 1.5:

Release 1.5 (2009-12-03)
========================
- setsockopt(SO_KEEPALIVE) on TCP display connections
- Add DRI2 support
- Fix check dependency
- Cygwin build fix: Add -no-undefined to libtool flags

(wiz)

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

Updated x11/py-xcbgen to 1.6

(wiz)

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

Updated x11/xcb-proto to 1.6

(wiz)

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

Update to 1.6:

Release 1.6 (2009-12-02)
=======================
* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2)
* xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
* shape: add missing padding bytes to GetRectangles
* Add XML description for the Generic Event extension.
* Add XML description for the XFree86VidMode extension.
* Fix typo in xf86vidmode.xml
* Fix length calculation for xfixes/FetchRegion reply
* Add pre-defined atoms to Atom enum

(wiz)

2009-12-15 11:08:52 UTC MAIN commitmail json YAML

Updated audio/libsndfile to 1.0.21

(wiz)

2009-12-15 11:08:38 UTC MAIN commitmail json YAML

Update to 1.0.21:

Version 1.0.21 (2009-12-13)
  * Add a couple of new binary programs to programs/ dir.
  * Remove sndfile-jackplay (now in sndfile-tools package).
  * Add windows only function sf_wchar_open().
  * Bunch of minor bug fixes.

(The last entry sums up at least the DOS patches we had in pkgsrc.)

(wiz)

2009-12-15 11:00:26 UTC MAIN commitmail json YAML

Updated www/libproxy to 0.3.0

(wiz)

2009-12-15 11:00:12 UTC MAIN commitmail json YAML

Update to 0.3.0. Set LICENSE. Since python .py file is not installed
even when python is enabled, comment out python dependency.

New in version 0.3.0
====================
* WARNING!!! Slight API change!!! see docs
  for px_proxy_factory_get_proxies()
* Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
* Automake 1.11 shaved output
* gnome backend rewrite (now w/o thread issues)
* Test suite base functionality exists
* Many solaris build fixes
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw

(wiz)

2009-12-15 10:45:45 UTC MAIN commitmail json YAML

Updated net/libnice to 0.0.10

(wiz)

2009-12-15 10:45:31 UTC MAIN commitmail json YAML

Update to 0.0.10:

libnice 0.0.10 (2009-11-04)
===========================

Fix some memory leaks with the gstreamer elements
Fix username/foundation for google TURN candidates
Fix the sending of hundreds of connectivity checks at once the stream is connected
Fix BSD support
Fix reprocessing of already processed early incoming checks when in dribble-mode
Fix a rare crash with failing relay candidates allocations
Add a stun_agent_set_software API
Add a nice_agent_set_software API

(wiz)

2009-12-15 10:43:21 UTC MAIN commitmail json YAML

Updated graphics/libkexiv2 to 0.1.9

(wiz)

2009-12-15 10:43:03 UTC MAIN commitmail json YAML

Update to 0.1.9, set LICENSE.

0.1.9
------------------------------------------------------------------------
- Fix bug about to record an empty Exif or Iptc metadata container.

(wiz)

2009-12-15 10:40:24 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.4.5

(wiz)

2009-12-15 10:40:11 UTC MAIN commitmail json YAML

Update to 1.4.5:

Noteworthy changes in version 1.4.5 (2009-12-11)
------------------------------------------------

* Fixed minor memory leak in DSA key generation.

* No more switching to FIPS mode if /proc/version is not readable.

* Fixed a sigill during Padlock detection on old CPUs.

* Fixed a hang on some W2000 machines.

* Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
  SHA-256 went up by 25%.

(wiz)

2009-12-15 10:37:22 UTC MAIN commitmail json YAML

Updated sysutils/hal-info to 20091130

(wiz)

2009-12-15 10:37:03 UTC MAIN commitmail json YAML

Update to 20091130. More patterns, I guess.

(wiz)

2009-12-15 10:30:53 UTC MAIN commitmail json YAML

Updated print/poppler-data to 0.4.0

(wiz)

2009-12-15 10:30:40 UTC MAIN commitmail json YAML

2009-12-13 16:11:52 UTC MAIN commitmail json YAML

+ biew-6.1.0, etm-420, graphviz-2.26.0, hal-0.5.14, ktorrent3-3.3.1,
  libtorrent-0.12.6, mono-2.4.3, mono-xsp-2.4.3, ntp4-4.2.6,
  p5-Encode-2.39, p5-Pod-Simple-3.11, p5-TimeDate-1.20, p5-XML-RSS-1.47,
  p5-YAML-Tiny-1.41, p5-ack-1.92, poppler-data-0.4.0, x264-devel-20091212.

(wiz)

2009-12-13 13:30:17 UTC MAIN commitmail json YAML

+ Sigil-0.1.6 [needs qt-4.6], asterisk16-1.6.1.11, bochs-2.4.2
  [pkg/42443], calibre-0.6.27, cherokee-0.99.33, eric3-4.3.10 [now
  called eric4], libgcrypt-1.4.5, libsigsegv-2.8, libsndfile-1.0.21,
  libssh-0.4.0, mono-tools-2.4.3, mp3diags-1.0.01, nss-3.12.5.4.8.2,
  openldap-client-2.4.20, p5-Date-Manip-6.05, scmgit-base-1.6.5.6,
  scmgit-docs-1.6.5.6, totem-pl-parser-2.28.2, xlogo-1.0.2, xmp-3.0.0,
  xterm-253.

(wiz)

2009-12-13 13:26:17 UTC MAIN commitmail json YAML

Add buildlink3.mk file for R. (hi adam!).

(wiz)

2009-12-13 13:19:43 UTC MAIN commitmail json YAML

Remove unused file.

(wiz)

2009-12-13 13:17:56 UTC MAIN commitmail json YAML

regen for new patch-ab.

(wiz)

2009-12-10 09:12:25 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha69nb1

(wiz)

2009-12-10 09:00:29 UTC MAIN commitmail json YAML

Use getrawpartition() again on NetBSD. From markd. Bump PKGREVISION.

(wiz)

2009-12-10 07:08:07 UTC MAIN commitmail json YAML

+ bochs-2.4.2, cherokee-0.99.32, etm-414,
  freeciv-2.1.10, gnome-packagekit-2.28.2 [GNOME 2.28],
  gnome-power-manager-2.28.2 [GNOME 2.28, wants DeviceKit-power],
  lyx-1.6.5, openbox-3.4.8, openttd-0.7.4, star-1.5.1, stunnel-4.29,
  sudo-1.7.2p2, tea-26.1.0, thunderbird-3.0, webmin-1.500,
  xboard-4.4.2, xterm-252.

(wiz)

2009-12-09 15:08:30 UTC MAIN commitmail json YAML

Make samba dependency optional, but default on (so no change to package).

Based on patch by markand@malikania.org on pkgsrc-users, but with
a crucial missing line added.

(wiz)

2009-12-09 14:39:30 UTC MAIN commitmail json YAML

Updated devel/automake to 1.11.1

(wiz)

2009-12-09 14:39:18 UTC MAIN commitmail json YAML

Update to 1.11.1:

Bugs fixed in 1.11.1:

  - Lots of minor bugfixes.

* Bugs introduced by 1.11:

  - The `parallel-tests' test driver works around a GNU make 3.80 bug with
    trailing white space in the test list (`TESTS = foo $(EMPTY)').

* Long standing bugs:

  - On Darwin 9, `pythondir' and `pyexecdir' pointed below `/Library/Python'
    even if the `--prefix' argument pointed outside of a system directory.
    AM_PATH_PYTHON has been fixed to ignore the value returned from python's
    `get_python_lib' function if it points outside the configured prefix,
    unless the `--prefix' argument was either `/usr' or below `/System'.

  - The testsuite does not try to change the mode of `ltmain.sh' files from
    a Libtool installation (symlinked to test directories) any more.

  - AM_PROG_GCJ uses AC_CHECK_TOOLS to look for `gcj' now, so that prefixed
    tools are preferred in a cross-compile setup.

  - The distribution is tarred up with mode 755 now by the `dist*' targets.
    This fixes a race condition where untrusted users could modify files
    in the $(PACKAGE)-$(VERSION) distdir before packing if the toplevel
    build directory was world-searchable.  This is CVE-2009-4029.

(wiz)

2009-12-08 21:17:57 UTC MAIN commitmail json YAML

2009-12-08 21:17:45 UTC MAIN commitmail json YAML

Update to 3.0.52:

--- 3.0.52 2009/12/03

tcpip comstack: fix use of uinitialized variable in cs_straddr. This
bug was introduced in 3.0.51.

--- 3.0.51 2009/12/02

tcpip comstack: Remove TCP receiver buffer optimizations for Solaris.

tcpip comstack: fix leak for getaddrinfo.

Encoding of SRU database is performed by yaz_encode_sru_dbpath_odr or
yaz_encode_sru_dbpath_buf. Now used by yaz-client and the ZOOM API.
Decoding of SRU "path" database is performed by private function
yaz_decode_sru_dbpath_odr . This in turn is used by yaz_srw_decode
and yaz_sru_decode in server applications, GFS, yazproxy, metaproxy.

yaz-client: honor base command for SRU. Change when database setting
is applied for SRU and ensure it is kept when a connection is reset.
Change also the way errors are displayed or SRU (decoding of packages).

(wiz)

2009-12-08 21:10:23 UTC MAIN commitmail json YAML

Updated textproc/gnome-doc-utils to 0.18.1

(wiz)

2009-12-08 21:10:10 UTC MAIN commitmail json YAML

Update to 0.18.1, set LICENSE.

Changes in 0.18.1:
------------------
* Fixed Makefile.am to byte-compile Python files, bug #596702 (Daniel Macks)
* Updated translations:
  ar    (Khaled Hosny)
  ca    (Gil Forcada)
  de    (Mario Bl辰ttermann)
  ml    (Ani)
  ro    (Lucian Grijincu)
  ru    (Leonid Kanter)

(wiz)

2009-12-08 21:02:59 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha69

(wiz)

2009-12-08 21:02:44 UTC MAIN commitmail json YAML

Update to 2.01.01a69:

2.01.01a69:

All:

- Support for 64 Bit compilation was added for IRIX.
Call smake CCOM=cc64 or smake CCOM=gcc64 as usual.

- C++ compilation support fior IRIX was added to the makefile system

- Schily Makefile rules no longer contain Simple Suffix Rules.
All default rules are now based on Pattern Matching Rules.
This speeds up smake.

- Added autoconf test to distinct Linux ACLs from IRIX ACLs

Libschily:

- Removed some GCC warnings from libschily/getargs.c

Libfind:

- let libfind deal with the differences between Linux ACLs and IRIX ACLs

Libscg:

- Removed some GCC warnings from libscg/scsi-sgi.c

Cdrecord:

- Work around a bug in the firmware from drives
developed by PIONEER in November 2009. This affects
drives labelled "Pioneer", "Plextor" and "TEAC".
Do no longer call cdr_buffer_cap() before the drive
buffer was not at least filled once to avoid that
the the drive throughs away all data.

- Man page reworked

Cdda2wav (Maintained/enhanced by J

- Man page reworked

- Removed some (int) casts before the SNDCTL_DSP_* ioctl()s

Readcd:

- Man page reworked

Scgcheck:

- Man page reworked

Btcflash:

- Man page reworked

Mkisofs (Maintained/enhanced by J

- Various Cstyle changes

2.01.01a68:

All:

- VMS rules for libraries not create an archive XXX.olb instead of libXXX.a

- schily/utypes.h enhanced to allow to define maxint_t which is
missing on VMS

- Better autoconf test for union wait vs. int for platforms that
define union wait but use int as wait() parameter.

- schily/vfork.h now includes unistd.h as the related definitions
are there on Solaris

- Fixed a configure bug with opendir() inherited from GNU autoconf

- Enhanced the vfork() autoconf test to avoid a hang on VMS

Libschily:

- libschily/spawn.c now uses vfork()

- libschily/fexec.c now supports IO redirection on VMS

Libparanoia (Ported/enhanced by J

- Some #define inline definitions removed as "inline" is already
handled by schily/mconfig.h

Libfind:

- Fixed a typo in idcache.c

Libfile:

- Some changes for better VMS support

Libhfs_iso:

- Removed a warning from the HP-UX C-compiler about a possible endless loop

Libsiconv:

- Add the VMS C-compiler to the list of exceptions for not fully C99 compliant
compilers to allow compilation.

Libscg:

- changed a include path in libscg/scsi-mac-iokit.c to allow
compilation on "Snow Leopard"

Cdrecord:

- Added a workaround for a firmware oddity with DVD+RW on
'_NEC    ' 'DVD_RW ND-3500AG' with media written from other drives.

Cdda2wav (Maintained/enhanced by J

- Added a forgotten modification in ringbuff.c that caused an abort due to
a wrong assert() condition.

Mkisofs (Maintained/enhanced by J

- Fixed a bug (writing to stdout instead of stderr) recently introduced with better
RR recognition support.

- "isoinfo" now supports iconv() based locales for Joliet.

(wiz)

2009-12-08 18:54:50 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.18.5

(wiz)

2009-12-08 18:54:37 UTC MAIN commitmail json YAML

Update to 2.18.5:

Overview of Changes from GTK+ 2.18.4 to 2.18.5
==============================================

* Bugs fixed:
603652 Sporadic crashes with GtkSocket
598476 gnome-screensaver crashes when entering password...
601473 GDK_BUTTON?_MOTION_MASK appears to be broken
597386 Cannot click buttons more than once without...
603619 the colormap of offscreen's pixmap doesn't...
603904 gdk_draw_line doesn't have expose area.

(wiz)

2009-12-08 12:47:25 UTC MAIN commitmail json YAML

Update libpurple, finch, pidgin, pidgin-silc to 2.6.2, from Joachim Kuebart

(wiz)

2009-12-08 12:45:42 UTC MAIN commitmail json YAML

Update to 2.6.2, based on patches provided by Joachim Kuebart in PR 42005.
Additional changes:
Fix farsight handling in libpurple.
Set LICENSE.

2.6.2 (09/05/2009):
Mark: Woo boy it's been a busy two weeks.  There was a lot of new code
in 2.6.0, and with new code comes new bugs.  The cadre of relentless
developers responsible for Pidgin have been hard at work, and I believe
they have fixed all the major bugs that cropped up.  My thanks to all
those names listed as Current Developers in Pidgin's 'About' window.

Elliott: Well now, just as Mark said, there was a lot of new stuff that
probably came up with tons of bugs.  So I can't say I wrote anything
super-awesome, but I definitely fixed quite a few of those itty-bitty
why-didn't-this-work-this-way sort of bugs.

(wiz)

2009-12-08 12:39:12 UTC MAIN commitmail json YAML

Updated net/ktorrent3 to 3.3nb2

(wiz)

2009-12-08 12:26:00 UTC MAIN commitmail json YAML

Add some missing files to PLIST. Bump PKGREVISION.

(wiz)

2009-12-07 23:57:31 UTC MAIN commitmail json YAML

2009-12-07 16:39:12 UTC MAIN commitmail json YAML

Add a gnomecanvas option to fix build when lablgtk was compiled without
gnomecanvas support.

Actually, it depends completely on lablgtk's gnomecanvas option --
but I didn't manage to check for that. The way I know only works
for inclusion in buildlink3.mk files.

(wiz)

2009-12-07 13:21:50 UTC MAIN commitmail json YAML

2009-12-07 10:08:02 UTC MAIN commitmail json YAML

Note mipsEEel-netbsd removal.

(wiz)

2009-12-07 10:07:44 UTC MAIN commitmail json YAML

2009-12-07 07:20:04 UTC MAIN commitmail json YAML

+ akonadi-1.2.80, aria2-1.7.0, calibre-0.6.26, echinus-0.3.9,
  etm-411, fbreader-0.12.0, gnome-commander-1.2.8.4, gssdp-0.7.1,
  gupnp-0.13.2, gupnp-igd-0.1.5, hal-info-20091130, hiawatha-6.19,
  libdrm-2.4.16, liblbxutil-1.1.0, mpc-0.19, mpfr-2.4.2, mpg123-1.10.0,
  munin-1.4.1, p5-PAR-Dist-0.47, p5-Params-Validate-0.94, py-moin-1.9.0,
  py-twisted-9.0.0, py-xcbgen-1.6, qemu-0.11.1, scmgit-base-1.6.5.5,
  scmgit-docs-1.6.5.5, skkinput-2.06.4 [pkg/42416], trac-0.11.6,
  wine-devel-1.1.34, x264-devel-20091205, xmlsec1-1.2.14, yaz-3.0.52.

(wiz)

2009-12-07 01:29:52 UTC MAIN commitmail json YAML

Added time/rem2ics version 0.93

(wiz)

2009-12-07 01:29:43 UTC MAIN commitmail json YAML

2009-12-07 01:29:21 UTC MAIN commitmail json YAML

Initial import of rem2ics-0.93:

Tool to convert the output of "remind -s" into RFC2445 iCalendar
format.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20091207

(wiz)

2009-12-07 00:03:00 UTC MAIN commitmail json YAML

2009-12-07 00:02:25 UTC MAIN commitmail json YAML

2009-12-07 00:01:55 UTC MAIN commitmail json YAML

Drop MAINTAINER.

(wiz)

2009-12-07 00:01:33 UTC MAIN commitmail json YAML

2009-12-07 00:01:04 UTC MAIN commitmail json YAML

2009-12-06 22:47:42 UTC MAIN commitmail json YAML

Updated x11/alacarte to 0.12.3nb1

(wiz)

2009-12-06 22:47:30 UTC MAIN commitmail json YAML

Depend on py-gnome-menus>=2.27.92, bump PKGREVISION.

Per suggestion from obache.

(wiz)

2009-12-06 22:46:01 UTC MAIN commitmail json YAML

Updated sysutils/py-gnome-menus to 2.28.0.1

(wiz)

2009-12-06 22:45:50 UTC MAIN commitmail json YAML

Update to 2.28.0.1:

================
Version 2.28.0.1
================

  libmenu

* Fix sorting of menu items during merge to actually work (and not
  crash) (Frédéric Crozat)

  Python

* Link the python module to libpython (Frédéric Crozat, Vincent)

==============
Version 2.28.0
==============

  Translators

* Amitakhya Phukan (as)
* Petr Kovar (cs)
* Peter Bach (da)
* Philip Withnall (en_GB)
* Rajesh Ranjan (hi)
* Luca Ferretti (it)
* Shankar Prasad (kn)
* Gintautas Miliauskas (lt)
* Rajesh Ranjan (mai)
* Peter Ani
* Sandeep Shedmake (mr)
* Nils-Christoph Fiedler (nds)
* A S Alam (pa)
* Adi Roiban (ro)
* Matej Urbančič (sl)
* Daniel Nylander (sv)
* Krishna Babu K (te)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)

===============
Version 2.27.92
===============

This releases features new API that applications can use to display the full
name contained in .desktop files that is now in the X-GNOME-FullName key. If an
application chooses to use this, then it should set the sort key so that
.desktop files are correctly sorted.

  libmenu

* Add gmenu_tree_entry_get_display_name() API (Vincent)
  This will return X-GNOME-FullName if available, and fallback to Name.
* Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent)
  The default sort key is still Name. Users of
  gmenu_tree_entry_get_display_name() should use
  gmenu_tree_set_sort_key().

  Python

* Bind new API (Vincent)
* Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent)

  Menu Editor

* Remove deprecated Encoding key from desktop file (Frédéric Péters)
* Use display name instead of name (Vincent)

  Translators

* Khaled Hosny (ar)
* Alexander Shopov (bg)
* Runa Bhattacharjee (bn_IN)
* Denis (br)
* Mario Blättermann (de)
* Iñaki Larrañaga Murgoitio (eu)
* Claude Paroz (fr)
* Seán de Búrca (ga)
* Anton Meixome (gl)
* Sweta Kothari (gu)
* Gabor Kelemen (hu)
* Francesco Marletta (it)
* Takayuki KUSANO (ja)
* Changwoo Ryu (ko)
* Kjartan Maraas (nb)
* Mario Blättermann (nds)
* Manoj Kumar Giri (or)
* Tomasz Dominikowski (pl)
* Duarte Loreto (pt)
* Krix Apolinário (pt_BR)
* Горан Ракић (sr)
* Goran Rakić (sr@latin)
* Dr.T.Vasudevan (ta)
* Theppitak Karoonboonyanan (th)
* 甘露 (Lu Gan) (zh_CN)

==============
Version 2.27.5
==============

  Misc

* Use silent-rules with automake 1.11 (Vincent)

  Translators

* Ilkka Tuohela (fi)

==============
Version 2.27.4
==============

  libmenu

* Improve performance by using a cache to not compute the same thing
  again and again (Michael Meeks, Vincent)
* Add API to access GenericName (Robert Staudinger)
* Fix DefaultLayout attributes not being inherited (Vincent)
* Do not always inherit parent DefaultLayout attributes (Vincent)
* Sort inlined items unless inline_header is used (Vincent)

  Menu Editor

* Add --help and --version arguments (Vincent)
* Port to GtkBuilder (Pedro Fragoso, Vincent)

  Misc

* Use shave to improve build log readability (Vincent)

  Translators

* Jordi Mallach (ca@valencia)
* Huxain (dv)
* Jorge González (es)
* Mattias Põldaru (et)
* Seán de Búrca (ga)
* Yaron Shahrabani (he)
* Daniel Nylander (sv)

(wiz)

2009-12-06 22:40:14 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.18.4

(wiz)

2009-12-06 22:40:02 UTC MAIN commitmail json YAML

Update to 2.18.4:

Overview of Changes from GTK+ 2.18.3 to 2.18.4
==============================================

* Client-side windows:
- Avoid some unnecessary exposes
- Avoid unnecessary redraws related to clearing windows

* Bugs fixed:
563010 Fix clearing the selection in GtkFileChooserButton
581150 GtkIconView tries to paint items with invalid sizes
601869 GtkUIManager assumes too much about popup menus
581145 Wrong positioning for fullscreen gedit toolbar animation
599118 Translators comment for "Finishing" labels
599321 gtk_selection_data_get_uris is broken on Windows
381371 Print margins not correct in WIN32 - not allowing...
599446 atk_object_set_name () assertion in gtk_tool_button_set_label
602725 fix setting icon-size on GICON images
588740 JPEG images open with blur effect?
602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
561130 get_monitor_geometry segfaults if called with non-existant...
585383 Segfault in gdk_pixbuf__ico_image_save
123569 Catch contents being reparented out of socket
601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
601959 must release compose key before continuing compose sequence
603201 gtk_about_dialog_set_url_hook has no effect anymore
591438 dfb_events_dispatch is not thread safe
603128 Adding new UI that was recently removed may cause wrong order

* Updated translations:
Low German
Romanian
Russian
Slovenian

(wiz)

2009-12-06 22:29:52 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.22.3

(wiz)

2009-12-06 22:29:41 UTC MAIN commitmail json YAML

Update to 2.22.3:

Overview of Changes from GLib 2.22.2 to GLib 2.22.3
===================================================

* Bugs fixed:
350200 GTypeModule derived class unref does not unload plugin
598899 GWin32DirectoryMonitor is broken
563627 g_get_prgname() threadsafety
572252 Bug in g_file_test() function.
577711 cross compile check for g++ broken
598712 can't detect text file with backspace
541236 not detecting exact content type
593856 file and directory monitors don't work with --disable-debug
593809 Nautilus does not restore the position of the icons...

* Updated translations:
Catalan Valencian
Estonian

(wiz)

2009-12-06 22:25:30 UTC MAIN commitmail json YAML

Updated chat/telepathy-glib to 0.9.2

(wiz)