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

2024-05-13 02:31:32 UTC Now

2008-10-30 23:16:20 UTC MAIN commitmail json YAML

Import p5-Module-ExtractUse version 0.23.

Module::ExtractUse is basically a Parse::RecDescent grammar to
parse Perl code. It tries very hard to find all modules (whether
pragmas, Core, or from CPAN) used by the parsed code.

"Usage" is defined by either calling use or require.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-10-30 23:02:28 UTC MAIN commitmail json YAML

Add p5-Pod-Strip.

(he)

2008-10-30 23:01:47 UTC MAIN commitmail json YAML

Import p5-Pod-Strip version 1.02.

Pod::Strip is a subclass of Pod::Simple that strips all POD from
Perl Code.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-10-30 22:47:52 UTC MAIN commitmail json YAML

Added p5-CPAN-DistnameInfo.

(he)

2008-10-30 22:46:49 UTC MAIN commitmail json YAML

Import p5-CPAN-DistnameInfo version 0.06.

Many online services that are centered around CPAN attempt to
associate multiple uploads by extracting a distribution name from
the filename of the upload. For most distributions this is easy as
they have used ExtUtils::MakeMaker or Module::Build to create the
distribution, which results in a uniform name. But sadly not all
uploads are created in this way.

CPAN::DistnameInfo uses heuristics that have been learnt by
http://search.cpan.org/ to extract the distribution name and version
from filenames and also report if the version is to be treated as
a developer release


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-10-30 22:39:59 UTC MAIN commitmail json YAML

Added p5-Archive-Any.

(he)

2008-10-30 22:39:06 UTC MAIN commitmail json YAML

Import p5-Archive-Any version 0.0932.

This module is a single interface for manipulating different archive
formats. Tarballs, zip files, etc.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-10-30 22:12:59 UTC MAIN commitmail json YAML

Replace patch-ab with a post-extract rule. No change to the binary package,
just one file less in pkgsrc ;)

(wiz)

2008-10-30 22:07:37 UTC MAIN commitmail json YAML

Updated chat/loudmouth to 1.4.3

(wiz)

2008-10-30 22:07:25 UTC MAIN commitmail json YAML

Update to 1.4.3:

