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

2024-05-13 03:40:48 UTC Now

2008-11-17 22:05:14 UTC MAIN commitmail json YAML

Update from version 0.74nb1 to 0.75.

Pkgsrc changes:
o Added dependency on p5-TimeDate, to conform with module requirements

Upstream changes:

[Changes for 0.75 - Sep 13, 2008]

* Modernize dist and fix signatures.

(he)

2008-11-17 21:59:24 UTC MAIN commitmail json YAML

the variable is PYTHON_VERSIONS_ACCEPTED, not PYTHON_ACCEPTED_VERSIONS

(jnemeth)

2008-11-17 21:56:17 UTC MAIN commitmail json YAML

2008-11-17 21:51:51 UTC MAIN commitmail json YAML

Upgraded devel/generate and devel/py-generate.

(darcy)

2008-11-17 21:49:49 UTC MAIN commitmail json YAML

Upgrade to generate 2.6.
No functional changes but it should compile under Linux now.

(darcy)

2008-11-17 21:20:45 UTC MAIN commitmail json YAML

Update to version 2.6.
No functional changes but it should now build under Linux.

(darcy)

2008-11-17 21:06:29 UTC MAIN commitmail json YAML

Added p5-GD-SecurityImage.

(he)

2008-11-17 21:05:54 UTC MAIN commitmail json YAML

Import p5-GD-SecurityImage version 1.66.

The (so called) "Security Images" are so popular. Most internet
software use these in their registration screens to block robot
programs (which may register tons of fake member accounts). Security
images are basicaly, graphical CAPTCHAs (Completely Automated Public
Turing Test to Tell Computers and Humans Apart). This module gives
you a basic interface to create such an image. The final output is
the actual graphic data, the mime type of the graphic and the
created random string. The module also has some "styles" that are
used to create the background (or foreground) of the image.

If you are an Authen::Captcha user, see GD::SecurityImage::AC for
migration from Authen::Captcha to GD::SecurityImage.

This module is just an image generator. Not a captcha handler. The
validation of the generated graphic is left to your programming
taste. But there are some captcha handlers for several Perl
FrameWorks. If you are an user of one of these frameworks, see
"GD::SecurityImage Implementations" in "SEE ALSO" section for
information.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-11-17 20:36:29 UTC MAIN commitmail json YAML

Add p5-Authen-PluggableCaptcha.

(he)

2008-11-17 20:34:47 UTC MAIN commitmail json YAML

Import p5-Authen-PluggableCaptcha version 0.05.

Authen::PluggableCaptcha is a fully modularized and extensible
system for making Pluggable Catpcha (Completely Automated Public
Turing Test to Tell Computers and Humans Apart) tests.

Pluggable? All Captcha objects are instantiated and interfaced via
the main module, and then manipulated to require various submodules
as plug-ins.

Authen::PluggableCaptcha borrows from the functionality in
Apache::Session::Flex.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-11-17 20:20:46 UTC MAIN commitmail json YAML

Added p5-HTML-Email-Obfuscate.

(he)

2008-11-17 20:19:58 UTC MAIN commitmail json YAML

Import p5-HTML-Email-Obfuscate version 1.00.

"Don't put emails directly on the page, they will be scraped"

Stuff that I'm sick of looking at "bob at smith dot com". Why can't
we just write emails in a way that looks normal to people, but is
very, very difficult to scrape off. Most email scrapers only use
very very simple parsing methods. And it isn't as if it is hard to
just do

  # Before we search for email addresses...
  $page =~ s/\s+at\s+/@/g;
  $page =~ s/\s+dot\s+/./g;

This is an arms war dammit, and I want nukes!


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-11-17 20:13:39 UTC MAIN commitmail json YAML

Added p5-Number-Spell.

(he)

2008-11-17 20:11:04 UTC MAIN commitmail json YAML

Import p5-Number-Spell version 0.04.

Number::Spell provides functionality for spelling out numbers.
Currently only integers are supported.

By default Number::Spell does American formatting, but can be
configured to do European formatting by calling it with the
"Format => 'eu'" option.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(he)

2008-11-17 19:58:59 UTC MAIN commitmail json YAML

Update from version 1.0.0nb12 to 1.0.0nb13.

Fix the version test for p5-SDL, so that this at least continues
to build after the recent update of p5-SDL to 2.1.2.  Note that
I've only compile tested this with the new p5-SDL; I'm not in a
position to test it more fully right now.

(he)

2008-11-17 19:54:26 UTC MAIN commitmail json YAML

Update from version 1.19.2nb18 to 2.1.2.

Pkgsrc changes:
o Change to Module::Build
o Change MASTER_SITES to use CPAN
o Change location of packlist
o Add a few local patches to deal with some issues in this version:
  1) Use appropriate include paths for GL headers
  2) Import fix from CPAN bug 19155: ensure modules are installed
      in the correct directory
  3) Add a missing type to the typemap
  4) Import fix from CPAN bug 32744: ensure Module::Build leaves
      a packlist behind (define module_name).

With these changes in place, the module at least passes its own selftests.

Upstream changes:

Revision history for Perl extension SDL_perl.

* Sep 23 2004 David J. Goehrig <dgoehrig@cpan.org>
- added SDL::Config tests for SDL_gfx support to test/testgfxroto.pl
test/testgfxprim.pl and SDL::Tool::Graphic.pm
- removed exists test form SDL::Config::has()
- added SDL::PushEvent
- added SDL::SetEventType
- renamed SDL::OpenGL::glReadPixel(s)
- added error message for SDL::OpenGL::glLightModel
- cleaned up some formatting issues in OpenGL.xs
- fixed bug in SDL::Cdrom (referencing a scalar as a hashref)
- added some more documentation to SDL::Color
- added SDL::Event::push (Andy Bakun)
- fixed documentation and usage of SDL::Event::set
- added SDL::Event::type([type]) setting parameter
- updated Pod::ToDemo recommends in Build.PL
- added chromatic's OpenGL version checks
- added GL_ALL_CLIENT_ATTRIB_BITS (in addition to GL_CLIENT_ATTRIB_BITS)
- added chromatic's SDL::Build::Cygwin.pm and SDL::Build::Win32.pm
- applied chromatic's patches to SDL::Tutorial, etc. for updated Pod::ToDemo

* Sep 21 2004 David J. Goehrig <dgoehrig@cpan.org>
- added thread check to SDL::Constants.pm (prevent unsafe SelfLoader)
- applied Andy Bakun <sdlperl@thwartedefforts.org>'s patches
to SDL::CreateRGBSurfaceFrom, SDL::SurfaceCopy, and
SDL::FreeSurface
- applied GLint* to typemap patch
- applied glRenderMode patch
- applied gluPickMatrix patch
- fixed SDL::Surface::blit typo bug
- applied glGet patch by Luke (enumerating them all!)
- fixed typo bug in make/lib/SDL/Build/Darwin.pm

* Feb 23 2004 David J. Goehrig <dgoehrig@cpan.org>
- fixed OpenGL exporting & bootstrapping
- added ifdefs in OpenGL for NURBS and GLUTesslator
- updated the test scripts to use SDL::Config
- added OpenGL test
- modified SDL::Config->has to use grep instead
- fixed SDL::Cdrom::status
- added tests for SDL::Video and SDL::MPEG
- fixed gluPerspective in test1.pl & test2.pl
- moved SDL::OpenGL::Cube code into test2.pl
- released SDL_Perl-2.1.0

* Feb 7 2004 David J. Goehrig <dgoehrig@cpan.org>
- added more SMPEG support
- added SDL::Video.pm and SDL::MPEG

* Feb 6 2004 David J. Goehrig <dgoehrig@cpan.org>
- removed old build stuff
- added SDL::GetAppState
- added SDL::GetMouseState and SDL::GetRelativeMouseState
- added SDL Perl logo files
- Finalized 2.0.5 release

* Feb 6 2004 chromatic
- added SDL::Tutorial
- added SDL::Tutorial::Animation
- added SDL::Tutorial::Drawing
- added SDL::Tutorial::Images

* Feb 5 2004 David J. Goehrig <dgoehrig@cpan.org>
- port chromatic's Module::Build changes to 2.0.4
- moved SDL_TEXTWIDTH to SDL.pm (where EXPORTS BELONG in SDL.pm)
- applied chromatic's test directory change to testfonttool.pl
- fixed near/far in OpenGL.xs
- fixed checkkeys.pl to work with new event structure
- fixed testjoystick.pl to use new constants
- fixed USE_THREADS issue in build system
- fixed typo-bugs in SDL::Tool::Graphic.pm
- Updated MANIFEST
- fixed SFont support added SDL::SFont.pm
- removed SDL::Mixer and SDL::Event constants checks, no export

* Dec 21 2003 chromatic
- added glDeleteLists
- added glReadPixels
- added glReadPixel

* Sept 2 2003 David J. Goehrig <dave@sdlperl.org>
- fixed SDL::Music and SDL::Sound usage in SDL::Mixer

* Aug 28 2003 Stephane Desneux <sdx@desneux.com>
- added SDL_VIDEOEXPOSE constant in SDL::Constants

* Aug 26 2003 Stephane Desneux <sdx@desneux.com>
- modified Makefile.linux to remove debug unless $ENV{DEBUG} is defined
- added scripts/GL/gl.h header (OpenGL 1.4 header from Linux NVidia driver)
- modified gl_const.pl to generate SDL::OpenGL::Constants.pm using scripts/GL/gl.h
  OpenGL constants now uses Exporter and SelfLoader
- modified sdl_const.pl to generate SDL::Constants
  SDL constants now uses Exporter and SelfLoader
- modified SDL.pm to export constants from SDL::Constants
- modified SDL/OpenGL.pm to export constants from SDL::OpenGL::Constants
- changed all function names in OpenGL.xs (xxx replaced by glxxx or gluxxx)
  changed export in SDL/OpenGL.pm accordingly
- removed warning in SDL::Surface::new()

* Aug 21 2003 David J. Goehrig <dave@sdlperl.org>
- applied Thomas Tongue's MacOS X support patches

* Aug 20 2003 David J. Goehrig <dave@sdlperl.org>
- fixed SDL::Event bug

* Aug 17 2003 David J. Goehrig <dave@sdlperl.org>
- applied Tels' call list patches
- fixed some general boneheadedness with use strict
- got tests really working
- applied Russell's SDL::Tool::Graphic::grayScale patch
- added glLightModel

* Aug 16 2003 David J. Goehrig <dave@sdlperl.org>
- applied morgoth.666's patch for glGetdv & others
- released 2.0 last week :)

* May 23 2003 David J. Goehrig <dave@sdlperl.org>
- applied Ryan Hanlon's patch for SDL::TTFont::width

* May 22 2003 David J. Goehrig <dave@sdlperl.org>
- fixed typemap
- changed SDL::Cdrom to use scalar refs
- changed SDL::Console to use scalar refs
- changed SDL::Event to use scalar refs
- changed SDL::Cursor to use scalar refs
- changed SDL::Font to use scalar refs
- changed SDL::Music to use scalar refs
- changed SDL::Palette to use scalar refs
- changed SDL::Sound to use scalar refs

* May 20 2003 David J. Goehrig <dave@sdlperl.org>
- added more OpenGL constants
- added OpenGL name & Feedback functions
- ported documentation from the website to distro

* Mar 13 2003 David J. Goehrig <dave@sdlperl.org>
- cleaned up OpenGL constants exportation
- fixed glColor alpha
- fixed all tests & the causes of failure
- fixed TTFont.pm color bug
- fixed SDL::Tool::Graphic

