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

2024-05-13 05:42:38 UTC Now

2010-03-16 21:34:44 UTC MAIN commitmail json YAML

Update databases/p5-ORLite from 1.41 to 1.42

Upstream changes:
1.42 Tue 16 Mar 2010
- Signficantly expanded documentation on the per-table class
  and the methods created for it (Breno G. de Oliveira)

(sno)

2010-03-16 21:31:34 UTC MAIN commitmail json YAML

Removed cross/i386-mingw32

(asau)

2010-03-16 21:29:48 UTC MAIN commitmail json YAML

2010-03-16 21:24:46 UTC MAIN commitmail json YAML

note addition of itpp-4.0.7

(agc)

2010-03-16 21:23:48 UTC MAIN commitmail json YAML

add and enable itpp

(agc)

2010-03-16 21:22:14 UTC MAIN commitmail json YAML

initial import of itpp-4.0.7 into the packages collection

C++ library of mathematical, signal processing and communication
routines

Its main use is in simulation of communication systems and for
performing research in the area of communications.  The kernel of the
library consists of generic vector and matrix classes, and a set of
accompanying routines.  Such a kernel makes IT++ similar to MATLAB or
GNU Octave.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2010-03-16 21:17:45 UTC MAIN commitmail json YAML

Updated devel/p5-SVN-Notify to 2.80

(sno)

2010-03-16 21:16:36 UTC MAIN commitmail json YAML

Updating devel/p5-SVN-Notify from 2.79 to 2.80

pkgsrc changes:
- Add recommended dependencies