Fixed issues in Loudmouth 1.4.3

    * [#19] - Uses old style auth if server provides old style auth and SASL
    * [#22] - Handlers which were registered for message ids should always be called if the id matches
    * [#23] - Receiving messages larger than 1023 bytes are not fully processed with OpenSSL backend
    * [#27] - Functions missing in docs from LmSSL

(wiz)

2008-10-30 21:58:25 UTC MAIN commitmail json YAML

Update from versoin 2.00nb1 to 2.01.

Upstream changes:

2.01 Wed Oct  8 15:02:25 BST 2008
    - add human-readable license to the documentation

(he)

2008-10-30 21:56:59 UTC MAIN commitmail json YAML

Updated fonts/gucharmap to 2.24.1.1

(wiz)

2008-10-30 21:56:45 UTC MAIN commitmail json YAML

Update to 2.24.1.1:

gucharmap 2.24.1.1

- Fix a crash when pasting with no text on the clipboard

(wiz)

2008-10-30 21:52:02 UTC MAIN commitmail json YAML

Updated multimedia/totem-pl-parser to 2.24.2

(wiz)

2008-10-30 21:51:48 UTC MAIN commitmail json YAML

Update to 2.24.2:

2.24.2:
* Fix parsing of M3U files
* Export missing symbol, fixes the Python bindings

(wiz)

2008-10-30 21:45:07 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.8.2

(wiz)

2008-10-30 21:44:54 UTC MAIN commitmail json YAML

Update to 1.8.2:

Release 1.8.2 (2008-10-29 Carl Worth <cworth@cworth.org>)
=========================================================
The cairo community is pleased to announce the 1.8.2 release of the
cairo graphics library. This is the first update to cairo's stable 1.8
series and contains a large number of bug fixes. It is being released
just over one month since cairo 1.8.0.

This release consists primarily of bug fixes, but there is one notable
new feature, (the ability to build cairo without an external font
backend), and there are a few optimizations as well. See below for
details on these changes and the most important bug fixes.

While many people have contributed to this release, Chris Wilson
deserves particular mention. He has contributed well over twice as
many changes to cairo since 1.8.0 than everyone else combined. We
greatly appreciate the tremendous efforts of Chris and all cairo
contributors.

We recommend everyone upgrade to cairo 1.8.2 and hope that everyone
will have lots of fun with cairo!

-Carl

New feature
-----------
It is now possible to build cairo without any font backend, (such as
freetype, win32 or quartz). This is most useful when the application
provides custom font rendering through the user-font API. But in the
case where no external font backend is available, and no user-font is
provided, cairo will render with a failsafe font, (a stroked font
covering visible ASCII character). (Behdad Esfahbod)

Optimizations
-------------
Dramatically speed up compilation with dolt (removes much of the
libtool overhead) (Behdad Esfahbod with thanks to Josh Triplett).

Several minor optimizations to tessellator (special-cased comparisons,
faster insert for skiplist, etc.) (Chris Wilson).

Optimize away fractional translation component when doing
EXTEND_NEAREST filtering, (for better performance).

General bug fixes
-----------------
Allow cloning sub-regions of similar surfaces to fix this bug
(Chris Wilson):

Crafted gif file will crash firefox
[XError: 'BadAlloc (insufficient resources for operation)']
https://bugzilla.mozilla.org/show_bug.cgi?id=424333

Fix some matrix confusion to fix this regression (Chris Wilson):

Translucent star exports in a wrong way to PDF
https://bugs.launchpad.net/inkscape/+bug/234546

Fix some long-standing bugs with respect to properly computing the
extents of transformed, filtered surfaces (Owen Taylor, Carl Worth,
and Chris Wilson):

Bad clipping with EXTEND_NONE
http://bugs.freedesktop.org/show_bug.cgi?id=15349

Improve filtering handling in cairo-pattern.c
http://bugs.freedesktop.org/show_bug.cgi?id=15367

Many thanks to Chris Wilson for digging out and cleaning up
these fixes.

Fix compilation on Solaris 10 (Chris Wilson):

Cairo requires -DREENTRANT (along with -D_POSIX_THREAD_SEMANTICS)
to compile on Solaris 10 with pthreads
https://bugs.freedesktop.org/show_bug.cgi?id=18010

Fix very old bug causing dashes to be rendered at the wrong length in
fallback images (Adrian Johnson)

Dashed strokes too long in fallback images
https://bugs.freedesktop.org/show_bug.cgi?id=9189

Fix broken dashing when a dashed path starts outside the clip region
(Chris Wilson).

Avoid range overflow when computing large patterns (Benjamin Otte and
Chris Wilson).

Avoid crashing due to an invalid font with an incorrect entry in its
CMAP table (Adrian Johnson).

Fix bugs in computing maximum size of text requests that can be sent
with the Render extension, (avoiding potential crashes when rendering
large amounts of text) (Behdad Esfahbod and Chris Wilson).

Fix rendering of operators unbounded by the mask (Chris Wilson).

Fix compilation on systems without compiler support for a native
64-bit type (Chris Wilson).

Fix several cases of missing error-status propagation. (Chris Wilson,
doing the work he seems to never tire of).

Fix several locking issues found with the lockdep valgrind skin (Chris
Wilson).

Backend-specific bug fixes
--------------------------
xlib: Avoid crash due to attempting XRender calls on pixmaps with
formats not supported by the Render extension (Chris Wilson):

XRender crashes due to NULL pointer from Cairo on SGI O2
https://bugs.freedesktop.org/show_bug.cgi?id=1173

xlib: Add support for XImages with depth of 4, 20, 24, or 28 bits
(Chris Wilson):

cairo doesn't support 24 bits per pixel mode on X11
https://bugs.freedesktop.org/show_bug.cgi?id=9102

xlib: Avoid mistakenly considering two surfaces as similar just
because their depths match (while their Render formats do not) (Karl
Tomlinson).

ps: Fix slight mis-scaling of bitmapped fonts (Adrian Johnson)

svg: Correctly emit comp-op for paint, mask, and show_glyphs
operations (Emmanuel Pacaud).

svg: Use finer-grained fallbacks for SVG 1.2 (as PS and PDF backends
have been doing since 1.6.0) (Chris Wilson).

(wiz)

2008-10-30 21:41:47 UTC MAIN commitmail json YAML

Update from version 1.19nb1 to 1.21.

Upstream changes:

1.21  2008-08-21  DCANTRELL  Extra tests added in 1.20 now skip with
                              really old JSON

1.20  2008-08-21  DCANTRELL  Added test for bug reported by Saritha
                              Nalagandla (no bug found, but you can never
                              have too many tests!)
                            Fixed bug in PERL5LIB splitting in taint test
                              (thanks to ADAMK, see RT 38319)

(he)

2008-10-30 21:35:34 UTC MAIN commitmail json YAML

Updated from version 1.04nb1 to 1.05.

Upstream changes:

1.05 Wed 10 Sep 2008
- Upgrading to Module::Install 0.77
- Refactoring the DESTROY method to be more paranoidly correct
- Updating the test scripts to newer style
- Removing File::Spec dependency
- Adding support for wrapping around packages that aren't in their
  own module file.

(he)

2008-10-30 21:24:25 UTC MAIN commitmail json YAML

Update from version 5.66nb1 to 5.67.

Upstream changes:

5.67  Tue Sep 12 16:50 2008
  - Added a test case for the bug that was fixed in 5.66_01,
    courtesy of Christoph Lamprecht.

5.66_01  Tue Sep  2 14:40 2008
  - Fix determination of the autosplit.ix in ugly edge cases.
    Explanation:
    If the module file isn't called $Foo.pm, but
    something random, then the static substitution which
    tries to determine the location of autosplit.ix fails.
    Up until now, the substitution would fail, so AutoLoader
    evaluated the module code again instead of falling back
    searching the autosplit.ix in @INC. The code was there
    but not triggered in some circumstances.
    For an example error in a PAR context, run
    pp --clean -e 'use Storable; retrieve("foo")'
    and then ./a.out and which it explode.

(he)

2008-10-30 21:22:17 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins0.10-bad to 0.10.9

(wiz)

2008-10-30 21:21:54 UTC MAIN commitmail json YAML

2008-10-30 21:21:32 UTC MAIN commitmail json YAML

Update gst-plugins0.10-bad to 0.10.9:

This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact"

Changes since 0.10.8:

      * New CELT encoder and decoder
      * New TwoLAME encoder
      * New DCCP element
      * New AIFF parser element
      * New APEX sink element
      * deinterlace2 element improvements
      * New JACK audio src element
      * New winscreencap, winks and pcapparse plugins
      * x624enc fixes
      * Support for ATSC tuning and channels.conf parsing
      * RTP improvements
      * New scaletempo element
      * Add Fluendo MPEG-TS muxer
      * Add Fluendo MPEG-TS and MPEG-PS demuxers
      * New JPEG2000 element
      * New FLAC parser element
      * DVD playback improvements
      * Improved DirectShow decoding support
      * New Windows Audio Session audio src element
      * New FLV muxer element
      * Many other bug fixes and improvements

Bugs fixed since 0.10.8:

      * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
      * 550468 : [name conflict] New Fluendo mpeg demuxers
      * 545197 : jackaudiosrc
      * 555244 : Output-selector has unexpected event forwarding right aft...
      * 402593 : deinterleave gives corrupt output
      * 406673 : Need AIFF parser
      * 535527 : [real] Real video/audio stream fails to play
      * 537455 : ATSC: VSB / QAM Annex B support
      * 538500 : AIFF file doesn't play
      * 542390 : Implementation of DCCP Plugin for gstreamer
      * 542510 : [apexsink] Apple AirPort Express Wireless Sink
      * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
      * 546312 : Make the metadata writable before modifying it in rtpmanager
      * 549409 : gstrtpbin don't stop at the end of a stream
      * 549774 : audio / video synchronization glitch during rtsp playback
      * 550486 : [faac] Negotiation problem with mono audio for some sampl...
      * 550657 : New element jasperdec
      * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
      * 552536 : fix incomplete change to gstdvbsrc.c
      * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
      * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
      * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
      * 555912 : [apexsink] Missing from ext/Makefile.am
      * 555965 : Missing space after point mark
      * 555968 : Missing space after point mark
      * 555969 : Missing space after point mark
      * 556003 : [flvdemux] Regression in handling flow returns in pull-mode
      * 556274 : [aiffparse] Uses debugging methods before debugging is in...
      * 556338 : Failed to configure latency
      * 556428 : [mpegpsdemux] Creates invalid newsegment events
      * 556430 : [inputselector] Assumes there's always an otherpad
      * 556440 : [PATCH] crash on demuxing certain transport streams
      * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
      * 556564 : [flvmux] Copy & paste bugs resulting in invalid files
      * 556588 : [apexsink] should not have PRIMARY rank
      * 557080 : [mpegpsdemux] Regression with reverse-playback
      * 543480 : gstrtpbin fails to release lock while emitting signal
      * 556520 : jitterbuffer seqnum gap detection is wrong
      * 463941 : Plugin for screen capture on windows
      * 519935 : New plugin for video capture on Windows
      * 520899 : New plugin: pcapparse
      * 520901 : New plugin: wasapi (Windows Audio Session API)

(wiz)

2008-10-30 21:14:38 UTC MAIN commitmail json YAML

Remove vim-7.2.

(snj)

2008-10-30 21:06:32 UTC MAIN commitmail json YAML

2008-10-30 21:00:37 UTC MAIN commitmail json YAML

2008-10-30 20:59:22 UTC MAIN commitmail json YAML

Upgrade from version 0.78nb3 to 0.80.

Pkgsrc changes:
o Canonicalize the HOMEPAGE url

Upstream changes:

0.80 Fri Oct 24 12:06:00 CEST 2008
        - CPAN release of the Attribute::Handlers version in bleadperl.

0.79
- The version released with Perl 5.10.0
- All interpreted attributes are now passed as array references,
  eventually nested.
- Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
- A::H is now able to report caller's file and line number
  (David Feldman)

(he)

2008-10-30 20:58:47 UTC MAIN commitmail json YAML

Added sysutils/libpciaccess version 0.10.4

(bjs)

2008-10-30 20:58:33 UTC MAIN commitmail json YAML

Add sysutils/libpciaccess

(bjs)

2008-10-30 20:58:11 UTC MAIN commitmail json YAML

Import libpciaccess-0.10.4 (X.org PCI wrapper library) + patches.
Tested on NetBSD-current (i386 and amd64); support for
other architectures is in the works.

Currently this should work with:

ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386
ONLY_FOR_PLATFORM+= FreeBSD-*-x86_64 NetBSD-*-x86_64 OpenBSD-*-x86_64
ONLY_FOR_PLATFORM+= DragonFly-i386-* DragonFly-x86_64-*
ONLY_FOR_PLATFORM+= Linux-*-* SunOS-*-*

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bjs)

2008-10-30 19:55:17 UTC MAIN commitmail json YAML

Bump BUILDLINK_API_DEPENDS.gstreamer0.10 to gstreamer0.10>=0.10.20.1,
per reed@

(wiz)

2008-10-30 19:34:45 UTC MAIN commitmail json YAML

Updated textproc/diffstat to 1.46.

(snj)

2008-10-30 19:33:47 UTC MAIN commitmail json YAML

Update to 1.46.

Changes:
* add "-S", "-D" and "-m" to provide a way to show the amount of
  difference relative to the total sizes of the files.
* add "-q" (suppress the "0 files changed" message for empty diffs)

(snj)

2008-10-30 19:27:20 UTC MAIN commitmail json YAML

2008-10-30 18:56:22 UTC MAIN commitmail json YAML

On AIX don't overwrite the XLC definitions with the platform logic, the
former are already more specific.

(joerg)

2008-10-30 18:52:08 UTC MAIN commitmail json YAML

Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC and
some newer linker versions seem to ignore it. It is not required anyway.
>From PR 39633.

(joerg)

2008-10-30 18:48:13 UTC MAIN commitmail json YAML

Don't filter the PLIST for AIX, at least libtool nowadays also creates
ELF like names. From PR 39387.

(joerg)

2008-10-30 17:12:44 UTC MAIN commitmail json YAML

don't print warnings for #ifdef'ed syscalls with the same number.

(christos)

2008-10-30 16:35:08 UTC MAIN commitmail json YAML

Fix botched updated so that this package can actually be installed.

(tron)

2008-10-30 16:00:54 UTC MAIN commitmail json YAML

Avoid STAT as macro, it exists in sys/dir.h on AIX already.

(joerg)

2008-10-30 14:52:14 UTC MAIN commitmail json YAML

Fix hydra-gtk/src/callbacks.c to put server and service last on the
command line as hydra(1) expects.  Makes xhydra work again.
Bump PKGREVISION.

(bad)

2008-10-30 14:49:42 UTC MAIN commitmail json YAML

Hydra does not depend on arp0.  And subversion-base pulls in the correct
version of APR by itself.

(bad)

2008-10-30 14:38:12 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous

(kefren)

2008-10-30 14:34:04 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins0.10-good to 0.10.11

(wiz)

2008-10-30 14:33:45 UTC MAIN commitmail json YAML

Update to 0.10.11:

Changes since 0.10.10:

      * HDV capture support
      * Port flactag element to 0.10
      * Support FLAC in alternate bit-depths and more samplerates
      * Matroska muxing improvements
      * Support Google RTSP variant
      * Many other bug-fixes and improvements

Bugs fixed since 0.10.10:

      * 545433 : [wavparse] support tempo tag
      * 311586 : Matroska mux/demux don't support flac
      * 350830 : [raw1394] Add HDV support
      * 413841 : [flactag] needs porting to 0.10.x
      * 536067 : [matroska] Add support for real audio/video
      * 537361 : videomixer segment handler fail
      * 543101 : The udpsrc/udpsink/multiudpsink/dynudpsink elements may l...
      * 544956 : [videobox] segfault when changing properties at running p...
      * 545463 : autodetect plugin links to gconf, unnecessarily
      * 545710 : [rtspsrc] : create rtp/rtcp socket pair + same port for d...
      * 546465 : can't play m.youtube.com rtsp streams
      * 547075 : [speex] Encoder doesn't handle non-zero start timestamps ...
      * 547217 : Implement GstPropertyProbe interface on pulsesrc for dete...
      * 547227 : Implement GstPropertyProbe interface on pulsesink for det...
      * 547518 : pulsemixer probe fails after device property is set
      * 547519 : Add device-name property to pulsesrc
      * 548530 : wavenc allows audio depth of 25
      * 548831 : matroska demuxer setting incorrect timestamps
      * 549073 : buffer_alloc function from new basetransform sometimes fa...
      * 549090 : v4l2src has no property named norm but notifies it
      * 549551 : conversion of gst structure names to mime types in multip...
      * 549784 : Memory Corruption Probing v4l2src with Video4Linux1 device
      * 550015 : build failure: gstcmmlparser.c:115: error: format not a s...
      * 550791 : [flacenc] files are too big, mid-side-stereo=true should ...
      * 551048 : rtsp implementation sends PAUSE even when server doesn't ...
      * 551570 : plugin ximagesrc is memory leaking...
      * 551584 : Crash when modifying the videobox " top " and " left " live w...
      * 552213 : [qtdemux] map tiff fourcc to image/tiff caps
      * 553191 : udpsrc: bind() fails on OS X
      * 554771 : totem spins CPU 100% while allocating (infinitely) becaus...
      * 556010 : AVI muxer segfault
      * 556381 : [icydemux] test fails with latest core
      * 556424 : [avidemux] segmentation fault when creating indexes
      * 557085 : [videobox] support dynamically changing properties
      * 557610 : udpsrc fails to bind() on Mac OS X (IPv4 vs. IPv6 problem)
      * 547842 : Vorbis RTP RFC 5215 is out
      * 550288 : Sound not played - a quicktime file

(wiz)

2008-10-30 14:15:30 UTC MAIN commitmail json YAML

Delete printing part due to interface incompatibility after gnome update.
Solution taken from monodevelop 1.9

(kefren)

2008-10-30 13:10:26 UTC MAIN commitmail json YAML

Note removal of mail/nail.

(obache)

2008-10-30 13:08:10 UTC MAIN commitmail json YAML

Remove mail/nail, successor heirloom-mailx is provided by PR 38262 and
imported as mail/heirloom-mailx.

(obache)

2008-10-30 13:02:42 UTC MAIN commitmail json YAML

Add and enable heirloom-mailx.

(obache)

2008-10-30 13:01:25 UTC MAIN commitmail json YAML

Added mail/heirloom-mailx version 12.4

(obache)

2008-10-30 13:01:00 UTC MAIN commitmail json YAML

Import heirloom-mailx-12.4 as mail/heirloom-mailx.
Based on PR 38262, some portability improvement and ipv6 support optionify.

mailx (Heirloom Mailx; formerly nail) is a mail user agent derived from
Berkeley Mail 8.1. It is intended to provide the functionality of the
POSIX.2 mailx command with built-in support for MIME messages. This means
it can handle international character sets as well as attachments. In
recent system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:" Address.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2008-10-30 12:43:41 UTC MAIN commitmail json YAML

Updated fonts/vlgothic-ttf to 20081029

(obache)

2008-10-30 12:43:19 UTC MAIN commitmail json YAML

Update vlgothic-ttf to 20081029.
By maintainer update request in PR 39829.

Changelog:
* Add Latin griph from mplus font.
* Add new character to VL-PGothic/VL-Gothic
U+213B
U+25B4&#12316;25BB,U+25BE&#12316;U+25C5
U+2660,U+2663,U+2665,U+2666
U+2668,U+2669,U+266B,U+266C,U+266E
U+309F

* Add new character to VL-Gothic
U+3099,U+309A,U+25CC
U+2190&#12316;U+2199,U+2126,U+2127,U+213A

* Fix some bugs.

Package changelog:
Add new MASTER_SITES at sourceforge.jp.

(obache)

2008-10-30 11:33:06 UTC MAIN commitmail json YAML

poppler-qt4 needs splash-output enabled or Page::renderToImage does
nothing.  Fixes problem with rendering pdf documents in Okular.
Identified by Sverre Froyen.

(markd)

2008-10-30 11:30:34 UTC MAIN commitmail json YAML

- Fix build with one lang-* option.
- Set JAVA_HOME instead of JAVACMD.
- Depend apache-ant as build-time.
- Fix one pkglint warning ($_l -> $lang).

(hira)

2008-10-30 11:28:32 UTC MAIN commitmail json YAML

Note update of the "imlib2" package to version 1.4.2.

(tron)

2008-10-30 11:26:26 UTC MAIN commitmail json YAML

Update "imlib" package to version 1.4.2. Changes since version 1.4.0:
- Various bugfixes and security updates

This update addresses SA32354.

(tron)

2008-10-30 09:58:46 UTC MAIN commitmail json YAML

Libtoolize for Solaris. Otherwise it doesn't build.

(is)

2008-10-30 09:04:20 UTC MAIN commitmail json YAML

Only use one sort of fixed-size integer types. This way, it even
compiles on Solaris 10.

(is)

2008-10-30 08:23:42 UTC MAIN commitmail json YAML

Updated devel/pango to 1.22.2

(wiz)

2008-10-30 08:23:29 UTC MAIN commitmail json YAML

Update to 1.22.2:

Overview of changes between 1.22.1 and 1.22.2
=============================================
- Fix crasher when a PangoFcFontMap was freed before its fonts.
- Mark monospace fonts as monospace in the pangoatsui backend.
- Fix font description parsing to better handle "normal".
- Bugs fixed in this release:
Bug 558254 – Internal reference handling messed up
Bug 558107 – is_monospace always returns FALSE in pangoatsui
Bug 557620 – pango_font_description_from_string not correct

(wiz)

2008-10-30 08:13:45 UTC MAIN commitmail json YAML

Updated net/libpcap to 1.0.0

(adam)

2008-10-30 08:12:52 UTC MAIN commitmail json YAML

Changes 1.0.0:
* Compile with IPv6 support by default
* Compile with large file support on by default
* Add pcap-config script, which deals with -I/-L flags for compiling
* DLT: Add IPMB
* DLT: Add LAPD
* DLT: Add AX25 (AX.25 w/KISS header)
* DLT: Add JUNIPER_ST
* 802.15.4 support
* Variable length 802.11 header support
* X2E data type support
* SITA ACN Interface support - see README.sita
* Support for zerocopy BPF on platforms that support it
* Better support for dealing with VLAN tagging/stripping on Linux
* Fix dynamic library support on OSX

(adam)

2008-10-30 08:12:34 UTC MAIN commitmail json YAML

Changes 1.0.0:
* Compile with IPv6 support by default
* Compile with large file support on by default
* Add pcap-config script, which deals with -I/-L flags for compiling
* DLT: Add IPMB
* DLT: Add LAPD
* DLT: Add AX25 (AX.25 w/KISS header)
* DLT: Add JUNIPER_ST
* 802.15.4 support
* Variable length 802.11 header support
* X2E data type support
* SITA ACN Interface support - see README.sita
* Support for zerocopy BPF on platforms that support it
* Better support for dealing with VLAN tagging/stripping on Linux
* Fix dynamic library support on OSX

(adam)

2008-10-30 07:06:03 UTC MAIN commitmail json YAML

2008-10-30 04:42:15 UTC MAIN commitmail json YAML

Updated sysutils/rdiff-backup to 1.2.2.

(snj)

2008-10-30 04:40:27 UTC MAIN commitmail json YAML

Update to latest stable version, 1.2.2.  Zillions of fixes and a some
new features.  See the bundled CHANGELOG for details.

Now requires at least python24.

Add PKGMANDIR support.

(snj)

2008-10-30 03:57:07 UTC MAIN commitmail json YAML

2008-10-30 03:44:13 UTC MAIN commitmail json YAML

Add security/pakchois

(bjs)

2008-10-30 03:43:55 UTC MAIN commitmail json YAML

Updated security/pakchois to 0.4

(bjs)

2008-10-30 03:43:35 UTC MAIN commitmail json YAML

remove --enable-dlopen from CONFIGURE_ARGS; it's unnecessary

(bjs)

2008-10-30 03:32:19 UTC MAIN commitmail json YAML

Add pakchois-0.4. (upcoming new neon can use it)
--

pakchois is just another PKCS#11 wrapper library.  pakchois aims to
provide a thin wrapper over the PKCS#11 interface.

The goals are:

1) to offer a modern* object-oriented C interface wrapper for PKCS#11.

2) to not hide or abstract away any details of the PKCS#11 interface
itself except where absolutely necessary.

3) to handle the details of loading DSOs

4) to allow the caller to avoid caring about where on the system
PKCS#11 modules might be stored, or exactly how they are named.

5) to avoid any dependency on a particular cryptography toolkit.

Existing PKCS#11 wrapper libraries solutions differ in at least one of
the above goals.

*: "modern" being a euphemism for not using process-global state,
having a sane symbol namespace, etc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bjs)

2008-10-30 02:45:33 UTC MAIN commitmail json YAML

Note update of rake.

(minskim)

2008-10-30 02:44:23 UTC MAIN commitmail json YAML

Update rake to 0.8.3.

Changes:
* Enhanced the system directory detection in windows. We now check
  HOMEDRIVE/HOMEPATH and USERPROFILE if APPDATA isn't found. (Patch
  supplied by James Tucker). Rake no long aborts if it can't find the
  directory.