* Mar 11 2003 David J. Goehrig <dave@sdlperl.org>
- changed USE_THREAD support because perl5.8 usually builds with it
- added SDL::Constants & SDL::OpenGL::Constants
- removed constant functions from XS code (going easier on the linker)
- changed version to SDL_perl-2.0-beta1 Way Too much is Broken release
- Moved Opt/* to regular & fixing as found broken
- 27% of tests now fail!

* Feb 25 2003 David J. Goehrig <dave@sdlperl.org>
- resized the testmenu.pl script

* Jan 6 2003 Wayne Keenan  <tripixuk@yahoo.co.uk>
- fixed testjoystick.pl

* Jan 4 2003 David J. Goehrig <dave@sdlperl.org>
- Added test suite, Thanks Tels
- Added SDL::SurfaceCopy finally
- Added SDL::Surface::new -surface && -copy constructors
- Changed SDL::Tool::Graphic::* to return a new SDL::Surface object
- Added SDL::Event::resize_w && SDL::Event::resize_h

* Jan 3 2003 David J. Goehrig <dave@sdlperl.org>
- SDL_perl-1.20.0 release
- fixed default pitch value in SDL::Surface
- fixed test/OpenGL/tutorials/*, removed nasty -flags options

* Jan 2 2003 David J. Goehrig <dave@sdlperl.org>
- Changed SDL::SurfacePixel to work as documented returns SDL_Color*
- Changed SDL::Surface::pixel to return SDL::Color object
- Changed SDL::SetColorKey to take SDL_Color*
- Changed SDL::Surface::set_color_key to take SDL_Color*,SDL::Color, && (x,y)
- Added test/testcolor.pl
- Fixed SDL::Opt::Surface::pixel to return SDL::Opt::Color objects
- Fixed test/testsprite.pl (must call display_format before set_color_key)
- removed use strict from test/testmenu.pl
- Added SDL::INIT_TIMER

* Jan 1 2003 David J. Goehrig <dave@sdlperl.org>
- Added a lot of documentation stubs
- Added SDL_PREALLOC support
- Added SDL_VIDEORESIZE event type
- Moved SDL_* SDL_Surface flags EXPORT to SDL::Surface
- Added SDL::App::resize & -resizeable tag
- Updated README
- Added SDL::Opt::Surface, SDL::Opt::Rect, SDL::Opt::Color

(he)

2008-11-17 13:30:35 UTC MAIN commitmail json YAML

2008-11-17 11:52:51 UTC MAIN commitmail json YAML

Added support for user-destdir

(martti)

2008-11-17 11:30:42 UTC MAIN commitmail json YAML

Updated x11/libXi to 1.1.4

(wiz)

2008-11-17 11:30:31 UTC MAIN commitmail json YAML

Update to 1.1.4:

(pkgsrc already contained the Coverity and GetDeviceControl patches)

Alan Coopersmith (1):
      Coverity #743/744: Returned without freeing storage bufp/savp

Matthieu Herrb (1):
      nuke RCS Ids

Peter Hutterer (2):
      GetDeviceControl: calculate the length field correctly.
      libXi 1.1.4

(wiz)

2008-11-17 10:27:57 UTC MAIN commitmail json YAML

Add DESTDIR support, per maintainer request by PR 39930.

(obache)

2008-11-17 09:58:17 UTC pkgsrc-2008Q3 commitmail json YAML

2008-11-17 09:57:55 UTC pkgsrc-2008Q3 commitmail json YAML

pullup ticket #2588 - requested by tron
firefox3: update package for security and bug fixes

revisions pulled up:
pkgsrc/www/firefox3/Makefile 1.8
pkgsrc/www/firefox3/distinfo 1.7
pkgsrc/www/firefox3/PLIST 1.3

  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Thu Nov 13 14:44:00 UTC 2008

  Modified Files:
          pkgsrc/www/firefox3: Makefile distinfo

  Log Message:
  Update "firefox3" package to version 3.0.4. Changes since version 3.0.3:
  - Fixed the following security issues:
    MFSA 2008-58 Parsing error in E4X default namespace
    MFSA 2008-57 -moz-binding property bypasses security checks on codebase
                  principals
    MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin
                  violation
    MFSA 2008-55 Crash and remote code execution in nsFrameManager
    MFSA 2008-54 Buffer overflow in http-index-format parser
    MFSA 2008-53 XSS and JavaScript privilege escalation via session restore
    MFSA 2008-52 Crashes with evidence of memory corruption
                  (rv:1.9.0.4/1.8.1.18)
    MFSA 2008-51 file: URIs inherit chrome privileges when opened from chrome
    MFSA 2008-47 Information stealing via local shortcut files
  - Fixed several stability issues.
  - Official releases for the Icelandic and Thai languages are now available.
  - Beta releases for the Bulgarian, Esperanto, Estonian, Latvian, Occitan,
    and Welsh languages are available for testing.
  - Updated the internal Public Suffix list.
  - Fixed an issue where the IME input tool used to enter Japanese, Korean,
    Chinese and Indic characters was covered by the "Add Bookmark" panel.
    (bug 433340)
  - Enabled additional EV root certificates. (bug 451305)
  - Fixed an issue where some passwords saved using Firefox 3.0.2 did not
    work properly. (bug 457358)
  - In some cases, Firefox would not properly save proxy settings for
    protocols other than HTTP. (bug 446536)

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

  Module Name:    pkgsrc
  Committed By:  ghen
  Date:          Thu Nov 13 15:11:58 UTC 2008

  Modified Files:
          pkgsrc/www/firefox3: PLIST

  Log Message:
  Fix PLIST for 3.0.4.

(rtr)

2008-11-17 08:09:20 UTC MAIN commitmail json YAML

Add an HTTP URL to MASTER_SITES, for firewall convenience.

(dsainty)

2008-11-17 08:05:28 UTC MAIN commitmail json YAML

p5-Par-Dist -> p5-PAR-Dist

(jnemeth)

2008-11-17 05:05:58 UTC MAIN commitmail json YAML

Some more:

Updated www/p5-Template-Toolkit to 2.20
Updated devel/p5-IO-Interactive to 0.0.4
Updated devel/p5-IO-Multiplex to 1.10
Updated devel/p5-Lexical-Persistence to 0.98
Updated devel/p5-Module-Build to 0.3000
Updated devel/p5-Module-Install-RTx to 0.24
Updated devel/p5-Module-Starter to 0.500
Updated devel/p5-Module-Versions-Report to 1.06
Updated devel/p5-MooseX-Types to 0.07
Updated devel/p5-Object-InsideOut to 3.52
Updated devel/p5-Par-Dist to 0.40
Updated devel/p5-PAR to 0.983
Updated devel/p5-PHP-Serialization to 0.29
Updated devel/p5-Params-Util to 0.35
Updated devel/p5-Perl-Critic to 1.092

(he)

2008-11-17 04:49:00 UTC MAIN commitmail json YAML

Update from version 1.090nb1 to 1.092.

Pkgsrc changes:
o Re-order DEPENDS to match META.yml from package

Upstream changes:

[1.092] Released on 2008-09-02

    Bug Fixes:
    * Fixed POD errors that were causing build failures.  Sorry
      about that.

[1.091] Released on 2008-09-01

    New Policies:
    * RegularExpressions::RequireDotMatchAnything

    New Features:
    * perlcritic now supports a -pager option, so you can more easily
      send the output to your favorite pager.  You can set this option
      on the command-line or in your .perlcriticrc file.  See the
      perlcritic perldoc for more details.  Credit to Michael Schwern.
    * The output from "perlcritic -doc PATTERN" will be automatically
      sent to your pager if you have set the -pager option.

    Policy Changes:
    * CodeLayout::ProhibitQuotedWordLists no longer applies if the list
      contains any non-words, by default.  A non-word is anything that does
      not match /[\w-]+/.  You can restore the former behavior by setting the
      "strict" option.  RT #37886.
    * CodeLayout::ProhibitQuotedWordLists also now applies to the import
      arguments of a C<use> statement.  RT #24467.
    * ErrorHandling::RequireCheckingReturnValueOfEval now recognizes ternary
      left-sides as valid checks.
    * RegularExpressions::RequireExtendedFormatting gains a
      minimum_regex_length_to_complain_about option.  Also, regexes that
      contain only word and whitespace characters are now exempt from this
      policy, by default; you can make it complain about them by turning on
      the new strict option.  Contributed by Michael Schwern.  RT #38531.
    * TestingAndDebugging::ProhibitNoWarnings now supports a
      allow_with_category_restriction option, thanks to Michael Schwern.
      RT #38514.
    * CodeLayout::ProhibitHardTabs now allows leading tabs in qw() word lists
      and regexes with the /x modifier.  You can still configure this
      policy to forbid all hard tabs, if you like.  RT #32440

    Bug Fixes:
    * perlcritic should now work under PAR.  RT #38380.
    * URL for our repository in META.yml now works for anonymous
      checkout.  The password is "" (empty).  RT #38628.
    * color for high-severity violations is now magenta because
      it is more redable than yellow on white backgrounds.  RT #38511.

(he)

2008-11-17 04:37:21 UTC MAIN commitmail json YAML

Update from version 0.33nb1 to 0.35.

Upstream changes:

0.35 Tue 11 Nov 2008
- No changes
- CPAN Testers results look good, moving to production version

0.34_01 Mon  3 Nov 2008
- Adding experimental XS implementation by the awesome Jens Renhack

(he)

2008-11-17 04:33:15 UTC MAIN commitmail json YAML

Update from version 0.27nb1 to 0.29.

Upstream changes:

0.29  2008-09-17
- Fix bug with negative numbers, RT#6402, patch from
  <tom [...] eborcom.com>
- Add TODO test for RT21218
- Add TODO test for RT24441

0.28
- Serializing long integers comes out  as -1 on the PHP end
  as noted in RT#6112 patch from <kcivey [...] cpcug.org>.
- Add test for the issue above (t0m).
- Fix POD as noted in RT#6113 by MCMAHON.
- Only require perl 5.6 in Makefile.PL as noted in RT#17034
  by <kcivey [...] cpcug.org>

(he)

2008-11-17 04:27:33 UTC MAIN commitmail json YAML

Update from version 0.982nb1 to 0.983.

Pkgsrc changes:
o Adjusted dependencies to fit new requirements

Upstream changes:

[Changes for 0.983 - Sep 12, 2008]
* Dependencies
  - Require AutoLoader 5.67 which contains a PAR-related
    bug-fix.
  - Require PAR::Dist 0.32.

* Internal changes
  - The full extraction process _extract_inc
    (which is triggered when a non--clean pp packaged
    executable is run) can now be forced to do the
    extraction (instead of doing if !-d).
  - That same extraction routine now accepts Archive::Zip
    handles or file names.
  - When, during the full extraction, the extracted paths
    are to be added to @INC, we now make sure they're not
    in @INC yet.

(he)

2008-11-17 04:20:50 UTC MAIN commitmail json YAML

Update from version 0.31nb1 to 0.40.

Pkgsrc changes:
o Add p5-Archive-Zip as build dependency (for tests)

Upstream changes:
____________________________________________________________________________
By: smueller on 2008/10/27
    * Rewrite parts of the install_par docs.
    * Add the esoteric auto_inst_lib_conversion parameter to install_par.
    * This is 0.40.
____________________________________________________________________________
By: smueller on 2008/10/21
    * Add the "verbose" option to install_par and uninstall_par.
    * Add the "uninstall_shadows" option to install_par.
    * This is 0.39.
____________________________________________________________________________
By: smueller on 2008/10/16
    * Fix _check_tools() to use *Foo{THING} syntax instead of \&{}.
    * This is 0.38.
____________________________________________________________________________
By: smueller on 2008/10/08
    * Fix the "Skip 03merge_meta tests if no A::Zip nor zip/unzip found." logic.
    * Add more debug output to debug mode (system calls).
    * Add internal _check_tools() sub which checks the availability of various
      required tools (yaml, zip).
    * This is 0.37.
____________________________________________________________________________
By: smueller on 2008/09/30
    * Skip 03merge_meta tests if no YAML *DUMPER* could be found.
    * Better debug output for the YAML-search.
    * This is 0.36.
____________________________________________________________________________
By: smueller on 2008/09/30
    * Skip 03merge_meta tests if no A::Zip nor zip/unzip found.
    * Better error messages from _zip/_unzip
    * This is 0.35.
____________________________________________________________________________
By: smueller on 2008/09/24
    * Do not fail if _zip() doesn't return true, doh!
    * This is 0.34.
____________________________________________________________________________
By: smueller on 2008/09/17
    * Better diagnostics for the CPAN testers test failures.
    * Extra -f check in _merge_meta.
    * This is 0.33.
____________________________________________________________________________
By: smueller on 2008/09/12
    * Version bump, fix tests.
    * This is 0.32.
____________________________________________________________________________
By: smueller on 2008/09/01
    * merge_par now requires a (i.e. any) YAML reader
    * merge_par now merges the "provides" sections of the META.yml's
    * blib_to_par now accepts a "quiet" option

(he)

2008-11-17 04:08:55 UTC MAIN commitmail json YAML

Update from version 3.45nb1 to 3.52.

Upstream changes:

3.52 Mon Oct 27 11:16:19 2008
- Upgraded dependencies to Exception::Class 1.26

3.51 Thu Oct 23 20:18:23 2008
- Fix issues with Exception::Class 1.25

3.49 Fri Oct 17 18:33:46 2008
- Call all :Destroy methods before deleting field data

3.48 Wed Oct 15 20:05:20 2008
- Fix runtime loading of classes with multiple inheritance

3.47 Mon Oct  6 18:50:26 2008
- Proper implementation of ->isa()/->can()

3.46 Fri Oct  3 21:01:59 2008
- Support Test::MockObject

(he)

2008-11-17 04:03:23 UTC MAIN commitmail json YAML

Updated from version 0.04nb1 to 0.07.

Pkgsrc changes:
o Canonicalize HOMEPAGE
o Remove no-longer-needed dependency on p5-Sub-Uplevel

Upstream changes:

0.07    Fri Oct  07 23:00:00 EST 2008
        - Bumped minimum allowed Moose version to fix problem with overloading
          on some versions of Perl
        - Tiny documentation updates.

0.06    Fri Oct  24 15:00:00 EST 2008
        - Added support for parameterized types and type unions, tests for all
        that and documentation updates.

0.05    [Indetermined]
        - moved export mechanism to Sub::Exporter. ::Base contains
          a bunch of wrapping logic to allow the export-along functionality
          for the helper symbols
        - removed vestigial load of Sub::UpLevel since it breaks
          the argument display in confess()

(he)

2008-11-17 03:41:47 UTC MAIN commitmail json YAML

Update from version 1.05nb1 to 1.06.

Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org

Upstream changes:

2008-10-21 Jesse Vincent <jesse@bestpractical.com>
* Fix META.yml
* Bump the package limit from 1k to 10k

(he)

2008-11-17 03:37:44 UTC MAIN commitmail json YAML

Updated from version 1.470nb1 to 1.500 (upstream 0.50).

Pkgsrc chnages:
o Add a couple of BUILD_DEPENDS

Upstream changes:

1.50    Tue Oct 28 00:27:37 CDT 2008
        * Added Perl Training Australia's getting-started.html

        * Add license setting to default Makefile.PL output (Thanks, Gabor!)

        * Fixed the RT link in the boilerplate. (Thanks, Shlomi)

(he)

2008-11-17 03:29:25 UTC MAIN commitmail json YAML

Updated from version 0.23nb1 to 0.24.

Upstream changes:

[Changes for 0.24 2008-09-15]

* updated docs
* die when target is RT 3.8.0
* install libs only into one path, don't double-install them
  on RT 3.8.x
* delete VERSION from POD, we just always forget to update it

(he)

2008-11-17 03:22:03 UTC MAIN commitmail json YAML

Update from version 0.2808 to 0.3000 (upstream 0.30).

This even though some tests fail, but that's due to FAKEHOME.

Pkgsrc changes:
o add USE_TOOLS+=perl to make some more tests succeed

Upstream changes:

0.30 - Thu Sep 25 20:57:36 2008

- First non-beta release since April 2007.  In the meantime, Sarkozy
  became president of France, the 35W bridge fell in Minneapolis,
  Phelps won a lot of gold, a new tribe of indigenous people was
  discovered in the Amazon, and Bob Barker stopped doing The Price Is
  Right.  As of this moment though, the U.S. economy still hasn't
  collapsed completely.

0.2808_05 - Thu Sep 18 23:30:39 PDT 2008

- Skip test in t/ext.t which tickles shellwords() in Text::ParseWords
  below 3.23 [David Wheeler, Ken]

- Fixed some shell-quoting issues in do_system() on Windows [Ken,
  Schwern, reported by Curtis Jewell]

- Fixed t/xs.t failure for missing 'const char *' typemap in 5.6
  [Schwern]

- Added build_requires for Test::More 0.49 and Test::Harness 2.03.
  Removed bundled Test::More (was not working for 5.005x anyway).
  [Schwern]

- Minimum required perl version is now 5.6.1. [Schwern]

0.2808_04 - Thu Sep 11 22:51:27 PDT 2008

- Backed-out incompatible Module::Build::ModuleInfo change (first in
  0.2808_02.)

0.2808_03 - Mon Sep  1 14:43:27 PDT 2008

- Made adjustments for the format changes of recent Test::Harness
  output. [Nicholas Clark]

- Fixed the documentation for script_files to indicate that we search
  bin/ for scripts by default.  It has been this way for several
  years. [Spotted by Ron Savage]

0.2808_02 - Wed Jul  9 16:45:08 PDT 2008

- Experimental support for TAP::Harness with --use-tap-harness option
  and the tap_harness_args property. [David Wheeler & Eric Wilhelm]

- Added test_file_exts property for main-run tests other than '*.t'.
  [David Wheeler]

- Fixed getcwd()/rmtree() failure case on 5.10+mac where something is
  unhappy about all of the tests deleting their distgen directory
  before leaving it. [Eric Wilhelm & David Wheeler]

- Improved support for parsing qv() in modules' $VERSION
  declarations, and made $VERSION-parsing errors more verbose. [Jos
  Boumans]

- Integrated an omnibus patch for various VMS fixes. [Craig Berry &
  John E. Malmberg]

- Some versions of Test::Harness (or something) seem to not be
  stripping the ".t" suffix when outputting test reports, which was
  causing one of our tests in t/compat.t to fail.  Fixed. [Spotted by
  a smoke tester]

- Most Unix platforms seem to allow hyphens in usernames, so we honor
  this in our de-tilde-fying methods now. [Spotted by s-murata]

- If there are multiple assignments to the $VERSION variable in
  someone's module and this generates warnings, tell the user what
  line number the problem is at.

- Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]

- Fixed a couple bugs in how we quote arguments to external processes
  when they have to pass through the shell.  Also much more
  thoroughly tested our quoting now.

- Edited the Module::Build::API docs prose about the 'license' field
  in response to some comments on the module-authors mailing list.

- Fixed a typo in some example code in the Cookbook. [Jeremy Leader]

- Custom typemaps were being looked for in places that don't quite
  exist; fixed. [Michael G Schwern]

- QNX/Neutrino is now considered to be Unix. [rt.cpan.org 32214]

- Added 'gpl2' and 'gpl3' to the list of valid licenses. [Allen
  Engelhardt]

- Fixed our Data::Dumper wrapper's sensitivity to users who might set
  $Data::Dumper::Terse. [Spotted by Dominique Dumont]

- Documented the fix_shebang_line() method. [Elliot Shank]

- Applied the 'const' modifier to version() and xs_version() XS
  functions we use during testing. [Robin Barker]

- Fixed processing of INC=, POLLUTE=, INSTALLDIRS=, and LIB= for
  passthrough/small Makefile.PLs.

- perl Build.PL --sign=1 now signs. [Michael G Schwern]

- Fixed processing of INSTALLDIRS=whatever for compatibility
  Makefiles. [Spotted by John Peacock]

- Zillions of special-cases have been added in Compat.pm for dealing
  with the special Makefile system on VMS. [John E. Malmberg]

- Fixed some stuff in how VMS command-args get quoted. [John E. Malmberg]

- VMS now overrides localize_file_path() and localize_dir_path() so
  we don't need to do special stuff in the general case. [John
  E. Malmberg]

- Added a few more VMS-specific entries to the default MANIFEST.SKIP
  file that (sometimes) gets created during the 'manifest'
  action. [John E. Malmberg]

- Fixed a catdir() that should have been a catfile() when creating a
  ppmdist. [John E. Malmberg]

- Removed some assumptions about what makefiles are called (not
  necessarily "Makefile") and how they take their arguments, to get
  VMS tests working better. [John E. Malmberg]

- Fixed our check for Archive::Tar in the t/runthrough.t test, which
  fixes a common failure on Win32. [Spotted by Chris Williams]

- Fixed a File::Spec mal-ism in t/destinations.t [Craig A. Berry]

- Exposed the internal ExtUtils::CBuilder object as part of our API,
  via the cbuilder() method. [Zefram]

- Upgraded to version.pm 0.74 (fixes bug #30004.)

- Overwrite core (post-5.9.4) Module::Build installs (bug #20528.)

- Pass quiet() option to ExtUtils::CBuilder object.

0.2808_01 - Wed Oct 24 11:51:25 2007

- All .pm files in the Module-Build distribution (except for
  M::B::Version.pm, which is kind of tied to version.pm) now have the
  same $VERSION number explicitly specified.

- When checking prerequisites, the required version of perl is now
  checked before we start finding the $VERSION declaration of the
  distribution, which results in much more intuitive error messages
  e.g. if the author is using 5.6-isms in their declaration but the
  user doesn't have 5.6. [Slaven Rezic]

- Added 'artistic_2' license, corrected 'lgpl' license url (bug #29783)
  [David Thomas]

- VMS find_perl_interpreter() is just $^X (bug #29810) [Craig A. Berry]

- Some large VMS fixes, mostly having to do with the non-case-
  preserving nature of most VMS filesystems, but also correcting for
  illegal characters in VMS file specs. [John E. Malmberg and Craig
  A. Berry]

- Fixed the _detildefy() method on VMS. [John E. Malmberg and Craig
  A. Berry]

- We now use a much more reliable method when Data::Dumper-ing saved
  state data. [Yves]

- When a module had 0.000 as its version, a few places in the code
  thought the module had no version at all.  This is now
  fixed. [Andrew "Zefram" Main]

- When finding the default set of script_files, we now compute them
  as relative paths, not absolute. [Spotted by Curtis "Ovid" Poe]

- Got rid of a call to eliminate_macros, which isn't needed in
  Module::Build since there is no external make utility involved.
  Override expand_test_dir to make up for the fact that the
  home-grown glob() returns absolute, not relative, paths. [Craig
  A. Berry]

- Fixed a catdir() that needed to be catfile() in the .packlist
  creation code. [John E. Malmberg]

- If a *.PL file ended abnormally during the build, processing should
  have stopped, but it didn't.  Fixed. [Matthew Cast and David
  Golden]

- Module::Build::Compat adds "require 5.XXXXX" to Makefile.PL when
  'perl' is specified as a 'requires' prerequisite [David Golden]

- Refactored t/compat.t for modularity and transparency; added
  labels for all tests; supressed subprocess output to
  STDOUT and STDERR [David Golden]

- Fixed bug in perl_version_to_float when version is already a float
  [David Golden]

- Removed a mention of $build->{config} from the documentation, the
  official interface to Config.pm settings is now via the
  $build->config() and has been for some time. [Suggested by Michael
  Schwern]

- Tweaked some text in the Cookbook to bring it into the modern age,
  and added a recipe for accessing Config.pm settings. [Ibid]

- Lots of POD link/readability improvements to the Module::Build::API
  documentation [Salve J. Nilsen]

- Added configure_requires as a new type of prereq.  [Suggested by Adam
  Kennedy]

- Patch 31156 from bleadperl: some filename dot and extension help
  for Module::Build on VMS. [Craig Berry]

- Reworked the _detildefy() method so it doesn't depend on glob()
  anymore.  This gets rid of a problem with spaces or other special
  shell characters in things like 'prefix' or 'install_path'
  entries. [Prodding by Eric Wilhelm]

- Added midnightbsd to the list of Unix-like OSes we know about
  [Rafael Garcia-Suarez]

(he)

2008-11-17 03:04:01 UTC MAIN commitmail json YAML

Updated from version 0.97nb1 to 0.98.

Upstream changes:

  2008-11-07 18:11:57 (r18) by rcaputo; lib/Lexical/Persistence.pm M

    Ready for 0.98

  2008-11-07 04:36:12 (r17) by rcaputo; lib/Lexical/Persistence.pm M

    Replace eval() with do() in the docs. Note that lexical declarations
    are preserved by compile(), which is used by do(), so declared
    variables need not be redeclared all the time.

  2008-11-03 20:02:16 (r16) by rcaputo; t/04_eval.t M

    Fix tests to use do() rather than eval().

  2008-11-03 19:57:55 (r15) by rcaputo; lib/Lexical/Persistence.pm M

    Another attempt at eval(), this time called do().

  2008-11-01 05:38:30 (r14) by rcaputo
  t/04_eval.t A; MANIFEST M; lib/Lexical/Persistence.pm M

    Apply Paul "LeoNerd" Evans' patch to add compile() and eval().

(he)

2008-11-17 02:58:42 UTC MAIN commitmail json YAML

Update from version 1.09nb1 to 1.10.

Upstream changes:

1.10  Mon Sep 15 2008
- Update Copyright and License.
- Buttwag around minor Windows deficiencies.

(he)

2008-11-17 02:54:02 UTC MAIN commitmail json YAML

Updated from version v0.0.3nb1 to 0.0.4.

Upstream changes:

0.04 - Sun Aug 31 13:54:27 2008
* Fixes include:
* #24823: is_interactive() and command line arguments
* #38660: "null" filehandle is a memory leak
* #20689: IO::Interactive leaks temp files

0.03_01 - Sun Aug 24 21:53:11 2008
* Cleaning up old tickets:
+ #20689 Now that we don't use a scalar filehandle,
no extra temp files under 5.6.2
+ #24823 Applied Schwern's patch to ignore command
line arguments
+ #38660 Fix memory link (same fix for #20689, not
printing to a scalar
* Maintainer is now brian d foy <bdfoy@cpan.org>

(he)

2008-11-17 02:17:09 UTC MAIN commitmail json YAML

Update from version 2.19nb1 to 2.20.

Pkgsrc changes:
o Accept default TT options, don't set them explicitly.
o Add commented-out additional HOMEPAGE using search.cpan.org.
o Add a patch related to module bug
  http://rt.cpan.org/Public/Bug/Display.html?id=39100

Thanks to Jens Rehsack for the update, provided in PR pkg/39600!

Upstream changes:

#------------------------------------------------------------------------
# Version 2.20 - 13th August 2008
#------------------------------------------------------------------------

* Updated all the documentation.

* Restored the GIF images that got mangled in the switch from CVS to
  Subversion.

* Fixed the Makefile.PL to pre-glob the tests to keep things working
  smoothly in Win32.
  http://rt.cpan.org/Ticket/Display.html?id=25573

* Applied a patch to Template::Directives from Ben Morrow to fix the
  SWITCH/CASE directive when matching strings containing regex metacharacters.
  http://rt.cpan.org/Ticket/Display.html?id=24183

* Applied a patch to Template::Parser from Koichi Taniguchi to make it
  treat TAGS with case sensitivity.
  http://rt.cpan.org/Ticket/Display.html?id=19975

* Changed html_entity_filter_factory() in Template::Filters to only look for
  Apache::Utils and HTML::Entities once.
  http://rt.cpan.org/Ticket/Display.html?id=19837

Template::Stash
---------------

* Applied a patch to Template::Stash from Jess Robinson which allows you
  to call a list method on a single object and have it automatically
  upgraded to a single item list.  Changed the XS Stash to do the same.
  http://lists.tt2.org/pipermail/templates/2006-November/009115.html

* Fixed a minor bug in the XS Stash which prevented it from updating
  hash entries with empty, but defined keys.  Thanks to Yitzchak
  Scott-Thoennes for reporting the problem.
  http://lists.tt2.org/pipermail/templates/2007-November/009819.html

* Applied a patch from Alexandr Ciornii  to make the XS Stash compile
  cleanly under VC++ 6.0 and with Sun's C compiler.
  http://rt.cpan.org/Ticket/Display.html?id=20291

Template::Provider
------------------

* Fixed a minor bug in the Template::Provider code added in 2.19 that
  caused errors in templates to only be reported once.  Subsequent
  fetches incorrectly returned 'not found' instead of repeating the
  error.

* Made Template::Provider use File::Spec->catfile instead of using '/'
  and letting Perl worry about Doing The Right Thing.
  http://rt.cpan.org/Ticket/Display.html?id=34489

* Applied patch from Lyle Brooks to add binmode to the _template_content()
  method in Template::Provider.
  http://rt.cpan.org/Ticket/Display.html?id=38075

* Applied patch from Ted Carnahan to silence UNIVERSAL::isa warnings in
  Template::Provider.
  http://rt.cpan.org/Ticket/Display.html?id=25468

* Applied patch to Template::Provider from Andrew Hamlin which works around
  a bug in Strawberry Perl on Win32.
  http://rt.cpan.org/Ticket/Display.html?id=34578

Template::VMethods
------------------

* Applied a patch from Paul "LeoNerd" Evans to make the list.slice vmethod
  work properly with negative indices.
  http://lists.tt2.org/pipermail/templates/2008-March/010105.html

Plugins
-------

* Added the Math plugin and related files to the MANIFEST so they
  actually get shipped out as part of the distribution.  D'Oh!
  http://rt.cpan.org/Ticket/Display.html?id=27375

* Added the Scalar plugin which adds the .scalar vmethod for calling
  object methods and subroutines in scalar context.

* Added Template::Plugin::Assert which allows you to assert that values
  are defined.

* Changed Template::Plugin::Filter to weaken the $self reference to avoid
  circular references and memory leaks.  Thanks to Masahiro Honma for
  reporting the problem and suggesting the fix.

* Applied patch from Ronald J Kimball to make Template::Plugin::Date accept
  dates with the year coming first.
  http://lists.tt2.org/pipermail/templates/2007-July/009540.html

* Added C<1;> to the end of a few plugin modules that were missing it.

ttree
-----

* Changed the --accept option in ttree to match against the full file
  path (relative to --src dir) rather than just the file name.  This
  makes it behave the same way as the --ignore option.

* Applied patch from Lyle Brooks to add binmode to the process()
  call in ttree.
  http://rt.cpan.org/Ticket/Display.html?id=38076

* Added a patch from Nigel Metheringham also to set binmode in ttree
  but via a configuration option.
  https://rt.cpan.org/Ticket/Display.html?id=30760

(he)

2008-11-16 23:53:49 UTC MAIN commitmail json YAML

Today's set from here:

Updated devel/p5-Attribute-Handlers to 0.81
Updated devel/p5-B-Hooks-OP-Check to 0.15
Updated devel/p5-CPAN-DistnameInfo to 0.07
Updated devel/p5-Config-Find to 0.24
Updated devel/p5-ExtUtils-PkgConfig to 0.12
Updated devel/p5-FileHandle-Fmode to 0.11
Updated devel/p5-Hook-LexWrap to 0.21

(he)

2008-11-16 23:53:04 UTC MAIN commitmail json YAML

Updated from version 0.20nb1 to 0.21.

Pkgsrc changes:
o Adapt to .zip dist file suffix

Upsream changes:

0.21    Nov 6 2008

        - Added 'See also: Sub::Prepend'

        - Makefile.PL rewritten

        - support of 5.6+ only made explicit

        - Moved tests to t/. Silenced warnings.

        - Added pod.t

(he)

2008-11-16 23:42:34 UTC MAIN commitmail json YAML

Update from version 0.10nb1 to 0.11.

Upstream changes:

0.11 - Add copyright notice to the LICENSE section of the pod.

(he)

2008-11-16 23:40:36 UTC MAIN commitmail json YAML

Update from version 0.11nb1 to 0.12.

Pkgsrc changes:
o Add a TOOLS_CMD.pkg-config setting to allow tests to work
  (thanks to joerg@ for the hint)

Upstream changes:

1.12  Sun Oct 19 13:56:07 CEST 2008
- Try to fix a test failure.

(he)

2008-11-16 23:27:19 UTC MAIN commitmail json YAML

Update from version 0.23 to 0.24.

Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org
o Add a post-extract action to strip executable bit from perl modules

Upstream changes:

0.24  12 Nov, 2008
        - add Config::Find::Where->script_dir()
        - some minor doc improvements

(he)

2008-11-16 23:21:17 UTC MAIN commitmail json YAML

Update from version 0.06 to 0.07.

Upstream changes:

0.07 -- Mon Jun 30 09:27:04 CDT 2008

  * Added support for .tar.bz2 archive extension

(he)

2008-11-16 23:18:46 UTC MAIN commitmail json YAML

Updated from version 0.12nb3 to 0.15.

Pkgsrc changes:
o Added dependency on p5-parent

Upstream changes:

0.15  Tue, 11 Nov 2008 18:21:05 +0100
  * Require perl 5.8.1.

0.14  Sun, 09 Nov 2008 22:22:15 +0100
  * Tell MakeMaker which symbols we'd like to export. Hopefully this will make
    linking against us work on Win32.

0.13  Sun, 09 Nov 2008 03:36:27 +0100
  * Try to not dereference NULL.

(he)

2008-11-16 23:11:36 UTC MAIN commitmail json YAML

Updated from version 0.80 to 0.81.

Upstream changes:

0.81 Sun Nov  9 22:47:00 CET 2008
        - Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)

(he)

2008-11-16 20:31:22 UTC MAIN commitmail json YAML

Updated sysutils/libgtop to 2.24.0nb1

(wiz)

2008-11-16 20:31:09 UTC MAIN commitmail json YAML

Add processor affinity support, from Juan Romero Pardines -- thank you!
Bump PKGREVISION.

(wiz)

2008-11-16 20:11:31 UTC MAIN commitmail json YAML

+ aspell-danish-1.6.19, aspell-faroese-0.2.35, curl-7.19.2,
  dnsmasq-2.46, fftw-3.2, ikiwiki-2.70, libowfat-0.28, libtasn1-1.6,
  memtestplus-2.10, openssh-5.1p1, p5-Digest-MD5-2.38, p5-File-Temp-0.21,
  p5-Test-Simple-0.86, p5-XML-LibXML-1.69, remind-03.01.06,
  sudo-1.6.9p18, xf86-input-vmmouse-12.6.2, xf86-video-intel-2.5.1,
  yaz-3.0.38.

(wiz)

2008-11-16 20:08:53 UTC MAIN commitmail json YAML

Fix typo in version number.

(wiz)

2008-11-16 19:17:15 UTC MAIN commitmail json YAML

Updated chat/icbirc to 1.8nb1

(adrianp)

2008-11-16 19:16:49 UTC MAIN commitmail json YAML

Add a small function from OpenSSH for systems that don't support __progname
Initially this is for SunOS only so this package can build on OpenSolaris.
PKGREVISION++

(adrianp)

2008-11-16 17:32:01 UTC MAIN commitmail json YAML

Depend on correct freetype2 version. Add comment about the possibility
to include libspectre (not enabled). Should we?

(wiz)

2008-11-16 17:24:52 UTC MAIN commitmail json YAML

Updated audio/gnome-speech to 0.4.22

(wiz)

2008-11-16 17:24:40 UTC MAIN commitmail json YAML

Update to 0.4.22:

gnome-speech 0.4.22:

* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
  synthesis driver causes Python client to get "TypeError: could not
  demarshal return value" on call to getAllVoices.

(wiz)

2008-11-16 17:20:28 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.8.4

(wiz)

2008-11-16 17:20:14 UTC MAIN commitmail json YAML

Update to 1.8.4:

Release 1.8.4 (2008-11-14 Carl Worth <cworth@cworth.org>)
=========================================================
The cairo community is pleased to announce the 1.8.4 release of the
cairo graphics library. This is the second update to cairo's stable
1.8 series and contains a small number of bug fixes, (in particular a
few fixes for build failures of cairo 1.8.2 on various systems). This
is being released just over two weeks after cairo 1.8.2.

We recommend that everyone using cairo upgrade to 1.8.4.

-Carl

Build fixes
-----------
Fix build with older XRender that doesn't define RepeatNone:

  Build of xlib backend fails against old XRender (RepeatNone undeclared)
  https://bugs.freedesktop.org/show_bug.cgi?id=18385

Fix build with bash version <= 3.0:

  doltlibtool broken on linux with bash 3.00.0
  https://bugs.freedesktop.org/show_bug.cgi?id=18363

Bug fixes
---------
Avoid triggering a bug in X.org server 6.9 resulting in a hung machine
requiring a reboot:

    https://bugs.freedesktop.org/show_bug.cgi?id=15628#c2

Fix display of user fonts as exercised by proposed support for type3
fonts in poppler (unsigned promotion fixes):

    Use cairo user-font for Type 3 fonts
    http://lists.freedesktop.org/archives/poppler/2008-October/004181.html

Avoid miscomputing size of fallback images required when rendering
with CLEAR, IN, or SOURCE operator to vector surfaces, (PS, PDF, SVG,
etc.).

Be more tolerant of broken fonts when subsetting type1 fonts:

  Error handling in cairo_type1_font_subset_get_glyph_names_and_widths
  http://lists.cairographics.org/archives/cairo/2008-October/015569.html

Fix cairo_fill_extents, cairo_stroke_extents, cairo_path_extents, to
correctly allow NULL parameters as documented.

Fix potential crash on emitting a type3 glyph after having drawn text
paths from the same font, (for example with cairo_text_path).

(wiz)

2008-11-16 17:03:21 UTC MAIN commitmail json YAML

Updated devel/ncurses to 5.7nb1

(adrianp)

2008-11-16 17:03:00 UTC MAIN commitmail json YAML

Add screen.{mlterm,rxvt} to the list of files that dont get installed on SunOS
PKGREVISION++

(adrianp)

2008-11-16 17:01:53 UTC MAIN commitmail json YAML

Don't try to build gcc2 on AMD64, as it's not supported by that compiler.

This issue was reported by Daniel Horecki.

(ahoka)

2008-11-16 15:10:30 UTC MAIN commitmail json YAML

Updated net/libpcap to 1.0.0nb2

(adrianp)

2008-11-16 15:10:10 UTC MAIN commitmail json YAML

libpcap dymanically generates man page sections based on the OS.  For SunOS
MAN_MISC_INFO and MAN_FILE_FORMATS are in different sections to others so
account for this with some PLIST magic.
PKGREVISION++

(adrianp)

2008-11-16 14:01:11 UTC MAIN commitmail json YAML

Add support for user destination directory installation.
Patch provided by Aleksey Cheusov in PR pkg/39907..

(tron)

2008-11-16 13:57:02 UTC MAIN commitmail json YAML

Add support for user destination directory installation.
Patch provided by Aleksey Cheusov in PR pkg/39905.

(tron)

2008-11-16 13:54:12 UTC MAIN commitmail json YAML

Add support for user destination directory installation.
Patch provided by Aleksey Cheusov in PR pkg/38526.

(tron)

2008-11-16 12:04:41 UTC MAIN commitmail json YAML

Remove MESSAGE now that dbus is fixed.

(wiz)

2008-11-16 11:59:04 UTC MAIN commitmail json YAML

Remove hicolor icon cache (created by hicolor-icon-theme automatically)
from PLIST. Bump PKGREVISION.

(wiz)

2008-11-16 11:55:19 UTC MAIN commitmail json YAML

If we're using dynamic SIMD detection, we _do not_ want to build
with -msse et. al.

s/HOST_HAS_BSD_POLL/JACK_&/

(bjs)

2008-11-16 11:53:09 UTC MAIN commitmail json YAML

Note that pysol users should migrate to pysolfc ("successor").

(wiz)

2008-11-16 11:41:28 UTC MAIN commitmail json YAML

2008-11-16 11:22:56 UTC MAIN commitmail json YAML

Update to jack-0.115.1 (from SVN).  Changes: pulled in a patch
to [hopefully] correct errant behavior wrt: non-blocking I/O and sockets.
This is presently untested, however.  Also, with this snapshot
we at least have the hope that the network facility works.  Includes
other miscellaneous bug fixes, also.

While here, explicitly enable coreaudio on Darwin and add a PLIST
entry for its driver module.  This is also untested, but at least
installation on Darwin will not fail due to an incorrect PLIST.  Also,
include ../../mk/dlopen.buildlink3.mk in our bl3.mk in order
to heed DLOPEN_REQUIRE_PTHREADS.

(bjs)

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

Add support for user destination directory installation.
Patch provided by Aleksey Cheusov.

(tron)

2008-11-16 10:08:20 UTC pkgsrc-2008Q3 commitmail json YAML

2008-11-16 10:07:47 UTC pkgsrc-2008Q3 commitmail json YAML

pullup ticket #2587 - requested by tron
imap-uw: shared version and package version bumps
imap-uw-utils: bump package revision
mailsync: bump package revision
php-imap: bump package revision
pine: bump package revision
prayer: bump package revision

revisions pulled up:
pkgsrc/mail/imap-uw/Makefile 1.127
pkgsrc/mail/imap-uw/buildlink3.mk 1.15
pkgsrc/mail/imap-uw-utils/Makefile 1.28
pkgsrc/mail/mailsync/Makefile 1.30
pkgsrc/mail/php-imap/Makefile 1.16
pkgsrc/mail/pine/Makefile 1.121
pkgsrc/mail/prayer/Makefile 1.37

  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Thu Nov 13 14:20:20 UTC 2008

  Modified Files:
          pkgsrc/mail/imap-uw: Makefile buildlink3.mk

  Log Message:
  Bump the following things:
  - The shared library major version because it is no longer compatible
    with old binaries.
  - The package revision because of the above change.
  - The minimum API and ABI versions because new binary packages are no
    longer compatible with an old "imap-uw" package.

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

  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Thu Nov 13 14:21:05 UTC 2008

  Modified Files:
          pkgsrc/mail/imap-uw-utils: Makefile
          pkgsrc/mail/mailsync: Makefile
          pkgsrc/mail/php-imap: Makefile
          pkgsrc/mail/pine: Makefile
          pkgsrc/mail/prayer: Makefile

  Log Message:
  Bump the package revisions of all packages that depend on the
  "imap-uw" package because of binary incompatibilities.

(rtr)

2008-11-16 09:06:52 UTC MAIN commitmail json YAML

2008-11-16 09:03:07 UTC MAIN commitmail json YAML

This also requires fontconfig now that graphics/gd uses fontconfig.
PKGREVISION++

(dholland)

2008-11-16 08:58:08 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous (adding fontconfig) because it changes the
package deps.

(I think also for pkgsrc xorg it causes it to start finding and using
fontconfig when it previously didn't.)

(dholland)

2008-11-16 07:23:51 UTC MAIN commitmail json YAML

Remove pysol, which is dead upstream.  For your solitaire fix, use the
pysolfc package, which is a fork of pysol.

(snj)

2008-11-16 07:17:09 UTC MAIN commitmail json YAML

Added games/pysolfc version 1.1.

(snj)

2008-11-16 07:14:40 UTC MAIN commitmail json YAML

Updated x11/fltk to 1.1.9nb1

(dsainty)

2008-11-16 07:13:37 UTC MAIN commitmail json YAML

Complete the libtoolisation of 'fluid' so it installs the real executable,
not the libtool wrapper.

Bump PKGREVISION, the previous revision installed an unusable "fluid".

(dsainty)

2008-11-16 07:12:09 UTC MAIN commitmail json YAML

2008-11-16 01:34:25 UTC MAIN commitmail json YAML

ahoka already updated mksh.

(snj)

2008-11-15 23:34:28 UTC MAIN commitmail json YAML

Remove moon-buggy 1.0.51, it's not a stable release.

(snj)

2008-11-15 23:15:36 UTC MAIN commitmail json YAML

py-curl is already at 7.16.4.

(snj)

2008-11-15 23:02:21 UTC MAIN commitmail json YAML

Updated security/gnutls to 2.6.2

(wiz)

2008-11-15 23:02:09 UTC MAIN commitmail json YAML

Update to 2.6.2:

* Version 2.6.2 (released 2008-11-12)

** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
problem for certificate chains that contained just one self-signed
certificate.  Reported by Michael Meskes <meskes@debian.org> in
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.

** API and ABI modifications:
No changes since last version.

(wiz)

2008-11-15 20:25:34 UTC MAIN commitmail json YAML

2008-11-15 20:20:44 UTC MAIN commitmail json YAML

Add lzcat to the tools framework.

lzcat will be used to decompress .lzma files.

(minskim)

2008-11-15 19:40:07 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome to 2.24.0.97

(wiz)

2008-11-15 19:39:54 UTC MAIN commitmail json YAML

Depend on proper libgtop and gnome-system-monitor, bump version.

(wiz)

2008-11-15 19:39:07 UTC MAIN commitmail json YAML

Updated sysutils/gnome-system-monitor to 2.24.1

(wiz)

2008-11-15 19:38:53 UTC MAIN commitmail json YAML

Update to 2.24.1.

XXX:
"writable memory" is too large to be correct, and the graph
updates make Xorg eat the whole CPU, otherwise looks ok.

New in 2.24.1 - 20 October 2008
* Translation updates.

New in 2.24.0 - 22 September 2008
* Translation updates.

New in 2.23.91 - 1 September 2008
* Fixed bug 549383 – network assertion in the resource tab.

New in 2.23.90 - 18 August 2008
* Fixed truncated process names.

New in 2.23.6 - 4 August 2008
* Don't segfault in the disk list when icon cannot be retried from gvfs.

New in 2.23.5 - 21 July 2008
* Fixed network speed when there are pseudo-devices with no address.

New in 2.23.3 - 2 June 2008
* New 'Waiting Channel' process column.

New in 2.23.2 - 26 May 2008
* This is the first 2.23 release
* New option to start with the system tab.
* Don't crash on invalid regex in lsof. Display an error message.
* Fixed the graph time scale.
* Performance fix for bad graphic card drivers (yes, system-monitor is
  very fast with the vesa driver without this patch). Blame your
  driver's writers.
* Moved to gio.
* Many internal cleanups.
* Filesystem column are now configurable.
* lsof now shows IPv6 connections.
* New wchan column (if you have a better name for that...)

Thanks to Mark McCelland, Karl Lattimer, Toby Dacre, Matthis Clasen and
Hubert Figuière.

(wiz)

2008-11-15 19:37:26 UTC MAIN commitmail json YAML

Added sysutils/libgksu version 2.0.7

(wiz)

2008-11-15 19:37:06 UTC MAIN commitmail json YAML

2008-11-15 19:36:52 UTC MAIN commitmail json YAML

2008-11-15 19:36:09 UTC MAIN commitmail json YAML

Initial import of libgksu-2.0.7. I packaged it for Gnome, but currently
it looks like it's not really needed, so it's untested.

GKSu is a library that provides a Gtk+ frontend to su and sudo. It
supports login shells and preserving environment when acting as a
su frontend. It is useful to menu items or other graphical programs
that need to ask a user's password to run another program as another
user.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081115

(wiz)

2008-11-15 19:34:25 UTC MAIN commitmail json YAML

Updated sysutils/libgtop to 2.24.0

(wiz)

2008-11-15 19:34:11 UTC MAIN commitmail json YAML

Update to 2.24.0.
New cpu affinity code (see changes for 2.23.2 below) is ifdef'd out.

22 Septembre 2008: Overview of changes in 2.24.0
================================================
* Translation updates.

18 August 2008: Overview of changes in 2.23.90
==============================================
* freebsd:
  - updated port by Joe Marcus Clarke.

23 June 2008: Overview of changes in 2.23.4
===========================================
* linux:
  - Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25.
    Closes #539360.

24 May 2008: Overview of changes in 2.23.2
==========================================
* glibtop_get_proc_open_files API can also lists IPv6 TCP sockets.
* glibtop_get_proc_affinity : new API to retrieve process CPU affinity.

(Let's hope one day i'll find the gtk-doc documentation ...)

* linux:
  - fixed parsing of big /proc/stat for uptime.

04 April 2008: Overview of changes in 2.22.1
============================================
* Fixed compilation/dist for !linux.
  Closes #525953.

10 Mars 2008: Overview of changes in 2.22.0
===========================================
* linux:
  - fixed proc_kernel.

25 February 2008: Overview of changes in 2.21.92
================================================
* linux:
  - fixed smaps parsing on >= 2.6.24.x.

14 January 2008: Overview of changes in 2.21.5
==============================================
* freebsd:
  - fixed build on GNU/kfreebsd. Petr Salinger.
  - fixed procmem units. Kuang-che Wu.

28 October 2007: Overview of changes in 2.21.1
==============================================
* don't export _p/_s private symbols anymore. This is not an API/ABI breakage.
* darwin implementation by Benjamin Reed.
* linux:
  - splitted fsusage and mountlist implementations;
  - smarter mountlist(allfs = False);
  - fixed some compile warning on 64bit;
* solaris:
  - fixed netload build by Henry Zhang.

(wiz)

2008-11-15 19:03:28 UTC MAIN commitmail json YAML

Depend on newly packaged liboobs as well, ride version bump.

(wiz)

2008-11-15 18:41:50 UTC MAIN commitmail json YAML

add p5-Net-DBus, system-tools-backends, liboobs, gnome-system-tools
update gnome meta-pkg

(jmcneill)

2008-11-15 18:38:48 UTC MAIN commitmail json YAML

Pull in gnome-system-tools, bump version to 2.24.0.96

(jmcneill)

2008-11-15 18:37:22 UTC MAIN commitmail json YAML

2008-11-15 18:34:30 UTC MAIN commitmail json YAML

add gnome-system-tools, liboobs, system-tools-backends

(jmcneill)

2008-11-15 18:33:40 UTC MAIN commitmail json YAML

add p5-Net-DBus

(jmcneill)

2008-11-15 18:32:14 UTC MAIN commitmail json YAML

Initial import of gnome-system-tools version 2.22.1.

Formerly known as the Ximian Setup Tools, the GST are a fully integrated set
of tools aimed to make easy the job that means the computer administration
on an UNIX or Linux system. They're thought to help from the new Linux or
UNIX user to the system administrators. The GNOME System Tools are free
software, licensed under the terms of the GNU General Public License.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2008-11-15 18:30:22 UTC MAIN commitmail json YAML

Initial import of liboobs version 2.22.0.

Liboobs is a lightweight library that provides a GObject based interface
to system-tools-backends. It's completely abstracted of the
communication and authentication details, making it easy for
applications to integrate with the system details.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2008-11-15 18:28:56 UTC MAIN commitmail json YAML

Initial import of system-tools-backends version 2.6.0.

The System Tools Backends (s-t-b for short) are a set of cross-platform
modules for Linux, FreeBSD and other Unix systems. The backends provide a
common DBus interface to all platforms to modify or read the system
configuration in a distro independent fashion. Historically, access to
system configuration has varied deeply across Unix flavours, and concreting
a bit more, across Linux distributions, making it near impossible to write
desktop tools that could work flawlessly in a cross-platform way. System
Tools Backends try to fill this gap, offering a generic and easy way for
desktop applications to read and modify configuration details.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2008-11-15 18:27:22 UTC MAIN commitmail json YAML

Initial import of p5-Net-DBus version 0.33.6.

Net::DBus provides a Perl XS API to the dbus inter-application
messaging system. The Perl API covers the core base level
of the dbus APIs, not concerning itself yet with the GLib
or QT wrappers. For more information on dbus visit the
project website at:

  http://www.freedesktop.org/software/dbus/

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2008-11-15 18:17:15 UTC MAIN commitmail json YAML

Updated dbus to version 1.2.4nb1

(jmcneill)

2008-11-15 18:15:09 UTC MAIN commitmail json YAML

Don't use -Wl,--gc-sections as it strips .note.netbsd.* sections. Bump
pkg revision.

(jmcneill)

2008-11-15 17:27:03 UTC MAIN commitmail json YAML

Note update of www/plone3 package to 3.1.7.

(taca)

2008-11-15 17:25:39 UTC MAIN commitmail json YAML

Update plone3 package to 3.1.7.

Change log

* Allow _ as a valid character in file names and URLs. Do not remove #
  from file names. It only has a special meaning for URLs.
* Enable unlock on unload for inline edits

Updated packages and products

    * Products.CMFPlone 3.1.7
    * plone.i18n 1.0.7
    * archetypes.kss 1.4.3

(taca)

2008-11-15 17:24:19 UTC MAIN commitmail json YAML

Update PLONE3_VERSION to 3.1.7.

(taca)

2008-11-15 16:55:54 UTC pkgsrc-2008Q3 commitmail json YAML

Pullup tickets #2590 and #2591.

(tron)

2008-11-15 16:55:29 UTC pkgsrc-2008Q3 commitmail json YAML

Pullup ticket #2591 - requested by adrianp
bugzilla3: security update

Revisions pulled up:
- devel/bugzilla3/Makefile 1.9
- devel/bugzilla3/distinfo 1.5
---
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Nov  9 20:15:17 UTC 2008

Modified Files:
pkgsrc/devel/bugzilla3: Makefile distinfo

Log Message:
*  Before 3.0.6, unexpected fatal WebService errors would result in a
faultCode that was a string instead of a number. (Bug 446327)
* If you created a product or component with the same name as one you
previously deleted, it would fail with an error about the series table.
(Bug 247936)
* Includes a fix for: security/2.20.6/">http://www.bugzilla.org/security/2.20.6/

(tron)

2008-11-15 16:50:49 UTC pkgsrc-2008Q3 commitmail json YAML

Pullup ticket #2590 - requested by adrianp
bugzilla: security update

Revisions pulled up:
- devel/bugzilla/Makefile 1.33
- devel/bugzilla/PLIST 1.15
- devel/bugzilla/distinfo 1.17
---
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Nov  9 20:09:02 UTC 2008

Modified Files:
pkgsrc/devel/bugzilla: Makefile PLIST distinfo

Log Message:
Bugzilla 2.22.6 is compatible with Perl 5.10.
Includes a fix for: security/2.20.6/">http://www.bugzilla.org/security/2.20.6/

(tron)

2008-11-15 14:38:11 UTC MAIN commitmail json YAML

Note update of textproc/p5-Text-RewriteRules to version 0.14

(seb)

2008-11-15 14:37:24 UTC MAIN commitmail json YAML

Update from version 0.13 to 0.14.

Upstream changes:
0.14    2008, Nov 15 (11:00)
  - Added support for lex-style blocks for lexers (LRULES and RULES/l)

(seb)

2008-11-15 14:02:03 UTC MAIN commitmail json YAML

Note update of www/p5-Pod-POM-Web to version 1.11

(seb)

2008-11-15 14:01:06 UTC MAIN commitmail json YAML

Update from version 1.10 to version 1.11.

Pkgsrc changes:
- Remove now unneeded patch file.

Upstream changes:
1.11 13.11.2008
  - removed =begin BUGS section in Pod that was preventing proper display
  - fixed perlio layer for pass-through binary files
  - ref to PodPOMWeb.css used wrong case (undetected on -Win32!)
  - fixed page titles when the name has no "-- description"

(seb)

2008-11-15 13:53:49 UTC MAIN commitmail json YAML

Updated mail/p5-Mail-Box to 2.084

(adrianp)

2008-11-15 13:53:27 UTC MAIN commitmail json YAML

version 2.084: Fri Sep 26 16:44:51 CEST 2008

Changes:

- no questions asked about Mail::Box::Parser::C; it is not
  really maintained as it should... but probably still works
  in most cases.

Fixes:

- change in TAP::Harness shows missing TAP::Parser::Aggregator
  in test.pl rt.cpan.org#39264 [Jerrad Pierce]

- removed (@) prototype on Mail::Internet::new replacement,
  because it produces a warning on 5.10

version 2.083: Tue Sep  2 09:41:19 CEST 2008

Changes:

- FIX CHARACTER-SET HANDLING.  When a new body is created,
  it will get charset 'PERL', which means: Perl internal
  representation.  Also the decoded() body is of that. As part
  of a message, the body with be translated into real utf-8.

  This change will make Mail::Box slower, but correct!  Check
  your applications!  Use $msg->decoded when you process the
  content.

- removed $msg->decoded option 'keep', because decoded object
  depends on temporary decoding parameters.

Fixes:

- use File::Temp, not POSIX::tmpnam, to work around Windows
  bug.  rt.cpan.org#35747 [Ron Murray]

- Mail::Message::contentType could produce "use of undefined"
  error message [Patrick Heesom]

- Fix listing IMAP folders. rt.cpan.org#36458 [Jonathan Kamens]

- do not set charset on non-text parts.

- no complaints for IMAP4 object without explicit folder
  name.  rt.cpan.org#37801 [Slaven Rezic]

- remove SpamAssassion question from installation: SAv2 is the
  only supported, but most people will not install that.

Improvements:

- doc-patch, where  "my Type @array" is not permitted
  anymore [Mike Andrews]

- do not coerce parts via messages into parts.

(adrianp)

2008-11-15 13:06:42 UTC MAIN commitmail json YAML

remove NetBSD-specific code from OpenBSD's bsd.own.mk

(schwarz)

2008-11-15 13:05:09 UTC MAIN commitmail json YAML

OpenBSD changed to ELF on i386 with the 3.4 release

(schwarz)

2008-11-15 12:22:28 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome to 2.24.0.95

(wiz)

2008-11-15 12:22:15 UTC MAIN commitmail json YAML

Depend on proper gnome-screensaver version, bump version.

(wiz)

2008-11-15 12:21:50 UTC MAIN commitmail json YAML

Updated x11/gnome-screensaver to 2.24.1

(wiz)

2008-11-15 12:21:34 UTC MAIN commitmail json YAML

Update to 2.24.1. Split off options handling into options.mk.

===============
Version 2.24.1
===============

- Fixed #555701, libgnome-desktop:gnome_bg_create_pixmap() leaks pixmaps and X clients (Scott Remnant)
- Fixed #451498, Preview of "Blank screen" is not consistent (Neil Patel)
- Fixed #552119, Add GTK and GNOME to screensaver desktop (William Jon McCann)
- Fixed #552523, Screensaver suddenly stopped working (William Jon McCann)
- Fixed #555254, gnome-screensaver-dialog NULL pointer crash (William Jon McCann)
- Fixed #555491, gnome-screensaver should release mouse/keyboard when failed to grab both of them (Joey Yu Zheng)
- Fixed #560456, Cleaning up GTK Includes in gnome-screensaver (Maxim Ermilov)

Translations:
- Updated ar: Djihed Afifi
- Updated ast: Andre Klapper, Astur
- Updated be@latin: Ihar Hračyška, Ihar Hrachyshka
- Updated pt_BR: Leonardo Ferreira Fontenelle, Vladimir Melo

===============
Version 2.24.0
===============

- Updated LINGUAS, sr@latin.po, sr@Latn: Arangel Angov
- Updated ar: Djihed Afifi, Khaled Hosny
- Updated bg: Alexander Shopov
- Updated bn_IN: Runa Bhattacharjee
- Updated ca: Gil Forcada
- Updated da: Kenneth Nielsen
- Updated de: Hendrik Richter
- Updated dz: Pema Geyleg, Dawa pemo
- Updated en_GB: Philip Withnall, David Lodge
- Updated et: Ivar Smolin
- Updated fr: Claude Paroz
- Updated ga: Seán de Búrca
- Updated hr: Robert Sedak, Ante Karamatić
- Updated hu: Gabor Kelemen
- Updated it: Luca Ferretti
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated mk: Arangel Angov, Clytie Siddall <clytie@riverland.net.au>
- Updated ml: Praveen Arimbrathodiyil, പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
- Updated mr: Sandeep Shedmake
- Updated nl: Wouter Bolsterlee
- Updated pl: Wadim Dziedzic, wadim dziedzic
- Updated pt_BR: Vladimir Melo
- Updated ro: Mugurel Tudor, Mișu Moldovan
- Updated sr.po, sr@latin: Goran Rakić
- Updated ta: I. Felix
- Updated tr: Baris Cicek

===============
Version 2.23.90
===============

- use standard icon names (Matthias Clasen)
- Paint widget background color as face background color.
- Add/remove windows as necessary in response to RANDR 1.2 events
- Honor the disable_user_switching lockdown key.
- Fixed #547013, The dialog incorrectly tell that the numlock is on (William Jon McCann)

Translations:
- Updated LINGUAS, sr@latin.po, sr@Latn: Goran Rakic
- Updated ar: Khaled Hosny
- Updated cs: Petr Kovar
- Updated eu: Inaki Larranaga Murgoitio, Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela, Timo Jyrinki
- Updated gu: Daniel Nylander, Sweta Kothari
- Updated he: Yair Hershkovitz  <yairhr@gmail.com>, Yaniv Abir <yanivabir at gmail dot com>
- Updated ja: Takeshi AIHANA
- Updated lt: Gintautas Miliauskas
- Updated pt: Duarte Loreto
- Updated pt_BR: Vladimir Melo
- Updated sv: Daniel Nylander

Help Manual Translations:
None

===============
Version 2.23.3
===============

        * Fix build issue (Wouter Bolsterlee)
        * Add a simple frame around user icon
        * Add a new child widget to use for themes to draw on

===============
Version 2.23.2
===============

        * Fix gamma lost during fade
        * Show default desktop background behind lock dialog
        * Add reporting of inhibitors to --query command

(wiz)

2008-11-15 09:59:59 UTC MAIN commitmail json YAML

libgnomekbd's pkg-config files pull in those of libxklavier,
so we need to include its buildlink3 here.

(wiz)

2008-11-15 08:29:03 UTC MAIN commitmail json YAML

Note update of these packages:

devel/rubigen 1.3.4
time/ruby-tzinfo 0.3.12

(taca)

2008-11-15 08:27:32 UTC MAIN commitmail json YAML

Update ruby-tzinfo package to 0.3.12.

Changes from 0.3.11:

== Version 0.3.12 (tzdata v2008i) - 12-Nov-2008

* Updated to tzdata version 2008i
  (http://article.gmane.org/gmane.comp.time.tz/2440).

(taca)

2008-11-15 08:26:24 UTC MAIN commitmail json YAML

Update rubigen package to 1.3.4.

Changes from 1.3.2:

== 1.3.4 2008-11-12

* ruby_app: fixed reference to non-existent version.rb [jperkins]

== 1.3.3 2008-10-21

* prepend_sources correctly places arguments at start of sources list
* removed lib/rubigen/version.rb; RubiGen::VERSION is in lib/rubigen.rb now; there is no RubiGen::VERSION::STRING

(taca)

2008-11-15 08:25:22 UTC MAIN commitmail json YAML

Note update of x11/xf86-video-intel package to 2.4.3.

(taca)

2008-11-15 08:24:25 UTC MAIN commitmail json YAML

Update xf86-video-intel package to 2.4.3.

Here is the message on xorg-announce.

Hopefully this is the last 2.4.x release.  This one just includes a few
changes relative to 2.4.2, but the G4x stolen memory bit is an important
one.

Adam Jackson (1):
      Quirk: No LVDS on Dell Studio Hybrid

Carl Worth (1):
      Disable frame buffer compression by default for GM965.

Eric Anholt (1):
      Fix broken stolen memory counting on G4X.

Jesse Barnes (3):
      Don't allocate a pipe for hotplug detection
      Add a few programs to .gitignore
      Update version to 2.4.3 for release

Zhenyu Wang (3):
      Disable render standby
      Add backlight kernel method support on Asus and Eeepc
      quirk LVDS on Asus Eee box

(taca)

2008-11-15 08:21:05 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-15 08:15:06 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-15 03:59:10 UTC MAIN commitmail json YAML

on darwin configure script picks up private per-user tmp directory
in /var/folders/xx/...+++... via the TMPDIR environment and cheerfully
installs it in /usr/pkg/etc/dbus-1/session.conf meaning that only the
user who installed the package will be able to write to that directory...
except that dbus rejects directories with "+"'s in the filename so it
won't work anyway.  use configure --with-session-socket-dir=/tmp
to work around this.  found a description of this issue here:
http://wiki.gnucash.org/wiki/MacOSX/Quartz in the
"Running from the commandline" section.

dbus also cannot cope with $DISPLAY containing "/" chars (like in
darwin ... /tmp/launch-kcvznx/:0 ) so get rid of the ":" as described
here:
https://trac.macports.org/attachment/ticket/16833/patch-dbus-launch-x11.c.diff

(chuck)

2008-11-15 02:02:13 UTC MAIN commitmail json YAML

import compile fixes from devel branch 1.9.3... must define
NO_IMPORT_PYGOBJECT in plugins/python-loader to avoid link
errors

(chuck)

2008-11-15 01:28:41 UTC MAIN commitmail json YAML

Fix some PLIST bugs:
- Drop duplicate PLIST vars (e.g. ${PLIST.tcl}${PLIST.guile}
  instead of just ${PLIST.tcl}).
- Include ocaml files when using ocaml option.

(epg)

2008-11-15 01:20:33 UTC MAIN commitmail json YAML

Updated math/scilab to 4.1nb3

(dmcmahill)

2008-11-15 01:19:08 UTC MAIN commitmail json YAML

2008-11-15 01:17:27 UTC MAIN commitmail json YAML

update to scons-1.1.0 is done

(bjs)

2008-11-15 01:17:10 UTC MAIN commitmail json YAML

Updated devel/scons-devel to 1.1.0.20081104

(bjs)

2008-11-15 01:17:02 UTC MAIN commitmail json YAML

Updated devel/scons to 1.1.0

(bjs)

2008-11-15 01:16:49 UTC MAIN commitmail json YAML

Update scons to 1.1.0, scons-devel to 1.1.0.20081104.  Split
common makery into Makefile.common, add CONFLICTS for each package
referring to the others, as for now the manpages will conflict.

TODO:  Use ALTERNATIVES system?  How to handle manpages?

Many bug fixes and some feature/documentation enhancements.  The
web site goes into this in much detail; also, see CHANGES.txt
and RELEASE.txt in the source distribution.

Also, see the change to patch-aa which ensures we use ${PKGVERSION_NOREV}
to generate the version for the installation where appropriate.

(bjs)

2008-11-15 00:05:18 UTC MAIN commitmail json YAML

Updated x11/gtkmm to 2.14.3

(wiz)

2008-11-15 00:05:02 UTC MAIN commitmail json YAML

Update to 2.14.3:

2.14.3 (stable):

* Restored Gtk::HandleBox::signal_child_attached() and
Gtk::LinkButton::property_visited() to the API, which were lost
sometime during the gtkmm 2.14.x series.

(wiz)

2008-11-14 23:43:16 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 23:33:56 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 23:06:46 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome to 2.24.0.94

(wiz)

2008-11-14 23:06:33 UTC MAIN commitmail json YAML

Add empathy dependency. Bump version.

(wiz)

2008-11-14 23:04:53 UTC MAIN commitmail json YAML

Note addition of empathy package and its dependencies (*telepathy*).

More connection managers could be added.

Supposedly, empathy can start mission-control itself, but it didn't for me.

(wiz)

2008-11-14 23:03:02 UTC MAIN commitmail json YAML

Remove unneeded part of the comment.

(wiz)

2008-11-14 23:01:45 UTC MAIN commitmail json YAML

Initial import of empathy-2.24.1:

Empathy consists of a rich set of reusable instant messaging widgets,
and a GNOME client using those widgets. It uses Telepathy and
Nokia's Mission Control, and reuses Gossip's UI. The main goal is
to permit desktop integration by providing libempathy and libempathy-gtk
libraries. libempathy-gtk is a set of powerful widgets that can be
embeded into any GNOME application.

Current features

    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
      supported by pidgin
    * Account editor (specialized UI for most protocols)
    * Auto away and extended away using gnome-screensaver
    * Auto re-connect using Network Manager
    * Private and group chat (with smileys, spellcheck)
    * Powerful theme engine for chats
    * Log conversations, view/search in logs and prepend logs in
      new chats
    * Adding new contacts and viewing/editing contact information
    * Voice and Video call using SIP and Jingle
    * Python bindings for libempathy and libempathy-gtk
    * Collaborative work using Tubes

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 23:00:42 UTC MAIN commitmail json YAML

Initial import of telepathy-gabble-0.7.15:

A Jabber/XMPP connection manager that handles single- and multi-user
chats and voice/video calls.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 23:00:12 UTC MAIN commitmail json YAML

Initial import of telepathy-idle-0.1.2:

A full-featured IRC connection manager for Telepathy.

XXX: I couldn't get this to work with empathy. Might need further fixes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 22:59:03 UTC MAIN commitmail json YAML

Initial import of telepathy-mission-control-4.67:

Mission Control, or MC, is a Telepathy component providing a way
for "end-user" applications to abstract some of the details of
connection managers, to provide a simple way to manipulate a bunch
of connection managers at once, and to remove the need to have in
each program the account definitions and credentials.

Misson Control implements some well-defined API's much like each
connection manager respond to a set of well-defined telepathy API's.
The set of API's implemented by MCs will be split in several
interfaces to ease progressive and adaptative implementation of
each facet.

There are different types of files that the MC will use, and that
are installed by the various connection managers package or
third-party application needing to be hooked-in. MC is able to
handle all those file formats as expected.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 22:58:06 UTC MAIN commitmail json YAML

Initial import of libtelepathy-0.3.3:

The Telepathy project is building a unified framework for many
different kinds of real-time communications. It uses the D-Bus
messaging system to provide a simple interface for client applications,
allowing them to quickly take advantage of Telepathy's benefits.

* Real-time: Telepathy supports instant messaging (both one-to-one
and in groups), voice calls and video calls; it's less suited for
store-and-forward applications like email

* Unified: Many different programs can take advantage of these
communications; Telepathy lets these programs work together

* Framework: Telepathy allows the different aspects of communication
handling to be divided between different parts of the system,
meaning each part is simpler

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 22:57:11 UTC MAIN commitmail json YAML

Initial import of telepathy-glib-0.7.18:

This is a library for GLib-based Telepathy components.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It
abstracts differences between protocols to provide a unified
interface for applications.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 22:51:52 UTC MAIN commitmail json YAML

Give configuration files back to root and turn user-destdir on again.

(joerg)

2008-11-14 22:33:29 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 22:06:37 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 22:05:05 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 22:01:27 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 22:00:21 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 21:55:58 UTC MAIN commitmail json YAML

x11/py-gtk2 from which driconf depends on supports only python25.

(hasso)

2008-11-14 21:50:16 UTC MAIN commitmail json YAML

Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

(hasso)

2008-11-14 19:30:55 UTC MAIN commitmail json YAML

Oops, undo r1.8, committed by accident.

(epg)

2008-11-14 19:28:39 UTC MAIN commitmail json YAML

blank line before PLIST_SRC

(epg)

2008-11-14 19:12:41 UTC MAIN commitmail json YAML

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

(kleink)

2008-11-14 19:11:44 UTC MAIN commitmail json YAML

explicitly link in with fontconfig since it will grab it anyway, see
pkg/2008/11/13/msg002046.html">http://mail-index.netbsd.org/tech-pkg/2008/11/13/msg002046.html

(chuck)

2008-11-14 19:11:16 UTC MAIN commitmail json YAML

Update textproc/p5-XML-Atom to 0.31; changes since 0.29 include:

0.31  2008.11.13
    * Update Content-Type in XML::Atom::Client when the entity's version >= 1.0
      (Thanks to David Steinbrunner RT 39801)

0.30  2008.11.12
    * hopefully fix a bug where xml:base returns an empty string
      e.g. http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2595696.html
      (Thanks to tokuhirom http://d.hatena.ne.jp/tokuhirom/20081110/1226280757)

(kleink)

2008-11-14 18:56:30 UTC MAIN commitmail json YAML

2008-11-14 18:55:32 UTC MAIN commitmail json YAML

update to libgphoto2-2.4.3, plus pull in darwin fix for
camlibs/sonydscf1/sonydscf1.c from gphoto trunk
(u_short => unsigned short)

(chuck)

2008-11-14 18:27:00 UTC MAIN commitmail json YAML

Add rpath entries for XCOFF/AIX as well. Tested by Jens Rehsack.

(joerg)

2008-11-14 17:38:13 UTC MAIN commitmail json YAML

Added games/chest version 3.19.20080412

(wiz)

2008-11-14 17:37:31 UTC MAIN commitmail json YAML

2008-11-14 17:36:57 UTC MAIN commitmail json YAML

Initial import of chest-3.19.20080412:

CHEST is an experimental program solving orthodox chess problems
(like "white to move and mate in 5 moves").  It is written in ANSI
C, and developed under UNIX.  There is no user interface:  CHEST
just reads an input file and produces plain text on standard output.

It is not hard to come up with a program that does the same job as
CHEST, but it will be rather slow for non-trivial jobs.  CHEST
tries hard to be fast but still 100% correct.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20081114

(wiz)

2008-11-14 16:05:15 UTC MAIN commitmail json YAML

The work around for PR pkg/39778 is also necessary under NetBSD 5.0_BETA
and newer.

(tron)

2008-11-14 16:03:16 UTC MAIN commitmail json YAML

Add missing libltdl dependency (causing a build failure). Sort includes.

(wiz)

2008-11-14 14:09:20 UTC MAIN commitmail json YAML

Use "c99" to build under NetBSD if available. This makes "sendmail" build
until PR toolchain/38983 has been fixed.

(tron)

2008-11-14 14:04:12 UTC MAIN commitmail json YAML

Improve AIX/XLC support based on discussions with Jens Rehsack:
- Add cc_r/xlc_r wrapper using the same rules as xlc itself.
  It is used for example by Perl.
- Improve the RPATH emulation:
  - Always set -blibpath, use /usr/lib:/lib as default
  - If -blibpath is exlicitly given, add to the default
  - Additionally append any -Wl,-rpath given.

(joerg)

2008-11-14 12:33:13 UTC pkgsrc-2008Q3 commitmail json YAML

2008-11-14 12:32:59 UTC pkgsrc-2008Q3 commitmail json YAML

Pullup ticket #2589 - requested by ghen
firefox: security update
firefox-bin: security update
firefox-gtk1: security update

Revisions pulled up:
- www/firefox-bin/Makefile 1.46
- www/firefox-bin/distinfo 1.46
- www/firefox/Makefile-firefox.common 1.61
- www/firefox/distinfo 1.83
---
Module Name: pkgsrc
Committed By: ghen
Date: Thu Nov 13 10:11:45 UTC 2008

Modified Files:
pkgsrc/www/firefox: Makefile-firefox.common distinfo
pkgsrc/www/firefox-bin: Makefile distinfo

Log Message:
Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.18.

Security fixes in this version:

MFSA 2008-58 Parsing error in E4X default namespace
MFSA 2008-57 -moz-binding property bypasses security checks on codebase principals
MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin violation
MFSA 2008-55 Crash and remote code execution in nsFrameManager
MFSA 2008-54 Buffer overflow in http-index-format parser
MFSA 2008-53 XSS and JavaScript privilege escalation via session restore
MFSA 2008-52 Crashes with evidence of memory corruption (rv:1.9.0.4/1.8.1.18)
MFSA 2008-50 Crash and remote code execution via __proto__ tampering
MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module unloading
MFSA 2008-48 Image stealing via canvas and HTTP redirect
MFSA 2008-47 Information stealing via local shortcut files

For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.18/releasenotes/

(tron)

2008-11-14 11:26:43 UTC MAIN commitmail json YAML

Updated meta-pkgs/gnome to 2.24.0.93

(wiz)

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

Depend on proper cheese version, bump version.

(wiz)

2008-11-14 11:25:44 UTC MAIN commitmail json YAML

Updated graphics/cheese to 2.24.1

(wiz)

2008-11-14 11:25:28 UTC MAIN commitmail json YAML

Update to 2.24.1. Add gettext-m4 dependency for AM_NLS.

version 2.24.1
  - exit correctly with unknown command line arguments, fixes bug #556084
  - added/updated translations
    - ar, courtesy of Usama Akkad
    - es, courtesy of Jorge González
    - fr, courtesy of Robert-André Mauchin
    - he, courtesy of Mark Krapivner
    - mk, courtesy of Jovan Naumovski
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pt_BR, courtesy of Vladimir Melo
    - th, courtesy of Theppitak Karoonboonyanan
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.24.0
  - correct an error in the help file, which prevented the document to be valid
  - update the cheese dependencies, fixes bug #547203
  - use the correct translated plural form when deleting more than one item from
    the thumbnail bar, fixes bug #552290, courtesy of Yuriy Penkin
  - do not add a new item to the thumbnail bar, if its already there, fixes bug #549804
  - update documentation, courtesy of Joshua Henderson
  - include gio header in cheese.c
  - added/updated translations
    - ar, courtesy of Usama Akkad
    - bg, courtesy of Alexander Shopov
    - ca, courtesy of Gil Forcada
    - cs, courtesy of Petr Kovar
    - da, courtesy of Kenneth Nielsen
    - de, courtesy of Hendrik Richter
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - eu, courtesy of Iñaki Larrañaga Murgoitio
    - fi, courtesy of Ilkka Tuohela
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Ignacio Casal Quinteiro
    - gu, courtesy of Sweta Kothari
    - hu, courtesy of Gabor Kelemen
    - it, courtesy of Alessandro Falappa
    - ja, courtesy of Takeshi AIHANA
    - ko, courtesy of Changwoo Ryu
    - lt, courtesy of Gintautas Miliauskas
    - ml, courtesy of പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
    - mr, courtesy of Sandeep Shedmake
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pl, courtesy of Tomasz Dominikowski
    - pt_BR, courtesy of Og Maciel
    - pt, courtesy of Duarte Loreto
    - ru, courtesy of Alexandre Prokoudine
    - sl, courtesy of Matej Urbančič
    - sq, courtesy of Laurent Dhima
    - sr, courtesy of Горан Ракић
    - sr@latin, courtesy of Goran Rakić
    - sv, courtesy of Daniel Nylander
    - ta, courtesy of I. Felix
    - th, courtesy of Theppitak Karoonboonyanan
    - tr, courtesy of Baris Cicek

version 2.23.92
  - documentation update (not yet finished), courtesy of joshua henderson
  - old photos and videos (before 2.24) are now available in cheese 2.24, fixes bug #547290
  - sort videoformat array and resolution hashtable, courtesy of Hans de Goede
  - dont save duplicated videoformats abut only keep the one with the maximum
    framerate if it provides the same resolution. add correspondent entry only
    once to the resolution hashtable so that we have no more duplicated
    resolutions on preferences dialog. fixes bugs #547144 and #547140,
    courtesy of Hans de Goede
  - remove the old log file if it exists
  - send eos event only if the pipeline was playing, otherwise force
    shutdown. Start a timeout to force unclean shutdown if eos takes
    to much to propagate or doesnt propagate at all, probably fixes bug #547422
  - set take_picture sensitiveness before webcam_stop_video_recording since this
    emits a signal that would lead to another sensitiveness change. see comments on bug #547422
  - set the utility hint for the fullscreen toolbar, partially fixes #548546
  - rename the log file to "log.txt" and prepend it with the running cheese version
  - cheese crashes no more when no device is set in gconf, partially fixes bug #546868, courtesy of Hans de Goede
  - display toolbar when entering into fullscreen mode, fixes bug #548546, courtesy of Felix Kaser
  - added/updated translations
    - bg, courtesy of Alexander Shopov
    - de, courtesy of Wolfgang Stoeggl
    - el, courtesy of Athanasios Lefteris
    - en_GB, courtesy of Philip Withnall
    - gu, courtesy of Sweta Kothari
    - hi, courtesy of Rajesh Ranjan
    - hr, courtesy of "Last-Translator: \n"
    - it, courtesy of Alessandro Falappa
    - ko, courtesy of Changwoo Ryu
    - nl, courtesy of Wouter Bolsterlee
    - pt, courtesy of Duarte Loreto
    - sl, courtesy of Matej Urbančič
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.23.91
  - cheese.desktop file now respects freedesktop SPEC, fixes bug #550195, courtesy of Pacho Ramos
  - a small syntax cleanup made with uncrustify
  - waf did not install the files properly, now it does
  - add the dynamic bindir to the dbus file
  - update waf to 1.4.3 and make it working again
  - added/updated translations
    - ar, courtesy of Youssef Chahibi
    - dz, courtesy of Dawa pemo
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - ga, courtesy of Seán de Búrca
    - he, courtesy of Mark Krapivner
    - ja, courtesy of Takeshi AIHANA
    - mk, courtesy of Arangel Angov
    - or, courtesy of Manoj Kumar Giri
    - pa, courtesy of Amanpreet Singh Alam
    - pl, courtesy of Tomasz Dominikowski
    - pt_BR, courtesy of Rodrigo Flores
    - sq, courtesy of Laurent Dhima
    - sv, courtesy of Daniel Nylander
    - te, courtesy of Krishna Babu K
    - vi, courtesy of Clytie Siddall
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.90
  - call gdk_x11_window_set_user_time to raise the cheese window if its called twice
  - don't start cheese twice if another instance is running, fixes bug #527736, courtesy of Felix Kaser
  - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group
  - align the buttons with the thumbnail bar
  - improve the fullscreen mode, fixes bug #547405, courtesy of Felix Kaser
  - select the last thumbnail item, if the last one was deleted
  - hitting space when the countdown has already begun, distorts no more the countdown, fixes bug #547403
  - remove a thumbnail item immidiately from the thumbnail row if it was deleted
  - use the eog scrollbar for cheese media, fixes bug #511916, courtesy of Patryk Zawadzki
  - disable action_effects while setup_camera is running, fixes bug #547313
  - add people who contributed to cheese to the cheese about window
  - give a detailed error message if some gstreamer element is missing, fixes bug #522009, courtesy of Todd Eisenberger
  - add some gconf translation improvements, fixes bug #547168
  - connect button_photo and button_video as proxy widgets for relative RadioActions
  - change action_files sensitiveness on "selection-changed" event, fixes bug 546918
  - don't try to find highest framerate if format is NULL, courtesy of Todd Eisenberger
  - selected effects gconf key values are now standardized, fixes bug #513776
  - add a better hig compliant alert for missing gstreamer elements, fixes bug #522009
  - added a delete action to immediately delete files and a gconf key to show/hide it
  - use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976
  - add multiple selection in the picture listing pane, fixes bug #481405
  - correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger
  - add several g_free functions to prevent memory leaks
  - use g_random_int instead of g_rand_int
  - add the multiplex thumbnail generator algorithm
  - disable "Start recording" button until the recording pipeline properly shuts down
  - save generated thumbnails, it seems to have vanished some time ago
  - resolve wrong sorting issue of the thumbnails, fixes bug #546390
  - added/updated translations
    - ar, courtesy of Youssef Chahibi
    - bn_IN, courtesy of Runa Bhattacharjee
    - ca, courtesy of Gil Forcada
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - eu, courtesy of Iñaki Larrañaga Murgoitio
    - fi, courtesy of Ilkka Tuohela
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - ja, courtesy of Takeshi AIHANA
    - kn, courtesy of Shankar Prasad
    - mk, courtesy of Arangel Angov
    - ml, courtesy of Manu S Madhav
    - nb, courtesy of Kjartan Maraas
    - pt_BR, courtesy of Fábio Nogueira
    - sv, courtesy of Daniel Nylander
    - th, courtesy of Akom C.
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.6
  - add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser
  - wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212
  - move thumbnail generation to its own thread, displaying a loading icon while
  generating thumbnail and a fallback icon if thumbnail fails, fixes bug #545151, courtesy of Filippo Argiolas
  - toggle effects button if effects is enabled using menu, fixes bug #539195, courtesy of Filippo Argiolas
  - make cheese have a fullscreen mode for kiosks, fixes bug #478852
  - resolve sluggish video and out-of-sync audio, fixes bug #542014, courtesy of Filippo Argiolas
  - do not crash on preferences with no camera attached, fixes bug #544062, courtesy of Filippo Argiolas
  - cheese should ask to delete files if moving to trash fails, fixes bug #545950, courtesy of Filippo Argiolas
  - cheese crashed with move all to trash if no trash can be accessed, fixes bug #545997, courtesy of Filippo Argiolas
  - added/updated translations
    - ar, courtesy of Khaled Hosny
    - ca, courtesy of Gil Forcada
    - el, courtesy of Simos Xenitellis
    - es, courtesy of Jorge González
    - fr, courtesy of Bruno Brouard
    - gl, courtesy of Ignacio Casal Quinteiro
    - ja, courtesy of Takeshi Aihana
    - mk, courtesy of Arangel Angov
    - nl, courtesy of Wouter Bolsterlee
    - oc, courtesy of Yannig Marchegay
    - pl, courtesy of Tomasz Dominikowski
    - pt, courtesy of Duarte Loreto
    - th, courtesy of Akom C.
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.5
  - make recording of videos work again, fixes bug #523475, courtesy of Filippo Argiolas
  - bump gstreamer requirements to 0.10.16
  - fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas
  - allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
  - remove some gcc warnings, fixes bug #537490, courtesy of Cosimo Cecchi
  - fixed typo, which prevented hildon mode to compile cleanly
  - removed included <X11/extensions/xf86vmode.h>, fixes bug #539631, courtesy of Marc-Andre Lureau
  - make hal-device-id command line option work, fixes bug #498023, courtesy of Ryan Zeigler
  - use ogv as default video extension, fixes bug #524021
  - added/updated translations
    - es, courtesy of Jorge González
    - sv, courtesy of Daniel Nylander
    - nb, courtesy of Kjartan Maraas
    - ko, courtesy of Changwoo Ryu
    - bg, courtesy of Alexander Shopov
    - oc, courtesy of Yannig Marchegay
    - et, courtesy of Ivar Smolin
    - pt_BR, courtesy of Fabrício Godoy and Ferreira Fontenelle
    - ps, courtesy of Zabeeh Khan
    - gl, courtesy of Ignacio Casal Quinteiro
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.4
  - fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
  - Instead of crashing report when certain gstreamer are not found, fixes bug #522009, courtesy of Todd Eisenberger
  - use intltools 0.40 for building with autotools
  - added/updated translations
    - ar, courtesy of Khaled Hosny.
    - fi, courtesy of Tommi Vainikainen
    - nn, courtesy of Eirik U. Birkeland
    - vi, courtesy of Clytie Siddall
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.23.3
  - add new flash and remove changing gamma for simulating flash. the
    new flash works best if you run a composited desktop, fixes bug #526214,
    courtesy of Alex Jones
  - fix segfault on startup if video or photo directory gconf setting is missing,
  fixes bug #534480, courtesy of Alexander Jones
  - add support to set the video and photo path in gconf, courtesy of Felix Kaser
  - added/updated translations
    - ar, courtesy of Djihed Afifi.
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - hu, courtesy of Máté Őry.
    - nb, courtesy of Kjartan Maraas

version 2.23.2
  - use a better icon for the effects button, fixes bug #511369
  - store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser
  - use a toggle button for the effects button, fixes bug #527870
  - add support for nautilus send to. this replaces "send by email" where available, fixes bug #528249, courtesy of Jose Dapena Paz
  - name the files to the date, when they were created, fixes bug #525739
  - add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett
  - use gtk theme colors for the countdown widget
  - align the numbers and the camera on the countdown widget, courtesy of Andrea Cimitan
  - add a border, color shading and highlight to the countdown widget, to make it even more sexy, courtesy of Andrea Cimitan
  - make the countdown numbers translatable the right way
  - fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
  - take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker
  - don't display the toplevel window by default, fixes bug #529276, courtesy of Loïc Minier
  - added/updated translations
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Tino Meinen
    - pt_BR, courtesy of Luis Motta.
    - sl, courtesy of Matej Urbančič
    - th, courtesy of Pornpimon Pradabsri

version 2.23.1
  - add cheese to sound & video in the application menu, fixes bug #519846
  - add hildon support to cheese, fixes bug #519548, courtesy of Matthew Garret
  - add menu entry for the countdown, fixes bug #511160
  - add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller
  - buttons and menu items should use Title Case
  - change the theora file extension to .gov, fixes bug #524021
  - cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197
  - cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814
  - cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev
  - cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198
  - do not allow to take pictures, while the webcam is initializing, fixes bug #523121
  - fix a crash while initializing webcam, fixes bug #522143, courtesy of Alex Rostovtsev
  - fix a crash, when a file was deleted twice
  - fix regression of gio, Dnd works again, courtesy of Cosimo Cecchi, fixes bug #526398
  - set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394
  - show the pretty countdown widget by default
  - use a better effects icon, partially fixes bug #511369, courtesy of baptiste mille-mathias
  - use new cheese description, fixes bug #512091
  - added/updated translations
    - el, courtesy of Nick Paraschou
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Mattias Põldaru
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nn, courtesy of Eskild Hustvedt
    - ru, courtesy of Vasiliy Faronov
    - sl, courtesy of Matej Urbančič

(wiz)

2008-11-14 10:51:43 UTC MAIN commitmail json YAML

2008-11-14 06:43:38 UTC MAIN commitmail json YAML

2008-11-14 06:42:35 UTC MAIN commitmail json YAML

Update gxemul to 0.4.6.6.  Submitted by ISIHARA Takanori in PR pkg/39906.

Changes:
- Applying a patch from Kiyotaka Inaba which causes an ARM UND
  exception to be generated by the instruction word 0xe6000011, which
  is needed by gdb when running inside the emulator.  Also enabling
  ARM UND exceptions for ARM floating point instructions (needed by
  both Linux and NetBSD/arm).
- Fix for a free() bug in bootblock_iso9660.c.  Updating the
  OpenBSD/landisk installation instructions from 4.2 to 4.4, after
  verifying that it works.

(minskim)

2008-11-14 03:25:55 UTC MAIN commitmail json YAML

fix Makefile.in error.  it was adding a dependency to @INTLLIBS@ ("-lintl")
rather than @INTLDEPS@ causing some versions of make to fail with
"don't know how to make -lintl" at compile time

(chuck)

2008-11-14 02:47:10 UTC MAIN commitmail json YAML

don't use c99 on Darwin, it screws up dynamic linking.
see pkg/2008/11/10/msg002023.html">http://mail-index.netbsd.org/tech-pkg/2008/11/10/msg002023.html
and pkg/2008/11/10/msg002026.html">http://mail-index.netbsd.org/tech-pkg/2008/11/10/msg002026.html

(chuck)

2008-11-14 01:29:29 UTC MAIN commitmail json YAML

Added sound-theme-freedesktop 0.2

(jmcneill)

2008-11-14 01:27:51 UTC MAIN commitmail json YAML

Pull in sound-theme-freedesktop

(jmcneill)

2008-11-14 01:26:56 UTC MAIN commitmail json YAML

Updated graphics/ruby-RMagick to 2.7.2

(obache)