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

2024-05-13 08:03:09 UTC Now

2012-03-22 17:34:15 UTC MAIN commitmail json YAML

oops, xineplug_decode_qt/w32dll are in PLIST.i386

(drochner)

2012-03-22 16:55:44 UTC MAIN commitmail json YAML

Updated shells/tcsh to 6.18.01

(adam)

2012-03-22 16:54:25 UTC MAIN commitmail json YAML

Changes 6.18.01:
* new autorehash builtin to control how the internal command hash
  table is maintained.
* globstar globbing to allow ** and *** expansions
* euid, euser, egid variables.
* wait built-in is now interruptible
* new anyerror variable to control error handling in pipelines

(adam)

2012-03-22 16:43:01 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.437

(ryoon)

2012-03-22 16:41:57 UTC MAIN commitmail json YAML

Update to 0.437

Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-668f, 9475-ffff (first check)
* Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-668f, 9470-ffff (first check)
* Fix glyphs in SJIS : second check completed

(ryoon)

2012-03-22 16:28:53 UTC MAIN commitmail json YAML

Updated devel/p5-namespace-clean to 0.23

(sno)

2012-03-22 16:28:44 UTC MAIN commitmail json YAML

Updating package for Perl5 module namespace::clean from CPAN in
devel/p5-namespace-clean from 0.21 to 0.23.

pkgsrc changes:
- adjust dependencies