* Added fix to handle ruby installations in directories with spaces in
  their name.

(minskim)

2008-10-30 01:30:10 UTC MAIN commitmail json YAML

Note update of adzap to version 20080508.  Only changes are to ad patterns.

(simonb)

2008-10-30 01:28:53 UTC MAIN commitmail json YAML

Update to version 20080508.  Only changes are to ad patterns.

(simonb)

2008-10-29 22:35:35 UTC MAIN commitmail json YAML

Note update of "coreutils" and "gnuls" packages to version 6.12.

(tron)

2008-10-29 22:34:18 UTC MAIN commitmail json YAML

Update "coreutils" package to version 6.12. Changes since version 6.11:
- chcon, runcon: --help output now includes the bug-reporting address
- cp -p copies permissions more portably.  For example, on MacOS X 10.5,
  "cp -p some-fifo some-file" no longer fails while trying to copy the
  permissions from the some-fifo argument.
- id with no options now prints the SELinux context only when invoked
  with no USERNAME argument.
- id and groups once again print the AFS-specific nameless group-ID (PAG).
  Printing of such large-numbered, kernel-only (not in /etc/group) group-IDs
  was suppressed in 6.11 due to ignorance that they are useful.
- uniq: avoid subtle field-skipping malfunction due to isblank misuse.
  In some locales on some systems, isblank(240) (aka &nbsp) is nonzero.
  On such systems, uniq --skip-fields=N would fail to skip the proper
  number of fields for some inputs.
- tac: avoid segfault with --regex (-r) and multiple files, e.g.,
  "echo > x; tac -r x x".
- install once again sets SELinux context, when possible

(tron)

2008-10-29 22:20:28 UTC MAIN commitmail json YAML

Refactor declaration of PATCHFILES/PATCH_SITES again, allowing
the X server to define its own.  PATCHFILES for modular-xorg-server
are now located in ${MASTER_SITE_LOCAL:=xorg-server-patchfiles/}.

(bjs)

2008-10-29 21:15:24 UTC MAIN commitmail json YAML

Note version bump for x11-links (libXv builtinification).

(cube)

2008-10-29 21:14:01 UTC MAIN commitmail json YAML

2008-10-29 21:03:11 UTC MAIN commitmail json YAML

Note revision bump for devel/opal.

(cube)

2008-10-29 21:02:02 UTC MAIN commitmail json YAML

2008-10-29 20:59:05 UTC MAIN commitmail json YAML

2008-10-29 20:50:16 UTC MAIN commitmail json YAML

2008-10-29 16:39:03 UTC MAIN commitmail json YAML

2008-10-29 14:42:44 UTC MAIN commitmail json YAML

Updated net/vino to 2.24.1

(wiz)

2008-10-29 14:42:29 UTC MAIN commitmail json YAML

Update to 2.24.1:

Vino 2.24.1
===========

  Fixes
+ Bug #555105: Propagates port changes via avahi.
+ Update label in vino-preferences when the port changes.
+ Bug #161180: Hopefully fix an window empty bug.
+ LP: #266932: Only restore the wallpaper when the last
client disconnects.

  Translations

+ Usama Akkad (ar)
+ Ihar Hrachyshka (be@latin)
+ Alexander Shopov (bg)
+ Milo Casagrande (it)

Vino 2.24.0
===========

  Translations

+ Usama Akkad (ar)
+ Joan Duran (ca)
+ Pavel Šefránek (cs)
+ Ask Hjorth Larsen (da)
+ Andre Klapper (de)
+ Ankit Patel (gu)
+ Ante Karamatić (hr)
+ Gabor Kelemen (hu)
+ Milo Casagrande (it)
+ Shankar Prasad (kn)
+ Young-Ho Cha (ko)
+ Žygimantas Beručka (lt)
+ പ്രവീണ്‍ (ml)
+ Dan Damian (ro)
+ Alexandre Prokoudine (ru)
+ Laurent Dhima (sq)
+ Данило Шеган (sr)
+ Baris Cicek (tr)
+ Chao-Hsiung Liao (zh_HK)
+ Chao-Hsiung Liao (zh_TW)

Vino 2.23.92
============

  Fixes

+ Added an icon to session desktop file.

  Translations

+ Alexander Shopov (bg)
+ Runa Bhattacharjee (bn_IN)
+ David Lodge (en_GB)
+ Takeshi AIHANA (ja)
+ Kjartan Maraas (nb)
+ Wouter Bolsterlee (nl)
+ Manoj Kumar Giri (or)
+ Tomasz Dominikowski (pl)
+ Duarte Loreto (pt)

Vino 2.23.91
============

  Fixes

+ Make vino work correctly with new gnome-session. (Jonh Wendell)

  Translations

+ Jorge González (es)
+ Ivar Smolin (et)
+ Iñaki Larrañaga Murgoitio (eu)
+ Ilkka Tuohela (fi)
+ Claude Paroz (fr)
+ Oldie (he)
+ Arangel Angov (mk)
+ Sandeep Shedmake (mr)
+ Kjartan Maraas (nb)
+ Og Maciel (pt_BR)
+ Daniel Nylander (sv)
+ Tirumurthi Vasudevan (ta)
+ Theppitak Karoonboonyanan (th)

Vino 2.23.90
============

  Features

+ Added the ability to hide the background on connections. (Jorge Pereira)
+ New compile-time option (--enable-libunique), allows only one
instance of capplet running. (Jorge, Jonh Wendell)
+ Added vino-server.desktop file required by new gnome-session. (Halton Huo)
+ Get rif of libgnome[ui] in the capplet. (Jonh)

  Fixes

+ Minor bug fixes

  Translations

+ Djihed Afifi (ar)
+ Jorge González (es)
+ Ivar Smolin (et)
+ Ilkka Tuohela (fi)
+ Claude Paroz (fr)
+ Ignacio Casal Quinteiro (gl)
+ Oldie (he)
+ Arangel Angov (mk)
+ Kjartan Maraas (nb)
+ Wouter Bolsterlee (nl)
+ Enrico Nicoletto (pt_BR)
+ Duarte Loreto (pt)
+ Daniel Nylander (sv)
+ Theppitak Karoonboonyanan (th)

Vino 2.23.5
============

  Features

+ New command-line tool, vino-passwd, which allows you to change
vino password. Similar to Unix passwd command. (Jorge Pereira)

  Fixes

+ Bug #534262 - cyclic clipboard propagation (Jonh Wendell)
+ Minor bug fixes

  Translations

+ Djihed Afifi (ar)
+ Rostislav "zbrox" Raykov (bg)
+ Jorge González (es)
+ Ivar Smolin (et)
+ Ignacio Casal Quinteiro (gl)
+ Oldie (he)
+ Kjartan Maraas (nb)
+ Wouter Bolsterlee (nl)
+ Yannig Marchegay (Kokoyaya) (oc)
+ Matej Urbančič (sl)
+ Laurent Dhima (sq)
+ Daniel Nylander (sv)
+ Theppitak Karoonboonyanan (th)

Vino 2.22.1
============

  Fixes

+ Don't lock the screen in fake connections (Jonh Wendell)

  Translations

+ Kostas Papadimas (el)
+ Ivar Smolin (et)
+ Eskild Hustvedt (nn)
+ Marcel Telka (sk)
+ Baris Cicek (tr)

Vino 2.22.0
===========

  Translations

+ Djihed Afifi (ar)
+ Ihar Hrachyshka (be@latin)
+ Runa Bhattacharjee (bn_IN)
+ Kenneth Nielsen (da)
+ David Lodge (en_GB)
+ Jorge González (es)
+ Stéphane Raimbault (fr)
+ Gabor Kelemen (hu)
+ Milo Casagrande (it)
+ Takeshi AIHANA (ja)
+ Žygimantas Beručka (lt)
+ I. Felix (ta)
+ Maxim Dziumanenko (uk)
+ Chao-Hsiung Liao (zh_HK)
+ Chao-Hsiung Liao (zh_TW)

Vino 2.21.92
============

  Fixes

+ Fix a crash with the vinagre client. (Mark McLoughlin)
+ Fix a crash when client disconnects just after connecting. (Jonh Wendell)
+ Fix the build with recent glibc. (Matthias Clasen)

  Translations

+ Josep Puigdemont (ca)
+ Pavel Šefránek (cs)
+ Ilkka Tuohela (fi)
+ Robert-André Mauchin (fr)
+ Nyitrai István (hu)
+ Shankar Prasad (kn)
+ Young-Ho Cha (ko)
+ Arangel Angov (mk)
+ Badral (mn)
+ Shyam Krishna Bal (ne)
+ Duarte Loreto (pt)
+ Clytie Siddall (vi)

Vino 2.21.91
============

  Translations

+ Djihed Afifi (ar)
+ Amitakhya Phukan (as)
+ Petr Kovar (cs)
+ Andre Klapper (de)
+ Arangel Angov (mk)
+ Wouter Bolsterlee (nl)
+ Tomasz Dominikowski (pl)
+ Vladimir Melo (pt_BR)
+ Zhovner Pavel (ru)
+ Theppitak Karoonboonyanan (th)

Vino 2.21.90
============

  Translations

+ Runa Bhattacharjee (bn_IN)
+ Andre Klapper (de)
+ Iñaki Larrañaga Murgoitio (eu)
+ sandeep shedmake (mr)
+ Kjartan Maraas (nb)
+ Yannig Marchegay (Kokoyaya) (oc)
+ Marcel Telka (sk)
+ Daniel Nylander (sv)
+ Clytie Siddall (vi)

Vino 2.21.3
============

  Fixes

    + Minor fixes

  Translations

+ Ivar Smolin (et)
+ Ignacio Casal Quinteiro (gl)
+ Matapathi Pramod (te)
+ Zhovner Pavel, Vasiliy Faronov (ru)

Vino 2.21.2
============

  Features

    + New gconf key to control the status icon behaviour
    + Added more options in the configuration applet

  Translations

+ Jorge González (es)
+ Matej Urbančič (sl)
+ Daniel Nylander (sv)

Vino 2.21.1
============

  Features

    + Handles clipboard copy and paste (Jonh)
    + Don't ship icons/ directory anymore (Jaap A. Haitsma)

  Fixes

    + Fixes some key presses issues (Dan Winship)
    + Only show 'disconnect all' popup item in status icon if we have
  more than one client connected (Jonh)
+ Better handles disconnection from avahi-daemon (Sebastien Estienne)

  Translations

    + Djihed Afifi (ar)
    + Oldie (he)
    + Matej Urbančič (sl)

Vino 2.20.1
===========

  Translations

    + Djihed Afifi (ar)
    + Rostislav "zbrox" Raykov (bg)
    + Iñaki Larrañaga Murgoitio (eu)
    + Young-Ho Cha (ko)
    + Dr.T.Vasudevan (ta)

Vino 2.20.0
===========

  Translations

    + Khaled Hosny (ar)
    + Iñaki Larrañaga Murgoitio (eu)
    + Gabor Kelemen (hu)
    + Arangel Angov (mk)
    + Wouter Bolsterlee (nl)
    + Og Maciel (pt_BR)
    + Duarte Loreto (pt)
    + Nickolay V. Shmyrev (ru)
    + Laurent Dhima (sq)
    + Данило Шеган (sr)
    + Maxim Dziumanenko (uk)
    + Clytie Siddall (vi)

Vino 2.19.92
============

  Fixes

    + Bug #353304 - using Alt-Gr from a Windows VNC client to vino
    + Bug #383147 - beryl windows manager does not support vino only metacity

  Translations

    + Josep Puigdemont (ca)
    + Ask Hjorth Larsen (da)
    + Hendrik Richter (de)
    + Ivar Smolin (et)
    + Stéphane Raimbault (fr)
    + Takeshi AIHANA (ja)
    + Young-Ho Cha (ko)
    + Žygimantas Beručka (lt)
    + Arangel Angov (mk)
    + Tomasz Dominikowski (pl)
    + Og Maciel (pt_BR)

Vino 2.19.90
============

  Features

    + Included hostname in Avahi service name
    + Show the configure summary

  Fixes

    + Minor fixes

  Translations

    + Runa Bhattacharjee (bn_IN)
    + Denis Radovanović (bs)
    + Hendrik Richter (de)
    + Athanasios Lefteris (el)
    + David Lodge (en_GB)
    + Jorge González (es)
    + Ivar Smolin (et)
    + Iñaki Larrañaga Murgoitio (eu)
    + Ilkka Tuohela (fi)
    + Ankit Patel (gu)
    + Rajesh Ranjan (hi)
    + Takeshi AIHANA (ja)
    + Vladimer Sichinava (ka)
    + Raivis Dejus (lv)
    + Hasbullah Bin Pit (ms)
    + Kjartan Maraas (nb)
    + Wouter Bolsterlee (nl)
    + Gora Mohanty (or)
    + Og Maciel (pt_BR)
    + Leonid Kanter (ru)
    + Daniel Nylander (sv)
    + Theppitak Karoonboonyanan (th)
    + Baris Cicek (tr)
    + Maxim Dziumanenko (uk)

Vino 2.19.5
===========

  Features

    + Show http server address in vino-preferences if vino is compiled
      with http support (Halton Huo)
    + Added a new configuration option (gconf key)
  'lock_screen_on_disconnect', which locks the screen when last
  user disconnects (Jonh)
    + Build against libnotify, if it's available (added
  --enable-libnotify=auto and make it the default)

  Fixes

    + Only publish VNC service under Avahi when server is enabled,
      bug #330690 (Jonh)
    + Don't assert on a NULL find result from gnome-keyring,
      bug #450074 (Stef Walter)
    + Fix a crash when dbus Introspect() method is called,
      bug #445525 (Jonh)
    + Fix keyboard mapping problem, bug #440429 (Jonh)
    + Use $prefix/share/vino for data in favor of $prefix/share/gnome/vino,
      bug #436460 (Matthias Clasen)
    + Fix gtk-update-icon-cache for install and uninstall-hook (David Farning)
    + Fix crash in mouse wheel movement on non-Xorg system,
      bug #431627 (Halton Huo)

  Translations

    + Khaled Hosny (ar)
    + Jakub Friedl (cs)
    + Tshewang Norbu (dz)
    + David Lodge (en_GB)
    + Jorge González (es)
    + Ivar Smolin (et)
    + Ignacio Casal Quinteiro (gl)
    + Oldie (he)
    + Espen Stefansen (nb)
    + Danishka Navin (si)
    + Daniel Nylander (sv)
    + Dr.T.Vasudevan (ta)
    + Theppitak Karoonboonyanan (th)
    + Clytie Siddall (vi)
    + Yang Zhang (zh_CN)