Upstream changes:
2.80  2010-01-16T04:40:00
      - Fixed the regular expression for detecting JIRA keys. Thanks to David
        Ferguson for the report (RT#51620).
      - Fixed test failure on Perl 5.11.2.
      - Switched to improved URL links with link text in the documentation.

(sno)

2010-03-16 21:10:22 UTC MAIN commitmail json YAML

Added textproc/p5-Text-Trac version 0.15

(sno)

2010-03-16 21:08:57 UTC MAIN commitmail json YAML

Added textproc/p5-Text-Trac version 0.15

(sno)

2010-03-16 21:08:22 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-Trac version 0.15 as dependency for scheduled
update of devel/p5-SVN-Notify

Text::Trac parses text with Trac WikiFormatting and convert it to html
format.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-03-16 20:02:26 UTC MAIN commitmail json YAML

2010-03-16 19:36:32 UTC MAIN commitmail json YAML

Removed databases/mysql51-embedded successor databases/mysql51-server

(wiz)

2010-03-16 19:35:58 UTC MAIN commitmail json YAML

2010-03-16 19:33:47 UTC MAIN commitmail json YAML

Updated x11/gtk-sharp to 2.12.10

(wiz)

2010-03-16 19:33:37 UTC MAIN commitmail json YAML

Update to 2.12.10:

2010-03-08  Mike Kestner  <mkestner@novell.com>

* configure.in.in: revert the -platform flag usage on windows until
we can figure out why it breaks Gtk# on mono.

2010-03-01  Mike Kestner  <mkestner@novell.com>

* msi/gtk-sharp-2.0.wxs.in: use the netfx runtime version checks.
Check for version 2.0 or greater.
* msi/Makefile.am: ref the netfx extension.

2010-02-26  Mike Kestner  <mkestner@novell.com>

* configure.in.in: backport the mono-2 configure fallback.

2010-02-26  Mike Gorse  <mgorse@novell.com>

* atk/Object.custom, atk/glue/object.c: Bind GetAttributes.

2010-01-11  Mike Kestner  <mkestner@novell.com>

* configure.in.in: checks for wix and add platform switch to win32
builds to ensure 32BIT+ and PE32 are set. [Fixes #473566]
* gtk-sharp-2.0.wxs.in: moved to msi dir and enhanced. see below.
* license.rtf: moved to msi dir
* Makefile.am: add new dir, move installer target to msi Makefile.
* msi/*: new installer building framework.  conditionally builds on wix
availability.  downloads official binary bundles to build an unmanaged
module. adds the .mo files to support translation [Fixes #513017]
updated gtk+ version to 2.16.6.  still depends on win32-installers build
for mono-posix and mono-cairo modules.

2009-11-30  Mike Kestner  <mkestner@novell.com>

* generator/Method.cs: support win32_utf8_variant attribute on methods.
* glib/*.cs: support win32 utf8 variant methods.
* gtk/*.custom: support win32 utf8 variant methods.
* gtk/Gtk.metadata: mark some win32_utf8_variant methods.
  [Fixes #550961] Adapted from a patch by Tor Lillqvist.

2009-11-23  Christian Hoff  <christian_hoff@gmx.net>

* generator/Signal.cs: Return a GInterfaceAdapter in the signalargs's
accessor properties instead of trying to return the implementor as stored in
the arguments array.

2009-11-20  Gabriel Burt  <gabriel.burt@gmail.com>

* bootstrap-2.12: Bump GTK_SHARP_VERSION to 2.12.10

2009-11-20  Gabriel Burt  <gabriel.burt@gmail.com>

Make TextBufferSerializeFunc return byte []

* gtk/Makefile.am:
* gtk/textbuffer-serializefunc.patch:
* gtk/GtkSharp.TextBufferSerializeFuncNative.cs:
* gtk/TextBufferSerializeFunc.cs: Copy of generated bindings, fixed to
be usable. [Fixes #555495]

* gtk/TextBuffer.custom: Add binding of RegisterSerializeFormat since no
longer generated.

* gtk/Gtk.metadata: Remove GtkTextBufferSerializeFunc and
RegisterSerializeFormat so bindings not generated.

2009-11-10  Gabriel Burt  <gabriel.burt@gmail.com>

* atk/atk-table.patch:
* atk/ColumnDeletedHandler.cs:
* atk/Table.cs:
* atk/TableAdapter.cs:
* atk/ColumnInsertedHandler.cs:
* atk/Atk.metadata:
* atk/RowDeletedHandler.cs:
* atk/RowInsertedHandler.cs: We have to implement AtkTable's
GetSelectedRows/Columns methods manually, and the only way to do that is
to not generate those classes.  So these files are the generated files
with the necessary modifications (see atk-table.patch).  This fixes
support for custom widgets to add AtkTable a11y (BNC #512477)

* atk/NoOpObject.custom: Manually implement Atk.Table iface

* atk/Makefile.am: Add new files to build

2009-10-30  Mike Kestner  <mkestner@novell.com>

* glib/GType.cs: avoid another exception on bogus assm.Locations.
  [Fixes #546045]

2009-10-23  Christian Hoff  <christian_hoff@gmx.net>

* gtk/CellRenderer.custom: Pass the GdkRectangle parameters of CellRenderer.Render
by reference. Patch by Diego Petten嘆.

2009-09-22  Brad Taylor  <brad@getcoded.net>

* glib/Idle.cs:
* glib/Timeout.cs: Don't try to remove the handler from the managed
hashtable twice, add a comment explaining the need for the else branch.

2009-09-22  Brad Taylor  <brad@getcoded.net>

* glib/Idle.cs:
* glib/Timeout.cs: Make sure to remove the unmanaged reference to the
delegate when we're disposed or finalized.  In particular, this fixes a
problem where GLib.Object's PerformQueuedUnrefs was being called after
both the object and the handler had been GC'ed, resulting in a
segfault.

2009-09-16  Mike Kestner  <mkestner@novell.com>

* gtk/Gtk.metadata: hide StatusIcon.GetGeometry for custom impl.
* gtk/StatusIcon.custom: custom GetGeometry implementation to avoid
marshaling exceptions on win32.  [Fixes #518169]

2009-09-11  Christian Hoff  <christian_hoff@gmx.net>

* gtk/Application.cs: Port the theming-relevant part of the
SWF.Application.DoEvents code to avoid loading the assembly
at runtime on the Windows platform.

2009-08-23  Christian Hoff  <christian_hoff@gmx.net>

* gdk/Gdk.metadata: Mark PixbufFormat.Extensions and
PixbufFormat.MimeTypes as null-terminated arrays. [Fixes #533472]

2009-08-12  Christian Hoff  <christian_hoff@gmx.net>

* configure.in.in: Detect GDK backend.
* */*.dll.config.in: Link against the libs of the correct GDK backend
instead of using x11 on Linux/win32 on Windows.
Patch by Christian Hergert. [Fixes 527840]

2009-08-05  Christian Hoff  <christian_hoff@gmx.net>

* sample/CustomcellRenderer.cs: Use GObject property registration
instead of a CellDataFunc.

2009-08-05  Christian Hoff  <christian_hoff@gmx.net>

* glib/glue/object.c: Use -G_MINFLOAT and -G_MINDOUBLE since
these constants return the minumum positive values for this type.

2009-07-30  Mike Kestner  <mkestner@novell.com>

* generator/InterfaceGen.cs: remove var keyword usage to fix build
on .net 2.0. Fix a few mixed line endings as well.

2009-07-27  Mike Gorse  <mgorse@novell.com>

* atk/Atk.metadata: Remove owned for Relation.GetTarget.

2009-07-21  Christian Hoff  <christian_hoff@gmx.net>

* glib/GInterfaceAdapter.cs: Fix a leak related to GCHandles not being freed.
Patch from Mike Kestner with a minor tweak by me. [Fixes #523306]

2009-07-13  Gabriel Burt  <gabriel.burt@gmail.com>

* generator/GenBase.cs: Add AppendCustom override that you can pass the
type name in, used to include .custom for Name + Adapter and Name +
Implementor .custom files for interface gen.

* generator/InterfaceGen.cs: Use the new AppendCustom override for the
Name + Adapter.custom file, and add support for including custom file for
the Name + Implementor interface; necessary to manually implement an
interface method.

2009-07-10  Christian Hoff  <christian_hoff@gmx.net>

* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
methods as "out".  [Fixes #510105]

2009-06-08  Christian Hoff  <christian_hoff@gmx.net>

* atk/ObjectFactory.custom: Reimplement ObjectFactory virtual
methods. Patch provided by Mike Kestner and Gabriel Burt.

2009-05-31  Mike Kestner  <mkestner@novell.com>

* gtk-sharp-2.0.wxs.in: move the RemoveExistingVersions action
after InstallFinalize to avoid a problem where the GAC assemblies
disappear.  [Fixes #508580]

(wiz)

2010-03-16 19:29:02 UTC MAIN commitmail json YAML

Updated audio/amarok to 2.3.0

(wiz)

2010-03-16 19:28:50 UTC MAIN commitmail json YAML

Update to 2.3.0, switch to mysql51-server for providing the embedded
mysql server.

Changes:

Team Amarok is proud to announce Amarok 2.3.0. It contains many
improvements and bugfixes over Amarok 2.2.2 as well as many new
features. Areas such as podcast support and saved playlists have
seen huge improvements, as has the support for USB mass storage
devices (including generic MP3 players).

With large parts of Amarok 2 becoming quite mature, it was also
time to start looking forward again. Therefore, this release also
contains a number of new features of a slightly more experimental
nature. These include a new main toolbar and a rewritten and much
simpler file browser. These parts are brand new and based on user
feedback, and they will change and improve over the next few
releases. The old slim toolbar is still available should you prefer
that, but we encourage you to try out the new toolbar and tell us
what you think. The file browser's look and feel now aligns more
closely with the rest of Amarok with improvements such as breadcrumb
navigation, and it is now focused on being a way to find and play
music instead of being a multi-purpose file manager.

The context menu of tracks in your playlist now offers a "show in
media sources" option, making it easier to find the same track
again in the collection browser for editing, moving or deleting
the file.

Podcasts have received a configuration dialog allowing you to change
the update interval as well as the location to store new downloaded
episodes. Podcasts and saved playlists are now also grouped by
source, and a merged view is available just like in your local
collection - perfect for those that don't care where their music
is coming from but simply want to listen to it. Now, when a new
source of playlists or podcasts becomes available, Amarok will
switch off merged view and show a collapsible list of your new
listening sources.

The Wikipedia applet now looks better and links have been fixed.
Internal links to other pages on Wikipedia will display in the
applet, and external links open a browser window.

In short, Team Amarok has been focusing hard on furthering our
long-term goal: making Amarok the best tool for immersing yourself
in music, no matter where it comes from.

(wiz)

2010-03-16 19:25:36 UTC MAIN commitmail json YAML

Note mysql51-* PKGREVISION bump.

(wiz)

2010-03-16 19:24:54 UTC MAIN commitmail json YAML

Enable PIC compilation, needed for working mysql-embedded support
(and perhaps also on Solaris).

Bump PKGREVISION.

Ok taca@

(wiz)

2010-03-16 19:14:56 UTC MAIN commitmail json YAML

Updated devel/p5-lib-abs to 0.91

(sno)

2010-03-16 19:14:46 UTC MAIN commitmail json YAML

Updating devel/p5-lib-abs from 0.90 to 0.91

pkgsrc changes:
- Add module type to ensure auto_install in Makefile.PL is properly
  handled

Upstream changes:
0.91    2010-02-27
        Fix broken test due to behavior of lib under 5.10.1
        Fix broken test (warn) when hit some file as directory

(sno)

2010-03-16 19:10:53 UTC MAIN commitmail json YAML

Updated devel/p5-Async-Interrupt to 1.03

(sno)

2010-03-16 19:10:43 UTC MAIN commitmail json YAML

Updating devel/p5-Async-Interrupt from 1.02 to 1.03

pkgsrc changes:
- Add USE_LANGUAGES to mark it's an XS based module requiring a C Compiler

Upstream changes:
1.03  Tue Nov 24 14:31:10 CET 2009
- port to loser platform.

(sno)

2010-03-16 18:49:15 UTC MAIN commitmail json YAML

Updated devel/p5-Config-IniFiles to 2.57

(sno)

2010-03-16 18:49:05 UTC MAIN commitmail json YAML

Updating devel/p5-Config-IniFiles from 2.56 to 2.57

Upstream changes:
Version 2.57:  ( Mon Mar  1 15:49:54 IST 2010 )
------------------------------------------------
* Fixed failure to read the ini file contents from a filehandle made out of a
  scalar
    - https://rt.cpan.org/Ticket/Display.html?id=45997
    - Applied a patch by Nicolas Mendoza - thanks!

(sno)

2010-03-16 18:46:44 UTC MAIN commitmail json YAML

Updated devel/p5-Object-InsideOut to 3.64

(sno)

2010-03-16 18:46:32 UTC MAIN commitmail json YAML

Updating devel/p5-Object-InsideOut from 3.63 to 3.64

Upstream changes:
3.64 Mon Mar  8 17:59:51 2010
- Added tests related to shared object destruction

(sno)

2010-03-16 18:43:43 UTC MAIN commitmail json YAML

Updated net/p5-IP-Country to 2.27

(sno)

2010-03-16 18:43:32 UTC MAIN commitmail json YAML

Updating net/p5-IP-Country from 2.25nb3 to 2.27

pkgsrc changes:
- Adjust dependency path

Upstream changes:
IP-Country-2.27, 2009.07.25
---------------------------
Added dependency for Geography::Countries (thx Otto Hirr)
Database update (thx Aaron K Dancygier for reminder)

IP-Country-2.26, 2009.01.01
---------------------------
Database update
  Thanks to Brad Fetter for the reminder

(sno)

2010-03-16 18:40:46 UTC MAIN commitmail json YAML

Updated geography/p5-Geography-Countries to 2009041301

(sno)

2010-03-16 18:40:36 UTC MAIN commitmail json YAML

Updating geography/p5-Geography-Countries from 1.4nb3 to 2009041301

pkgsrc changes:
- Add license definition

Upstream changes:
Version 2009040901
- Force DATA encoding to be iso-8859-1 (davidhull/RT #38005)
----
Version 2009040801
- Moved to git and github.
- Modernized distro.

(sno)

2010-03-16 18:31:51 UTC MAIN commitmail json YAML

Updated net/p5-IO-Socket-Multicast to 1.11

(sno)

2010-03-16 18:31:41 UTC MAIN commitmail json YAML

Updating net/p5-IO-Socket-Multicast from 1.07 to 1.11

Upstream changes:
1.11 - Wed Nov  4 13:48:18 EST 2009
More test adjustments /re Win32 (BRAMBLE)

1.09
Refactored tests to prevent false negatives on Win32 (ADAMK)

1.08 Mon Nov  2 11:23:33 EST 2009
Test fixes and spelling corrections (BRAMBLE)

(sno)

2010-03-16 18:29:06 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 3.11012

(sno)

2010-03-16 18:28:56 UTC MAIN commitmail json YAML

Updating net/p5-Net-Twitter from 3.11008 to 3.11012

Upstream changes:
3.11012 2010-03-13
    - fixed: added fallback since Test::More 0.95_01 does not
      stringify in "is" (tokuhirom)

3.11011 2010-03-11
    - fixed documentation to include lookup_users

3.11010 2010-03-11
    - Added lookup_users API method

3.11009 2010-03-10
    - Added RetryOnError trait
      (see perldoc Net::Twitter::Role::RetryOnError)
    - Import Sclar::Util::blessed in the POD Synopsis to make it clear
      callers need to do so (RT#55283)
    - Use newly documented "preferred" oauth endpoints:
      http://api.twitter.com/oauth/*
    - Added SimulateCursors trait for Identi.ca compatibility

(sno)

2010-03-16 18:23:23 UTC MAIN commitmail json YAML

Updated net/p5-Net-OAuth to 0.22

(sno)

2010-03-16 18:23:14 UTC MAIN commitmail json YAML

Updating net/p5-Net-OAuth from 0.20 to 0.22

pkgsrc changes:
- fix typo in dependencies

Upstream changes:
0.21  Wed, 10 Mar 2010 22:20:49 UTC
  * Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi
    Sekimura and Simon Wistow)
  * Added performance patch to decrease stat() system calls when requiring
    modules (thanks Brad Whitaker)

0.22  Thu, 11 Mar 2010 00:21:26 UTC
  * Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for
    CamelCaseConsistency
  * Added a couple tests for XauthAccessTokenRequest

(sno)

2010-03-16 17:31:49 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.28

(sno)

2010-03-16 17:31:39 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-CSV from 0.25nb1 to 0.28

pkgsrc changes:
- Adjust dependencies

Upstream changes:
2010-03-16  0.28  H.Merijn Brand
    * Remove t/00_minimumversion.t from distribution
    * Dropped YAML spec to 1.0
    * Sync up with SQL::Statement 1.25
      NOTE: Internals of both modules changed. They will change again for
            SQL::Statement 2.0

2010-02-17  0.27  H.Merijn Brand
    * Upped copyright to 2010
    * Doc-fix typo in link (Detlef Pilzecker)
    * Doc-fix small typo's

2009-11-10  0.26  H.Merijn Brand
    * Adjustments for windows (RT#50544)
    * Mark all non-\w chars illegal in field and table names
    * Fix field types after execute (RT#51090, vgdoqd)
    * Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)

(sno)

2010-03-16 17:30:20 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Statement to 1.25

(sno)

2010-03-16 17:30:08 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Statement from 1.22 to 1.25

pkgsrc changes:
- Adjust dependencies (mark fullfilled by perl CORE)

Upstream changes:
Version 1.25, release March 15th, 2010
----------------------------------------------
[Bug fixes]
* Keep org_table_names with schema information to allow derived
  table classes to handle as it seems reasonable there
* Separate columns with "\0" in multi-column aggregation to be able to
  difference between ('1','1foo') and ('11','foo')

[Misc]
* More resources added to META.yml

Version 1.24, release March 15th, 2010
----------------------------------------------
[Misc]
* Ignore *.rej in MANIFEST.SKIP (fixes RT #52081 reported by
  Lars Thegler)

[Bug fixes]
* Add missing import of _INSTANCE in SQL::Statement::Function::NumericEval
  fixes RT #52356 - reported by Detlef Pilzecker)
* Fix wrongly discarded DISTINCT clause (RT#53186)

[Improvements]
* Fix parsing errors of plain numbers (RT#16931)
* Fix parsing errors of nested calculation / functions (RT#16931, RT#52356)
* Rewrite result calculation of aggregation functions (simplify code,
  speed up)
* Upgrade Makefile.PL (patch from Alexandr Ciornii) to handle different
  EU::MM versions and abilities properly
* Update documentation to show how 'column_defs' and SQL::Statement::Term
  instances shall be used
* Introduce SQL::Dialect::Role providing ini-style data access to
  SQL::Dialects (patch from Michael Schwern)

[Things that may break your code]
* SQL::Parser now didn't deliver a struct containing 'column_names',
  'computed_columns' and 'set_functions' - it's combined into one member
  'column_defs'.
* Minimum required perl version is now 5.8 - upcoming next version of DBI
  requires perl 5.8, too - and I could simplify some code that's why

Version 1.23, release November 20th, 2009
----------------------------------------------

[Misc]
* Applied patch from Marc Espie which fixes several orthographic
  errors in SQL::Statement::Syntax documentation.
* Added a fixed version of test reported via RT #34121

[Bug fixes]
* Fix an issue in UPDATE command which 'shift's the values from
  the list of parameters which causes there're no more parameters
  left after first row get's updated (Fixes RT #50788)
* Fix aggregate function handling of new code since 1.21_01
* Correct handling of DISTINCT in aggregate functions

[Improvements]
* Add support for tables/columns starting with '_' for CSV and AnyData,
  which is usually forbidden by ANSI SQL
* Add support for inserting multiple lines with one statement
  (fixes RT #31730)
* Handle ANSI 'IS NULL' and CVS/AnyData 'IS NULL' different

[Things that may break your code]
* row_value now expects up to two arguments

(sno)

2010-03-16 17:16:55 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Natural to 0.85

(sno)

2010-03-16 17:16:45 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Natural from 0.84 to 0.85

pkgsrc changes:
- Adjust HOMEPAGE to CPAN "Permalink"
- Adjust dependencies according to module's META.yml

Upstream changes:
0.85  2010-03-13  <schubiger@cpan.org>
- Merged development version to stable.

0.84_03  2010-03-11  <schubiger@cpan.org>
- Resolve short aliases only if preceded by a digit.
- Don't capture the date separator for matching with the format.

0.84_02  2010-03-09  <schubiger@cpan.org>
- Guess the format of dates with a dot or hyphen as separator.
- Check for separator mismatch when not in lax mode.

0.84_01  2010-02-24  <schubiger@cpan.org>
- Use the format parameter case-insensitively and test it.
- Don't bless into a reference within the metadata base constructor.
- Add some missing commas to the grammar description.

(sno)

2010-03-16 17:14:32 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 2.8.3

(joerg)

2010-03-16 17:14:08 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 2.8.3

(joerg)

2010-03-16 17:13:47 UTC MAIN commitmail json YAML

2010-03-16 17:12:55 UTC MAIN commitmail json YAML

2010-03-16 17:11:05 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Flexible to 0.15

(sno)

2010-03-16 17:10:55 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Flexible from 0.14 to 0.15

pkgsrc changes:
- Update HOMEPAGE to CPAN "Permalink"

Upstream changes:
0.15 Mon Mar 10 2010
  - fix tests for DateTime string overloading problem
    (thanks Andreas Koenig and Michael Schwern)

(sno)

2010-03-16 17:07:52 UTC MAIN commitmail json YAML

2010-03-16 17:04:58 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Builder to 0.8000

(sno)

2010-03-16 17:04:48 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Builder from 0.7901nb1 to 0.8000

pkgsrc changes:
- Adjust license definition

Upstream changes:
0.80    2010-03-14
- Remove the 00sig.t test, which seemed to cause random failures based on CPAN
  testers reports.
- Lots of cleanup in test code.
- Future releases will all increment by 0.01 (0.81, 0.82, etc).
- No code changes.

(sno)

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

Updated time/p5-DateTime to 0.5400

(sno)

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

Update time/p5-DateTime from 0.5300 to 0.5400

pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
0.54  2010-03-14
- Bumped the DateTime::TimeZone prereq to 1.09 to force people to use a modern
  version. Previously the minimum version was 0.59, and there have been a lot
  of bug fixes since then.

- String overloading now extends to string comparison, so a DateTime object
  can be compared to any string. In other words

  if ( $dt eq $string ) { ... }

  will simply stringify $dt and then do a normal string-is-equals
  check. Previously, this would blow up unless both operands were a DateTime
  object.

  Note that future versions of Test::More (0.95_01+) will no longer stringify
  arguments to is(), which means that older versions of DateTime may cause new
  test failures when you upgrade Test::More. It is highly recommended that you
  upgrade DateTime before upgrading to Test::More 0.95_01+.

  Patch by Michael Schwern. RT #55453.

- Allow passing end_of_month setting to $duration->inverse(). Requested by
  John Siracusa. RT #53985.

(sno)

2010-03-16 16:46:53 UTC MAIN commitmail json YAML

Updated audio/cmus to 2.3.1

(ahoka)

2010-03-16 16:46:22 UTC MAIN commitmail json YAML

2010-03-16 16:30:38 UTC MAIN commitmail json YAML

note firefox, Transmission updates

(tnn)

2010-03-16 16:27:01 UTC MAIN commitmail json YAML

Transmission-1.92:
All Platforms
* Fix possible data corruption issue caused by data sent by bad peers during
  endgame
* Fix potential buffer overflow when adding maliciously-crafted magnet links
* Fix announces to IPv6 trackers
* Fix DNS problems on some platforms, including Debian
* Fix issues with the incomplete directory functionality
* Fix port forwarding error on some routers by updating libnatpmp and miniupnp
GTK+
* Fix directory selection error in GTK+ 2.19
* Small GUI improvements: HIG correctness, remove deprecated GTK+ calls, etc.
Daemon
* Fix 1.91 build error on Mac and FreeBSD
* Standardize the daemon's watchdir feature to behave like the other clients'
Web Client
* Statistics dialog
* Fix error in "trash data & remove from list" that didn't trash all data
* Fix display of ratios and time
* Update to jQuery 1.4.2

(tnn)

2010-03-16 16:14:15 UTC MAIN commitmail json YAML

avoid local version suffix going backwards

(tnn)

2010-03-16 16:12:45 UTC MAIN commitmail json YAML

2010-03-16 16:11:59 UTC MAIN commitmail json YAML

php5-dom has moved to php-dom.

(taca)

2010-03-16 16:11:00 UTC MAIN commitmail json YAML

php5-soap has moved to php-soap.

(taca)

2010-03-16 16:09:32 UTC MAIN commitmail json YAML

misc/php-mbstring moved to converters/php-mbstring.

(taca)

2010-03-16 16:09:04 UTC MAIN commitmail json YAML

fix build breakage

(tnn)

2010-03-16 16:08:16 UTC MAIN commitmail json YAML

misc/php-calendar has moved to time/php-calendar.

(taca)

2010-03-16 16:06:11 UTC MAIN commitmail json YAML

php5-mysqli has moved to php-mysqli.

(taca)

2010-03-16 16:04:22 UTC MAIN commitmail json YAML

fix build breakage

(tnn)

2010-03-16 16:03:22 UTC MAIN commitmail json YAML

Update description in comments.

(taca)

2010-03-16 16:02:21 UTC MAIN commitmail json YAML

2010-03-16 15:58:54 UTC MAIN commitmail json YAML

2010-03-16 15:57:47 UTC MAIN commitmail json YAML

Note addtion of php53 packages.

lang/php53 5.3.2
misc/php-intl 5.3.2
textproc/php-enchant 5.3.2
meta-pkgs/php53-extensions 5.3.2

And update of meta-pkgs/php5-extensions.

(taca)

2010-03-16 15:57:03 UTC MAIN commitmail json YAML

Update to firefox-3.6.2.
.2 is not formally released yet, but is release tagged in the scm and I
want to get this update in before we freeze the tree.

"Firefox 3.6 is built on Mozilla's Gecko 1.9.2 web rendering platform,
which has been under development since early 2009 and contains many
improvements for web developers, add-on developers, and users."

- Improved JavaScript performance, overall browser responsiveness,
  and startup time.
- The ability for web developers to indicate that scripts should run
  asynchronously to speed up page load times.
- Continued support for downloadable web fonts using the new WOFF font format.
- Support for new CSS attributes such as gradients, background sizing,
  and pointer events.
- Support for new DOM and HTML5 specifications including the Drag & Drop API
  and the File API, which allow for more interactive web pages.

(tnn)

2010-03-16 15:55:08 UTC MAIN commitmail json YAML

Add and enable php53-extensions.

(taca)

2010-03-16 15:54:08 UTC MAIN commitmail json YAML

Importing php53-extensions package, meta pacakge for php53.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:52:25 UTC MAIN commitmail json YAML

Update php5-extensions package to 5.2.13.

* Change package version scheme.
* Add php5-pspell and php5-sysvmsg.

(taca)

2010-03-16 15:43:32 UTC MAIN commitmail json YAML

Add and enable php-enchant.

(taca)

2010-03-16 15:42:44 UTC MAIN commitmail json YAML

Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successor
of php-pspell.


PHP is a programming language designed to be embedded into web pages.
This module provides support for enchant support.

Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:

- aspell/pspell (intended to replace ispell)
- hspell (hebrew)
- ispell
- myspell/hunspell (OpenOffice project, mozilla)
- uspell (primarily Yiddish, Hebrew, and Eastern European languages)

A plugin system allows to add custom spell support,
see http://www.abisource.com/enchant/.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:40:21 UTC MAIN commitmail json YAML

Add and enable php-intl.

(taca)

2010-03-16 15:39:10 UTC MAIN commitmail json YAML

Importing misc/php-intl package 5.3.2 which contained in PHP 5.3.2.


PHP is a programming language designed to be embedded into web pages.
This module provides support for internationalization.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:36:39 UTC MAIN commitmail json YAML

Use PKG_PHP_MAJOR_VERS instead of PKG_PHP_VERSION now
since the name of extension only contain major version.

(taca)

2010-03-16 15:34:01 UTC MAIN commitmail json YAML

Explicitly setenv TZ=UTC when installing with pear since pear of PHP 5.3.2
check system's timezone and produce useless warnings.

(taca)

2010-03-16 15:32:47 UTC MAIN commitmail json YAML

Add and enable php53.

(taca)

2010-03-16 15:31:58 UTC MAIN commitmail json YAML

Importing PHP 5.3.2 as lang/php53.

This package and lang/php5 aren't installed at the same time.
Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x.


PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in.  The language is designed to allow web developers to
write dynamically generated pages quickly.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:25:36 UTC MAIN commitmail json YAML

Prepair for importing PHP 5.3.2.

* Add "53" as PHP 5.3.x for several PHP_VERSION_* and its frends.
* Add PKG_PHP_MAJOR_VERS which currently only takes "5".
* Add "php53" to PHP_PKG_PREFIX.
* Add checking installed PHP's version against required version.

(taca)

2010-03-16 15:22:10 UTC MAIN commitmail json YAML

Remove entry for php5-dom and php5-xsl.

(taca)

2010-03-16 15:21:32 UTC MAIN commitmail json YAML

Remove an entry for php5-soap.

(taca)

2010-03-16 15:20:37 UTC MAIN commitmail json YAML

Remove entry for php-calendar and php-mbstring.

(taca)

2010-03-16 15:19:57 UTC MAIN commitmail json YAML

Remove entry of php5-mysqli.

(taca)

2010-03-16 15:18:01 UTC MAIN commitmail json YAML

Add and enable php-calendar.

(taca)

2010-03-16 15:17:04 UTC MAIN commitmail json YAML

Add and enable php-dom and php-xsl.

(taca)

2010-03-16 15:15:54 UTC MAIN commitmail json YAML

Add and enable php-soap.

(taca)

2010-03-16 15:14:54 UTC MAIN commitmail json YAML

Add and enable php-mysqli.

(taca)

2010-03-16 15:13:07 UTC MAIN commitmail json YAML

Re-import misc/php-calendar package as time/php-calendar.
misc/php-calendar package will be deleted later.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:11:58 UTC MAIN commitmail json YAML

Re-import textproc/php5-xsl as textproc/php-xsl.
textproc/php5-xsl package will be deleted later.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:10:49 UTC MAIN commitmail json YAML

Re-import textproc/php5-dom as textproc/php-dom.
textproc/php5-dom package will be deleted later.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:08:54 UTC MAIN commitmail json YAML

Re-import net/php5-soap package as net/php-soap.
net/php5-soap package will be deleted later.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:07:26 UTC MAIN commitmail json YAML

Re-import databases/php5-mysqli package as databases/php-mysqli.
databases/php5-mysqli package will be deleted later.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 15:05:01 UTC MAIN commitmail json YAML

Add and enable php-mbstring.

(taca)

2010-03-16 15:03:42 UTC MAIN commitmail json YAML

Re-import misc/php-mbstring package as converters/php-mbstring
to switch to better category.  misc/php-mbstring package will be
deleted later.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 14:05:34 UTC MAIN commitmail json YAML

Note Addition of devel/php-sysvmsg version 5.3.2.

(taca)

2010-03-16 14:03:51 UTC MAIN commitmail json YAML

Add and enable php-sysvmsg.

(taca)

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

Importing php-sysvmsg package 5.3.2.


PHP is a programming language designed to be embedded into web pages.
This module provides support for SysV IPC Message Queues.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-03-16 13:59:38 UTC MAIN commitmail json YAML

Note update of these pacakges:

www/php-apc 3.1.3p1
www/php-eaccelerator 0.9.6

(taca)

2010-03-16 13:58:07 UTC MAIN commitmail json YAML

Update php-eaccelerator package to 0.9.6.

0.9.6

    * Support for PHP 5.3.
    * The encoder is removed
    * The user cache functions are removed
    * The session handler is removed
    * The minimal PHP version supported is now 5.1
    * Some internal refactoring to clean up the code
    * Fixed some bugs (and probably added some)

(taca)

2010-03-16 13:57:27 UTC MAIN commitmail json YAML

Update php-apc package to 3.1.3p1.

* Several pkgsrc clean up.

3.1.3p1
- fix pecl build / package.xml (Gopal)

3.1.3
- 5.3 support + test-cases (Gopal)
- Lazy loading support (Shire)
- Fix PCRE module init order issues (Shire)
- APCIterator fixes (Shire)
- Cache slam checks (Gopal)
- ZEND_JMP_SET support (Shire)
- apc.use_request_time option (shire)
- apc.php hostname fixes (Shire)
- memprotect framework (Gopal)
- Win32 build-fixes (Kalle)

(taca)

2010-03-16 13:55:53 UTC MAIN commitmail json YAML

Note update of print/php-pdflib to 2.1.7.

(taca)

2010-03-16 13:53:59 UTC MAIN commitmail json YAML

Update php-pdflib package to 2.1.7.

2.1.7 - fixed [PECL-BUG] Bug #16066 [NEW]: Missing php_pdflib.h in archive.
2.1.6 - added PDF_utf32_to_utf16()
- improved show_boxed() function
- fixed GD_SUPPORT (not supported)
2.1.5 - switched to package.xml 2.0 Format
- improved exception handling
2.1.4 - fixed wrong handling of int parameters which on some 64bit platforms
  caused problems.
2.1.3 - fixed potential crash after exceptions
- show_boxed was missing in the OO-Wrapper
2.1.2 - fixed: Bug #9216 Don't build with PHP 5.2 (again)
2.1.1 - utf16_to_utf8() adn utf8_to_utf16() was missing in the OO-Wrapper
2.1.0 - added support for PDFlib 7
- prepaired for build with PHP 5.2 (API of PHP_ME_MAPPING changed)
2.0.5 Bugfixes:
- fixed Bug http://pecl.php.net/bugs/bug.php?id=3554
2.0.4 Bugfixes:
- fixed buildproblems when used link PDFLib statically into PHP.

(taca)

2010-03-16 13:52:16 UTC MAIN commitmail json YAML

Updated net/unbound to 1.4.3

(joerg)

2010-03-16 13:51:51 UTC MAIN commitmail json YAML

unbound-1.4.3:
- Fix a memory alignment issue, that can be triggered remote on (some)
64bit systems
- Fix daemonize on Solaris 10 to correctly detach from terminal
- Extend unbound-control with new functions
- Better VERB_DETAIL output
- Improve latency of DNSSEC requeries by optionally prefetching the key
earlier in the validation process
- Prefetch option for popular queries before they expire
- Fix re-query pattern on invalid DNSKEY or DS records to reduce traffic
to a few packets / zone instead of a few packets / record

(joerg)

2010-03-16 13:51:22 UTC MAIN commitmail json YAML

Note update of misc/php-mbstring package to 5.3.2nb1.

(taca)

2010-03-16 13:50:34 UTC MAIN commitmail json YAML

* Remove USE_PHP_EXT_PATCHES since there is no patch for php-mbstring package.
* Fix COMMENT it isn't Japanese only.

Bump PKGREVISION.

(taca)

2010-03-16 13:41:24 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.22.5

(wiz)

2010-03-16 13:41:15 UTC MAIN commitmail json YAML

Update to 2.22.5. Regen patch-aa with autoconf.

Overview of Changes from GLib 2.22.4 to GLib 2.22.5
===================================================

* Bugs fixed:
568760 nautilus freezes due to a bug...
609813 Renaming a file discards file notes
611696 gio uses GetAddrInfo which requires special handing...
552912 glib-2.18 /live-g-file/test_copy_move failed...
609143 *result_uncertain is never assigned in g_content_type_guess
609531 missing licence headers
610860 test_g_file_open_readwrite fails if $HOME is unwritable
612702 Fix GSocket-related crash on Windows

(wiz)

2010-03-16 13:40:48 UTC MAIN commitmail json YAML

Note update of www/squid30 package to 3.0.25.

(taca)

2010-03-16 13:39:06 UTC MAIN commitmail json YAML

Update squid30 package to 3.0.25 (3.0.STABLE25).

Changes to squid-3.0.STABLE25 (14 Mar 2010):

- Bug 2845: Rework the http digest auth parser
- Bug 2787: unknown/unexpected status code messages
- Bug 2507: squid_ldap_group: Strip Domain name separated by +
- Bug 2367: stale=true on digest requests with unknown nonce
- ... and several other minor corrections

(taca)

2010-03-16 11:56:23 UTC MAIN commitmail json YAML

Restrict to php5 with PHP_VERSION_REQD.

These packages are dropped on PHP 5.3 or has build problem.

No functional change.

(taca)

2010-03-16 11:54:31 UTC MAIN commitmail json YAML

2010-03-16 11:32:00 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.41

(sno)

2010-03-16 11:31:35 UTC MAIN commitmail json YAML

Updating devel/p5-Variable-Magic from 0.40 to 0.41

Upstream changes:
0.41    2010-03-15 17:35 UTC
        + Doc : Tweaks and fixups.
                Thanks Shlomi Fish.
        + Fix : Compatibility with the soon-to-be-released perl 5.12.0.
        + Fix : Correctly propagate the errors thrown when variable destruction
                happens at compile-time and not from inside eval STRING.
                Thanks Florian Ragwitz and Ash Berlin for reporting.

(sno)

2010-03-16 11:06:17 UTC MAIN commitmail json YAML

Fixes PLIST for kde option.

(obache)

2010-03-16 10:59:10 UTC MAIN commitmail json YAML

2010-03-16 10:56:48 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.62

(sno)

2010-03-16 10:56:36 UTC MAIN commitmail json YAML

prepare common Makefile for firefox-3.6.2 update.

(tnn)

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

Updating databases/p5-SQL-Abstract from 1.61 to 1.62

pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
revision 1.62  2010-03-15 11:06 (UTC)
----------------------------
    - Fixed open outer parens for a multi-line literal
    - Allow recursively-nested column-functions in WHERE
    - Bumped minimum perl to 5.6.2 and changed tests to
      rely on core dependencies

(sno)

2010-03-16 10:48:15 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 2.280

(sno)

2010-03-16 10:47:57 UTC MAIN commitmail json YAML

Updating converters/p5-JSON-XS 2.27 to 2.28

Upstream changes:
2.28  Thu Mar 11 20:30:46 CET 2010
- implement our own atof function - perl's can be orders of
          magnitudes slower than even the system one. on the positive
          side, ours seems to be more exact in general than perl's.
          (testcase provided by Tim Meadowcroft).
        - clarify floating point conversion issues a bit.
- update jpsykes csrf article url.
        - updated benchmark section - JSON::PP became much faster!

(sno)

2010-03-16 10:33:02 UTC MAIN commitmail json YAML

Updated security/p5-Net-DNS-SEC to 0.16

(sno)

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

Updating security/p5-Net-DNS-SEC from 0.15 to 0.16

pkgsrc changes:
- Adjust dependencies
- Add license definition

Upstream changes:
***0.16 March 12, 2010
  Feature: KEY inherits DNSKEY
  This helps maintenance in one part of the code.

  Feature: keylength methode rt.cpan.org #53468
  Added keylength method for RSA and DSA
  Acknowledgements Hugo Salgado

  Fix: rt.cpan.org #51778
  Empty bitmap would cause error about undefined ARRAY in NSEC/NSEC3.
  Now the code will allow empty bitmaps gracefully

  Feature: New Algorithm Support (rt.cpan.org #51092)
  SHA2 algorithm support, including NSEC3 algorithm parameters updated
  Acknowledgement Jakob Shlyter

  Fix: rt.cpan.org #42089
  NSEC3 Algorithm support in NSEC3 broken
  patch by Wes Hardaker

(sno)

2010-03-16 10:18:25 UTC MAIN commitmail json YAML

Updated security/p5-Authen-SASL to 2.14

(sno)

2010-03-16 10:18:00 UTC MAIN commitmail json YAML

Updating security/p5-Authen-SASL from 2.13 to 2.14

Upstream changes:
Authen-SASL 2.14 -- Thu Mar 11 08:21:07 CST 2010
  * Documentation updates  [Yann Kerherve]
  * Added server API description [Yann Kerherve]
  * Bugfixes to LOGIN, PLAIN and DIGEST_MD5 [Yann Kerherve]
  * Added server support for LOGIN, PLAINaand DIGEST_MD5 [Yann Kerherve]
  * Compatiblity with Authen::SASL::XS [Yann Kerherve]

(sno)

2010-03-16 10:15:15 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-Eksblowfish to 0.008

(sno)

2010-03-16 10:14:56 UTC MAIN commitmail json YAML

Updating security/p5-Crypt-Eksblowfish from 0.007 to 0.008

pkgsrc changes:
- Adding license definition
- Adjusting dependencies

Upstream changes:
version 0.008; 2010-03-11
  * bugfix: avoid memory leak when returning block to Perl space
  * check for required Perl version at runtime
  * in XS, avoid using "class" as a variable name, for compatibility
    with C++ compilers
  * in Build.PL, explicitly declare configure-time requirements
  * remove bogus "exit 0" from Build.PL

(sno)

2010-03-16 10:08:39 UTC MAIN commitmail json YAML

Updated misc/p5-App-MrShell to 2.0207

(sno)

2010-03-16 10:08:22 UTC MAIN commitmail json YAML

Updating misc/p5-App-MrShell from 2.0205 to 2.0207

Upstream changes:
2.0207: Fri Jan 08 2010
  - Dennis Boone was kind enough to not only point out a serious
    bug in the ssh command token processing, but find and fix
    it (http://is.gd/5UxgX).  Thanks!!

2.0205: Wed Jul 08 2009
  - Doc bugs (very indirectly) found by Hans Dieter Pearcey
  - added perl critic and Test::Pod
  - fix bugs (as in wrongful code execution) found by critic.t
  - fixed many punctuation problems found by critic.t

(sno)

2010-03-16 09:53:19 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-BibTeX to 0.41

(sno)

2010-03-16 09:53:02 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-BibTeX from 0.40 to 0.41

pkgsrc changes:
- Adjust patch to build-script to ensure rpath set

Upstream changes:
Release 0.41 - 14 March, 2010
-----------------------------
* tested under Solaris and FreeBSD.
* fixed compilation/installation under Mac OS X.
* fixed some C code on format-security (thanks to Jerome Quelin).
* fixed build system to check for dependencies.
* added patch from Philip Kime to fix names with commas handling.

(sno)

2010-03-16 09:39:24 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-SimpleTable to 2.03

(sno)

2010-03-16 09:39:02 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-SimpleTable from 2.02 to 2.03

Upstream changes:
2.03  2010-03-11 11:38:00
        - New maintainer.

(sno)

2010-03-16 09:20:55 UTC MAIN commitmail json YAML

End descriptions with a dot.

(wiz)

2010-03-16 09:17:54 UTC MAIN commitmail json YAML

Updated finance/kmymoney2 to 1.0.3

(wiz)

2010-03-16 09:17:38 UTC MAIN commitmail json YAML

Update to 1.0.3, provided by maintainer Gary Duzan in PR 42981.

What's new in KMyMoney 1.0.3:

. The KMyMoney development team is pleased to
announce a major step forward for what has been
described as
. "the easiest personal money tool out there",
with the availability of a new stable release,
version 1.0.3.

. This is a maintenance release which fixes a few
bugs that have been reported and has some updated
translations.

What's new in KMyMoney 1.0.2:

. This is a maintenance release which fixes a few
bugs that have been reported and has some updated
translations.

What's new in KMyMoney 1.0.1:

. This is a maintenance release which fixes a
crash when creating credit card and loan accounts.

(wiz)

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

Updated textproc/p5-Text-Quoted to 2.06

(sno)

2010-03-16 09:06:46 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-Quoted from 2.05nb1 to 2.06

pkgsrc changes:
- Add license definition
- Update module type

Upstream changes:
2.06 Mon Mar 15 2010
    - make extracting more effective
    - line with only '=' characters is not treated as quoter
      anymore, but separator
    - mark separating lines with "separator => 1" hash entry
    - don't return "empty => ''" hash key
    - update tests

(sno)

2010-03-16 08:41:24 UTC MAIN commitmail json YAML

kde4 not require pkgsrc-wip in these days.

(obache)

2010-03-16 08:40:25 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.18.8

(wiz)

2010-03-16 08:40:15 UTC MAIN commitmail json YAML

Update to 2.18.8:

Overview of Changes from GTK+ 2.18.7 to 2.18.8
==============================================

* Bugs fixed:
612066 empathy hangs when clicked on information about contact...
569042 gailbooleancell does not seem to attend to changes...
609650 GtkPlug Embedded signal is not emitted when plug/socket...
609744 crash at parse_data_for_row_pseudocolor
609952 destroying a notebook window when the last tab got dragged...
610141 gtk_assistant_get_nth_page() function fails to deliver...
610184 gtk_assistant_set_current_page() segfaults...
610381 More space between toolbar icon and label
610632 gtk_info_bar_set_default_response problem
611686 focus_in/focus_out in gailtreeview.c should return FALSE...
612119 Do not scroll when middle pasting
612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
612346 gdk_window_set_icon_name doesn't work
612505 Entry layout not updated when underlying buffer changes
598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX

* Updated translations:
Bengali India
Low German
Oriya
Polish

(wiz)

2010-03-16 08:03:07 UTC MAIN commitmail json YAML

Fixes PLIST for -gnome option.
XXX: probably also need to fix for kde.

(obache)

2010-03-16 07:15:44 UTC MAIN commitmail json YAML

Fixed MAINTAINER typo

(pettai)

2010-03-16 02:11:20 UTC MAIN commitmail json YAML

2010-03-16 00:23:46 UTC MAIN commitmail json YAML

setting vital info like the hostname environment variable in the
startup script makes xymonclient work so amazingly better than without :-}

(spz)

2010-03-15 23:04:20 UTC MAIN commitmail json YAML

Note update of the "squid31" package to version 3.1.0.18.

(tron)

2010-03-15 23:04:09 UTC MAIN commitmail json YAML

Update "squid31" package to version 3.1.0.18.
Changes since version 3.1.0.16:
- Regression Fix: Non-English error page UTF encoding
- Bug 2616: reduce IdleConnList::removeFD messages
- Bug 1843: multicast-siblings cache_peer option
- Port from 2.7: X509 certificate alias-domain handling
- Add adapted_http_access option
- NTLMv2 support for fake NTLM helper
- Regression Fix: IPv4-mapped prefix, broken in 3.1.0.16
- Bug 2869: Remove unused external reference
- Bug 2866: Support OpenSSL 1.0
- Bug 2813: Random unix_group crash at startup
- Send HTTP1.1 compliant 417 responses
- Associate external acl message with the request
- Various Digest parser fixes
- ... and all bug fixes from 3.0 up to 3.0.STABLE25

(tron)

2010-03-15 22:58:53 UTC MAIN commitmail json YAML

Updated geography/viking to 0.9.92

(gdt)

2010-03-15 22:58:41 UTC MAIN commitmail json YAML

Update to 0.92.

New features since 0.9.91:

* Memorize previously selected go-to service.
* Better scale when zoomed close in and in miles distance mode.
* Add and use preference for height units.
* Add and use preference for speed units.
* Add and use preference for distance units.
* Use a preference to set the tiles age.
* New preference for default maplayer cache.
* Improve DEM-Layer.
* Remove OpenAerial support.

Fixes since 0.9.91:

* Fix: Correctly rotate thumbnail images
* Fix #2958601: Support for non ascii characters in "Go-to" search
* Fix error handling in go-to feature

(gdt)

2010-03-15 21:00:57 UTC MAIN commitmail json YAML

2010-03-15 19:44:02 UTC MAIN commitmail json YAML

2010-03-15 19:42:44 UTC MAIN commitmail json YAML

Added security/opensaml version 2.3

(pettai)

2010-03-15 19:40:44 UTC MAIN commitmail json YAML

OpenSAML is a set of open source C++ libraries meant to support developers
working with the Security Assertion Markup Language (SAML). OpenSAML 2,
the current version, supports SAML 1.0, 1.1, and 2.0.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2010-03-15 19:34:19 UTC MAIN commitmail json YAML

Updated www/p5-Apache-Test to 1.31

(sno)

2010-03-15 19:34:08 UTC MAIN commitmail json YAML

Updating www/p5-Apache-Test from 1.30nb1 to 1.31

pkgsrc changes:
- Add license definition

Upstream changes:
1.31 February 24, 2010
    * Modify need_cgi so that it looks for cgi.c instead of cgi. This is a
      fix for the case insensitive filesystem correction listed below.
      [Phillipe M. Chiasson]
    * t/next_available_port.t doesn't need mod_cgid, use need_cgi instead of
      need_module('mod_cgi.c') [Philippe M. Chiasson]
    * PR: 21554 Load mod_apreq2.so if it is available
      [Derek Price, <derek@ximbiot.com>]
    * Add conditional to ignore IfVersion directive if mod_version is not
      built. [Adam Prime <adam.prime@utoronto.ca>,
      Fred Moyer <phred@apache.org>]
    * PR: 41239 t/TEST -ping does not return a valid return code to the
      calling shell [ozw1z5rd <alessio.palma@staff.dada.net>]
    * Prevent infinite loop when no default apxs or httpd is present and
      repeated attempts to run the test suite under an automated harness
      (such as a cpan smoke test). Issue reported by CORION and ANDK,
      PR: 12911 [Fred Moyer <phred@apache.org>]
    * Use need_module('mod_cgi.c') and need_module('mod_cgid.c') in
      t/next_available_port.t instead of need_cgi. On case insensitive file
      systems such as OS X, need_cgi will fulfill the requirement with
      cgi.pm, when mod_cgi.c is the desired requirement.
      [Fred Moyer <phred@apache.org>]
    * Fix overridden get_basic_credentials test when using NTLM
      authentication [Rick Frankel <cpan@rickster.com>]
    * Work around a bug introduced in libwww-perl in version 5.820 for
      httpd's credentials [Gunnar Wolf <gwolf@gwolf.org>, Niko Tyni <ntyni@debian.org>]
    * Make Apache::TestConfig::untaint_path tolerate undefined arguments
      [Torsten Foertsch <torsten.foertsch@gmx.net]
    * Inherit LoadFile directives from the global httpd.conf
      [Torsten Foertsch <torsten.foertsch@gmx.net]
    * Don't overwrite php.ini if it already exists PR: 32994
      [MAHEX <MAHEX@cpan.org>]

(sno)

2010-03-15 19:20:54 UTC MAIN commitmail json YAML

Added cross/mingw version 3.3.1
Added cross/mingw-binutils version 2.18
Added cross/mingw-gcc version 3.4.5
Added cross/mingw-runtime-bin version 3.14
Added cross/mingw-w32api-bin version 3.11

(asau)

2010-03-15 19:19:25 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-DAV to 0.40

(sno)

2010-03-15 19:19:12 UTC MAIN commitmail json YAML

Updating www/p5-HTTP-DAV from 0.38 to 0.40

pkgsrc changes:
- Adjust license definition

Upstream changes:
  v0.40 (released 2010/01/27):
    *  bug fixes
  - Fixed RT #47500 (http://rt.cpan.org/Public/Bug/Display.html?id=47500),
            HTTP::DAV::Comms->credentials() method erroneously autovivified
            basic authentication internal values, causing wrong or undefined
            credentials to be sent out, or credentials to be "forgot" by HTTP::DAV.
Thanks to stoian.iovchev at imperia.bg and Glenn Fowler for their
feedback on this.

  v0.39 (released 2009/12/12):
    *  bug fixes
          - Fixed RT #52665 (http://rt.cpan.org/Public/Bug/Display.html?id=52665),
            Using dave or propfind() on URLs containing escaped chars (%xx) could fail,
            due to upper/lower case differences. Thanks to cebjyre for the patch
            and the test case.

(sno)

2010-03-15 19:14:18 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Reporter to 1.5600

(sno)

2010-03-15 19:14:08 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Reporter from 1.54 to 1.56

pkgsrc changes:
- Adding license definition

Upstream changes:
1.56      2010-03-14 23:26:00 EST5EDT
        - Convert line endings during read() [Issue identified
          by Serguei Trouchelle]

1.55      2010-03-12 11:44:05 EST5EDT
        - Preserve distfile through write() and read()
          [patch by Dan Collins]
        - Regenerate _myconfig data during read() method

(sno)

2010-03-15 19:10:22 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Role-Parameterized to 0.18

(sno)

2010-03-15 19:10:12 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Role-Parameterized from 0.17 to 0.18

Upstream changes:
0.18  March 10, 2010
    * Improve the error message when you leave off the role {} block
      http://stackoverflow.com/questions/2418177/moose-and-error-messages-the-sun-and-the-moon/2418429

(sno)

2010-03-15 19:06:44 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Load to 0.18

(sno)

2010-03-15 19:06:34 UTC MAIN commitmail json YAML

Updating devel/p5-Module-Load from 0.16 to 0.18

pkgsrc changes:
- Correct license definition

Upstream changes:
Changes for 0.18    Tue Mar  2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123

(sno)

2010-03-15 19:03:55 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any-Adapter-Log4perl to 0.06

(sno)

2010-03-15 19:03:45 UTC MAIN commitmail json YAML

Updating devel/p5-Log-Any-Adapter-Log4perl from 0.05 to 0.06

Upstream changes:
0.06  Mar 11, 2010
- Fix typo in t/00-load.t - RT 54627

(sno)

2010-03-15 19:00:26 UTC MAIN commitmail json YAML

Updated devel/p5-local-lib to 1.5.1

(sno)

2010-03-15 19:00:15 UTC MAIN commitmail json YAML

Updating devel/p5-local-lib from 1.4.9 to 1.5.1

Upstream changes:
1.005001 2010-03-10
        - I am an idiot.

1.005000 2010-03-10
        - More robust handling of running new toolchains on older perls. This
          should sort out issues users have with bootstrapping on e.g. Solaris
          and other traditional Unices. In addition, try to find a GNU tar
          capable of dealing with @LongLink so bootstrapping doesn't fail.
        - Warnings for missing PATH/PERL5LIB (as when not running interactively)
          silenced by a patch from Marco Emilio Poleggi.
        - Start of better docs for C<--self-contained> thanks to
          markstos@cpan.org.

(sno)

2010-03-15 18:55:33 UTC MAIN commitmail json YAML

Updated devel/p5-Graph to 0.94

(sno)

2010-03-15 18:55:22 UTC MAIN commitmail json YAML

Updating devel/p5-Graph from 0.93 to 0.94

Upstream changes:
2010-03-13 - Release 0.94 - Jarkko Hietaniemi  <jhi@iki.fi>
* Address rt.cpan.org #43580:
  "Reversed logic on overload::StrVal() in AdjacencyMap::Vertex::__set_path"
  Had to add a new option, refvertexed_stringified.
* Address rt.cpan.org #50210:
  "Graph-0.91: bug in unionfind parameter"
  One cannot delete from a unionfind graph: now enforcing that.
* Address rt.cpan.org #48090:
  "all_reachable on directed $g->add_edges(['a','b'],['b','a'])"
  Now if there are loops, all_reachable() will include
  the initial vertices themselves.  Also all_neighbors()
  had some problems in certain cases, fixed those too.
* Address rt.cpan.org #50210:
  "Graph-0.91: bug in unionfind parameter"
  One cannot delete edges or vertices from a unionfind
  graph: now enforce that in code.
* Address rt.pcan.org #42549: "stron"
  Document that strongly connected components will include
  isolated and sink and source vertices.

(sno)

2010-03-15 18:48:52 UTC MAIN commitmail json YAML

2010-03-15 18:47:01 UTC MAIN commitmail json YAML

Added textproc/xmltooling version 1.3.3

(pettai)

2010-03-15 18:45:36 UTC MAIN commitmail json YAML

OpenSAML requires this lower-level library that provides a higher level
interface to XML processing, particularly in light of signing and encryption.
This package includes two alternate library versions, one with security support,
and one so-called "lite" version without that support.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2010-03-15 18:39:52 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Long-Descriptive to 0.085

(sno)

2010-03-15 18:39:41 UTC MAIN commitmail json YAML

Updating devel/p5-Getopt-Long-Descriptive from 0.084 to 0.085

Upstream changes:
0.085  2010-03-13
        rewrite much of the documentation

(sno)

2010-03-15 18:37:57 UTC MAIN commitmail json YAML

+ mingw
+ mingw-binutils
+ mingw-gcc
+ mingw-runtime-bin
+ mingw-w32api-bin

(asau)

2010-03-15 18:34:41 UTC MAIN commitmail json YAML

2010-03-15 17:36:17 UTC MAIN commitmail json YAML

Added biology/gromacs version 3.0.7

(asau)

2010-03-15 17:32:17 UTC MAIN commitmail json YAML

2010-03-15 17:31:57 UTC MAIN commitmail json YAML

2010-03-15 17:31:29 UTC MAIN commitmail json YAML

2010-03-15 17:31:09 UTC MAIN commitmail json YAML

2010-03-15 17:30:46 UTC MAIN commitmail json YAML

2010-03-15 17:30:28 UTC MAIN commitmail json YAML

2010-03-15 17:30:02 UTC MAIN commitmail json YAML

2010-03-15 17:29:44 UTC MAIN commitmail json YAML

2010-03-15 17:29:23 UTC MAIN commitmail json YAML

2010-03-15 17:28:46 UTC MAIN commitmail json YAML

2010-03-15 17:28:10 UTC MAIN commitmail json YAML

2010-03-15 17:27:32 UTC MAIN commitmail json YAML

Create conf-destdir.

(schmonz)

2010-03-15 17:12:17 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-ParseXS to 2.22.05

(sno)

2010-03-15 17:11:39 UTC MAIN commitmail json YAML

Updating devel/p5-ExtUtils-ParseXS from 0.22.03 to 0.22.05

pkgsrc changes:
- Adjust module type (EU::MM)

Upstream changes:
2.2205 - Wed Mar 10 18:15:36 EST 2010
Other:
- No longer ships with Build.PL to avoid creating a circular dependency

2.2204 - Wed Mar 10 14:23:52 EST 2010
Other:
- Downgraded warnings on using INCLUDE with a command from "deprecated"
  to "discouraged" and limited it to the case where the command includes
  "perl" [Steffen Mueller]

(sno)

2010-03-15 17:05:54 UTC MAIN commitmail json YAML

Updated devel/p5-BSD-Resource to 1.29.04

(sno)

2010-03-15 17:05:44 UTC MAIN commitmail json YAML

Updating devel/p5-BSD-Resource from 1.29.03 to 1.29.04

pkgsrc changes:
- Add license definition

Upstream changes:
2010-03-14  Jarkko Hietaniemi  <jhi@iki.fi>
* Address rt.cpan.org #53856: memory leak in get_rlimits()
* Address rt.cpan.org #53859: clarify get_rlimits() docs
* Release 1.2904.

(sno)