Upstream changes:
    [0.23]
        - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with
          new Module::Runtime versions (>= 0.012) on perl 5.10 due
          to incorrect hook firing due to %^H localisation.
        - Fix failures on 5.13.6 due to incorrect version number threshold
          (RT#74683)

    [0.22] (official fix of all the %^H ickyness)
        - Simplify the >= 5.10 PP variant even more - move the hook from
          DESTROY into DELETE
        - Force explicit callback invocation order on 5.8 PP

    [0.21_02]
        - Replace the %^H tie approach with fieldhashes, fixes all known
          corner cases and caveats on supported perls >= 5.8.1 (FC)
        - Compile away the debugger fixup on perls >= 5.15.5 (FC)

    [0.21_01]
        - More robust handling of the tied %^H in pure perl mode (RT#73402)
        - Limit the debugger workarounds to perls between 5.8.8 and 5.14,
          extend debugger support to all perl versions (FC) (RT#69862)
        - If possible, automatically install (but not load) the debugger
          workaround libraries on perls between 5.8.8 and 5.14 (RT#72368)
        - Add back dropped NAME section (RT#70259)

(sno)

2012-03-22 16:25:40 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Fatal to 0.010

(sno)

2012-03-22 16:25:30 UTC MAIN commitmail json YAML

Updating package for Perl5 module Test::Fatal from CPAN in
devel/p5-Test-Fatal from 0.008 to 0.010.

Upstream changes:
0.010    2012-02-16 10:27:54 America/New_York
          avoid tickling an overloading bug in perl 5.6 during testing (thanks,
          Zefram)

0.009    2012-02-09 15:26:11 America/New_York
          advise against using isnt(exception{...},undef)

(sno)

2012-03-22 16:23:12 UTC MAIN commitmail json YAML

Updated devel/p5-System-Command to 1.06

(sno)

2012-03-22 16:23:02 UTC MAIN commitmail json YAML

Updating package for Perl5 module System::Command from CPAN in
devel/p5-System-Command from 1.05 to 1.06.

Upstream changes:
1.06 Sun Jan  8 00:36:40 CET 2012
        [ENHANCEMENTS]
        - add tests that show that I don't understand what I'm doing
          with STDIN/OUT/ERR, and remove the offeding code (RT #73614)

(sno)

2012-03-22 16:20:40 UTC MAIN commitmail json YAML

Updated devel/p5-Path-Class to 0.25

(sno)

2012-03-22 16:20:30 UTC MAIN commitmail json YAML

Updating package for Perl5 module Path::Class from CPAN in
devel/p5-Path-Class from 0.24 to 0.25.

Upstream changes:
0.25  Wed Feb 15 20:55:30 CST 2012
- resolve() now croak()s instead of die()s on non-existent file. [Danijel Tašov]
- Added a traverse() method for directories, based on the fmap_cont()
  method of Forest::Tree::Pure.  It's an alternative to ->recurse,
  which allows for more control over how the recursion
  happens. [Jesse Luehrs]
- Fixed a grammar error in the docs. [Shlomi Fish]

(sno)

2012-03-22 16:19:12 UTC MAIN commitmail json YAML

disable "configure" checks for both -Werror-implicit-function-declaration
and -Werror=implicit-function-declaration -- both map to the same
internal shell variable which makes that the results cannot be
distinguished
should fix PR pkg/46238 by Greg Oster

(drochner)

2012-03-22 16:17:52 UTC MAIN commitmail json YAML

Updated devel/p5-Parse-CPAN-Packages to 2.35

(sno)

2012-03-22 16:17:41 UTC MAIN commitmail json YAML

Updating package for Perl5 module Parse::CPAN::Packages from CPAN in
devel/p5-Parse-CPAN-Packages from 2.31nb2 to 2.35.

pkgsrc changes:
- import archivers/p5-Archive-Peek and adjust dependency information

Upstream changes:
2.35 Mon Sep 12 21:47:00 GMT+2 2011
  - added rudimentary logic to return the subs in a package, as well as
    verify via regex whether a given sub is in the package

2.34 Tue Aug 30 15:03:00 GMT+2 2011
  - added methods to the generated objects to try and retrieve dist
    contents from a local cpan mirror
  - some refactoring/cleanup with no functional changes

2.33 Sun Dec 27 10:42:59 GMT+2 2010
  - updated documentation
    - explanation on how to use local cpan cache ( thanks to Slaven
      Rezić <SREZIC@cpan.org> )
    - spelling and package name fixes
      (Phillip Moore <w.phillip.moore@gmail.com>)
  - improved memory use a bit by eleminating temp variable
    (thanks to Chris 'BinGOs' Williams <chris@bingosnet.co.uk>)

2.32 Sun Dec 26 14:02:59 GMT+2 2010
  - better windows compatibility
    (thanks to Vincent Pit <perl@profvince.com>)

(sno)

2012-03-22 16:07:45 UTC MAIN commitmail json YAML

Added archivers/p5-Archive-Peek version 0.35

(sno)

2012-03-22 16:07:05 UTC MAIN commitmail json YAML

Added archivers/p5-Archive-Peek version 0.35

(sno)

2012-03-22 16:06:50 UTC MAIN commitmail json YAML

Importing package for Perl5 module Archive::Peek 0.35 into
archivers/p5-Archive-Peek to fulfil requirements of scheduled
devel/p5-Parse-CPAN-Packages update.

This module lets you peek into archives without extracting them.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2012-03-22 15:53:03 UTC MAIN commitmail json YAML

Updated devel/p5-Memoize to 1.02

(sno)

2012-03-22 15:52:53 UTC MAIN commitmail json YAML

Updating package for Perl5 module Memoize from CPAN in devel/p5-Memoize
from 1.01nb5 to 1.02 (same as in Perl5 core).

Upstream changes:
1.02  Mon, 29 Nov 2010 18:33:58 +0100
  * First release with a changelog, woo!
  * Synchronise with changes in bleadperl up to version 1.01_03.
  * Memoize::Saves, an experimental example module previously included in this
    distribution, has been removed and put into its own distribution on CPAN.

(sno)

2012-03-22 15:51:18 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build to 0.40000

(sno)

2012-03-22 15:51:08 UTC MAIN commitmail json YAML

Updating package for Perl5 module Module::Build from CPAN in
devel/p5-Module-Build from 0.38000 to 0.40000.

Upstream changes (from 0.3800 to 0.40):
0.40 - Fri Feb 24 18:47:48 CET 2012
  - Released 0.39_02 as 0.40 without any code changes

0.39_02 - Thu Feb 17 00:33:18 MET 2012

  [BUG FIXES]
  - Fixed bug where modules without $VERSION might have a version of '0'
    listed in 'provides' metadata, which will be rejected by PAUSE
    [David Golden, reported by Christopher Fields]
  - Fixed bug in PodParser to allow numerals in module names
    [Tokuhirom]
  - Fixed bug where giving arguments twice led to them becoming arrays,
    resulting in install paths like "ARRAY(0xdeadbeef)/lib/Foo.pm"
    [Leon Timmermans]

  [DOCUMENTATION]
  - Fixed deviance from alphabetical order in documentation of
    constructor parameters. [Eric Brine]
  - Add documentation for configure_requires constructor parameter.
    [Eric Brine]
  - Change some of the docs' language describing relationship to
    MakeMaker. [Ken Williams]

  [OTHER]
  - List Perl-Toolchain-Gang repo as official repo

0.39_01 - Thu Jul 21 16:48:48 EDT 2011
  [BUG FIXES]
  - Fixed bug with a nested directory named 'share' inside a ShareDir
    (RT#68585) [David Golden]
  - Fixed failing tilde.t when run under UID without passwd entry
    (RT#67893) [Dominic Hargreaves]

  [DOCUMENTATION]
  - Fixed typo in Module::Build (RT#67008) [David Golden]

  [OTHER]
  - Pod to HTML internals changed to support new Pod::Html work
    in the Perl core

(sno)

2012-03-22 15:43:37 UTC MAIN commitmail json YAML

Updated devel/p5-MetaCPAN-API to 0.42

(sno)

2012-03-22 15:43:25 UTC MAIN commitmail json YAML

Updating package for Perl5 module MetaCPAN::API from CPAN in
devel/p5-MetaCPAN-API from 0.34 to 0.42.

Upstream changes:
0.42        08.01.12
            * Corrected documentation in MetaCPAN::API::Source.
            * Updated Dist::Zilla configuration, added more tests.

0.41        07.01.12
            * Use Test::TinyMocker 0.02 syntax in tests to avoid test fails.

0.40        06.01.12
            * Fixed JSON encoding so ElasticSearch won't fail.
              (Christian Walde)
            * Documentation fixes (Logan - logie17).

0.34        02.10.11
            * Added MetaCPAN::API::Source (Renee Baecker).
            * Fix of HTTP::Tiny content-type in options (Renee Baecker).
            * Typo fix (Olaf Alders, reported by @doherty).

(sno)

2012-03-22 15:33:44 UTC MAIN commitmail json YAML

2012-03-22 15:00:30 UTC MAIN commitmail json YAML

- qpopper-4.0.14.

(taca)

2012-03-22 14:59:38 UTC MAIN commitmail json YAML

2012-03-22 14:57:06 UTC MAIN commitmail json YAML

Note remove of contao29 based packages:

www/contao29
www/contao29-example
www/contao29-translations

(taca)

2012-03-22 14:56:21 UTC MAIN commitmail json YAML

2012-03-22 14:55:35 UTC MAIN commitmail json YAML

2012-03-22 14:54:57 UTC MAIN commitmail json YAML

2012-03-22 14:53:57 UTC MAIN commitmail json YAML

Remove contao29 based packages.

(taca)

2012-03-22 14:46:29 UTC MAIN commitmail json YAML

Make sure the paths to bison-yacc, lex and perl are correct in the
installed src/Makefile.global. Don't assume they all exist in ${PREFIX}.

(hans)

2012-03-22 14:25:26 UTC MAIN commitmail json YAML

2012-03-22 14:24:20 UTC MAIN commitmail json YAML

Note update of math/pear-Numbers_Words package to 0.16.4.

(taca)

2012-03-22 14:23:40 UTC MAIN commitmail json YAML

Update -pear-Numbers_Words to 0.16.4.

0.16.4

Release date: 2012-03-21 02:13 UTC
Release state: beta

Changelog:

* Currency names for Dutch
* Re-licensed to PHP 3.01 [ifeghali]

0.16.3

Release date: 2011-12-10 15:37 UTC
Release state: beta

Changelog:

QA Release
* Bug #12512 Windows incorrect declaration of toWords() in lang.fr.php
  (and others!) ifeghali
* Bug #17373 bug in toWords function for hungarian translation kouber
* Bug #17392 bugs in toWords function for hungarian translation ifeghali
* Bug #17754 Patch: Using explode instead of split ifeghalbi
* Request #17763 Independent tr_TR Lang support ifeghali
* Bug #17794 Patch: avoiding split in es_MX file ifeghali
* Bug #18501 incorrect declaration of toWords() in lang.fr.php kouber
* Bug #19013 remove error_reporting (for PEAR QA team) ifeghali

(taca)

2012-03-22 14:18:44 UTC MAIN commitmail json YAML

Move definition of BUILDLINK_DEMMETHOD.${RUBY_BASE}, and drop unwanted full
dependency.

Bump PKGREVISION.

(obache)

2012-03-22 14:16:07 UTC MAIN commitmail json YAML

Note update of mail/poppassd pacakge to 4.1.0.

(taca)

2012-03-22 14:15:32 UTC MAIN commitmail json YAML

2012-03-22 14:14:11 UTC MAIN commitmail json YAML

Note update of mail/qpopper package to 4.1.0.

(taca)

2012-03-22 14:13:29 UTC MAIN commitmail json YAML

2012-03-22 14:13:15 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 0.88

(sno)

2012-03-22 14:13:06 UTC MAIN commitmail json YAML

Updating package for Perl5 module Text::CSV_XS from CPAN in
textproc/p5-Text-CSV_XS from 0.86 to 0.88.

Upstream changes:
0.88 - 2012-03-16, H.Merijn Brand
    * Fix for $/ in 0.86 broke parsing fields that contain excessive $/'s

(sno)

2012-03-22 14:10:15 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 1.06

(sno)

2012-03-22 14:10:06 UTC MAIN commitmail json YAML

Update package for Perl5 module Params::Validate from CPAN in
devel/p5-Params-Validate from 1.00 to 1.06.

pkgsrc changes:
- add Module::Implementation requirement

Upstream changes:
1.06    2012-02-10
- Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by
  Aaron James Trevena. RT #74742.

1.05    2012-02-08
- The XS code had a code path where it could pass the contents of a Perl
  variable as the first argument to the XS croak() subroutine. This subroutine
  is like printf(), and should receive a format string as its first
  argument. According to RT #74777, this can lead to segfaults on some systems.

  This could in theory be a security bug, but it's very unlikely that
  untrusted user input could end up being passed to this croak(). It is called
  when a spec specifies a "depend" value on another parameter. The value of
  the "depend" parameter was passed in the first argument to croak().

  Reported by Andreas Voegele.

1.04    2012-02-08
- Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL. No
  need update if you're using an earlier version.

1.03    2012-02-06
- This release uses Module::Implementation to handle loading the XS or pure
  Perl implementation of Params::Validate.

1.02    2012-02-06
- The previous release never loaded the XS implementation, even if it had been
  compiled.
- With newer versions of Perl, the pure Perl implementation treated regexp
  objects differently than the XS implementation. They should be treated as
  belonging to the SCALARREF type for backwards compatibility.
- These two bugs combined managed to break the test suites of a number of
  modules on CPAN. This release should fix them.

1.01    2012-02-05
- The generated Build.PL detects whether or not the machine it's run on has a
  working compiler, and disables XS automatically if it doesn't. Fixes RT
  #44719.

(sno)

2012-03-22 14:05:00 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Util to 1.07

(sno)

2012-03-22 14:04:50 UTC MAIN commitmail json YAML

Updating package for Perl5 module Params::Util from CPAN in
devel/p5-Params-Util from 1.04 to 1.07.

Upstream changes:
1.07 Sun 11 Mar 2012
- Disable XS version on cygwin as it shows bizarre behaviour
  that breaks form when using Params::Util XS verwion.

1.06 Thu 1 Mar 2012
- Remove the need for the sanexs.c file by generating into a temp
  file instead.

1.05 Thu 1 Mar 2012
- Restore compatibility with pre-5.8.8 Perls without a working
  compiler available install time (RIBASUSHI)

(sno)

2012-03-22 14:01:13 UTC MAIN commitmail json YAML

Updated devel/p5-Clone-Fast to 0.96

(sno)

2012-03-22 14:01:03 UTC MAIN commitmail json YAML

Updating package for Perl5 module Clone::Fast from CPAN in
devel/p5-Clone-Fast from 0.92 to 0.96.

pkgsrc changes:
- add patch from RT#65485 to fix for Perl 5.11.0 and above

Upstream changes:
Sun Feb 12 17:43:44 PST
    Version 0.96
Remove debugging code

Fri Feb 10 21:48:38 PST
    Version 0.94
Don't infinite recurse on @ magic.

(sno)

2012-03-22 13:48:51 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Base to 0.04

(sno)

2012-03-22 13:48:41 UTC MAIN commitmail json YAML

Updating package for Perl5 module Class::Base from CPAN in devel/p5-Class-Base
from 0.03nb3 to 0.04.

pkgsrc changes:
- don't use per author download location, use module namespace one's

Upstream changes:
#------------------------------------------------------------------------
# Version 0.04 2012/02/06
#------------------------------------------------------------------------
* Test script is using Test::More instead the home-made ok() and is().
* Recommend using Badger::Base instead.
* Gabor Szabo co-maintainer.

(sno)

2012-03-22 13:44:43 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Autouse to 2.01

(sno)

2012-03-22 13:44:32 UTC MAIN commitmail json YAML

Updating package for Perl5 package Class::Autouse from CPAN in
devel/p5-Class-Autouse from 2.00 to 2.01.

Upstream changes:
2.01 Fri 3 Feb 2012
- Removing the use of "defined @array" deprecated in 5.16

(sno)

2012-03-22 13:42:44 UTC MAIN commitmail json YAML

Updated devel/p5-Cache-FastMmap to 1.40

(sno)

2012-03-22 13:42:32 UTC MAIN commitmail json YAML

Updating package for Perl5 module Cache::FastMmap from CPAN in
devel/p5-Cache-FastMmap from 1.39 to 1.40.

Upstream changes:
1.40 Mon Dec 5  10:30 2011
  - Work around reference holding bug in
    Compress::Zlib

(sno)

2012-03-22 13:40:17 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Meta-YAML to 0.008

(sno)

2012-03-22 13:40:07 UTC MAIN commitmail json YAML

Updating package for Perl5 module CPAN::Meta::YAML from CPAN in
devel/p5-CPAN-Meta-YAML from 0.007 to 0.008.

Upstream changes:
0.008    2012-03-14 17:13:24 EST5EDT
  - Generated from ADAMK/YAML-Tiny-1.51.tar.gz
  - Updated from YAML-Tiny to fix compatibility with older Scalar::Utils

(sno)

2012-03-22 13:37:44 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-MakeMaker to 6.62

(sno)

2012-03-22 13:37:34 UTC MAIN commitmail json YAML

Updating package for Perl5 module ExtUtils::MakeMaker from CPAN in
devel/p5-ExtUtils-MakeMaker from 6.59nb2 to 6.62.

Upstream changes since 6.59 (6.60 was skipped):
6.62  Sun Oct 23 16:43:36 PDT 2011
    No changes from 6.61_01

6.61_01  Sat Sep 24 22:16:13 PDT 2011
    Win32
    * Liblist::Kid now checks the ActiveState MinGW library path environment
      variable [MITHALDU]
    * Further fixes to the Win32 quoting rules.  Fixes failures on VC8+.
      [rt.cpan.org #69528] [SHAY]

(sno)

2012-03-22 13:33:38 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-ParseXS to 3.15

(sno)

2012-03-22 13:33:27 UTC MAIN commitmail json YAML

Updating package for Perl5 module ExtUtils::ParseXS from CPAN in
devel/p5-ExtUtils-ParseXS from 3.11 to 3.15.

Upstream changes since 3.11 (3.12 seems to be missed):
3.15 - Thu Feb  2 08:12:00 CET 2012
  - Fix version for PAUSE indexer.

3.14 - Wed Feb  1 18:22:00 CET 2012
  - Promote to stable release.
  - Proper repository and bugtracker info in META.json.

3.13_01 - Sat Jan 29 12:45:00 CET 2012
  - ExtUtils::Typemaps:
    => Embedded typemap dumping: A method which will produce the
      verbatim string for inclusion in XS.
    => Introducing ExtUtils::Typemaps::Cmd, a helper module which
      can produce embedded typemap strings via simple one-liners.
      Useful for including typemaps from other modules in XS code
      with INCLUDE_COMMAND. See "perldoc ExtUtils::Typemaps::Cmd".

  - ExtUtils::ParseXS:
    => Bugfix: Used to have parsing problems with embedded typemaps
      occasionally.
    => Better error messages on typemap-related issues. If a no
      typemap was found for a given C type, list all mapped C types
      so that the user hopefully spots his mistake easily.

(sno)

2012-03-22 13:28:45 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 2.0.0.

(taca)

2012-03-22 13:28:11 UTC MAIN commitmail json YAML

Update fengoffice to 2.0.0.

Since 2.0 RC 1
----------------
bugfix: Uploading files fom CKEditor.
bugfix: Some data was not save creating a company.
bugfix: Error produced from documents tab - New Presentation.
bugfix: Problems with task dates in some views.
bugfix: Fatal error when you post a comment on a task page.
bugfix: Generation of task repetitions in new tasks.
bugfix: Do not let assign tasks (via drag & drop) to users that doesn't have permissions.
usability: Interface localization improvements.
system: Performance improvements.

Since 2.0 Beta 4
----------------
bugfix: Extracted files categorization
bugfix: When adding workspaces
bugfix: Breadcrumbs were not working fine all the time
bugfix: Being able to zip/unzip files
security: JS Injection Slimey Fix
system: .pdf and .docx files contents search
system: Improvement when creating a new user
system: Plugin update engine
system: Plugin manager console mode
system: Search in file revisions
system: Import/Export contacts available again
system: Import/Export events available again
system: Google Calendar Sync
system: Improvement on repeating events and tasks
system: Cache compatibility (i.e.: with APC)
usability: Completing a task closes its timeslots
usability: Task progress bar working along the timeslots
usability: Being able to change permissions in workspaces when editing

Since 2.0 Beta 3
----------------
bugfix: Several changes in the permissions system
bugfix: Invalid sql queries fixed
bugfix: Issues with archived and trashed objects solved
bugfix: Issues with sharing table solved
bugfix: Improved IE7 and IE9 compatibility
bugfix: Several timeslots issues solved
bugfix: IMAP issue solved at Emails module
bugfix: Solved issue with templates
bugfix: Added missing tooltips at calendar
bugfix: Issue when completing repetitive task solved
bugfix: Solved some issues with the Search engine
bugfix: Solved issue with timezone autodetection
buffix: Solved 'dimension dnx' error creating a workspace
usability: Permission control in member forms
usability: Disabling a user feature
usability: Resfresh overview panel after quick add
usability: Langs update/improvement
usability: Drag & Drop feature added
usability: Quick add task added, and improved
usability: Slight improvement with notifications
usability: Avoid double click at Search button (which caused performance issues)
usability: Permissions by group feature added
usability: Simple billing feature added
system: Security Fixes
system: Mail compatibility improved for different email clients
system: Feng 2 API updated
system: General code cleanup
system: Widget Engine
system: Performance improvements in custom reports
system: Print calendar
system: Custom Properties

Since 2.0 Beta 2
----------------
bugfix: Fixed problem uncompressing files
bugfix: Loading indicator hidden
bugfix: Search in mail contents
bugfix: Mail reply js error
bugfix: Filter members associated with deleted objects
bugfix: Fixed permission error creating a contact
usability: Contact View Improvements
usability: Navigation Improvements
system: Permission system fixes
system: Performance issues solved. Using permission cache 'sharing table' for listing
system: Weblinks module migrated

Since 2.0 Beta 1
----------------
bugfix: Fixed problem with context trees when editing content objects
bugfix: Fixed template listing
bugfix: Fixed issues when instantiating templates with milestones
bugfix: Fixed issue deleting users from 'people' and 'users' dimension.
bugfix: Fixed 'core_dimensions' installer
bugfix: Z-Index fixed in object-picker and header
usability: Selected rows style in object picker
system: General code cleanup

Since 1.7
-----------
system: Plugin Support
system: Search Engine performance improved
system: Multiple Dimensions - 'Workspaces' and 'Tags' generalization
system: Database and Models structure changes - Each Content object identified by unique id
system: Email removed from core (Available as a plugin)
system: User Profile System
feature: PDF Quick View - View uploaded PDF's
usability: Default Theme improved
usability: Customizable User Interface

(taca)

2012-03-22 13:27:29 UTC MAIN commitmail json YAML

Updated devel/p5-Eval-Closure to 0.08

(sno)

2012-03-22 13:27:21 UTC MAIN commitmail json YAML

Updating package for Perl5 module Eval::Closure from CPAN in
devel/p5-Eval-Closure from 0.06 to 0.08.

pkgsrc changes:
- change no-version dependency notation from x>=0 into x-[0-9]*

Upstream changes:
0.08  2012-02-09
      - Remove a double layer of string eval that was introduced in 0.07 as an
        intermediate step in figuring out the unique package thing - it's not
        necessary with the final implementation, and just makes things slower
        and hides errors.

0.07  2012-02-03
      - the given source is now evaled in a unique package for every
        eval_closure call (it used to always be evaled in the Eval::Closure
        package, which was especially buggy). this is to avoid issues where one
        eval_closure modifies the global environment (by, say, importing a
        function), which could mess up a later call. unfortunately, this means
        that the memoization stuff no longer works, since it will result in
        memoized results using the original package, which defeats the purpose.
        i'm open to suggestions on how to safely reenable it though.

      - clean up a few stray lexicals we were still closing over in the eval

(sno)

2012-03-22 13:23:08 UTC MAIN commitmail json YAML

Updated devel/p5-Error to 0.17017

(sno)

2012-03-22 13:22:57 UTC MAIN commitmail json YAML

Updating package for Perl5 module Error from CPAN in devel/p5-Error from
0.17016nb2 to 0.17017.

Upstream changes:
Feb 11 2012 <shlomif@shlomifish.org> (Shlomi Fish)
  - Bleadperl broke Error.pm's tests -
  - https://rt.cpan.org/Ticket/Display.html?id=74770
    - Applied a patch to check for optional trailing periods.
- Thanks to ANDK for the report and RURBAN for the patch

(sno)

2012-03-22 13:21:34 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.049

(sno)

2012-03-22 13:21:23 UTC MAIN commitmail json YAML

Updating package for Perl5 module IO::Compress from CPAN in
devel/p5-IO-Compress from 2.048 to 2.049.

Upstream changes:
  2.049 18 February 2012
      * IO::Compress::Zip
        Error in t/cz-03zlib-v1.t that caused warnings with 5.15
        [RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]

(sno)

2012-03-22 13:17:53 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Bzip2 to 2.049

(sno)

2012-03-22 13:17:42 UTC MAIN commitmail json YAML

Updating package for Perl5 module Compress::Raw::Bzip2 from CPAN in
devel/p5-Compress-Raw-Bzip2 from 2.048 to 2.049 as dependency of
scheduled update of devel/p5-IO-Compress.

Upstream changes:
  2.049 18 February 2012
      * No Changes

(sno)

2012-03-22 13:15:42 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Zlib to 2.051

(sno)

2012-03-22 13:15:32 UTC MAIN commitmail json YAML

Updating package for Perl5 module Compress::Raw::Zlib from CPAN in
devel/p5-Compress-Raw-Zlib from 2.048 to 2.051.

Upstream changes:
  2.051 20 February 2012
      * Bug in Compress::Raw::Zlib on Windows
        [#75222]

  2.050 20 February 2012
      * Build failure on Irix & Solaris.
        [RT #69985]

  2.049 18 February 2012
      * Include zlib 1.2.6 source.

(sno)

2012-03-22 13:11:52 UTC MAIN commitmail json YAML

Updated devel/p5-Git-Repository to 1.25

(sno)

2012-03-22 13:11:40 UTC MAIN commitmail json YAML

Updating package for Perl5 module Git::Repository from CPAN in
devel/p5-Git-Repository from 1.22 to 1.25

Upstream changes:
1.25 Tue Dec 27 23:07:11 CET 2011
        [ENHANCEMENTS]
        - None. It's as good as 1.24, without the stupid test fail.
        [TESTS]
        - fixed a test plan when a git binary is not available

1.24 Mon Dec 26 14:51:36 CET 2011
        [ENHANCEMENTS]
        - the command cache for _is_git() is now properly populated
          when the git option is a command with options (e.g. sudo)
        - _is_git() still finds git when the PATH contains a directory
          named git in a better position (RT #72154)
        - Fix spelling errors fixed in Debian (RT #73079)
        - Defend against changes to $/ (RT #71621)

1.23 Sun Dec  4 16:06:08 CET 2011
        [TESTS]
        - made t/07-version.t pass when /tmp is mounted noexec (RT #72610)

(sno)

2012-03-22 12:57:04 UTC MAIN commitmail json YAML

Updated net/miniupnpd to 1.6.20120320

(obache)

2012-03-22 12:56:51 UTC MAIN commitmail json YAML

Update miniupnpd to 1.6.20120320.
per PR 46236 by David Howland.
while here, set LICENSE=modified-bsd.

2012/03/19:
  Fix ipfilter support (thanks dhowland https://github.com/dhowland)

2012/03/14:
  Changes to miniupnpd.init.d.script by Shawn Landden

2012/03/05:
  fixed reload_from_lease_file().

2012/02/15:
  Change parselanaddr() function to allow 192.168.1.1/255.255.255.0 in
    configuration file.
  Change read_permission_line() to allow 192.168.1.1/255.255.255.0 in
    permission line (in configuration file).

2012/02/12:
  More syntax checks in upnppermissions.c

2012/02/11:
  Fix ipfw/Mac OS X specific source files to compile ok with -ansi flag

2012/02/09:
  Make HTTP listen socket non blocking (so accept() can't block)
  Make SSDP receive sockets non blocking
  use sockaddr_to_string() in SendSSDPAnnonce2 to handle IPv6 addresses

2012/02/06:
  Make HTTP (SOAP) sockets non blocking.

2012/02/05:
  Compile ok with -ansi flag.
  Save a few bytes in options.c using a string repository, instead of a fixed size
    buffer for each option value.

2012/02/04:
  Added friendly_name= option to config file

2012/02/03:
  Anchor name (PF) is now configurable through the config file with anchor=
  Added test of presence of /lib/libip4tc.so and /lib/libip6tc.so files in
    Makefile.linux in order to add -lip4tc and -lip6tc to LIBS accordingly.

2012/02/01:
  always handle EAGAIN, EWOULDBLOCK and EINTR after recv()/recvfrom() calls

2012/01/20:
  Always #include <netinet/in.h> before #include <arpa/inet.h> (for OpenBSD)
  .onrdomain field was added in pf with OpenBSD 5.0. Add PFRULE_HAS_ONRDOMAIN

2012/01/02:
  Fixing netfilter/iptables_*.sh scripts for new ifconfig output format.
  getifaddr.c: added additional checks on structure returned by getifaddrs()
  Fixing Mac OS X makefile for installation

2011/11/18:
  avoid infinite loop in SendResp_upnphttp() in case of error
  Replaced SendResp_upnphttp() + CloseSocket_upnphttp() by
    SendRespAndClose_upnphttp()
  Tomato specifics in genconfig.sh

2011/07/30:
  netfilter : Added a tiny_nf_nat.h file to compile with iptables
    installed headers.
    include xtables.h instead of iptables.h

VERSION 1.6 : released the 2011/07/25

A lot of work on IPv6 support and IGDv2. Support of lease duration, etc.

VERSION 1.5 : released the 2011/01/01

bugfixed and is now compatible with OpenBSD >= 4.7. It includes preliminary support for the version 2 of the UPnP Internet Gateway specification.

(obache)

2012-03-22 12:30:54 UTC MAIN commitmail json YAML

Updated net/darkstat to 3.0.715

(obache)

2012-03-22 12:30:42 UTC MAIN commitmail json YAML

Update darkstat to 3.0.715.
per maintainer updater request by PR 46241.

v3.0.715 (January 2012)
- Compatibility fixes for Hurd and Solaris.
- Use link-time optimization and automake-like silent rules.
- Support systems without ifaddrs.h again.
- Continuing fixes for IPv6 support.
- Only update lastseen time for sender, not recipient.
- Implement --local-only: accounting for hosts on the local net.
        - Make failure to bind() a socket non-fatal.
- Make failure to get local IP non-fatal.
- Fall back to gethostbyaddr() if getnameinfo() fails.
- Fix detection of IPv4 multicast addresses.
- Fix decoding on OpenBSD DLT_NULL interfaces (e.g. gif(4))

(obache)

2012-03-22 11:58:58 UTC MAIN commitmail json YAML

2012-03-22 11:52:00 UTC MAIN commitmail json YAML

Updated emulators/suse121_glx to 12.1nb1

(obache)

2012-03-22 11:51:48 UTC MAIN commitmail json YAML

drm module and libudev0 are required.

Bump PKGREVISION.

(obache)

2012-03-22 11:50:53 UTC MAIN commitmail json YAML

Updated emulators/suse121_gtk2 to 12.1nb1

(obache)

2012-03-22 11:50:39 UTC MAIN commitmail json YAML

Add some missing required packages.

Bump PKGREVISION.

(obache)

2012-03-22 11:49:37 UTC MAIN commitmail json YAML

Updated emulators/suse121_base to 12.1nb1

(obache)

2012-03-22 11:49:20 UTC MAIN commitmail json YAML

Add missing packages for libsndfile.

Bump PKGREVISION.

(obache)

2012-03-22 11:47:16 UTC MAIN commitmail json YAML

update to 1.7.1
fixes crashes on invalid input which are considered DOS problems
(CVE-2012-1107, CVE-2012-1108)

(drochner)

2012-03-22 11:28:38 UTC MAIN commitmail json YAML

Let the schily makefiles know when we're using gcc.

(hans)

2012-03-22 10:27:19 UTC MAIN commitmail json YAML

this evenings updates

(markd)

2012-03-22 09:24:53 UTC MAIN commitmail json YAML

also drop idle3.1 from ALTERNATIVES.

(obache)

2012-03-22 09:23:07 UTC MAIN commitmail json YAML

Make work with python31.

(markd)

2012-03-22 09:20:43 UTC MAIN commitmail json YAML

Don't install idle3.1.  It requires _tkinter which is split out to a
separate package.  We have a separate package for idle (py-idle).

(markd)

2012-03-22 09:10:45 UTC MAIN commitmail json YAML

Updated devel/p5-Bit-Vector to 7.2

(sno)

2012-03-22 09:10:31 UTC MAIN commitmail json YAML

Updating package for Perl5 module Bit::Vector from CPAN in
devel/p5-Bit-Vector from 7.1nb2 to 7.2

pkgsrc changes:
- adjust Storable dependency (since Perl5 5.12.0 Storable 2.22 is shipped
  with core)

Upstream changes:
+  Fix compilation problems with perl 5.15.2-436-gbd31be4 and later;
    https://rt.perl.org/rt3/Public/Bug/Display.html?id=99408

(sno)

2012-03-22 09:05:46 UTC MAIN commitmail json YAML

2012-03-22 08:55:04 UTC MAIN commitmail json YAML

Updated devel/p5-B-Hooks-OP-Check-EntersubForCV to 0.09

(sno)

2012-03-22 08:54:50 UTC MAIN commitmail json YAML

Updating package for Perl5 module B::Hooks::OP::Check::EntersubForCV from
CPAN in devel/p5-B-Hooks-OP-Check-EntersubForCV from 0.08 to 0.09.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.09  Mon, 12 Mar 2012 19:49:40 +0000
  * Depend on B::Utils version 0.19, which explicitly exports its XS
    API symbols for Windows.

(sno)

2012-03-22 08:46:53 UTC MAIN commitmail json YAML

Updated devel/p5-B-Utils to 0.19

(sno)

2012-03-22 08:46:43 UTC MAIN commitmail json YAML

Updating package for Perl5 module B::Utils from CPAN in devel/p5-B-Utils
from 0.17 to 0.19.

Upstream changes:
- fix typo in function call
- add unit test "t/regression_walkallops_filtered.t"

(sno)

2012-03-22 08:38:39 UTC MAIN commitmail json YAML

Updated databases/p5-BerkeleyDB to 0.51

(sno)

2012-03-22 08:38:27 UTC MAIN commitmail json YAML

Updating package for Perl5 module BerkeleyDB from CPAN in
databases/p5-BerkeleyDB from 0.50 to 0.51.

Upstream changes:
0.51  19th March 2012
        * Rework FETCHSIZE
          [RT #75691]

(sno)

2012-03-22 08:23:42 UTC MAIN commitmail json YAML

add kbibtex-kde3 tex-minted tex-minted-doc tex-xetex-def

(markd)

2012-03-22 08:11:43 UTC MAIN commitmail json YAML

import tex-minted-doc 1.7

Documentation for tex-minted

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-22 08:10:18 UTC MAIN commitmail json YAML

import tex-minted 1.7

The package that facilitates expressive syntax highlighting in
LaTeX using the powerful Pygments library. The package also
provides options to customize the highlighted source code
output using fancyvrb.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-22 07:58:12 UTC MAIN commitmail json YAML

import tex-xetex-def 0.94

The file xetex.def provides device-specific definitions for
colour and graphics support when running Xe(La)TeX

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-22 07:52:42 UTC MAIN commitmail json YAML

+ aranym-0.9.12, etm-890, fossil-1.22, gwaei-3.4.1, kronolith-3.0.16,
  mc-4.8.1.1, netcdf-4.2, pv-1.2.0, xf86-video-vmware-12.0.2,
  zile-2.4.7.
New pv version noted by Bug Hunting.

(wiz)

2012-03-22 07:06:25 UTC MAIN commitmail json YAML

2012-03-22 06:58:08 UTC MAIN commitmail json YAML

2012-03-22 06:40:01 UTC MAIN commitmail json YAML

2012-03-22 06:39:01 UTC MAIN commitmail json YAML

2012-03-22 06:12:11 UTC MAIN commitmail json YAML

2012-03-22 05:27:52 UTC MAIN commitmail json YAML

2012-03-22 03:43:53 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.10.1

(jnemeth)

2012-03-22 03:43:42 UTC MAIN commitmail json YAML

Update to 1.8.10.1:  this fixes AST-2012-002 and AST-2012-003.

pkgsrc changes: adapt to having iLBC coded included in the asterisk
tarball and newer version of sounds tarball.

----- 1.8.10.0 -----

The Asterisk Development Team has announced the release of Asterisk 1.8.10.0.

The release of Asterisk 1.8.10.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Prevent outbound SIP NOTIFY packets from displaying a port of 0 ---

* --- Include iLBC source code for distribution with Asterisk ---

* --- Fix callerid of originated calls ---

* --- Fix outbound DTMF for inband mode of chan_ooh323 ---

* --- Create and initialize udptl only when dialog requests image media ---

* --- Don't prematurely stop SIP session timer ---

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.10.0

Thank you for your continued support of Asterisk!

----- 1.8.10.1 -----

The Asterisk Development Team has announced security releases for
Asterisk 1.4, 1.6.2, 1.8, and 10. The available security releases
are released as versions 1.4.44, 1.6.2.23, 1.8.10.1, and 10.2.1.

The release of Asterisk 1.8.10.1 and 10.2.1 resolve two issues.
First, they resolve the issue in app_milliwatt, wherein a buffer
can potentially be overrun on the stack, but no remote code execution
is possible.  Second, they resolve an issue in HTTP AMI where digest
authentication information can be used to overrun a buffer on the
stack, allowing for code injection and execution.

These issues and their resolution are described in the security
advisory.

For more information about the details of these vulnerabilities,
please read the security advisories AST-2012-002 and AST-2012-003,
which were released at the same time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.8.10.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2012-002.pdf
* http://downloads.asterisk.org/pub/security/AST-2012-003.pdf

Thank you for your continued support of Asterisk!

(jnemeth)

2012-03-21 23:35:04 UTC MAIN commitmail json YAML

2012-03-21 23:26:41 UTC MAIN commitmail json YAML

2012-03-21 23:26:04 UTC MAIN commitmail json YAML

2012-03-21 23:22:31 UTC MAIN commitmail json YAML

2012-03-21 23:21:20 UTC MAIN commitmail json YAML

Import k4dirstat 2.7.3

K4DirStat (KDE 4 Directory Statistics) is a small utility program that
sums up disk usage for directory trees, very much like the Unix 'du'
command. It displays the disk space used up by a directory tree, both
numerically and graphically. It is network transparent (i.e., you can use
it to sum up FTP servers), and comes with predefined and user configurable
cleanup actions. You can directly open a directory branch in Konqueror or
the shell of your choice, compress it to a .tar.bz2 archive, or define
your own cleanup actions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-21 23:11:46 UTC MAIN commitmail json YAML

add kdiff3-kde3

(markd)

2012-03-21 23:10:54 UTC MAIN commitmail json YAML

2012-03-21 23:05:27 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2012-03-21 23:05:02 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.94.20120319.

Notable changes:
* net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with
prefix.
* htmlfontify.el: Add support for code block fontification for ODT
export (Bug #9914).
* subr.el (eval-after-load): If named feature is provided not from
a file, run after-load forms.  (Bug#10946)
* calendar/calendar.el (calendar-insert-at-column):
Handle non-unit-width characters a bit better.  (Bug#10978)
* vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
directory and file as argument (Bug#10822).
* international/quail.el (quail-insert-kbd-layout): Surround each
row by LRO and PDF instead of inserting many LRMs.  Pad the left
and right of each non-spacing marks.  Insert invisible space
between lower and upper characters to prevent composition.

(minskim)

2012-03-21 23:04:01 UTC MAIN commitmail json YAML

2012-03-21 23:01:19 UTC MAIN commitmail json YAML

2012-03-21 22:59:42 UTC MAIN commitmail json YAML

2012-03-21 22:55:08 UTC MAIN commitmail json YAML

2012-03-21 22:45:34 UTC MAIN commitmail json YAML

2012-03-21 22:44:20 UTC MAIN commitmail json YAML

Import texworks 0.4.3

The TeXworks project is an effort to build a simple TeX front-end program
(working environment) that will be available for all todays major desktop
operating systems-in particular, MS Windows (XP/Vista/7), typical GNU/Linux
distros and other X11-based systems, as well as Mac OS X. It is deliberately
modeled on Dick Koch?s award-winning TeXShop for Mac OS X, which is credited
with a resurgence of TeX usage on the Mac platform.

To provide a similar experience across all systems, TeXworks is based on
cross-platform, open source tools and libraries. The Qt toolkit was chosen
for the quality of its cross-platform user interface capabilities, with
native "look and feel" on each platform being a realistic target. Qt also
provides a rich application framework, facilitating the relatively rapid
development of a usable product.

The normal TeXworks workflow is PDF-centric, using pdfTeX and XeTeX as
typesetting engines and generating PDF documents as the default formatted
output. Although it is possible to configure a processing path based on DVI,
newcomers to the TeX world need not be concerned with DVI at all, but can
generally treat TeX as a system that goes directly from marked-up text files
to ready-to-use PDF documents.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-21 22:33:38 UTC MAIN commitmail json YAML

add a message about percona-toolkit

(mspo)

2012-03-21 22:32:35 UTC MAIN commitmail json YAML

2012-03-21 22:17:35 UTC MAIN commitmail json YAML

add percona-toolkit to databases/Makefile

(mspo)

2012-03-21 22:15:23 UTC MAIN commitmail json YAML

Updated databases/percona-toolkit to 2.0.4

(mspo)

2012-03-21 22:11:56 UTC MAIN commitmail json YAML

percona toolkit is the new name for maatkit


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(mspo)

2012-03-21 21:29:59 UTC MAIN commitmail json YAML

Update digikam and related packages

(markd)

2012-03-21 21:14:47 UTC MAIN commitmail json YAML

2012-03-21 21:03:50 UTC MAIN commitmail json YAML

2012-03-21 20:58:22 UTC MAIN commitmail json YAML

Add libmediawiki

(markd)

2012-03-21 20:57:24 UTC MAIN commitmail json YAML

Import libmediawiki 2.5.0

libmediawiki is a KDE C++ interface for MediaWiki based web service as
wikipedia.org

This library is used by kipi-plugins and digiKam.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-21 20:57:14 UTC MAIN commitmail json YAML

+ gridscheduler
+ hwloc

(asau)

2012-03-21 20:56:11 UTC MAIN commitmail json YAML

Added parallel/hwloc version 1.4
Added parallel/gridscheduler version 2011.11

(asau)

2012-03-21 20:55:02 UTC MAIN commitmail json YAML

2012-03-21 20:53:45 UTC MAIN commitmail json YAML

Import libkface 2.5.0

Libkface is a Qt/C++ wrapper around LibFace library to perform face
recognition and detection over pictures

This library is used by kipi-plugins, digiKam and others kipi host programs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-21 20:52:31 UTC MAIN commitmail json YAML

2012-03-21 20:50:16 UTC MAIN commitmail json YAML

Add libkgeomap libkvkontakte

(markd)

2012-03-21 20:48:54 UTC MAIN commitmail json YAML

Import Open Grid Scheduler version 2011.11 as parallel/gridscheduler.
Heavily based on Sun Grid Engine package (parallel/sge).

Open Grid Scheduler/Grid Engine is a free and open-source
batch-queuing system for distributed resource management.
OGS/GE is based on Sun Grid Engine, and maintained by the same
group of external (i.e. non-Sun) developers who started
contributing code to Sun Grid Engine since 2001.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2012-03-21 20:48:01 UTC MAIN commitmail json YAML

Import libkvkontakte 2.5.0

KDE library for asynchronous interaction with vkontakte.rusocial network

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-21 20:43:12 UTC MAIN commitmail json YAML

Import libkgeomap 2.5.0

Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap
and GoogleMap, for browsing and arranging photos on a map

This library is used by kipi-plugins, digiKam and other kipi host programs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(markd)

2012-03-21 20:10:11 UTC MAIN commitmail json YAML

* Adjust required sqlite version (follow configure.in)
* Remove patch-xulrunner_app_Makefile.in, suggested by drochner@

(ryoon)

2012-03-21 20:03:31 UTC MAIN commitmail json YAML

2012-03-21 19:58:47 UTC MAIN commitmail json YAML

Don't override an existing _XOPEN_SOURCE definition. Define it on SunOS
to make this build with std=gnu99.

(hans)

2012-03-21 19:22:31 UTC MAIN commitmail json YAML

2012-03-21 18:58:01 UTC MAIN commitmail json YAML

Don't use -print0 / -0 in find | xargs, it works well without it.

(hans)

2012-03-21 18:52:10 UTC MAIN commitmail json YAML

2012-03-21 18:42:07 UTC MAIN commitmail json YAML

update to 4.5.1
It is a maintenance release fixing some bugs.

(drochner)

2012-03-21 18:40:00 UTC MAIN commitmail json YAML

Override configure check for the flex library.

This package would normally use bison-yacc and flex, but the files it
needs come pre-generated in the distfile. So flex and bison-yacc aren't
actually used, and linking against the library can cause the build to
fail with unresolved symbols.

(hans)

2012-03-21 18:37:44 UTC MAIN commitmail json YAML

update to 2.2.2
changes:
-new: duplicate line and delete line
-Catalan translation
-bugfixes and minor improvements

(drochner)

2012-03-21 18:35:05 UTC MAIN commitmail json YAML

update to 1.6.8
change: minor D&D fix
(I know, 1.8 is out. I've tested and found it too sluggish.)

(drochner)

2012-03-21 18:28:41 UTC MAIN commitmail json YAML

2012-03-21 18:24:00 UTC MAIN commitmail json YAML

Fix build on SunOS with gcc by replacing sunpro arguments with their gcc
counterparts. The wrappers will replace them again for sunpro builds.

(hans)

2012-03-21 18:20:53 UTC MAIN commitmail json YAML

Make sure that the solaris-gcc makefile is used when necessary.

(hans)

2012-03-21 18:16:41 UTC MAIN commitmail json YAML

On both SunOS 5.10 and 5.11 sm3600 is built.

(hans)

2012-03-21 18:16:18 UTC MAIN commitmail json YAML

update to 2.4
changes: minor fixes and improvements

(drochner)

2012-03-21 18:12:42 UTC MAIN commitmail json YAML

update to 6.7.5-10
This fixes incomplete fixes for CVE-2012-0247 / CVE-2012-0248
(CVE-2012-1185 / CVE-2012-1186)

(drochner)

2012-03-21 18:06:49 UTC MAIN commitmail json YAML

update to 1.6.10 (last release on the 1.6 branch)
changes:
-Read files produced by LyX 2.0
-bugfixes
-translation updates

(drochner)

2012-03-21 18:02:21 UTC MAIN commitmail json YAML

Install ${PKG_SYSCONFDIR}/modules and ${PKG_SYSCONFDIR}/sites-enabled.
Both of these directories are referred to by the default radiusd.conf
and so should be provided to allow radiusd to run after installation.

(brook)

2012-03-21 17:45:33 UTC MAIN commitmail json YAML

2012-03-21 17:42:48 UTC MAIN commitmail json YAML

+libgxps,evince3

(drochner)

2012-03-21 17:40:20 UTC MAIN commitmail json YAML

2012-03-21 17:38:39 UTC MAIN commitmail json YAML

2012-03-21 17:08:46 UTC MAIN commitmail json YAML

Revbump for PLIST change due to BUILD_F77=YES.

(hans)

2012-03-21 17:05:58 UTC MAIN commitmail json YAML

Avoid invalid conversion from const char * to char * when building this
against lesstif with gcc46.

(hans)

2012-03-21 16:48:18 UTC MAIN commitmail json YAML

Create the empty directory share/examples/freeradius/sites-enabled.  The
default radiusd.conf file refers to this by trying to include files from
there.  As a result, the example configuration is incomplete without this.

(brook)

2012-03-21 16:37:15 UTC MAIN commitmail json YAML

2012-03-21 16:25:47 UTC MAIN commitmail json YAML

Tell location of TCLSH and WISH to configure script.
PR 46112.

(obache)

2012-03-21 15:48:41 UTC MAIN commitmail json YAML

Switch default Ruby's version to 1.9.3.

(taca)

2012-03-21 15:48:00 UTC MAIN commitmail json YAML

Add missing comma in comment.

(wiz)

2012-03-21 15:47:33 UTC MAIN commitmail json YAML

Oops, this is one more file to be commited.

Overhaul buildlink3 processing of Ruby.

* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.

(taca)

2012-03-21 15:45:47 UTC MAIN commitmail json YAML

Note update of these ruby pacakges:

devel/hoe 3.0.0
graphics/ruby-gnuplot 2.4.1
mail/ruby-mime-types 1.18
misc/ruby-bundler 1.1.2
sysutils/ruby-facter 1.6.6

(taca)

2012-03-21 15:45:00 UTC MAIN commitmail json YAML

Update ruby-facer to 1.6.6.

1.6.6
===
e046144 Updated CHANGELOG for 1.6.6rc2
c273d34 Make ec2 facts work on CentOS again (#12666)
c218d84 (#12362) Use Tempfile to generate temp files
f6bbe14 (#12170) Adds gem spec description Without this patch, the gem spec file is missing a description attribute, which caus
5c5c330 Changes apple rake task to reflect package name facter instead of puppet.
9b5cb26 Updating conf/redhat/facter.spec for 1.6.5 release.
7d3889d (#12079) Fix order-dependent test failure due to odd stubbing.
7f2a0e2 add a simple test for openstack ec2 facts
cb598aa Support EC2 facts on OpenStack

(taca)

2012-03-21 15:44:25 UTC MAIN commitmail json YAML

Update ruby-bundler package to 1.1.2.

## 1.1.2 (March 20, 2012)

Bugfixes:

  - Fix --deployment for multiple PATH sections of the same source (#1782)

(taca)

2012-03-21 15:43:52 UTC MAIN commitmail json YAML

Update ruby-mime-types to 1.18.

== MIME::Types 1.18 / 2012-03-20
* New MIME Types:
  * Types reported in Issue #6
    (https://github.com/halostatue/mime-types/issues/6):
    * CoffeeScript (text/x-coffeescript; .coffee; 8bit).
    * AIR
      (application/vnd.adobe.air-applicationinstaller-package+zip, .air;
      base64).
    * WOFF (application/font-woff; .woff; base64).
    * TrueType (application/x-font-truetype; .ttf; base64).
    * OpenType (application/x-font-opentype; .otf; base64).
  * WebM (audio/webm, video/webm; .webm). Issue #11
    (https://github.com/halostatue/mime-types/issues/11).
* New extensions:
  * f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by Adobe).
* Bug Fixes:
  * It was pointed out that Licence.txt was incorrectly named. Fixed by
    renaming to Licence.rdoc (from Issue/Pull Request #8,
    https://github.com/halostatue/mime-types/issues/8).
  * It was pointed out that a plan to have the test output generated
    automatically never went through. Issue #10
    (https://github.com/halostatue/mime-types/issues/10)

(taca)

2012-03-21 15:42:24 UTC MAIN commitmail json YAML

Update ruby-gnuplot to 2.4.1.

2.4.1
* Quote escape more strings. Thanks for the tip!

2.4.0
* Allow for 3D plots, fix examples. Thanks everybody!

(taca)

2012-03-21 15:41:18 UTC MAIN commitmail json YAML

Update hoe to 3.0.0.

=== 3.0.0 / 2012-03-20

* 3 major enhancements:

  * Added activate_plugin_deps phase to plugin loading.
  * Removed long deprecated Hoe.new { block }.
  * Removed long deprecated handling of improper dependencies.

* 3 minor enhancements:

  * Added deprecation warnings to Hoe#url and Hoe#url=. Already deprecated
    for 9 mo.
  * Reworked all the plugins to use activate_XXX_deps, as necessary.
  * Switched internal usage of #url to #urls.

* 2 bug fixes:

  * Fixed failures in the publish_docs task when remote directory times cannot
    be changed (such as on rubyforge).
  * Fixed isolate setup for the racc plugin

(taca)

2012-03-21 15:40:13 UTC MAIN commitmail json YAML

Overhaul buildlink3 processing of Ruby.

* Don't buildlink in ruby/rubyversion.mk any more but define
  RUBY_USE_PTHREAD (use of pthread).
* In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to
  RUBY_USE_PTHREAD.
* Also the same logic in ruby/Makefile.common.
* Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.

(taca)

2012-03-21 15:33:29 UTC MAIN commitmail json YAML

Set TCLSH here, same as PERL5 in lang/perl5/buildlink3.mk.

(obache)

2012-03-21 15:32:28 UTC MAIN commitmail json YAML

Set WISH here, same as PERL5 in lang/perl5/buildlink3.mk.

(obache)

2012-03-21 14:43:32 UTC MAIN commitmail json YAML

Re-enable F77 build. This was accidentally lost in 2005 with r1.21.

(hans)

2012-03-21 14:36:58 UTC MAIN commitmail json YAML

Updated graphics/py-actdiag to 0.3.2

(obache)

2012-03-21 14:36:47 UTC MAIN commitmail json YAML

Update py-actdiag to 0.3.2.
while here, install man page.

        0.3.2 (2012-03-15)
        ------------------
        * Fix bugs

        0.3.1 (2012-02-15)
        ------------------
        * Add autolane plugin
        * Update to new package structure (blockdiag >= 1.1.2)

(obache)

2012-03-21 14:32:27 UTC MAIN commitmail json YAML

Updated graphics/py-seqdiag to 0.7.3

(obache)

2012-03-21 14:32:13 UTC MAIN commitmail json YAML

Update py-seqdiag to 0.7.3.
while here, install man page.

        0.7.3 (2012-03-16)
        ------------------
        * Allow to insert separators in subedge-group
        * Fix bugs

        0.7.2 (2011-12-12)
        ------------------
        * Fix bugs

(obache)

2012-03-21 14:25:45 UTC MAIN commitmail json YAML

Updated graphics/py-blockdiag to 1.1.4

(obache)

2012-03-21 14:25:33 UTC MAIN commitmail json YAML

Update py-blockdiag to 1.1.4.

        1.1.4 (2012-03-15)
        ------------------
        * Add new edge.hstyles: oneone, onemany, manyone, manymany
        * Add edge attribute: description (for build description-tables)
        * Fix bugs

        1.1.3 (2012-02-13)
        ------------------
        * Add new edge type for data-models (thanks to David Lang)
        * Add --no-transparency option
        * Fix bugs

(obache)

2012-03-21 13:56:59 UTC MAIN commitmail json YAML

2012-03-21 13:49:51 UTC MAIN commitmail json YAML

Add suse121* packags.

(obache)

2012-03-21 13:47:18 UTC MAIN commitmail json YAML

2012-03-21 13:46:26 UTC MAIN commitmail json YAML

note 12.1 for SUSE_PREFER

(obache)

2012-03-21 13:44:59 UTC MAIN commitmail json YAML

Add suse121 support.

(obache)