(wiz)

2008-10-29 13:30:40 UTC MAIN commitmail json YAML

Updated devel/anjuta to 2.24.1

(wiz)

2008-10-29 13:30:07 UTC MAIN commitmail json YAML

Update to 2.24.1:

Anjuta 2.24.1 (19 September 2008) -- Johannes Schmid

Translations updates:
====================
ar, de, ru, bg, fi, pl, he, da

Updates and fixes:
- Fix #545668 - new file are not added correctly to the project
- Fixed #545668 – file's icon not correctly updated on tabs-right-click
- Fixed #556053 – closing file tabs disable 'save button'
- Fixed #554684 – Cursor column number is not updated when typing text
- Debugger was unable to start if build and source directory are different
- Subversion: Make sure the repository URL given to the switch command is canonicalized.
- Fix #554337 could not find glade file while executing a program

Anjuta 2.24.0 (22 September 2008) -- Johannes Schmid

Translations updates:
====================
he, da, de, nb, ar, hu, mr, pt_BR, cs, da, sr, gl, th, ja, hi, nl, fi, ca, es, pt, en_GB, it, sv, fr, zh_CN, sq, gl, th, gu, tr

Updates and fixes:
- New version of symbol-db plugin beta
- Fix warnings, some documents could have no associated file
- Fix #529468: Use weak pointers to avoid acting on widgets that have
  been destroyed.
- Fix #551574 Project names and descriptions are not translatable
- Fix #551684: Wrong AC substitutions in anjuta-version.h.
- Fixed a problem with async file loading.
- Fix libanjuta API documentation
- Imported new symbol icons from MonoDevelop.
- Fix #550322 - Newlines should be placed at the end of error messages
  lines
- Fix #550470 - Crash: Executing file through popup menu
- Use the View->Editor->* menu items for view spaces, view eol and
  line wrap (new) option instead of the preferences.
- Fix #549950 - crash while saving a file

Anjuta 2.23.91 (1 September 2008) -- Naba Kumar
-------------------------------------------------

Translations updates:
=====================
mr, sq, es, gl, sr@Latin, ar, fi, gu, sv, de

New:
====
* GSoC Git plugin completed: Beta 1 completes the agreed-upon feature set in
  the proposal.
* Symbol-DB plugin maturing.

Updates and fixes:
==================
* Fixed a crasher in symbol-db due to use of uninitialised memory
* Fixed bug #548622 – sun cc can not compile build-options.c
* Do not free mutex in symbol-db because that crashes 50% of the time.
* Fixed critical on plugin deactivation of message-view plugin
* Fixed bug #546109 - Spurious libanjuta-2.0.pc file
* Install anjuta-version.h
* Keep const gchar* instead of GFile in debugger interface
* Updated debugger documentation
* Updated build documentation
* when terminal window is active (remove shortcut)
* Fixed bug #548646 Delete key press is routed to editor window
* Fixed bug #549105 Patch plugin icon not loaded
* Fixed bug #549405 – There are warnings when I create a new file
* Fixed bug #548606 now engine exits cleanly even if it's in scanning mode.
  It still remains the libgda bug anyway, bug #545979.
* Fixed bug #522032 also for symbol-db.
* Added two checkboxes: one is for parallel scan control, the other is for
  the buffer updating control.
* GSoC Git plugin: Beta 1 completes the agreed-upon feature set in
  the proposal.
* Fixed bug #548984 – Use AC_HELP_STRING macro
* Use gnome-terminal if terminal plugin is missing

Anjuta 2.5.90 (18 August 2008) -- Johannes Schmid
-------------------------------------------------

Translations updates:
=====================
ar, be@latin, de, es, fi, gl, he, mk, oc, pt, ru, th, vi

Updates and bugfixes:
=====================
* Fix #536372: Write __MAX_BAUX instead of __MAX_BAUD
* Fix a crash when GNOME Terminal is not installed
* now search for symbols can be done also in global tags. Added a new parameter
to search function and adjusted dependencies on different plugins.
* Put tables.sql into distribution
* Fix #536889 anjuta doesn't pass "make check"
* Fixed #537398 – crash in Anjuta IDE: Closed project
* Fix #537134: critical warnings tools->plugin_deactivate
* Fix #534523: anjuta parses filenames from make wrong
  GMatchInfo need to be freed even when regex fail in build_get_summary
* Fixed a possible bug where the project-manager plugin is deactivated twice.
* Fix #536375: libsocket not included cause build fail on Solaris
* Add new scratchbox 1 plugin implementing IAnjutaEnvironment
* Enabled tooltips for recent files to identify full paths.
* Ported file-manager to gio
* Fix #530215 – Have a message area like gedit
* Using glib/gi18n.h instead of libgnome/gnome-i18n.h
* Fixed a crash on file selection. Gave enough buffer for the formated
  time print.
* Restore text focus on switching editor with ALT+X and
  navigating from local-symbols view.
* Fixed #528699 – Auto-indent ignores spaces-per-indent settings
* Fix #538798: UI selected tab document differs from real one
* Fix again #538798: UI selected tab document differs from real one
* Fix #538921 – Duplicated folders
* Fix #539726 – Completing port to GIO
* Fix #513156 – Get rid of libgnome(ui)
* Fix #538443 – Missing files in POTFILES.in
* Fix #538906 – Enable state "Max actions" when "No limit" toggled
* Fix #449620 – Implement autocompletion for gtksourceview editor
* Fix #540731 - Port editor to gio
* Fixed loading of files from the command line
* Fixed crash when double-clicking on a breakpoint.
* Change (nearly) all interfaces to use GFile* instead of uris
  Document all shell variables
* Fixed #541313 – Crash on saving file
* Fix #515954 – create_global_tags.sh: wrong anjuta-tags path
* Fixed global tags loading
* Fix bug #538217: Run in terminal option isn't remembered
* Fix bug: Debugger sources directories isn't remembered neither
* Fixed "Hide binary files"
* Fix #539551 – AutoComplete doesn't work
* Fix #539551 – AutoComplete doesn't work
* Fix #357697 – readonly file can be edited
* Fix #511762 – Multiple selection don't work well when hitting enter
* Fix #535173 – UI isn't updated on closing all documents
* Fix #500962 – Further icons
* Fix #475244 – AC_SUBST() not needed after PKG_CHECK_MODULES()
* Fix #518594 – Get rid of .anjuta and follow fd.o specifications
* Fixed #541689 – Filter buttons added
* Fixed symbol-db plugin for threaded libgda calls
* Show all completions even when the editor makes own suggestions
* #541941 – Crash on searching with regular expression
* Fixed #542838 – create_global_tags.sh is creating tags in root directory
* Added 'continue global tags scan after abort' feature.
* Allow to build project outside source directory (fix #540782)
* Fix crash on closing project due to the previous patch
* Add more options for build command: parallel make, keep going on error
  and keep message untranslated
* Fix another crash on closing project with a file outside project
* Fix #375640: Allow user to stop a build in progress
* Fix #534566: expand shell variable in configure parameters
* Fix #543889: Crash typing in configuration field
* Fix #522825: Opening files from shell disable build->compile menu
* Fix configuration name not displayed, error when compiling target
  outside project
* Fix #543978: GPL license shown in COPYING file irrespective of
  which license selected
* Fix #544190: Crash double click on item in stack trace
* Fix #530630: Scintilla hand up after hit return
* Fix #544841 – Cursor set on a wrong line when I click
* Fix several memory leaks in build plugin
* Keep all command data in one object
* Fix #544495: Memory leak
* Avoid using the same function name in interfaces implemented
  by the same object to avoid trouble with bindings
* Fix crash on 64bits machine due to the previous change (thanks Ignacio)
* Fix #543149 Project doesn't rebuild when file is changed
* Bug #529270 - GSoc: Git Plugin, alpha release 3.
* Add header file to expose libanjuta versioning information.
* Add a preference for the new visible whitespace feature of gtksourceview
* Pull GIO into the libraries that libanjuta links against. (Bug #546394)
* Fix #542432 – Svn diff doesn't work correctly
  Convert the output of svn diff from localce to utf-8
* Fix #545673 – A bug in isymbol_get_file function
  Use g_file_new_for_uri() instead of g_file_new_for_path
* Fix #546620 – Build- and make dist fixes (with some small changes)
* Fix #420279 – INS and OVR do not immediately change in status bar
* Save files in their original encoding
* Use a fallback dialog if the document was not added to the document-manager
  yet (#545557 – Crash pressing on message view)
* Fix #493818 Close project with opened target properties dialog opened
  crash Anjuta
* 545624 – Toolbar broken
* Lots of improvements to symbol-db
* Use uf8_strlen instead of strlen to avoid selection problem with
  non-ASCII search strings (see #440637 comment 15)
* New git plugin (Anjuta GSoC project)

Anjuta 2.5.0 (02 June 2008) -- Naba Kumar
-----------------------------------------

Translations updates:
=====================
gl, zh_TW, el, ru, en_GB, es, he, de, cs, ar, fr

Updates and bugfixes:
=====================
* Fix #514620: Port anjuta to GRegex
* Fix #536254: gtk_marshal_VOID__INT_INT shouldn't be used
* Update sexy icon entry
* Fix #536045: New run program plugin crash
* Keep comment for enum and structures
* Declare class typedef first
* Allow to document Anjuta shell variable using define
* Add a documentation sample in IAnjutaProjectManager interface
* Fix a detail in the previous patch
* Fix #534175: Deprecated code in Plugin Tutorial
* Use sh instead of bash when possible
* Order of include matter on OpenBSD
* ps syntax differ on *BSD
* Fix #527357: gdb plugin doesn't work under OpenBSD (do not clear CREAD).
* Fix #528226: doesn't compiling on FreeBSD6.3
* #535048 – Anjuta doesn't build when checking underlinking and overlinking
* Forget this change to add AnjutaCommand and AnjutaAsyncCommand
  in the documentation
* Change the new IAnjutaBuilder interface to use callbacks
* Add the documentation of IAnjutaBuilder
* Fixed bug #532537 - Crash on closing Anjuta Preferences when it
  open twice.
* Set line to mouse location when popup-menu is displayed (#530689)
* Document AnjutaCommand and AnjutaAsyncCommand
* Fix a crash when changing a watch while debugger is stopped
* Allow loading application/octet-stream mime type
* Fix #378903: Use IAnjutaBuilder to always debug an up to date program
* Use IAnjutaBuilder to always run an up to date program
* New IAnjutaBuilder interface allowing to check if a target is up to
  data and having a notification when the target is built
* Fix #533758: django project creation fails
* #532625 – Wrong consecution of functions calls when opening a glade file
* Fix #533346: Create project in path with spaces fails
* Fix #531940: Can't change the default project directory
* Remove useless _DEPENDENCIES
* Fix #532243: Execute program with whitespace in the project path fails
* Fix #531623: Crash on updating non-existing watch
* Fixed a bunch of compiler warnings
* Fixed global tags loading from project configuration and added a
  configuration option
* Fix translation issues (#530860 and #531411)
* #531405 – AM_CONFIG_HEADER macro is obsolete
* add limit/offset keywords to search query. Adjusted APIs.
* Fixed a minor bug with caches in the engine.
* The terminal configuration default option doesn't work (#530031)
* Combobox for terminal choose not working (#530032)
* Do not reverse list of file in save-session (#531445)
* Set line to mouse location when popup-menu is displayed (#530689)
* Add a context menu with copy/paste in terminal plugin
* Add an interface method to access the pkg-config data from gnome-build.
* Automatically load symbol from project configuration (proof-of-concept)
* Adapt to changes in recent libgda for symbols-db
* Fix run plugin again, previous patch was causing a crash when
  the program exist
* Fixed bug broken titles for new files
* Added some utility methods (derived from gedit)
* set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
* fixed a population bug introduced with using of caches. It broke the kind
  of symbol in some cases (e.g. returning of table_id = -1).
* Avoid lazy initialization and inlined the lookup functions to speed up the
  thing.
* Performances improvement in sdb_engine_second_pass_update_heritage () using
  a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
  logic in this part should avoid gui freezing, at least here it does not freeze.
* greyed out trees while population is in place.
* Put the new run program plugin in the default plugin list
* Fix a crash when the program doesn't exist
* Put the menu items of the message-manager in the correct Goto menu
* Allow markup in dialog description
* #523186 – Open With dialog should mention filename
* #530033 – Have window title like gedit
* Also add the dirty char (*) at the beginning of the filename to match HIG
* Moved Goto menu into View to avoid cluttering the menubar and created
  new Documents menu
* Show open documents in the "Documents" menu and add actions for next/prev
  document like in gedit. Don't center menu items of notebook popup menu.
  (Fixes bugs #453702 and #529528)
* 530566 – Fix translation and POTFILES.in
* Use current project folder as default and added a file filter for
  the patch file chooser.
* fixed search symbols to match "foo_symbol_%"
* New run program plugin, includes a new dialog box to set
  program arguments
* Update debugger plugin to use run program parameter dialog
* Remove run program menu item
* Use a gchar * null terminated array instead of a GList for
  passing environment variables
* Add a child-exited signal in the IAnjutaTerminal interface
  Remove environment variables merging, it is already done
  in vte
* fixed partial pattern match in symbols accordingly with api.
* Hide progress bar when things are done in symbols db.
* new dynamic prepared queries architecture. Now every query used in the
  engine has its own compiled query in libgda-sqlite provider. This for speed
  improvements, code cleaning and auto-escaping of string parameters.
* Lookup of dynamic queries takes care of sym_info parameters and of
  parameters passed to functions. The compiled GdaStatements are stored in an
  array of GTree (of GTree(s)). Some parameters, as the filter_kinds,
  are bounded at n = 5, to avoid a third level of indirection on the store-trees.
* Fix #529798: Mark additional strings for translation
* Add additional restriction on project name fix #529226
* Fix #529506: Uncorrect unloading tools plugin
* Don't spit out two many warnings when the message view is destroyed
* Only use first 500 characters for validation
* Use GRegex instead of pcre and convert files to utf-8 if necessary.
  Rest of #440637
* #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
  (there was an else missing...)
* Fixed bug #528264 - New: Uses incorrect spelling "assistent"
* Fixed a condition where we kill our own process
* Added new sessions states to avoid loading the local symbols before
  the session is loaded (speeds up start-up).
* Fixed #528705 – There is no Redo
* Add an env parameter in the IAnjutaTerminal interface allowing
  to specify additional environment variables
* Show 5 project and 15 file items in recent-chooser
* Make searching utf-8 aware. We still need to fix encodings for
  search/replace in files as it is currently assumed they are utf-8 like
  the editors.
* Fix recent files in the toolbar
* Do not enable brace autocompletion by defualt because it annoying for
  fast typist (i.e. it's easier to type ending brace than move carat)
  and it's currently broken for scintilla.
* Removed dead files.
* Added anjuta_utils_get_user_config_dir. This func is used
  to get the user config directory.
* Switched from GnomeApp to GtkWindow.
* Move the encoding conversion infrastrcute to libanjuta and update all
  users. Test all available encodings by default in scintilla editor
  like sourceview is doing and removed encoding preferences
* Fixed crasher
* Various small improvements to the dialog
* Add separator to recent menu (#526932)
* Merged the UI changes from bug #511688 and simplified the search dialog
* Check for ctags binary (#516123)
* GdaSet *plist is now used globally for every prepared statement.
  It won't be created/unreffed at every query.
* Fixed crasher when deactivating symbol-db plugin
* Don't use transactions - uses only half of the time now!
* fixed global tab icons. Libgda could not understood the right fields, now it
  does.
* Only show () for functions/methods and macros with arguments. Does not work
  with symbol-db yet but fixes things for symbol-browser
* Fixed some issues with symbol caching
* Give the symbol-db it's own progress bar because there are too many
  interactions with the global status bar.
* Sort symbol trees
* Block insert-text signal on cut/copy/paste
* Only update buffer when a newline is inserted
* Precompute file_defined_id to speed up symbol population
* Fixed some problems with binary streams needed by symbol-db
* Use some caching to speed up symbol population
* Exit properly when symbol scanning is over
* Fix bug #525999: Remove space in file and target names generated
  by project wizard
* Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
  has been renamed ianjuta_document_manager_get_current_document
* Added a check for vital programs and packages needed to create a
  new project. A warning dialog is shown to user in project
  wizard when he proceeds after selecting a project type.
  Updated all project templates to cover vital programs and
  packages to generate and build correctly.
* Fixed bug #523068 link in about window doesn't work.
* Removed unused color management code
* Added style chooser for sourceview editor (#522555)
* Moved "New" action from document-manager to file-loader using
  IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
* Killed libegg (#349279)
* Removed dead code and libegg from Makefiles
* Removed symbol-browser toolbar which used libegg and was
  buggy (#451588)
* Port FileLoader to GtkRecent (#398984)
* Merged changes from symbol-db branch
* Use gnome_vfs_get_slow_mime_type()
* Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
  supertype instead no plugin for mime-type was found (#525706)
* Fixed padding in preferences
* #515854 – Move configuration into preferences
* #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
* Improve start program dialog, allowing to specify working
  directory and environment variables
* Get rid of gnome_help_display_with_doc_id()
* Fixed type 'assistent' to 'assistant'.
* Ports anjuta-ui to gtk_cell_renderer_accel
* Ported the GnomeDruid stuff to GtkAssistant an removed the glade
  file because libglade doesn't have GtkAssistant support.
* Avoid a crash when debugger stop on an error
  Display an error message when debugger target is not found
* Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
* Add API to set environment variables for the forked process
* #520761 – Weirz behavior with popup
* 520415 – [PATCH] Problems in auto indentatation code,
* 520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
* 521691 – Crash when click "Resolve Conflicts" without opened project
* 520324 – Execute command is not overridable
* #521847 – anjuta freez when edit file
* Removed all GNOME_CALL* calls in plugins.
* Moved data/properties to plugins/editor/ and removed dead code from
  Makefile.am files.

(wiz)

2008-10-29 13:25:35 UTC MAIN commitmail json YAML

Updated net/parpd to 1.2

(obache)

2008-10-29 13:25:01 UTC MAIN commitmail json YAML

Update parpd to 1.2, based on wip/parpd.

No changelog in tarball and pkgsrc-wip commit log,
>From the project timeline:
some performance and potabilty improvements
sample parpd.conf file is not installed anymore.

(obache)

2008-10-29 11:45:34 UTC MAIN commitmail json YAML

Add patch-ag, patch-ah, patch-ai (hi, shannonjr!).

(wiz)

2008-10-29 11:38:09 UTC MAIN commitmail json YAML

Three patches to permit compilation under Solaris with SunPro compiler:

patch-ag and patch-ah fix void functions that attempt to return the result
of calling a void function.

patch-ai conditionally includes <sys/inttypes.h> to pick up uint32_t

(shannonjr)

2008-10-29 11:36:54 UTC MAIN commitmail json YAML

Fix path to p5-gettext.

(wiz)

2008-10-29 11:23:17 UTC MAIN commitmail json YAML

2008-10-29 10:38:53 UTC pkg_install-renovation commitmail json YAML

Require DB support in libnbcompat.

(joerg)

2008-10-29 10:30:44 UTC MAIN commitmail json YAML

2008-10-29 10:24:09 UTC MAIN commitmail json YAML

"return _gcry_rngfips_deinit_external_test (context);"
is incorrect because:
1) _gcry_rngfips_deinit_external_test() is void function
2) the calling function, random, is declared void

The unpatched code will not compile with Sun compiler.

(shannonjr)

2008-10-29 10:05:40 UTC pkgsrc-2008Q3 commitmail json YAML

2008-10-29 10:05:00 UTC pkgsrc-2008Q3 commitmail json YAML

pullup ticket #2561 - requested by wiz
png: update package for security fix

revisions pulled up:
pkgsrc/graphics/png/Makefile 1.108, 1.109
pkgsrc/graphics/png/distinfo 1.52, 1.53

  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Thu Oct  9 14:50:20 UTC 2008

  Modified Files:
          pkgsrc/graphics/png: Makefile distinfo

  Log Message:
  Update to 1.2.32, to get rid of the beta in the version:

  version 1.0.40, 1.2.32[September 18, 2008]
    No changes.

  ------------------------------------------------------------------------

  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Tue Oct 28 19:09:29 UTC 2008

  Modified Files:
          pkgsrc/graphics/png: Makefile distinfo

  Log Message:
  Update to 1.2.33rc02, fixing a security problem.

  version 1.2.33beta01 [October 6, 2008]
    Revised makefile.darwin to fix shared library numbering.
    Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8()
      in example.c (debian bug report)

  version 1.2.33rc01 [October 15, 2008]
    No changes.

  version 1.2.33rc02 [October 23, 2008]
    Changed remaining "key" to "png_ptr->chunkdata" in png_handle_tEXt()
      to avoid memory leak after memory failure while reading tEXt chunk.`

(rtr)

2008-10-29 04:17:18 UTC MAIN commitmail json YAML

2008-10-29 04:16:15 UTC MAIN commitmail json YAML

2008-10-29 02:39:52 UTC MAIN commitmail json YAML

- balsa-2.3.26, dasher-4.9.0, ekiga-3.0.1, gconf-editor-2.24.1,
  glibmm-2.18.1, gnome-build-2.24.1, ptlib-2.4.2, py-ORBit-2.24.0,
  rhythmbox-0.11.6.

(wiz)

2008-10-29 02:37:23 UTC MAIN commitmail json YAML

Updated editors/dasher to 4.9.0

(wiz)

2008-10-29 02:37:05 UTC MAIN commitmail json YAML

Update to 4.9.0.
Don't you adore concise summaries like the following?

============
Dasher 4.9.0
============
  * New development branch

(wiz)

2008-10-29 02:21:39 UTC MAIN commitmail json YAML

Updated editors/gconf-editor to 2.24.1

(wiz)

2008-10-29 02:21:24 UTC MAIN commitmail json YAML

Update to 2.24.1:

2.24.1:
* Fixes:
- Add missing COPYING file and license headers.
- Standardize .desktop file.
- PRoperly unref GConfClient objects.
- Use single header GTK+/GLib includes.
* Updates:
- Updated translations.

2.24.0.1:
* Fixes:
- Add missing license.
2.24.0:
* Updates:
- Updated translations.
2.23.91:
* Fixes:
        - Code cleanup (#341288, #341252) (Kristof Vansant)
        - Use themed icons (#348822) (Christopher Bratusek, chpe)
        - Fix clipped icons in the search pane (#518297) (Jonathon Jongsma)
        - Use standard icon names where available (Matthias Clasen)
* Updates:
- Updated translations.

(wiz)

2008-10-29 02:20:31 UTC MAIN commitmail json YAML

Added missing DESTDIR suppoted mark.

(obache)

2008-10-29 02:15:51 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome-platform to 2.24.1

(wiz)

2008-10-29 02:15:37 UTC MAIN commitmail json YAML

2008-10-29 02:07:50 UTC MAIN commitmail json YAML

Note libsoup-devel removal.

(wiz)

2008-10-29 02:07:33 UTC MAIN commitmail json YAML

2008-10-29 02:06:02 UTC MAIN commitmail json YAML

Updated net/logjam to 4.5.3nb9

(wiz)

2008-10-29 02:05:47 UTC MAIN commitmail json YAML

Use curl instead of libsoup-devel as networking library.
Fix PLIST.

Bump PKGREVISION.

(wiz)

2008-10-29 01:57:15 UTC MAIN commitmail json YAML

-ruby-gnome-0.18.0 (updated 0.18.1)
s/rubygems-1.3.0/rubygems-1.3.1/.

(taca)

2008-10-29 01:40:49 UTC MAIN commitmail json YAML

Updated audio/rhythmbox to 0.11.6

(wiz)

2008-10-29 01:39:57 UTC MAIN commitmail json YAML

Update to 0.11.6:

Overview of changes in Rhythmbox 0.11.6  "Haunt You Down"
=========================================================

* Relicensed with GPL exception for GStreamer plugins
* Improvements to the cross-fading playback backend
* Use Amazon ECS 4.0 web service for cover art searches
* Remember browser state for (some) removable devices
* Automatically remove podcast episodes that are no longer available
* Only display error dialogs for manually triggered podcast updates
* Allow playlists from DAAP shares to be sorted
* Fix transcoding when transferring to MTP devices
* Start moving cached data to XDG_CACHE_HOME
* More inclusive local cover art search
* Lots of improvements to the iPod plugin
* Switch to the new last.fm streaming system
* Much improved API documentation coverage

Contributores to the release:
- Thomas Andersen
- Sebastien Bacher
- Niels Vorgaard Christensen
- Jay Cornwall
- Paul Drain
- Christophe Fergeau
- Luca Ferretti
- Marcin Galazka
- Alexander Gitter
- Maximilian Grothusmann
- Andreas Henriksson
- Jeremy Katz
- Colin Leroy
- James Livingston
- Edgar Luna
- Nikolai Luthman
- Jonathan Matthew
- John Millikin
- Mirco Müller
- Bastien Nocera
- Alfredo Pironti
- Frank Scholz
- Shogun
- Sjoerd Simons
- F. Steinel
- Mats Taraldsvik
- Philippe Troin
- David Turner
- Mika Wahlroos
- Colin Walters
- Thomas Zander
- Adam Zimmerman

Updated translations
--------------------

Petr Kovar, Kamil Páral (cs)
Jochen Skulj (de)
Simos Xenitellis (el)
Jorge Gonzalez (es)
Claude Paroz (fr)
Ignacio Casal Quinteiro (gl)
Mark Krapivner (he)
Luca Ferretti (it)
Žygimantas Beručka (lt)
Arangel Angov (mk)
Kjartan Maraas (nb)
Tino Meinen (nl)
Yannig Marchegay (Kokoyaya) (oc)
Tomasz Dominikowski (pl)
Vladimir Melo, Fábio Nogueira (pt_BR)
Peter Tuhársky (sk)
Daniel Nylander (sv)
甘露(Lu Gan) (zh_CN)

Overview of changes in Rhythmbox 0.11.5
=======================================

* Improvements to the cross-fading playback backend
* Assorted bug fixed for MTP device support
* Add "shuffle playlist" command for playlists
* Improvements to iPod art and podcast support
* Fix some issues causing problems for accessability tools
* Several major improvements to UPnP support (including acting as a renderer)
* List Rhythmbox as supporting lastfm:// URIs

Contributors to the release:
- Djihed Afifi
- Sebastien Bacher
- Damien Carbery
- Ed Catmur
- Jay Cornwall
- Christophe Fergeau
- Ralph Giles
- Kern Handa
- Ryan Hughes
- Alex Kloss
- Karol Krizka
- Jonathan Matthew
- Mirco Müller
- Claude Paroz
- Frank Scholz
- Sam Solon
- Kouhei Sutou
- Götz Waschk
- Dan Winship
- Li Yuan
- David Zeuthen

New translations
----------------

* ps Zabeeh Khan

Updated translations
--------------------

* ar Ahmad Farghal
* be@latin Ihar Hrachyshka
* ca Gil Forcada, David Planella
* cs Kamil Paral
* da Kenneth Nielsen
* de Hendrik Richter
* en_GB Philip Withnall
* es Jorge Gonzalez
* eu Inaki Larranaga Murgoitio
* fi Ilkka Tuohela
* fr Claude Paroz, Stéphane Raimbault
* ga Seán de Búrca
* gl Ignacio Casal Quinteiro
* he Mark Krapnov
* hu Gabor Kelemen
* it Luca Ferretti
* ja Takeshi AIHANA
* lt Žygimantas Beručka, Gintautas Miliauskas
* mk Jovan Naumovski
* nb Kjartan Maraas
* ne Pawan Chitrakar
* nl Tino Meinen
* oc Yannig Marchegay
* pl Artur Flinta
* pt Filipe Gomes
* pt_BR Og Maciel
* ru Yuri Myasoedov, Anton Shestakov
* sk Peter Tuhársky
* sv Daniel Nylander
* tr Gil Forcada
* zh_HK Chao-Hsiung Liao
* zh_TW Chao-Hsiung Liao

Overview of changes in Rhythmbox 0.11.4 ""
==========================================

* Support automatic GStreamer plugin installation
* Improved cross-fading backend
* Improved Podcast feed support, including Atom and APML
* Add optional mozilla plugin to handle itms:// links
* Fade volume when pausing and unpausing
* Improve performance and stability of MTP device support
* Stop putting deleted tracks on iPods in the Garbage Bin
* Support PSPs with newer firmware
* Improvements to the Coherence-based UPnP support
* Minor improvements to Python bindings for plugins

Contributors to the release:
- John Daiker
- Louis Francis
- Irene Huang
- James Livingston
- Jonathan Matthew
- Andreas Nilsson
- Bastien Nocera

Updated translations
--------------------

* be@latin Ihar Hrachyshka
* de Andre Klapper
* es Jorge Gonzalez
* fr Robert-André Mauchin
* ga Seán de Búrca
* gl Ignacio Casal Quinteiro
* it Luca Ferretti
* ja Takeshi AIHANA
* ka Namhyung Kim
* lt Žygimantas Beručka
* nb Espen Stefansen
* pt Filipe Gomes
* sv Daniel Nylander

Overview of changes in Rhythmbox 0.11.3 "Splinter"
==================================================

* Allow drag-and-drop of images to the cover art display
* Allow DAAP shares to be connected to manually
* Support DAAP smart playlists and radio streams
* Handle file name being passed on the command line again
* Add "donate to artist" action to Jamendo plugin
* Support some more lyric sites
* Improvements and fixes to the cross-fading player
* Improve UPnP support
* Improve track importing, especially on generic audio players
* Allow python plugins to use threads
* Enable music store plugins by default
* Support playback from fm radio tuner cards

As well as a heap of bug fixes.

Contributors to the release:
- Paolo Borelli
- John Bryant
- Brian Cameron
- Ed Catmur
- Cosimo Cecchi
- Tim Chevalier
- Jay Cornwall
- Jeff Craig
- Paul Drain
- Nguyen Thai Ngoc Duy
- James Henstridge
- David Keijser
- Alex Lancaster
- James Livingston
- Stephane Loeuillet
- Jonathan Matthew
- Bastien Nocera
- Tom Parker
- Tim Retout
- Claudio Saavedra
- Torsten Schoenfeld
- Kouhei Sutou
- Mika Wahlroos
- Philip Withnall
- Austin

Updated translations
--------------------

* ar Djihed Afifi
* be@latin Ihar Hrachyshka
* ca Francesc Vilches
* cs Martin Picek
* en_CA Adam Weinberger
* es Jorge Gonzalez
* eu Inaki Larranaga Murgoitio
* fi Ilkka Tuohela
* fr Stéphane Raimbault
* gl Ignacio Casal Quinteiro, Iván Méndez López
* hu Gabor Kelemen
* it Luca Ferretti
* ja Takeshi Aihana
* lt Žygimantas Beručka, Gintautas Miliauskas
* lv Raivis Dejus
* mk Jovan Naumovski
* nb Kjartan Maraas, Espen Stefansen
* nl Tino Meinen
* pl Artur Flinta
* pt_BR Og Maciel, Pedro de Medeiros
* ro Alex Eftimie
* sk Peter Tuharsky
* sv Daniel Nylander

Overview of changes in Rhythmbox 0.11.2 "Inverted Ouroboros"
============================================================

* add partial support for UPnP A/V using Coherence
* large memory usage reductions for the Jamendo plugin
* read some keys from .is_audio_player files, like Banshee
* handle playlist-paths given to us by HAL better
* allow plugins to add new play orders
* notify last.fm about songs played on iPods

As well as a heap of bug fixes.

Contributors to the release:
- Jürg Billeter
- Dennis Cranston
- Christophe Fergeau
- Luca Ferretti
- Alex Lancaster
- Eduardo Lima
- James Livingston
- Jonathan Matthew
- Bastien Nocera
- Tim Retout
- Adam Zimmerman

Updated translations
--------------------

* dz Pema Geyleg
* eu Inaki Larranaga Murgoitio
* fi Ilkka Tuohela
* fr Claude Paroz
* gl Ignacio Casal Quinteiro
* it Luca Ferretti, Giuseppe M
* lt Žygimantas Beručka
* lv Raivis Dejus
* pl    Artur Flinta
* pt_BR Vladimir Melo, Evandro F. Giovani, Og Maciel
* sv Daniel Nylander
* vi Nguyễn Thái Ngọc Duy

Overview of changes in Rhythmbox 0.11.1 "<codename:insert/>"
==============================================================

* more new icons
* make gapless/xfade playback and visualisations work together better
* handle lastfm:// URIs
* make Magnatune/Jamendo loading intro saner on small screens
* fix last.fm streaming
* allow the user of Magnatune gift cards
* do iPod DB saving in the background, not blocking the UI
* vastly reduce the Jamendo plugin's memory usage
* add support for MTP audio players
* clean up the playback preferences UI
* update play count, rating and last played on iPods
* add support for multiple lyrics sites, and allow editing of lyrics

Plus the usual other bug fixes and minor improvements.

Contributors to the release:
- Christophe Fergeau
- Luca Ferretti
- Peter Grundström
- Jaap A. Haitsma
- Alex "weej" Jones
- James Livingston
- Jonathan Matthew
- Michael Monreal
- Bastien Nocera
- Tom Parker
- Riley Patterson
- Sirio Bolaños Puchet
- Tim Retout
- Adam Zimmerman

Updated translations
--------------------

* es    Maria Majadas
* gl    Ignacio Casal Quinteiro
* nl    Reinout van Schouwen
* pl    Artur Flinta
* sv    Daniel Nylander
* vi    Phạm Thành Long
* zh_CN Funda Wang

Overview of changes in Rhythmbox 0.11.0 "Rough in the diamond"
==============================================================

* Add gapless/cross-fading playback backend (130426)
* Add awesome Tango-style icons (388648, 380896, 388650, 314608)
* Don't wake up the CPU all the time while doing nothing (399012)
* Allow plugins to add filer and tee elements/sub-piplines
  to the gstreamer pipeline (345181)
* Group sources together (359740)
* Add DB support for keywords (324540)
* Save modified iPod playlists (436744), and
  marks podcasts as such (424086)
* Fix Unicode normalisation, which also makes searching
  ignore diacritical marks (421253, 338824)
* Use xdg-user-dirs, and kill the druid (yay!) (411247)
* Write art out to the DB on iPods (357400)
* Parse last.fm group radio URLs too (407320)
* Add support for MusicBrainz id tags (410681)
* Minor improvements to the cover-art plugin
* Retrieve cover art from last.fm (414065) and Magnatune (411622)
* Add some more useful options to rhythmbox-client (414648)
* Add preliminary support for Vala plugins
* Use GSequence instead of EggSequence (419599)
* plus a heap of bug fixes and minor improvements

This release also drops support for:
- GStreamer 0.8
- GTK+ 2.6
- DBus 0.3x before 0.35
- HAL 0.2

Contributors to the release:
- Hylke Bons
- Kjell Braden
- Ed Catumur
- Christophe Dehais
- Paul Drain
- Edward Duffy
- Christophe Fergeau
- Andreas Hanke
- Denis Jacquerye
- Alex "weej" Jones
- Gabor Kelemen
- Alex Lancaster
- James Livingston
- Jonathan Matthew
- William Jon McCann
- Matt N
- Andreas Nilsson
- Jonty Pearson
- Brian Pepple
- Tim Retout
- Edward Rudd
- Robin Sonefors
- Adam Zimmerman
- 'William'

Updated translations
--------------------

* ar    Djihed Afifi, Ahmad Farghal
* ca    Josep Puigdemont i Casamajó
* de    Hendrik Brandt, Sven Herzberg
* fi    Tommi Vainikainen
* fr    Stéphane Raimbault
* gl    Ignacio Casal Quinteiro
* hu    Gabor Kelemen
* lt    Žygimantas Beručka
* nl    Reinout van Schouwen
* pt    Filipe Gomes
* pt_BR Washington Lins
* sv    Daniel Nylander
* zh_CN Funda Wang

(wiz)

2008-10-29 01:04:43 UTC MAIN commitmail json YAML

Updated net/aria2 to 0.16.2

(bjs)

2008-10-29 01:04:06 UTC MAIN commitmail json YAML

Update to aria2-0.16.2.  Notable changes:

- Added Serbian, Vietnamese, and Traditional Chinese translations.
  Updated French, Simplified Chinese, and Japanese Translations.

- Added length equality test to operator== to drop a piece message
  whose length does not match to the requested one.

- Fixed the bug that aria2 aborts when a request larger than 16KiB is
  recieved.  In this fix, if a request larger than 16KiB length is
  received, aria2 disconnects the peer.

- Updated man page. Changed doctype of aria2c.1.html to manpage in order
  not to replace '--' with em dash character.

- Added --auto-save-interval=SEC option. A control file(*.aria2) is saved
  every SEC seconds.

- Added --dht-file-path option to change the path to dht.dat, which is a
  serialized DHT routing table.

- Fixed the bug that last character in URI is not encoded.

- Fixed the bug that referer header field contains fragment.  Now Request
  class removes fragment part of URI and encodes it in Request::setUri()
  and setReferer().

(bjs)

2008-10-29 00:55:53 UTC MAIN commitmail json YAML

We do not depend on xorg-util-macros unless we're regenerating
autotools scripts.  Using !empty(USE_TOOLS:Mauto*) should suffice,
no?

(bjs)

2008-10-29 00:53:38 UTC MAIN commitmail json YAML

Regenerate distinfo to include Mesa-7.0.4-002.patch.  It's not actually
used in the server build, but it's best to be consistent.

(bjs)

2008-10-29 00:51:57 UTC MAIN commitmail json YAML

Assign PATCHFILES and PATCH_SITES with += so that we don't stomp on these
definitions in x11/modular-xorg-server/Makefile.

(bjs)

2008-10-29 00:41:44 UTC MAIN commitmail json YAML

Remove duplicate elements from PLIST ruining -x11 builds.

(ahoka)

2008-10-29 00:30:24 UTC MAIN commitmail json YAML

Note gail removal.

(wiz)

2008-10-29 00:29:58 UTC MAIN commitmail json YAML

2008-10-29 00:21:40 UTC MAIN commitmail json YAML

Updated devel/subversion to 1.5.4

(gdt)

2008-10-29 00:21:04 UTC MAIN commitmail json YAML

Remove reference to gtkhtml38.

(wiz)

2008-10-29 00:20:38 UTC MAIN commitmail json YAML

Note gtkhtml38 removal.

(wiz)

2008-10-29 00:20:25 UTC MAIN commitmail json YAML

2008-10-29 00:20:23 UTC MAIN commitmail json YAML

Version 1.5.4
(24 Oct 2008, from /branches/1.5.x)
http://svn.collab.net/repos/svn/tags/1.5.4

User-visible changes:
  * Properly handle explicit mergeinfo added in merge source (r32968, -75)
  * fixed: merging of paths containing spaces (r33641, -44)
  * fixed: regression in mergeinfo-aware merges against 1.5.3 (r33693, -704)

(gdt)

2008-10-29 00:19:09 UTC MAIN commitmail json YAML

Updated mail/balsa to 2.3.26

(wiz)

2008-10-29 00:18:51 UTC MAIN commitmail json YAML

Update to 2.3.26, and enable many more features by default.

Changes:
* Balsa-2.3.26 release. Release date 2008-09-07

- composing format=flowed messages with spaces pasted in works better.
- allow to explicitly specify a GPG key id for an identity.

* Balsa-2.3.25 release. Release date 2008-06-14

- GMail compatibility.
- notification icon in GNOME panel is optional now.
- wrapping of flowed text improved.
- lots of various bug fixes.

* Balsa-2.3.24 release. Release date 2008-05-31

- Support for accessing files over gnome-vfs (smb, ssh mounts, etc.)
- maildir tree scanning fixes.
- Rudimentary support for sending text/html messages.
- UIDPLUS IMAP extension support.

* Balsa-2.3.23 release. Release date 2008-03-20

- Suppport for IMAP MULTIAPPEND extension for faster uploading of
  message batches to and from IMAP servers.
- improved scanning of mailbox trees.
- GtkSourceView2 support.

* Balsa-2.3.22 release. Release date 2007-12-23

- new address edition widget in the compose window.
- compose window displays languages available for spell checking.
- more new icons.

* Balsa-2.3.21 release. Release date 2007-12-08

- migration from GnomeUI to GtkUIManager
- Rubrica address book support.
- bugs fixed: GNOME: 481842, 488432, 496316; Redhat: 414361.

* Balsa-2.3.20 release. Release date 2007-09-07

- fix buffer overflow (#474366).
- avoid sending messages twice under certain conditions.

* Balsa-2.3.19 release. Release date 2007-08-25

- more build fixes.

* Balsa-2.3.18 release. Release date 2007-08-22

- reflow improvements.
- Build problems against steaming-hot GNOME fixed.
- Make BINARY and ESEARCH IMAP extensions usage more robust.

* Balsa-2.3.17 release. Release date 2007-07-04

- check validity of server APOP challenge.
- add ability to store VCARD signatures.
- use ESEARCH IMAP extension if available.
- message wrapping fixes.
- and an usual bunch of bugfixes.

* Balsa-2.3.16 release. Release date 2007-05-27

- fix message threading regression.
- reorganize "Identity" dialog.
- code cleanup.

* Balsa-2.3.15 release. Release date 2007-05-01

- Use GtkPrint infrastructure if available.
- handle LDAP referrals.
- nicer citation marks.
- initial libnotify support.
- IMAP BINARY support.

* Balsa-2.3.14 release. Release date 2006-12-12

- deferred population of the mailbox index.
- client-side IMAP sorting.
- be compatible with recent gtk2 releases.
- mailbox tabs reorderable with d&d.
- enhanced mailto: URL handling.

* Balsa-2.3.13 release. Release date 2006-06-26

- many small fixes
- nicer icons.

* Balsa-2.3.12 release. Release date 2006-03-04

- do not reference freed memory in mbox driver.

* Balsa-2.3.11 release. Release date 2006-02-28

- assure messages are properly signed after identity change.
- Ctrl-N goes over unread messages in all mailboxes.
- Redone Preference Manager.
- support better slow LDAP servers.
- use better real estate when displaying message counts.
- fixed bugs: 330085, 330093, 332980.

(wiz)

2008-10-29 00:18:06 UTC MAIN commitmail json YAML

Add compface (for balsa).

(wiz)

2008-10-28 23:38:53 UTC MAIN commitmail json YAML

Updated time/gnotime to 2.3.0

(wiz)

2008-10-28 23:38:34 UTC MAIN commitmail json YAML

Update to 2.3.0:

New in the 2.3.0 Release:
-------------------------
The main changes in this release are:
* a new implementation of the projects tree using the GtkTreeView
  component which fixes a lot of the bugs regarding the projects
  tree manipulation and prepares the way for many customizations
  in future releases.
* an initial implementation of a tray icon that displays timer status
  and allows the user to toggle the timer by clicking on it.
* a rewrite of the idle detection using the XScreenSaver extension and
  of the timer system to make it more system power conservation
  friendly.
* port of the report system to use guile version 1.8.
* many changes in the configure script, including porperly checking for
  guile and gconf and version of available DBUS.
* removal of some deprecated APIs usage.

In addition, many bugs have been fixed, including:
* broken behavior of drag-and-drop (#1856268)
* compiles but crashes on startup in fedora core 5 (#1802501)
* activity journal truncates seconds (#1706365)
* green bar flickers when value changes (#1171204)
* dragging project to make sub-project will not scroll (#831808)

New in the 2.2.3 Release:
-------------------------
This release brings better internationalization in reports with locale
based formating of times and monetary values. The newly added support
for DBus messages allows users to start/stop the timer and save/reload
the data file from the command line using the gnotime-remote
script. Also, an update user's manual covers most of the features
available in this version. In addition, many bugs have been fixed,
including:

-- Crash when saving to full filesystem (#1548248)
-- Day of century calculation error causing skipped day in reports
-- Conflicting keybindings (#1639477)
-- Invoice report doesn't work in locales other than C
-- Hidden question dialog when overwriting file during report saving
  (http://bugs.debian.org/422023)

(wiz)

2008-10-28 23:37:54 UTC MAIN commitmail json YAML

2008-10-28 23:37:16 UTC MAIN commitmail json YAML

Added devel/qof version 0.7.5

(wiz)

2008-10-28 23:36:40 UTC MAIN commitmail json YAML

Import qof-0.7.5 as devel/qof.

QOF, the Query Object Framework, provides a set of C Language
utilities for performing generic structured complex queries on a
set of data held by a set of C/C++ objects. This framework is unique
in that it does NOT require SQL or any database at all to perform
the query. Thus, it allows programmers to add query support to
their applications without having to hook into an SQL Database.

Typically, if you have an app, and you want to add the ability to
show a set of reports, you will need the ability to perform queries
in order to get the data you need to show a report. Of course, you
can always write a set of ad-hoc subroutines to return the data
that you need. But this kind of a programming style is not extensible:
just wait till you get a user who wants a slightly different report.

The idea behind QOF is to provide a generic framework so that any
query can be executed, including queries designed by the end-user.
Normally, this is possible only if you use a database that supports
SQL, and then only if you deeply embed the database into your
application. QOF provides simpler, more natural way to work with
objects.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(wiz)

2008-10-28 22:24:06 UTC MAIN commitmail json YAML

Updated audio/bmpx to 0.40.14

(wiz)

2008-10-28 22:23:40 UTC MAIN commitmail json YAML

2008-10-28 22:18:19 UTC MAIN commitmail json YAML

2008-10-28 19:09:54 UTC MAIN commitmail json YAML

Updated graphics/png to 1.2.33rc02

(wiz)

2008-10-28 19:09:29 UTC MAIN commitmail json YAML

Update to 1.2.33rc02, fixing a security problem.

version 1.2.33beta01 [October 6, 2008]
  Revised makefile.darwin to fix shared library numbering.
  Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8()
    in example.c (debian bug report)

version 1.2.33rc01 [October 15, 2008]
  No changes.

version 1.2.33rc02 [October 23, 2008]
  Changed remaining "key" to "png_ptr->chunkdata" in png_handle_tEXt()
    to avoid memory leak after memory failure while reading tEXt chunk.`

(wiz)

2008-10-28 19:05:17 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.18.1

(wiz)

2008-10-28 19:05:04 UTC MAIN commitmail json YAML

Update to 2.18.1:

2.18.1 (stable):

* Many windows build improvements
* Bugs fixed:
  * 506410 - Call of overloaded Stringify is ambiguous
  * 529496 - Gio::Error::HOST_NOT_FOUND clashes with a netdb.h #define
  * 539891 - Can't use doxygen commands in *_override.xml
  * 555576 - name clash in fileinfo.h with winbase.h from VS2005
  * 556315 - Extra defs generation utility forgets to generate signals for inter...
  * 556387 - FileEnumerator::next_file reference counting problems
* Thanks to contributions from Armin Burgmeier, Jonathon Jongsma, Jos辿
  Alburquerque, Murray Cumming, and Szil叩rd Pfeiffer

(wiz)

2008-10-28 18:01:06 UTC MAIN commitmail json YAML

Define away O_EXLOCK and O_SHLOCK if they are missing.

(joerg)

2008-10-28 17:57:36 UTC MAIN commitmail json YAML

2008-10-28 16:07:25 UTC MAIN commitmail json YAML

Don't require Python at run time. Bump revision.

(joerg)

2008-10-28 15:39:05 UTC MAIN commitmail json YAML

Note update of net/php-yaz to version 1.0.14

(seb)

2008-10-28 15:37:33 UTC MAIN commitmail json YAML

Update from version 1.0.7 to version 1.0.14.
This fix this package build with latest net/yaz package.

Changes:
1.0.14  Allow sru_verson to be set via yaz_connect. Fixed bad memory
        reference in yaz_es_result
1.0.13  Fixed yaz_present that could use use yaz_range values from
        old session
1.0.12 Fixed argument parsing for yaz_ccl_parse
1.0.11 Fixes for windows
1.0.10 CCL stop word facility
1.0.9 Updated for YAZ 3.0. Shutdown/setting fixes
1.0.8 Updated for YAZ 2.1.42

(seb)

2008-10-28 15:15:18 UTC MAIN commitmail json YAML

Add circleq support. Bump to 20081028. Should fix IRIX build from
PR 39797.

(joerg)

2008-10-28 15:08:01 UTC MAIN commitmail json YAML

2008-10-28 15:06:26 UTC MAIN commitmail json YAML

2008-10-28 13:47:55 UTC MAIN commitmail json YAML

Note update of ruby-gnome2 packages to 0.18.1.

(obache)

2008-10-28 13:43:58 UTC MAIN commitmail json YAML

2008-10-28 12:18:13 UTC MAIN commitmail json YAML

2008-10-28 12:17:14 UTC MAIN commitmail json YAML

2008-10-28 11:34:16 UTC MAIN commitmail json YAML

Note glade-gnome removal.

(wiz)

2008-10-28 11:33:55 UTC MAIN commitmail json YAML

2008-10-28 11:33:41 UTC MAIN commitmail json YAML

- p5-XML-Atom-0.29

(kleink)

2008-10-28 11:32:29 UTC MAIN commitmail json YAML

Note update of textproc/p5-XML-Atom to 0.29.

(kleink)

2008-10-28 11:32:07 UTC MAIN commitmail json YAML

2008-10-28 11:30:42 UTC MAIN commitmail json YAML

Remove some commented lines.

(wiz)

2008-10-28 11:28:50 UTC MAIN commitmail json YAML

Updated devel/gnome-build to 2.24.1

(wiz)

2008-10-28 11:28:31 UTC MAIN commitmail json YAML

Update to 2.24.1:

Changes in 2.24.1

* Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded
* Fixed some warnings
* Translation updates: ar, sk

Changes in 2.24.0

* Removed gdl-gnome dependency
* Fix format string bugs
* Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt

Changes in 2.23.90

* Bumped version to be consistent with gnome releases.
* Fixed bug #517047 - Port to GOption
* Replace deprecated INCLUDES with AM_CPPFLAGS
* Add a new chooser to select pkg-config modules in the target configuration
  (related to bug #393679)
* Fixed bug #463561 and bug #538952 - Removed deprecated and unused build
  code thus removing the regex depency
* Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in
* Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE
* Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt,
  nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg

Changes in 0.3.0

* Fixed #515997 – Fails to build from source
* Added methods to access the list of pkg-config packages required for
  building the project (to be used for symbol autocompletion for example).
* Added a conveniece check for the returned packages
* Fixed two mem-leaks.

Changes in 0.2.3

* Check for Locale::gettext which is required.
* Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de.

Changes in 0.2.2

* COPYING: Fixed license.
* Fixed bug #503526 (translation issues)
* Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR.

Changes in 0.2.1

* Fixed #476315 - Anjuta set _LDADD for shared object
* Fixed #475280 - _HEADERS not defined
* Added support for SRC_SUBDIRS like it's used in gtk+
* Add support for check_PROGRAM (bug #474617)
* Improve gnome-build EXTRA_DIST support (bug #463408)
* Added localisation through gettext()
* Migrated to use po/LINGUAS
* Changed variable detection rule to also match ${VAR} (bug #450604)
* Removed check_LTLIBRARIES restriction, added expanding vars in
  SUBDIRS (bug #450604)
* Append data to a macro rather than overwrite it if an assignment
  is split into several lines (#510351)

(wiz)

2008-10-28 11:26:11 UTC MAIN commitmail json YAML

Update p5-XML-Atom to 0.29; changes since 0.28:

0.29  2008.10.25
    * Skips Unicode tests since it doesn't pass with some libxml
      versions (and it's not actually a bug)

(kleink)

2008-10-28 11:07:40 UTC MAIN commitmail json YAML

Updated net/kismet to 2008.05.01

(adam)

2008-10-28 11:06:38 UTC MAIN commitmail json YAML

2008-10-28 11:03:24 UTC MAIN commitmail json YAML

Depend on libsoup24 instead of libsoup-devel.

(wiz)

2008-10-28 11:02:35 UTC MAIN commitmail json YAML

Remove unnecessary depends-pattern-line for outdated dependency.

(wiz)

2008-10-28 11:02:09 UTC MAIN commitmail json YAML

Remove unnecessary depends-pattern-line for outdated dependency.

(wiz)

2008-10-28 11:00:27 UTC MAIN commitmail json YAML

Updated multimedia/totem-xine to 2.24.3

(wiz)

2008-10-28 10:57:05 UTC MAIN commitmail json YAML

Updated multimedia/totem-nautilus to 2.24.3

(wiz)

2008-10-28 10:56:24 UTC MAIN commitmail json YAML

Updated multimedia/totem to 2.24.3

(wiz)

2008-10-28 10:56:05 UTC MAIN commitmail json YAML

Update totem* to 2.24.3. Make totem-nautilus use totem/Makefile.common.

2.24.3:
* Fix YouTube plugin for recent website changes
* Allow clicking on the seekbar to get to the selected position
* Fix some keys not being usable in the sidebar
* Fix possible hangs in the YouTube plugin

(wiz)

2008-10-28 10:43:11 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.4.5.0

(adam)

2008-10-28 10:42:02 UTC MAIN commitmail json YAML

2008-10-28 07:59:38 UTC MAIN commitmail json YAML

Updated net/py-ORBit to 2.24.0

(wiz)

2008-10-28 07:59:25 UTC MAIN commitmail json YAML

Update to 2.24.0:

pyorbit-2.24.0:  23-Sep-2008
    - Added weakref support to Python CORBA objects (Eitan Isaacson, #502925)
    - Allow accessing reference count data (Eitan Isaacson, #471391)
    - Misc. build fixes (Thomas Lee, #522593, Sebastien Bacher, #448178)

(wiz)

2008-10-28 07:07:59 UTC MAIN commitmail json YAML

Fix buildling ap-php with APACHE_MPM=worker

(adam)

2008-10-28 06:35:57 UTC MAIN commitmail json YAML

- gok-2.24.0

(obache)

2008-10-28 06:35:18 UTC MAIN commitmail json YAML

Updated misc/gok to 2.24.0

(obache)

2008-10-28 06:34:32 UTC MAIN commitmail json YAML

Update GOK to 2.24.0.

While here, change HOMEPAGE to Gnome's one,
old page does not mentions recent informations.

What's new in GOK 2.24.0?

* Now aligning with GNOME versioning!

* Stability based bug fixes, and updated translations.

(obache)

2008-10-28 05:37:41 UTC MAIN commitmail json YAML

Note PKGREVISION bump of xf86-input-vmmouse.

(minskim)

2008-10-28 05:37:10 UTC MAIN commitmail json YAML

Do not remove modular-xorg-server's directories.

Bump PKGREVISION.

(minskim)

2008-10-28 05:10:56 UTC MAIN commitmail json YAML

Note PKGREVISION bump of modular-xorg-server.

(minskim)

2008-10-28 05:08:52 UTC MAIN commitmail json YAML

Let modular-xorg-server install/deinstall "drivers" and "input"
directories under lib/xorg/modules.  These directories are created
by many xf86-* packages but never deleted.

Bump PKGREVISION.

(minskim)

2008-10-28 01:52:50 UTC MAIN commitmail json YAML

don't forget patches checksums

(jnemeth)

2008-10-28 00:17:31 UTC MAIN commitmail json YAML

Clarify that the default EMACS_TYPE is set in mk/defaults/mk.conf.  Prompted
by Greg Troxel.

(uebayasi)

2008-10-27 04:53:43 UTC MAIN commitmail json YAML

Update to 2.16.1:

Overview of Changes in 2.16.1 (since 2.16.0)
============================================

New and udpated translations:
Dawa pemo (dz)
Djihed Afifi (ar)
Laurent Dhima (sq)

Overview of Changes in 2.16.0 (since 2.15.4)
============================================

Changes in this release:
- Small fix in Clearlooks spinbutton drawing.

New and udpated translations:
Laurent Dhima (sq)
Горан Ракић (sr)
Goran Rakić (sr@latin)
Djihed Afifi (ar)
I. Felix (ta)
Ivar Smolin (et)
Hari Vishnu (ml)

Overview of Changes in 2.15.4 (since 2.15.3)
============================================

Changes in this release:
- Reworked Clearlooks gtkrc.

GNOME Bugs fixed in this release:
  549830 – Use G_DEFINE_DYNAMIC_TYPE in theme engines (only in Clearlooks)

New and udpated translations:
Hari Vishnu (ml)
Krishna Babu K (te)
Goran Rakić (sr@latin)
Djihed Afifi (ar)

Overview of Changes in 2.15.3 (since 2.15.2)
============================================

Changes in this release:
- A problem in the glide engine where the drawing of some widgets could
  suddenly disappear forever was fixed.

GNOME Bugs fixed in this release:
546839 – Add special case for transparent entries (for gecko and others)
547024 – size of radio button hardcoded

New and udpated translations:
Djihed Afifi (ar)
Sweta Kothari (gu)

Overview of Changes in 2.15.2 (since 2.15.1)
============================================

The most important change in this release is that the smooth GTK+ engine has
been removed. This engine has long lost its popularity and it had a huge
codebase that has not been properly maintained for years now.

Changes in this release:
- Larger menuitem separators in the Clearlooks theme
- Frame drawing fixes in the Clearlooks engine
- Padding of progress bars inside menus is fixed in the Industrial theme

GNOME Bugs fixed in this release:
511958 – List store tree view contains superfluous border (clearlooks)
542625 – 1px gap between notebook at extension (industrial)
501734 – Dead code in glide_gtk2_drawing.c
535456 – Unnecessary cast breaks build on Solaris
543608 – Fix for Fortify detected problem

New and udpated translations:
Djihed Afifi (ar)
Clytie Siddall (vi)
Yavor Doganov (bg)

Overview of Changes in 2.15.1 (since 2.15.0)
============================================

Changes in this release:
- A lot of internal changes in the Clearlooks engine
- Modifications to the "classic" style to be more like the pre cairo
  versions of the engine.

GNOME Bugs fixed in this release:
531633 – Scrollbars trough is drawn smaller even when no stepper is present

New and udpated translations:
Yavor Doganov (bg)
Massimo Furlani (fur
Eskild Hustvedt (nn)

Overview of Changes in 2.15.0 (since 2.14.1)
============================================

Changes in this release:
- Schema translations are no longer installed.
- Improvements to the Redmond scrollbars, scrolled window and menus.

GNOME Bugs fixed in this release:
526890 – Support inverted scrollbars (ranges)

(wiz)

2008-10-25 18:58:14 UTC MAIN commitmail json YAML

Update to version R36.

Major changes:

* Digital UNIX (DEC OSF/1) V2.0 (MIPS) is now supported using the DEC C and ucode toolchain. (We could not run the testsuite, though.)
* The ‘-Q’ option to Build.sh is gone without replacement.
* A new option can be enabled by adding -DMKSH_BINSHREDUCED to $CPPFLAGS, intended mostly for Debian. This option adds extra code to determine whether mksh(1) is called as sh or -sh and switch to “set -o posix” mode if so, disabling brace expansion and some security features, because legacy scripts, such as debconf, depend on such reduced functionality /bin/shs.
* Input lines beginning with an IFS character of IFS white space are no longer pushed into the history. Some other, less surprising, changes were also made to both Emacs and Vi command line editing modes.
* The arc4random.c contributed file is now stored with the RCS version number appended, and has been updated.

(ahoka)

2008-10-25 18:17:01 UTC MAIN commitmail json YAML

ptlib 2.4.2, opal 3.4.2, ekiga 3.0.1

(jmcneill)

2008-10-25 18:15:04 UTC MAIN commitmail json YAML

2008-10-25 18:14:24 UTC MAIN commitmail json YAML

Update to 3.4.2:

* Update version number for beta v3.4.2
* Fix system speex detection.
* Simplify setting of LIBS and CFLAGS.
* Fix H.261 on solaris.
  Thanks to Elaine Xiong from SUN.
* Fixed line endings
* Fixed inclusion of RFC2833 (DTMF) capability in H.323 calls,
  thanks Hannes Friederich
* Fixed bug in "C" API when message callback function is used
  instead of the normal message queue. Thanks Yuriy Cherniavsky
* Fixed SIP INVITE loop detection, forked INVITE request arriving
  over multiple paths.
* Applied patch:
  [ 2119085 ] "userinput" disables "fax" for H.323
  Thanks Vyacheslav Frolov
* Note some parts of H.323 still use the numerical form as it is
  fundamental to the protocol so H323Capability has acquired the
  DefaultAudioSessionID etc enumeration.
* Added IVR sample application.
* Fixed IVR media format list being altered by
  OpalCall::OpenSourceMediaStreams() due to container class
  referencing single instance.
* Fixed release of the call when audio channel ends. IVR cannot
  continue when no more audio being sent.
* Fixed local party URL so does not use a username (meaningless),
  but uses the VXML reference as the part after the "ivr:".
* Added parameter to ivropal set the SIP or H.323 listening
  interfaces
* Fix static x264 compilation.
* Fix H.264 helper filename on windows.
* Mechanism for forking (over multiple interfaces) the register was
  incorrect, The specification is typically vague on the subject as
  it only goes in to detail on forking with respect to INVITE.
  However the new technique is believed to be compliant by me at
  least!
* When registering, should include all possible interfaces.
  Especially UDP and TCP should both be registered.
* When registering should also do the appropriate STUN handling,
  depending on if registrar is "inside" or "outside".
* Parsing of a URI that is quoted by <> but has no "" based display
  name was incorrect and would the URI as display name.
* Parsing of sips URI when quoted by <> would fail completely.
* Creation of a sips URI from username and transport address was
  broken as well. When fixing this also prevented default transport
  from being included in URI.
* Added mutex when writing simultaneous transactions to same
  transport, could sometimes cause packet to go out incorrect
  interface.
* Fixed incorrect LID caller line ID field being used for display
  name.
* Fixed crash if H.323 OLC opens codec that fails to be createad
  late in the process.
* Adapt to libavcodec's new interface 52.
* Also trigger the presence callback when the NOTIFY body is empty.
  It is desirable for the client to know something happened.
* Update wxWidgets version in OpenPhone ReadMe.txt instructions.
* Fixed interoperability issues with Cisco call manager, working
  around an annoying bug with the Cisco.
* Killed the ununsed .major and .major.minor symlinks.
  The SONAME has always referred to the .major.minor.build lib
* Fixed OpenPhone about box.
* Fix H.264 flags to request I-frames thanks to Mauro Davi.
* Improved LID logging so indicates reason why line was not
  selected.
* Added some H.261 and H.263 annexes to H.263
* Added command line argument to codec tester so can adjust any
  media option on the encoder.
* Added OpenPhone menu and dialog to do transmit video control, in
  particular, changing the target bit rate.
* Reversed stupid change
* Fixed issue with propagating changes to media options to
  transcoders and streams in a patch.
* Added video frame rate to OpenPhone statistics.
* Fixed phantom "busy" detect in LID.
* Fixed incorrect line type (pots/pstn) selection.
* Fixed using any line if cannot find specificity requested line,
  should return "busy" if the line is not available.
* Changed ring detect so increments count on "rising edge" of ring
  cadence. Reduces delay after caller ID is received and routing
  call.
* Added function to get at OpalLine from OpalLineConnection.
* Fixed DevStudio compile/link issues with some options removed, in
  particular IAX2 and H.323. Have gone through every header file
  and made sure that they are all subject to the #defines in
  opal/buildops.h. Reported by Giorgio Alfarano.
* Also made sure they all have consistent #defines for multiple
  inclusion, reported by Stefano Sabatini.
* Fixed numerous retries using the same authentication credentials.
  If the first time doesn't work due to bad username or password
  and nothing changes then is highly unlikely to work one of the
  other 9 times it retries!
* Added priority field when have multiple interfaces being
  registered. Always prioritise the interface the register as being
  talked to on.
* Fixed listening interfaces port when mapped by STUN being
  included as first interface in the listener list.
* Fixed problem in forked INVITE where remote can be seen my
  multiple interfaces, a race exists between CANCEL of second
  dialog and it being accepted by the remote server with a 200 OK.
* Fixed numerous retries using the same authentication credentials.
  If the first time doesn't work due to bad username or password
  and nothing changes then is highly unlikely to work one of the
  other 9 times it retries!
* Change error for a SIP BYE on a call already destroyed from "405
  Method not allowed" to more reasonable "481 Transaction/call does
  not exist"
* Windows Mobile build fixes
* Added user defined tone in LIDs.
* Backport from TRUNK (Deal with endpoints that use spaces and ; as
  seperators in the same FMTP string. Sheesh!).
* Fixed some Linux weirdness where the first attempt to do TCP
  listen exclusive prevents the second attempt to listen with
  REUSEADDR flag set. The reason the code tries one and then the
  other is lost in the mists of time, so lets just make it do one
  OR the other and see what gives.
* Also, fixed being able to specify socket re-use address mode (a
  trailing '+' in address string) without a port. Now something
  like "*+" will work, listening on all interfaces in non-exclusive
  mode.
* Fix second case where simpleopal tries to use SDL for both output
  and preview video
  Backport from trunk
* Fixed race condition where if reply from SIP server is so fast
  that it gets in before the second PDU of a forked query, the
  second PDU is sent via the incorrect interface.
* Fixed printing of new LID tone.
* Fixed missing party B address when originating PSTN call.

(jmcneill)

2008-10-25 18:12:34 UTC MAIN commitmail json YAML

Update to 3.4.2:

* Fix static linking for mingw.
* Move the defaults so we can overwrite them depending on the
  platform.
* Finally fix static and dynamic plugins on mingw.
* Fixed being able to pass a ip%interface form of address string to
  a PIPSocket::Address and it still works correctly, using the ip
  part if there.
* Add the joined Makefile to the stable branch. Do not use it yet.
* Also delete static lib on make clean.
* Fixed correct upper/lower case comparisons as per RFC952 for
  domain names, which is not locale dependent, remove use of
  toupper().
* Killed the ununsed .major and .major.minor symlinks.
  The SONAME has always referred to the .major.minor.build lib.
* Switch the Makefiles in v2_4 like it was already done in trunk.
* Removed obsolete comment...
* Fixed gcc warning. Backport from TRUNK.
* Fixed Windows Speech API search directory to be more flexible.
* Make vfw configurable.
* STUN was not working with Open NAT.
* Applied patch for VXML not starting if not yet loaded and then
  not being started if later does get loaded. Thanks Antonio
  Rivera.
* Fixed incorrect port displayed in trace log for STUN, very
  confusing.
* Make sure CreateSocketPair also works with open nat.
* Fixed problem with "interface only" ip addresses not being parsed
  correctly on Windows Mobile systems.
* Windows Mobile build fixes
* More fixes to VXML, thank you Antonio Rivera
* Ensure Windows video output devices are available when using MSVC
  and not just MingW
  Backport from trunk
* Allow video file output device to work with new files
  Backport from trunk
* Fixed problem with PSafeCollection destructor deleting objects
  even if they still have a PSafePtr referencing them.
* Fix compilation without vfw.

(jmcneill)

2008-10-25 18:11:16 UTC MAIN commitmail json YAML

Add an opengrok-source option to build the war locally instead of installing
the one that comes with the tarball.

(adrianp)

2008-10-25 18:06:31 UTC MAIN commitmail json YAML

Remove the Darwin specific hacks in this so it can detect Java on other
OSes as well (e.g. OpenSolaris).

(adrianp)

2008-10-25 18:05:03 UTC MAIN commitmail json YAML

Fix path to jre on SunOS

(adrianp)

2008-10-25 18:04:27 UTC MAIN commitmail json YAML

SunOS-5.11-i386 default is Java 6 only

(adrianp)