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

2024-05-13 04:27:45 UTC Now

2010-07-18 14:46:44 UTC MAIN commitmail json YAML

* Install sample .htaccess file as configuration file.  It was silently
  discarded before.
* Don't handle templates/.htaccess as configuration file.

Bump PKGREVISION.

(taca)

2010-07-18 13:08:58 UTC MAIN commitmail json YAML

2010-07-18 13:05:07 UTC MAIN commitmail json YAML

2010-07-18 12:56:12 UTC MAIN commitmail json YAML

Update sip to 4.10.5 (4.10.3 no longer available)

v4.10.5 16th July 2010
  - A bug fix release for Python v3 and Python v2.7.

v4.10.4 15th July 2010
  - Use capsules when being built for Python v2.7 to work around an apparent
    bug in the support for PyCObject.

(markd)

2010-07-18 12:46:25 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.22

(seb)

2010-07-18 12:46:13 UTC MAIN commitmail json YAML

Update from version 0.21 to version 0.22.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.22    Tue Jun  1 20:10:12 CEST 2010
        - Update docs to mention MRO::Compat rather than Class::C3.
        - Added '0+' overloading to solve the type constraint equality
          regression introduced when Moose 1.05 tightened the rules
          determing type constraint equality.  Added tests for the
          regression.

(seb)

2010-07-18 12:22:25 UTC MAIN commitmail json YAML

add orc-0.4.6, a replacement for liboil, used by future gstreamer

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2010-07-18 12:19:47 UTC MAIN commitmail json YAML

2010-07-18 12:05:54 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA1 to 2.13

(seb)

2010-07-18 12:05:42 UTC MAIN commitmail json YAML

Update p5-Digest-SHA1 from version 2.12 to version 2.13.

Upstream changes:
2010-07-03  Release 2.13
    Mike McCauley (1):
          Fix memory leak in sha1_transform

(seb)

2010-07-18 12:01:48 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-Adopt-NEXT to 0.13

(seb)

2010-07-18 12:01:19 UTC MAIN commitmail json YAML

Update p5-Class-C3-Adopt-NEXT from version 0.12 to version 0.13.

Pkgsrc changes:
- adjust dependencies
- Set PERL5_MODULE_TYPE to Module::Install::Bundled

Upstream changes:
0.13  Fri, 07 May 2010 22:49:46 +0200
  * Stop shipping some author tests, so users stupid enough to run them won't
    spam me with fail reports.

(seb)

2010-07-18 11:53:55 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.6100

(seb)

2010-07-18 11:53:38 UTC MAIN commitmail json YAML

Update from version 0.6000 to version 0.6100 (upstream version 0.61)

Upstream changes:
0.61  2010-07-16

- Switching to dzil in 0.56 broke the --pp flag for the Build.PL. Reported by
  Jonathan Noack. RT #59421.

(seb)

2010-07-18 11:40:52 UTC MAIN commitmail json YAML

Updated devel/p5-PadWalker to 1.9.2

(seb)

2010-07-18 11:40:20 UTC MAIN commitmail json YAML

Update p5-PadWalker from version 1.9 to version 1.9.2 (upstream version
1.92)

Pkgsrc changes:
- Be conservative set the package version to 1.9.2
- Use the "dist/" variant for HOMEPAGE

Upstream changes:
1.91  Wed 14 Jul 2010 01:07:05 BST
- Incorporate patches from Florian Ragwitz and Yuval Kogman
          (see http://github.com/robinhouston/PadWalker/commits/master)

1.92  Thu 15 Jul 2010 17:05:05 BST
- Remove "Jobsian dot file cruft" reported by Steve Mynott.
- Incorporate patch from Fuji, Goro, correcting earlier patch from Yuval Kogman.

(seb)

2010-07-18 09:49:46 UTC MAIN commitmail json YAML

Disable assembler on SunOS, linking fails;
per Aleksey Cheusov in PR 43633.

(wiz)

2010-07-18 09:48:44 UTC MAIN commitmail json YAML

Disable assembler on SunOS/i386, linking fails.
Per Aleksey Cheusov in PR 43632.

(wiz)

2010-07-18 09:46:51 UTC MAIN commitmail json YAML

Fix build on DragonFly BSD using patch from Tero Jaasko in PR 43630.
While here, add comment to patch-aa.

(wiz)

2010-07-18 04:50:30 UTC MAIN commitmail json YAML

Remove the krb4 option and related attempts to talk to configure.  These
options no longer exist in the current version of evolution.

It still doesn't build for me under Linux, but the spurious warnings about
unrecognised krb4 configure options are gone.

(dsainty)

2010-07-18 01:33:20 UTC MAIN commitmail json YAML

MAKE_DIRS, not MAKE_DIR.

(joerg)

2010-07-18 01:28:43 UTC MAIN commitmail json YAML

Add pid directory to MAKE_DIR, in case non-default VARBASE is used.

(joerg)

2010-07-17 19:29:25 UTC MAIN commitmail json YAML

Improve horrible version check to unbreak build under NetBSD 5.1* which
provides both fmin(3) and fmax(3). The build is still broke under
NetBSD 5.0_STABLE built from sources after 2010-03-12. A possible fix
for this case is to upgrade to NetBSD 5.1*.

(tron)

2010-07-17 18:13:09 UTC MAIN commitmail json YAML

py-cython dependency doesn't support 2.4.

(joerg)

2010-07-17 12:22:32 UTC MAIN commitmail json YAML

Make librsvg a build dependency by using its buildlink3.mk and
setting the BUILDLINK_DEPMETHOD.librsvg variable to "build".

Addresses final part of PR 43564 by David H. Gutteridge.

(wiz)

2010-07-17 12:19:35 UTC MAIN commitmail json YAML

Bump depends for libpng bump. PR 43564 by David H. Gutteridge.

(wiz)

2010-07-17 12:17:51 UTC MAIN commitmail json YAML

Bump depends for libpng bump. PR 43564 by David H. Gutteridge.

(wiz)

2010-07-17 12:07:10 UTC MAIN commitmail json YAML

Do not accept libassuan>=2 here.

(wiz)

2010-07-17 11:47:57 UTC MAIN commitmail json YAML

Adjust DESTDIR support so it no longer leaves installed files full of destdir references - bump pkgrevision

(abs)

2010-07-17 09:01:03 UTC MAIN commitmail json YAML

+ skk-jisyo skktools.

(obache)

2010-07-17 08:59:42 UTC MAIN commitmail json YAML

skktools is "Added" package.

(obache)

2010-07-17 08:58:29 UTC MAIN commitmail json YAML

Updated inputmethod/skkserv to 3.9.4nb7

(obache)

2010-07-17 08:57:46 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV to 1.18

(sno)

2010-07-17 08:57:35 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-CSV from 1.16 to 1.18

pkgsrc changes:
- bump p5-Text-CSV_XS requirement to 0.73

Upstream changes:
1.18  Sat Jun 19 10:34:07 2010
- fixed a combine bug with quote_space reported and patched by rt#58356
- updated test files compatible to CSV_XS 0.73

1.17  Tue Mar 16 15:20:34 2010
- fixed parse working when setting quote_char undef.
- made Text::CSV_XS compat 0.71
    * Text::CSV->error_diag() in void context warns instead of doing nothing
    * auto_diag also used for new () itself
- added quote_null (introduced in Text::CSV_XS 0.72)

(sno)

2010-07-17 08:57:19 UTC MAIN commitmail json YAML

2010-07-17 08:52:30 UTC MAIN commitmail json YAML

Updated devel/p5-File-Find-Rule-VCS to 1.07

(sno)

2010-07-17 08:52:18 UTC MAIN commitmail json YAML

Updating devel/p5-File-Find-Rule-VCS from 1.06 to 1.07

Including Mercurial/hg support especially for our Python users :)

Upstream changes:
1.07 Mon 31 May 2010
- Added git support to resolve #43558: .git missing
- Extend test for bzr, git and default invocation
  (Jens Rehsack)
- Added support for RCS (RT#43559) and Mercurial/hg
  (Jens Rehsack)

(sno)

2010-07-17 08:45:55 UTC MAIN commitmail json YAML

Updated devel/p5-Hash-MoreUtils to 0.02

(sno)

2010-07-17 08:45:42 UTC MAIN commitmail json YAML

Updating devel/p5-Hash-MoreUtils from 0.01 to 0.02

pkgsrc changes:
- switching to Module::Build
- add license definition

Upstream changes:
0.02    2010-04-28
        - Taking maintainership (Jens Rehsack)
        - Implement optimized versions for slice, slice_exists and
          slice_def
        - Add test for each function to work proper with default keys
        - Add safe_reverse as wished in RT#48403 (Ed Davis)
        - Add test for hashsort

(sno)

2010-07-17 08:39:48 UTC MAIN commitmail json YAML

Mention skkdic-expr2 option, used by inputmethod/skktools.

(obache)

2010-07-17 08:36:53 UTC MAIN commitmail json YAML

Updated inputmethod/skktools to 1.3.1

(obache)

2010-07-17 08:36:41 UTC MAIN commitmail json YAML

Import skktools-1.3.1 as inputmethod/skktools.
Based on packaged by uebayasi@ in pkgsrc-wip-jp.
Modified by Ryo ONODERA in pkgsrc-wip.

Small collection of commands to maintain SKK dictionaries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-07-17 08:35:17 UTC MAIN commitmail json YAML

Added inputmethod/skk-jisyo version 200708

(obache)

2010-07-17 08:34:39 UTC MAIN commitmail json YAML

Import skk-jisyo-200708 as inputmethod/skk-jisyo.
Based on packaged by uebayasi@ in pkgsrc-wip-jp,
Modified by Ryo ONODERA in pkgsrc-wip.

A basic set of Kana-Kanji conversion dictionary developed by SKK project.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-07-17 08:32:10 UTC MAIN commitmail json YAML

Updated sysutils/p5-Sys-Filesystem to 1.30

(sno)

2010-07-17 08:31:59 UTC MAIN commitmail json YAML

Updating sysutils/p5-Sys-Filesystem from 1.27 to 1.30

Upstream changes:
1.30 - 2010-07-15
        Fixing MSWin32

1.29
        Fixing MacOS X

1.28
        Adding more special file systems for Linux (looks in Linux soon
        everything is a file system), Fixes RT#55059 (Thanks to Reed Loden)
        Improving documentation about selections in filesystems method,
        Fixes RT#55058 (Thanks to Reed Loden)
        Fixes RT#65504 (Thanks to Brett Gersekowski)
        Improve MSWin32 support

(sno)

2010-07-17 08:27:30 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.30

(sno)

2010-07-17 08:27:19 UTC MAIN commitmail json YAML

Updating databases/p5-DBD-CSV from 0.28 to 0.30

pkgsrc changes:
- add conflicts for p5-SQL-Statement<=1.27 and p5-DBI<=1.611

Upstream changes (since 1.28):
2010-07-06  0.30  H.Merijn Brand
    * Text::CSV_XS now called with auto_diag
    * Implement valid_attrs
    * Next version will require DBI-1.612 or higher
      This is a transition release

2010-07-04  0.29_03  H.Merijn Brand
    * Remove leftover debug. Causes fails

2010-07-02  0.29_02  H.Merijn Brand
    * More work to keep in sync with DBI development (Jens)
    * Better diagnostics for missing modules
    * More spell-check fixes
    * Tests for ChopBlanks (now fixed in DBD::File)
    * Tests changed to accept old and new DBI
    * Statement handle attributes handled in new DBD::File

2010-06-11  0.29_01  H.Merijn Brand
    * Prepare for DBD::File-0.39 (DBI-1.612+)
      Should still work with older DBI versions
    * Documentation updates (style, consistency, spell-checking)
    * Test folder cleanup
    * More tests for insert
    * Tested RT#58039

2010-05-03  0.29  H.Merijn Brand
    * Fix git URL in META.yml
    * Add empty CLONE method to prevent warning when cloning threads
    * Minimum perl 5.8.1
    * Minimum Text::CSV_XS 0.71
    * Support for f_encoding (requires DBI-1.611)
    * Documentation updates

(sno)

2010-07-17 08:21:04 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Statement to 1.28

(sno)

2010-07-17 08:20:52 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Statement from 1.27 to 1.28

pkgsrc changes:
- require DBI-1.612 for testing
- add conflict for DBI<=1.612

Upstream changes:
Version 1.28, release July 15th, 2010
----------------------------------------------

[Improvements]
* Introduce new "capability" method for SQL::Statement and SQL::Eval::Table
  + Add capability for "insert_new_row" to allow DBD::DBM to fix PK
    constrain on INSERT statements.
* Performance of IMPORT feature improved (thanks to Sven Probst, RT#57322)

[Bug fixes]
* expect every table object being derived from SQL::Eval::Table
* rewrite DELETE and UPDATE command based on table capabilities
* add abstract methods for all methods derived classes must override
  (this means, open_table for SQL::Statement deriveds must be overridden
  and all data access methods of tables - see SQL::Eval::Table for details)
* Tests are fixed to use TEMP TABLES explicitely when required
* check for invalid column names fixed
* Don't let depreciated parser structures stay alive in SQL::Statement when
  reusing the Parser

[Documentation]
* Method documentation of SQL::Statement and SQL::Eval::Table are improved
* Add a Roadmap describing future plans for SQL::Statement (in addition to
  DBD::File::Roadmap).
* POD spelling fixes provided by H.Merijn Brand and Pod::Spell::CommonMistakes
  (thanks Tux)
* POD grammar fixes and reasonable sentences created by Martin Evans

[Things that may break your code]
* SQL::Statement 1.28 is expected not to work proper in combination with
  DBI 1.611 and below
* SQL::Statement::ColumnValue expects now every table being derived from
  SQL::Eval::Table

(sno)

2010-07-17 08:15:11 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.612

(sno)

2010-07-17 08:07:17 UTC MAIN commitmail json YAML

Updating databases/p5-DBI from 1.611 to 1.612

pkgsrc changes:
- bumping required API version to 1.612 (Meta-DBD API has changed)

Upstream changes:
Changes in DBI 1.612 (svn r14254) 14th July 2010

NOTE: This is a minor release for the DBI core but a major release for
DBD::File and drivers that depend on it, like DBD::DBM and DBD::CSV.

This is also the first release where the bulk of the development work has
been done by other people. I'd like to thank (in no particular order)
Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.

  Fixed DBD::File's {ChopBlank} handling (it stripped \s instead of space
    only as documented in DBI) (H.Merijn Brand)
  Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
  Fixed DBD::File file handle leak (Jens Rehsack)
  Fixed problems in 50dbm.t when running tests with multiple
    dbms (Martin J. Evans)
  Fixed DBD::DBM bugs found during tests (Jens Rehsack)
  Fixed DBD::File doesn't find files without extensions under some
    circumstances (Jens Rehsack, H.Merijn Brand, fixes RT#59038)

  Changed Makefile.PL to modernize with CONFLICTS, recommended dependencies
    and resources (Jens Rehsack)
  Changed DBI::ProfileDumper to rename any existing profile file by
    appending .prev, instead of overwriting it.
  Changed DBI::ProfileDumper::Apache to work in more configurations
    including vhosts using PerlOptions +Parent.
  Add driver_prefix method to DBI (Jens Rehsack)

  Added more tests to 50dbm_simple.t to prove optimizations in
    DBI::SQL::Nano and SQL::Statement (Jens Rehsack)
  Updated tests to cover optional installed SQL::Statement (Jens Rehsack)
  Synchronize API between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
  Merged some optimizations from SQL::Statement into DBI::SQL::Nano
    (Jens Rehsack)
  Added basic test for DBD::File (H.Merijn Brand, Jens Rehsack)
  Extract dealing with Perl SQL engines from DBD::File into
    DBI::DBD::SqlEngine for better subclassing of 3rd party non-db DBDs
    (Jens Rehsack)

  Updated and clarified documentation for finish method (Tim Bunce).
  Changes to DBD::File for better English and hopefully better
    explanation (Martin J. Evans)
  Update documentation of DBD::DBM to cover current implementation,
    tried to explain some things better and changes most examples to
    preferred style of Merijn and myself (Jens Rehsack)
  Added developer documentation (including a roadmap of future plans)
    for DBD::File

(sno)

2010-07-17 03:08:09 UTC MAIN commitmail json YAML

+ ipaexfont ipafont

(obache)

2010-07-17 03:07:04 UTC MAIN commitmail json YAML

Added fonts/ipaexfont version 00102

(obache)

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

Import ipaexfont-00102 as fonts/ipaexfont from pkgsrc-wip.
Packaged by Ryo ONODERA.

This package contains IPAex Gothic font and IPAex Mincho font. IPAex
fonts contains fixed-width (monospace) Kanji glyphs that is based on
JIS X 0213 and proportional Western characters glyphs.
IPA means Information-technology Promotion Agency, Japan.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-07-17 03:03:23 UTC MAIN commitmail json YAML

Added fonts/ipafont version 00302

(obache)

2010-07-17 03:03:02 UTC MAIN commitmail json YAML

Import ipafont-00302 as fonts/ipafont from pkgsrc-wip.
Packaged by Ryo ONODERA.

This package contains IPA Gothic font, IPA P Gothic font, IPA Mincho
font, and  IPA P Mincho font. Kanji characters in these fonts are
based on JIS X 0213-2004.
IPA is for Information-technology Promotion Agency, Japan.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-07-16 22:24:52 UTC MAIN commitmail json YAML

2010-07-16 22:22:39 UTC MAIN commitmail json YAML

OpenDNSSEC 1.1.1:

Bugfixes:
* Bugreport #127: Large SOA serial numbers were not handled properly by signer
* Bugreport #133: Better handling of SOA serial when setting is 'keep'
* Bugreport #136: quicksorter could not handle standard bind format SOA rdata
* The Auditor could not handle the new way of rolling KSKs
* One log message in the Enforcer referred to an old command
* The Enforcer forgot to publish certain keys during transition between states

(pettai)

2010-07-16 22:04:12 UTC MAIN commitmail json YAML

Fix PLIST under at least Linux, no change intended for other platforms.
Tested under Linux & NetBSD

(abs)

2010-07-16 20:28:45 UTC MAIN commitmail json YAML

Added sigver + softhsm description (for softhsm/opendnssec pkgs)

(pettai)

2010-07-16 16:26:09 UTC MAIN commitmail json YAML

update to 0.3.1
changes:
-ap_flac_embed: do not forget to import cue sheet into flac,
rather than just artist/title metadata
-main.c: ensure that gettext always returns UTF-8, because GTK
expects UTF-8 strings

(drochner)

2010-07-16 16:23:49 UTC MAIN commitmail json YAML

use libslang2 instead of libslang, bump PKGREV
being here, remove a patch which isn't needed anymore because
the jpeglib headers were fixed

(drochner)

2010-07-16 14:56:11 UTC MAIN commitmail json YAML

2010-07-16 14:32:02 UTC MAIN commitmail json YAML

Updated graphics/clutter to 1.2.12

(obache)

2010-07-16 14:31:46 UTC MAIN commitmail json YAML

Update clutter to 1.2.12.

Clutter 1.2.12 (14/07/2010)
===============================================================================

  * List of changes since Clutter 1.2.10

    > Provide a fallback for MESA_copy_sub_buffer by using the
      EXT_blit_framebuffer extension. (BCP#2128)

    > Never promote clipped redraws to fullscreen redraws. (BCP#2136)

    > Fix rounding error in ClutterText. (BCP#2170)

    > Fix drawing of transparent stages on X11. (BCP#2050)

    > ClutterAnimator bug fixes.

    > ClutterAnimation fixes for vector-based API. (BCP#2149)

    > Fixes for the Windows backend event handling. (BCP#2135)

    > Fixes for the setup of the GL context on OSX. (BCP#1394)

    > Documentation improvements. (BCP#2081, BCP#2133)

    > Build fixes for the conformance test suite. (BCP#1930)

(obache)

2010-07-16 12:39:09 UTC MAIN commitmail json YAML

My commit to update to 8.25 inexplicably didn't go through yesterday;
this commit moves from 8.24 (a non-production release which upstream
has requested we don't package) to 8.25.

Changes 8.15 to 8.25 are many minor bug fixes and improvements.

(gdt)

2010-07-16 12:18:00 UTC MAIN commitmail json YAML

update to 2.2
changes:
-new compressor called Blosc (speed-up)
-A new `tables.Expr` module (based on Numexpr) that allows to do
persistent, on-disk computations on many algebraic operations.
-Support for HDF5 hard links, soft links and automatic external links
-Suport for 'fancy' indexing
-bugfixes

(drochner)

2010-07-16 12:14:17 UTC MAIN commitmail json YAML

2010-07-16 12:12:17 UTC MAIN commitmail json YAML

2010-07-16 12:00:27 UTC MAIN commitmail json YAML

Update HOMEPAGE and MASTER_SITES.
Also update MAINTAINER address.
requested by the maintainer via PR#43624.

(obache)

2010-07-16 07:34:02 UTC MAIN commitmail json YAML

2010-07-16 06:42:41 UTC MAIN commitmail json YAML

Updated graphics/gimp to 2.6.10

(adam)

2010-07-16 06:41:42 UTC MAIN commitmail json YAML

Changes 2.6.10:
* Bugs fixed:
- TGA files saved with incorrect header yOrigin data
- Save As... does not save Windows Bitmap as default in dialog
- CMYK decompose broken
- brush - color from gradient works wrong in greyscale
- Error in gimp-hue-saturation PDB call
- GIMP crashes when clicking any scroll bar from combo boxes
- newly opened images are put into the background
* Updated translations:
German (de)
Italian (it)
Romanian (ro)
Portuguese (pt)

(adam)

2010-07-16 01:35:44 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-ExifTool to 8.25

(gdt)

2010-07-16 00:54:49 UTC MAIN commitmail json YAML

Updated devel/p5-MouseX-Types to 0.05

(seb)

2010-07-16 00:54:36 UTC MAIN commitmail json YAML

Update p5-MouseX-Types from version 0.04 to version 0.05.

Upstream changes:
0.05 Sat Feb 13 16:08:44 2010
    - No functional changes (gfx)
    - Fix a typo in the tests (gfx)

(seb)

2010-07-16 00:50:38 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 0.62

(seb)

2010-07-16 00:50:23 UTC MAIN commitmail json YAML

Update from version 0.50 to version 0.62

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.62 Tue Jul  6 20:18:58 2010
    [FEATURES]
    * Support MouseX::StrictConstructor (gfx)

0.61 Sat Jun 19 15:35:48 2010
    [BUG FIXES]
    * Workaround the Perl_call_sv() problem again (gfx)
    * Update Module::Install to 0.99 for older versions of perls (gfx)

0.60 Wed Jun  9 19:43:55 2010
    [CHANGES]
    * BUILDALL is now called by Mouse::Meta::Class::new_object, rather than
      by Mouse::Object::new. (Moose 1.05)

    [BUG FIXES]
    * Fix type constraint validation messages to not include the string
      'failed' twice in the same sentence. (Moose 1.05)
    * Resolve RT #57975: The prefix "Exception caught" is no longer added
      to exceptions Mouse catches. (gfx)

    [OTHERS]
    * A difficult test (t/900_mouse_bugs/006_RT69939.t) will be skipped on
      some platforms. (gfx)

0.59 Tue May 18 16:29:57 2010
    [CHANGES]
    * Improve error messages on $class->accessor() (gfx)

0.58 Sat May  8 11:18:17 2010
    [BUG FIX]
    * Compliant with 5.12.0+

0.57 Fri May  7 14:27:00 2010
    [BUG FIX]
    * Resolve RT #57144: Fix problems in Perl_call_sv() again (gfx)

0.56 Thu Apr 29 11:15:45 2010
    [BUG FIX]
    * Resolve RT#56837: Role application to instance with init_arg'd
      attributes caused problems (Sanko Robinson)

0.55 Wed Apr 21 13:27:13 2010
    [BUG FIX]
    * Fix a bug that traits could cause panic/SEGV on threads (gfx)

0.54 Sat Apr 17 17:15:54 2010
    [BUG FIX]
    * Resolve RT#56523: has with reader, writer, lazy and builder
      could not create a write-only accessor (Michael G Schwern)

0.53 Sun Apr 11 11:39:03 2010
    [BUG FIX]
    * Mouse::Meta::Class could not clone objects with "required" attrs (gfx)

0.52 Sat Mar 27 15:38:52 2010
    * Workaround Perl-RT#69939 (eval "use $module" in Perl_call_sv()
    may cause segmentation faults,
    http://rt.perl.org/rt3/Public/Bug/Display.html?id=69939)

0.51 Mon Mar 15 15:25:58 2010
    SUMMARY

    [BUG FIXES]
    * Mouse::Object::DESTROY could cause SEGVs
    * Attribute triggers could cause panics
    * Integers > 2**32 were not groked as Int
    * Incorrect types, e.g. "Array[Int", was accepted
    * Metaclass compatibility was sometimes ignored

    [MOOSE COMPATIBILITY]
    * before/around/after accept regular expressions
    * has() becomes strict
    * the global destruction flag is passed to DEMOLISH methods
    * Delegations can be curried
    * Built-in type constraints have the same hierarchy as Moose's

0.50_09 Mon Mar 15 12:02:28 2010
    * (re)fix RT #55048 to grok 2**46+0.5 as Int, but
      accept 2**46 as Int even on 32 bit environments;
      note that an Int is exactly what is matched to /^[+-]?[0-9]+$/,
      so 10e100 will not be groked as Int (gfx)

0.50_08 Thu Mar 11 19:28:58 2010
    * Makefile.PL
        - Resolved #55419: Add Devel::PPPort to build_requires (gfx)
    * Mouse::Exporter
        - Turns on warnings FATAL => 'recursion' by default (gfx)
    * Mouse::Util::TypeConstraints
        - Change the type parser to check syntax (gfx)
          (Now it throws erros to "ArrayRef[]", "ArrayRef[Int", etc.)

0.50_07 Sun Mar  7 19:59:37 2010
    * Mouse::Meta::Attribute
        - Fix a possible panic, caused by triggers, reported by
          Nobuo Danjou (gfx)

0.50_06 Tue Mar  2 18:35:12 2010
    * Mouse::PurePerl
        - Fix an issue on metaclass compatibility again (gfx)
        - Fix more-than-32-bit-int progrem again (gfx)

0.50_05 Mon Mar  1 11:18:26 2010
    * Mouse::Util::TypeConstraints
        - Mouse used an incorrect cast at the C-level which meant that
          its idea of numbers was different from that of Perl's (and
          Mouse's). Notably > 2**32 Integers on 32 bit systems didn't
          work, RT #55048 (AEvar).
    * Mouse::Meta::Classs
        - Fix an issue on metaclass compatibility (gfx)

0.50_04 Fri Feb 26 18:57:24 2010
    * All
        - Warnings are less noisy, as shown by example/warns.pl (gfx)
        - Various optimization and refactoring (gfx)

0.50_03 Mon Feb 22 17:56:47 2010
    * Mouse::Meta::Attribute
        - Catch up about Moose 0.84 about warnings (gfx)
          - If an attribute generates no accessors, it will be warned
          - If both 'isa' and 'does' are specified and 'isa' does not do
            'does', then it will be warned
    * Mouse::Object
        - Fix a possible segv which is caused by destructors (gfx)
    * Mouse::Util::TypeConstraints
        - Implement the built-in type hierarchy (gfx)

0.50_02 Sat Feb 20 14:37:16 2010
    * Mouse::Meta::Attribute
        - Implement argument currying for delegation (gfx)
    * Mouse::Meta::Method::Constructor
        - Implement strict constructors experimentally, which will warn
          unkown constructor arguments (gfx)

0.50_01 Sat Feb 13 16:39:48 2010
    * Mouse
        - before/around/after now accept regexps (gfx)
    * Mouse::Object
        - Support the global destruction flag in DEMOLISH (gfx)
    * Mouse::Meta::Attribute
        - Attribute constructors now warn very noisily about unknown (or
          misspelled) arguments (gfx)

(seb)

2010-07-16 00:44:29 UTC MAIN commitmail json YAML

Drop exactly dependency on bug-buddy again.
XXX: It maybe result in broken PLIST (if old or broken bug-buddy).

(obache)

2010-07-16 00:38:45 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Cover to 0.67

(seb)

2010-07-16 00:38:30 UTC MAIN commitmail json YAML

Update p5-Devel-Cover from version 0.66 to version 0.67.

Upstream changes:
Release 0.67 - 8th May 2010
- Fix up the Makefile for dmake on Strawberry Perl (Curtis Jewell) (rt 50774).

(seb)

2010-07-16 00:36:12 UTC MAIN commitmail json YAML

Note update of net/bind97 package to 9.7.1pl2.

(taca)

2010-07-16 00:35:21 UTC MAIN commitmail json YAML

Update bind97 package to 9.7.1pl2 (BIND 9.7.1-P2).

--- 9.7.1-P2 released ---

2931. [security] Temporarily and partially disable change 2864
because it would cause inifinite attempts of RRSIG
queries.  This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710]

--- 9.7.1-P1 released ---

2926. [rollback] Temporarially rollback change 2748. [RT #21594]

2925. [bug] Named failed to accept uncachable negative responses
from insecure zones. [RT# 21555]

(taca)

2010-07-15 23:50:36 UTC MAIN commitmail json YAML

Updated devel/p5-App-FatPacker to 0.009002

(seb)

2010-07-15 23:50:24 UTC MAIN commitmail json YAML

Update p5-App-FatPacker from version 0.009001 to version 0.009002.

Upstream changes:
0.02 2010-07-07
  - fixed typo and doc bug on command usage.(miyagawa)
  - added `help' command for slightly better user experience(miyagawa)

(seb)

2010-07-15 23:16:17 UTC MAIN commitmail json YAML

Updated devel/p5-local-lib to 1.6.5

(seb)

2010-07-15 23:16:04 UTC MAIN commitmail json YAML

Update from version 1.6.4 to version 1.6.5 (upstream version
1.006005).

Upstream changes:
1.006005 2010-07-13

        - Added support informations (also for german)
        - Fixed newline in german translation from DOS2UNIX

(seb)

2010-07-15 22:33:55 UTC MAIN commitmail json YAML

+ bouml-4.22.2, calibre-0.7.8, clutter-1.2.12, freeradius-2.1.9,
  gtk-vnc-0.4.1, libgcrypt-1.4.6, lyx-1.6.7, tinycdb-0.77 [pkg/43612],
  vala-0.9.3, youtube-dl-20100714.

(wiz)

2010-07-15 21:36:26 UTC MAIN commitmail json YAML

Updated math/mpfr to 3.0.0.3

(asau)

2010-07-15 21:35:10 UTC MAIN commitmail json YAML

2010-07-15 20:30:40 UTC MAIN commitmail json YAML

Update MPFR to version 3.0.0.
Contributed by Stathis Kamperis on IRC.

Changes from versions 2.4.* to version 3.0.0:

- The "boudin aux pommes" release.
- MPFR 3.0.0 is binary incompatible with previous versions but (almost)
  API compatible.  More precisely the obsolete functions mpfr_random
  and mpfr_random2 have been removed, the meaning of the return type
  of the function mpfr_get_f has changed, and the return type of the
  function mpfr_get_z is now int instead of void.  In practice, this
  should not break any existing code.
- MPFR is now distributed under the GNU Lesser General Public License
  version 3 or later (LGPL v3+).
- Rounding modes GMP_RNDx are now MPFR_RNDx (GMP_RNDx kept for
  compatibility).
- A new rounding mode (MPFR_RNDA) is available to round away from zero.
- The rounding mode type is now mpfr_rnd_t (as in previous versions,
  both mpfr_rnd_t and mp_rnd_t are accepted, but mp_rnd_t may be
  removed in the future).
- The precision type is now mpfr_prec_t (as in previous versions, both
  mpfr_prec_t and mp_prec_t are accepted, but mp_prec_t may be removed
  in the future) and it is now signed (it was unsigned in MPFR 2.*, but
  this was not documented). In practice, this change should not affect
  existing code that assumed nothing on the precision type.
- MPFR now has its own exponent type mpfr_exp_t, which is currently
  the same as GMP's mp_exp_t.
- Functions mpfr_random and mpfr_random2 have been removed.
- mpfr_get_f and mpfr_get_z now return a ternary value.
- mpfr_strtofr now accepts bases from 37 to 62.
- mpfr_custom_get_mantissa was renamed to mpfr_custom_get_significand
  (mpfr_custom_get_mantissa is still available via a #define).
- Functions mpfr_get_si, mpfr_get_ui, mpfr_get_sj, mpfr_get_uj,
  mpfr_get_z and mpfr_get_z_2exp no longer have cases with undefined
  behavior; in these cases, the behavior is now specified, and in
  particular, the erange flag is set.
- New functions mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p giving
  information about options used at MPFR build time.
- New function mpfr_regular_p.
- New function mpfr_set_zero.
- New function mpfr_digamma.
- New function mpfr_ai (incomplete, experimental).
- New functions mpfr_set_flt and mpfr_get_flt to convert from/to the
  float type.
- New function mpfr_urandom.
- New function mpfr_set_z_2exp (companion to mpfr_get_z_2exp, which
  was renamed from mpfr_get_z_exp in previous versions).
- Speed improvement for large operands in the trigonometric functions
  (mpfr_sin, mpfr_cos, mpfr_tan, mpfr_sin_cos): speedup of about 2.5
  for 10^5 digits, of about 5 for 10^6 digits.
- Speed improvement for large operands of the inverse trigonometric
  functions (arcsin, arccos, arctan): about 2 for 10^3 digits, up to
  2.7 for 10^6 digits.
- Some documentation files are installed in $docdir.
- The detection of a GMP build directory (more precisely, the internal
  header files of GMP) was previously done separately from the use of
  the --with-gmp-build configure option. This was not consistent with
  the documentation and with other parts of the configure script. So,
  as of MPFR 3.0.0, the internal header files of GMP are now used if
  and only if the --with-gmp-build configure option is given.
- The configure script recognizes some extra "long double" formats
  (double big endian, double little endian, double-double big endian).
- MPFR manual: added "API Compatibility" section.
- Test coverage: 97.1% lines of code.
- Bug fixes.

(asau)

2010-07-15 20:23:11 UTC MAIN commitmail json YAML

2010-07-15 17:44:45 UTC MAIN commitmail json YAML

2010-07-15 17:41:57 UTC MAIN commitmail json YAML

2010-07-15 12:48:50 UTC MAIN commitmail json YAML

Updated lang/sigscheme to 0.8.4

(obache)

2010-07-15 12:48:37 UTC MAIN commitmail json YAML

Update sigscheme to 0.8.4.

Overview of changes from 0.8.3 to 0.8.4
=======================================

* Fixes

  - Fix alignment check on x86_64 when --enable-debug is set (bug #26950).
  - Fix test-storage.c

(obache)

2010-07-15 12:24:20 UTC MAIN commitmail json YAML

Need to include sys/param.h. noticed by tnn@.

(obache)

2010-07-15 12:12:26 UTC MAIN commitmail json YAML

Updated textproc/jdom to 1.1.1

(obache)

2010-07-15 12:12:10 UTC MAIN commitmail json YAML

Update jdom to 1.1.1.
Based on PR#43608 by Wen Heping.

* * * * * * JDOM 1.1.1 (tag: jdom_1_1_1) from JDOM 1.1 * * * * * *

Fixed a synchronization issue in the Namespace class that could cause a
hang when doing concurrent builds.

Added output support for Unicode surrogate pairs.

Added a new flag on SAXBuilder named setFastReconfigure() which, when set,
can speed reconfiguration by skipping repeated attempts to set features that
are determined not to be present on a parser.  Useful when doing many builds
per second.

Updated the provided Jaxen library from a modified Jaxen 1.0 to the latest
which is Jaxen 1.1.1.

Added reflection code in the error reporting system to support Android's
Dalvik VM which doesn't have the java.rmi.* classes.

* * * * * * JDOM 1.1 (tag: jdom_1_1) from JDOM 1.0 * * * * * *

Added an additional constructor to JDOMSource with an EntityResolver which is
passed to the internal DocumentReader allowing the SAXOutputter to properly
resolve DTDs.

Added a forceNamespaceAware property to DOMOutputter which specifies you want
a DOM constructed with namespaces even if the source JDOM document has no
namespaces.

Added support for attribute "INF" and "-INF" values, to indicate positive and
negative infinity, as XML Schema allows.

Moved isXMLWhitespace() method from private in XMLOutputter to public in
Verifier.

Clarified XMLOutputter behavior with newlines and indents:
  setIndent(" ") means newlines and " " indents
  setIndent("") means newlines and "" indents
  setIndent(null) means no newlines and no indents

Added set/getIgnoringBoundaryWhitespace() methods and features to SAXBuilder
and SAXHandler.

Added a setFactory() method on XSLTransformer to control the object types
built by the transform.

Added a string constant for the JDOM_OBJECT_MODEL_URI used by JAXP 1.3.  It
deserves being part of the public API.

Fixed bug in SAXOutputter where default namespaces would be declared as
xmlns:="" with a spurious colon.

Fixed bug when using attributes without a namespace and outputting to a
JDOMResult.

Removing check that a comment not start with a hyphen. A careful reading of
production 15 in the XML 1.0 spec indicates leading hyphens are in fact
allowed.

Fixed bug where outputFragment() on SAXOutputter could cause a
NullPointerException because the locator would be null during the call.

Fixed bug where serializing ElementFilter causes a NullPointerException if the
filter has no assigned namespace

Fixed some subtle bad behaviors in listIterator.add() logic, using brand new
iterator logic.

Allowed a String to be passed to ContentList.add(int, Object).

Simplified JDOMAbout and renamed info.xml to jdom-info.xml, so
getResourceAsStream() won't suffer any name collision.

Fixed tiny issue where CDATA could be set with illegal character content.

Added logic to escape some special characters in namespace URIs.

Fixed bug where the attribute type would change on a setAttribute() call.

Improved performance on Namespace handling.

Improved and clarified Javadocs.

(obache)

2010-07-15 11:48:43 UTC MAIN commitmail json YAML

Updated chat/ircservices to 5.0.64

(obache)

2010-07-15 11:48:22 UTC MAIN commitmail json YAML

Update ircservices to 5.0.64.
While here, fixes PR#43618 (getline) and set LICENSE=gnu-gpl-v2.

Version 5.0
-----------
2009/07/31 .64 ChanServ DEPROTECT no longer removes channel owner mode, to
    prevent abuse by rogue users.  Reported by Kieron
    Thwaites <ron2k.za@gmail.com>

(obache)

2010-07-15 11:33:57 UTC MAIN commitmail json YAML

bump PKGREV for poppler update

(drochner)

2010-07-15 11:33:27 UTC MAIN commitmail json YAML

generate and install poppler-config.h, used internally

(drochner)

2010-07-15 09:08:28 UTC MAIN commitmail json YAML

2010-07-15 09:01:53 UTC MAIN commitmail json YAML

Fixes macro names for NetBSD. noticed by wiz@.

(obache)

2010-07-15 08:44:56 UTC MAIN commitmail json YAML

qt option needs qdbus

(tnn)

2010-07-15 06:03:47 UTC MAIN commitmail json YAML

Add workaround to avoid merge .packlist with installed one.
XXX: maybe, should be in perl5/module.mk.

(obache)

2010-07-15 05:25:30 UTC MAIN commitmail json YAML

we nowadays have too many packages to have the grep for IPv6 in Makefiles
and options.mk to succeed, so grep by category instead

(spz)

2010-07-15 04:33:49 UTC MAIN commitmail json YAML

Add workaround for lack of fmax/fmin on NetBSD<6.

(obache)

2010-07-14 19:17:15 UTC MAIN commitmail json YAML

Updated databases/db5 to 5.0.26

(adam)

2010-07-14 19:00:55 UTC MAIN commitmail json YAML

+      Removed sysutils/nautilus-cd-burner successor sysutils/brasero [drochner 2010-07-14]
+      Removed devel/eel successor sysutils/nautilus [drochner 2010-07-14]

(wiz)

2010-07-14 18:50:23 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 0.73

(seb)

2010-07-14 18:50:14 UTC MAIN commitmail json YAML

Changes 5.0.26:
* Replication Manager sites can specify one or more possible client-to-client
  peers.
* Added resource management feature in all Berkeley DB APIs to automatically
  manage cursor and database handles by closing them when they are not required,
  if they are not yet closed.
* Added a SQL interface to the Berkeley DB library.
* Added hash databases support to the DB->compact interface.
* Renamed the "db_sql" utility to "db_sql_codegen".
* Added transactional support in db_sql_codegen utility.
* Added the feature read-your-writes consistency that allows client application
  to check, or wait for a specific transaction to be replicated from the master
  before reading database.
* Added DB log verification feature, accessible via the API and a new utility.
* Added support for applications to assign master/client role explicitly at any
  time. Replication Manager can now be configured not to initiate elections.
* Enhanced the DB->compact method so that it can reassign metadata and root
  pages from subdatabases to lower numbered pages while compacting a database
  file that contains multiple databases.
* Added system diagnostic messages that are ON by default.
* Added the feature to assign a priority level to transactions.
* Added a feature by which the Replication Manager application clients now
  automatically request any missing information, even when there is no master
  transaction activity.
* Added support for sharing logs across mixed-endian systems.
* Added an option to specify the first and last pages to the db_dump utility.
  You can do this by providing -F and -L flags to the db_dump -d option.
* Added Intel Performance Primitive (IPP) AES encryption support.

(adam)

2010-07-14 18:50:11 UTC MAIN commitmail json YAML

Update from version 0.72 to version 0.73.

Upstream changes:
2010-05-03 0.73 - H.Merijn Brand  <h.m.brand@xs4all.nl>

    * Improve date conversion in examples/csv2xls
      new option -D allows column selection for date conversions
    * Tested under perl-5.12.0 (and 21 other versions of perl)
    * Added a note about EBCDIC data files
    * Test suite is now safe for parallel test (prove --shuffle -j6)

(seb)

2010-07-14 18:47:06 UTC MAIN commitmail json YAML

2010-07-14 18:46:30 UTC MAIN commitmail json YAML

belatedly bump ABI rev - the last update changed the shlib major

(drochner)

2010-07-14 18:44:50 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2010-07-14 18:32:46 UTC MAIN commitmail json YAML

2010-07-14 18:28:36 UTC MAIN commitmail json YAML

Updated devel/p5-Test-YAML-Meta to 0.16

(seb)

2010-07-14 18:28:21 UTC MAIN commitmail json YAML

Update p5-Test-YAML-Meta from version 0.15 to version 0/16.

Upstream changes:
0.16    12/04/2010
- fixed qr// delimiters due to issues with the NOT SIGN symbol
  (suggested by Ricardo Signes & David Golden).

(seb)

2010-07-14 18:22:55 UTC MAIN commitmail json YAML

update to 1.6.4
changes:
-Added identi.ca bookmarking support
-bugfixes
-translation updates

(drochner)

2010-07-14 18:21:29 UTC MAIN commitmail json YAML

2010-07-14 18:18:04 UTC MAIN commitmail json YAML

remove unneeded "eel" dependency, bump PKGREV

(drochner)

2010-07-14 17:52:21 UTC MAIN commitmail json YAML

Updated devel/p5-Software-License to 0.101.620

(seb)

2010-07-14 17:52:05 UTC MAIN commitmail json YAML

Update p5-Software-License from version 0.012 to version 0.101.620
(upstream version 0.101620).

Pkgsrc changes:
- adjust dependencies
- Set PERL5_MODULE_TYPE to Module::Install::Bundled instead of
adding '--skipdeps' to MAKE_PARAMS

Upstream changes:
0.101620  2010-06-11 19:14:03 America/New_York
          LGPL_3_0 now includes GPL_3 in its fulltext (RT #47135)

0.101600  2010-06-09 07:50:11 America/New_York
          "None" should be "restrictive" on 1.4, not "restricted"

0.101410  2010-05-21 07:41:57 America/New_York
          Artistic licenses' meta2_name should not have a trailing _0

0.101370  2010-05-17 19:07:27 America/New_York
          add the meta2_name method for META.json files in schema v2

0.016    2010-05-01
          added the None and CC0_1_0 licenses for the far ends of the spectrum
          (thanks to Brian Phillips for None)

0.015    2010-03-26
          up the Test::More prereq

0.014    2010-03-23
          add meta_name to almost all remaining licenses, and add a test

0.013    2010-03-18
          add meta_name to Artistic 2 (thanks, Bernardo Rechea)

(seb)

2010-07-14 17:45:30 UTC MAIN commitmail json YAML

allow to use NetBSD-current's builtin implementation

(drochner)

2010-07-14 17:28:24 UTC MAIN commitmail json YAML

update to 2.30.2
This switches to the gnome-2.30 release branch.
(untested, the old version didn't build anymore)

(drochner)

2010-07-14 17:27:03 UTC MAIN commitmail json YAML

propagate some more dependencies, needed by plugins

(drochner)

2010-07-14 17:19:38 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Section to 0.101.620

(seb)

2010-07-14 17:19:23 UTC MAIN commitmail json YAML

Update p5-Data-Section from version 0.100.770 to version 0.101.620 (upstream version 0.101620).

Upstream changes:
0.101620  2010-06-11 08:14:32 America/New_York
          We now attempt to work with files with Win32 line endings, thanks to
          Christian Walde.

(seb)

2010-07-14 17:05:49 UTC MAIN commitmail json YAML

2010-07-14 17:04:24 UTC MAIN commitmail json YAML

2010-07-14 16:53:44 UTC MAIN commitmail json YAML

Updated geography/gpsd to 2.95

(gdt)

2010-07-14 16:53:04 UTC MAIN commitmail json YAML

Update to 2.95.

* Tue Jul 13 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95
  The autonomous robot submarine total world domination release!
  Rationalize clearing and generation of DOPs, this makes epx/epy much
  more generally available. Fixed the test productions for the udev
  magic and added a troubleshooting note in INSTALL. cgps now displays
  epx/epy rather than eph. Speed is now always reported if our last
  two fixes were good, even if the GPS didn't compute it.  Reading
  packets from UDP datagrams by specifying a listening address and
  port is now supported, and the regression-test driver cam now be
  told to force this with -u; this enables regression testing in
  chroot jails where access to ptys is locked out. AIS code now
  interprets message type 6 and 8 application IDs correctly as a
  Designated Area Code and Functional ID pair. gpspipe has a new -T
  option for setting the timestamp format.  xgpsspeed is completely
  rewritten in Python, eliminating some dependencies on ancient X
  libraries.  We now ship a Qt binding for the client library. Note
  a GCC 4.2.1 optimizer bug.  gpsdcode now uses | as a field separator
  in -c mode, as string fields can contain commas.  Corrected error
  or reporting of AIS rate-of-turn fields.

(gdt)

2010-07-14 16:42:11 UTC MAIN commitmail json YAML

bump PKGREV fir gnome-desktop and e-d-s updates

(drochner)

2010-07-14 16:30:34 UTC MAIN commitmail json YAML

2010-07-14 16:27:41 UTC MAIN commitmail json YAML

2010-07-14 16:26:27 UTC MAIN commitmail json YAML

remove some unnecessary dependencies, bump PKGREV

(drochner)

2010-07-14 16:20:00 UTC MAIN commitmail json YAML

2010-07-14 16:18:09 UTC MAIN commitmail json YAML

Add directory to added package openvpn-acct-wtmpx

(darcy)

2010-07-14 16:17:42 UTC MAIN commitmail json YAML

2010-07-14 16:16:49 UTC MAIN commitmail json YAML

update to 2.30.2
This switches to the gnome-2.30 release branch.

(drochner)

2010-07-14 16:15:19 UTC MAIN commitmail json YAML

update to 4.6.5
changes:
-bugfixes
-translation updates
-Port to libxklavier 5.0 API

(drochner)

2010-07-14 16:15:18 UTC MAIN commitmail json YAML

Updated devel/p5-Parse-RecDescent to 1.965.1

(seb)

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

Update p5-Parse-RecDescent from version 1.96.4 to version 1.965.1 (upstream
version 1.965001).

Pkgsrc changes:
- adopt a new module to pkgsrc versioning scheme, along the line
of "Equivalence between Decimal and Dotted窶織ecimal Versions" in
Perl module 'version' documentation

Upstream changes:
1.964001  Tue Feb 23 15:15:18 2010

    - Updated version number because versioning is a neverending
      nightmare in Perl 5 (thanks Matt)

1.965001  Sun Apr  4 15:00:10 2010

    - Removed all references to /opts version of perl interpreter

    - Added Parse::RecDescent::redirect_reporting_to()
      to enable ERROR, TRACE, and TRACECONTEXT filehandles to be
      easily redirected.

(seb)

2010-07-14 16:13:21 UTC MAIN commitmail json YAML

update to 5.0
changes:
-bugfixes
-incompatible API change: introducing counters for start/stop
listen operations

(drochner)

2010-07-14 15:57:08 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.67

(seb)

2010-07-14 15:56:53 UTC MAIN commitmail json YAML

Update from version 1.62 to version 1.67.

Upstream changes:
revision 1.67  2010-05-31 14:21 (UTC)
----------------------------
    - Fix SQL::Test failure when first chunk is an unrecognized
      literal
    - Generic -not operator tests
    - More columns-bindtype assertion checks

revision 1.66  2010-04-27 02:44 (UTC)
----------------------------
    - Optimized the quoting mechanism, winning nearly 10%
      speedup on repeatable sql generation

revision 1.65  2010-04-11 19:59 (UTC)
----------------------------
    - Rerelease last version to not include .svn files
      and grab MANIFEST.SKIP from DBIx::Class so it
      won't happen again

revision 1.64  2010-04-11 16:58 (UTC)
----------------------------
    - Fix multiple generic op handling regressions by
      reverting the auto-equality assumption (turned out
      to be a very very bad idea)

revision 1.63  2010-03-24 09:56 (UTC)
----------------------------
    - Add ILIKE to the core list of comparision ops

(seb)

2010-07-14 15:54:15 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 1.30

(seb)

2010-07-14 15:53:30 UTC MAIN commitmail json YAML

Update p5-MIME-Types from version 1.28 to version 1.30.

Upstream changes:
version 1.30: Thu Jun  3 12:00:37 CEST 2010
- typo.  rt.cpan.org#55655 [Salvatore.Bonaccorso]
- xlsx must be encoded binary [Ben Prew]
- added f4v, f4p, f4a, f4b extensions for mpeg4
  rt.cpan.org#55168 [Oskari Ojala]

version 1.29: Tue Mar 16 23:28:00 CET 2010

- added a zillions of new types from debian's /etc/mime.types.
  implemented by [Roman V. Nikolaev]

- changed table format, hopefully to speed-up load times per
  type, slightly compensating for the increased list.

(seb)

2010-07-14 15:46:32 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Unload to 0.06

(seb)

2010-07-14 15:46:16 UTC MAIN commitmail json YAML

Update p5-Class-Unload from version 0.05 to version 0.06.

Upstream changes:
0.06      2010-04-26 20:38:54 Europe/London
        - Convert to Dist::Zilla

(seb)

2010-07-14 15:16:28 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3 to 0.23

(seb)

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

Update from version 0.22 to version 0.23

Pkgsrc changes:
- add a note on why this package has no dependency

Upstream changes:
0.23 Sat, Jun 19, 2010
    - Fix various documentation problems (Martin Becker).

(seb)

2010-07-14 14:15:54 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.09003

(seb)

2010-07-14 14:15:39 UTC MAIN commitmail json YAML

Update p5-Class-Accessor-Grouped from version 0.09002 to version 0.09003.

Pkgsrc changes:
- adjust MASTER_SITES
- adjust dependencies

Upstream changes:
0.09003 Fri Apr 23 23:00:19 2010
    - use Class::XSAccessor if available for 'simple' accessors, except on
      MSWin32, with documentation

(seb)

2010-07-14 14:08:02 UTC MAIN commitmail json YAML

Updated net/Transmission to 2.01

(tnn)

2010-07-14 14:07:27 UTC MAIN commitmail json YAML

Update to Transmission-2.01.

Transmission 2.01 (2010/06/26)
All Platforms
* Better tracker announce management when completed torrents are moved from
  the incomplete directory
* Speed up moving local data from one disk to another
* Better parsing of nonstandard magnet links
GTK+
* Faster torrent file parsing
* Fix the magnet link options dialog does not respect setting
* Add an error popup if "Add URL" fails
Qt
* Fix crash after getting magnet torrent metadata
* Fix torrent ratio goals
* Fix "add torrent" dialog bug on KDE desktops that popped up previous torrents
* Fix 2.00 bug that prevented multiple instances from being run
* Fix remote mode bug that kept the torrent list from being shown
* Support encryption settings in the preferences dialog
* Use flagStr in the status field of the peer list
* Request a full refresh when changing the session source
* Fix the torrent list jumping to the top when a torrent is removed
Web Client
* Fix display bug caused by removal of a torrent hidden by the current filter
Transmission 2.00 (2010/06/15)
All Platforms
* "Local Peer Discovery" for finding peers on the local network
* Optimize download requests for the bandwidth available
* Smarter heuristics when deciding the order to connect to peers
* Faster verification of local data
* Faster startup
* Support more blocklist file formats
* Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)
* Better handling of 404 tracker errors
GTK+
* New filterbar to filter by tracker, private/public, etc.
* Compact View replaces Minimal View, taking up considerably less space
* Show the Torrent Options dialog when adding magnet links
* "Set Location" now supports moving multiple torrents at once
* The Properties window now fits on low resolution screens
* Add favicon support to the Properties dialog's Tracker tab
Qt
* Show the Torrent Options dialog when adding magnet links
* Show all active trackers in the tracker display list
* Show file sizes in the file tree
* Added a confirm dialog when removing torrents
* Properties and torrent options no longer jump around while editing
* Allow setting locations for remote sessions
* Miscellaneous UI fixes
Daemon
* Let users specify a script to be invoked when a torrent finishes downloading
* Better support for adding per-torrent settings when adding a new torrent
* Optional pidfile support
* Option to start torrents paused
* Option to delete .torrent files from watch directory
Web Client
* The context menu now works when multiple rows are selected
* Show ETA for seeding torrents that have a seed ratio set

(tnn)

2010-07-14 14:00:10 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 1.00

(seb)

2010-07-14 13:59:54 UTC MAIN commitmail json YAML

Update p5-Module-Install from version 0.95 to version 1.00.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
1.00 Tue 22 Jun 2010
- Remove obsolete text warning about nonexistent auto_install()
  woes
- auto_install() wrongly merged build_requires entries into
  requires; note that it's correct build_requires entries
  are merged into requires if you use older versions of
  EUMM, which didn't support build_requires. (ISHIGAKI)

0.99 Tue  1 Jun 2010
- FindBin->again only works on 5.8.3

0.98 Mon 21 May 2010
- Resolved #57326: Tests fail when being run in parallel
  (by Florian Ragwitz) (ISHIGAKI)
- Resolved #57335: Re: Problem with Module::Install + Fix
  (by Paul Makepeace) (ISHIGAKI)
- Added "add_metadata" to add extra (experimental) metadata to
  META.yml (requested by Florian Ragwitz) (ISHIGAKI)
- Fixed a test to check EU::MM version as only newer EUMM has
  MIN_PERL_VERSION (ISHIGAKI)
- Made fixup_makefile a bit robust, not to be interfered by
  antivirus etc (ISHIGAKI)

0.97 Mon 10 May 2010
- Added missing LWP dependency, starting with 2 year old version (ADAMK)

0.96 Tue 10 May 2010
- Stop Bundle.pm pointlessly calling import() of bundled modules
  (MSTROUT)
- Resolved #55464: Wrong license detection (by Jens Rehsack)
  (ISHIGAKI)
- Resolved #55594: Missing license (by Salve J. Nilsen) (ISHIGAKI)
- Resolved #5849 (load_extensions() causes "Subroutine %s
  redefined" warnings) (by Steve Hay) (ISHIGAKI)
- Resolved #19445: unknown functions in Makefile.PL should fail.
  and #19449: license is not found if unknown function is present
  (both are the same issue) (ISHIGAKI)
- Resolved #54890: MYMETA.yml creation doesn't work (by miyagawa)
  (ISHIGAKI)
- Resolved #55974: FakeAdmin does not define (by Francesc Guasch)
  (ISHIGAKI)
- Resolved #40230: test_requires and include (by Alexandr Ciornii)
  (ISHIGAKI)
- Resolved #56460: Bundle documentation error? (by Florent Angly)
  (ISHIGAKI)
- Resolved #56459: Cannot find bundle source for modules that
  contain sub-modules (patch by Florent Angly) (ISHIGAKI)
- Resolved #56474: Dependency check error fails to be triggered
  (by Florent Angly) (ISHIGAKI)
- Resolved #5528: Sub-directory builds don't work (by Steve Hay)
  (ISHIGAKI)
- Resolved #56531: New patches for M::I::Bundle (patch by Florent
  Angly) (ISHIGAKI)
- Resolved #56589 for Module-Install: Bundle's refactor
  (patch by Florent Angly) (ISHIGAKI)
- Pass VERSION_FROM to EU::MM in the background to let it check
  version integrity (ISHIGAKI)
- Improved tests and removed unnecessary directories/files
  (ISHIGAKI)
- Added API.pod and FAQ.pod (ISHIGAKI)

(seb)

2010-07-14 13:27:00 UTC MAIN commitmail json YAML

Updated ruby-xslt to 0.9.7.

(obache)

2010-07-14 13:25:48 UTC MAIN commitmail json YAML

Updated textproc/ruby-xslt to 0.9.7

(obache)

2010-07-14 13:25:35 UTC MAIN commitmail json YAML

Update ruby-xslt to 0.9.7.
PR#43604 by Wen Heping.

0.9.7 :
* Ruby 1.9
* Bug correction (Issue #1)

(obache)

2010-07-14 12:54:05 UTC MAIN commitmail json YAML

2010-07-14 12:53:51 UTC MAIN commitmail json YAML

Update yaz to 4.0.11.
Based on PR#43610 by Wen Heping.
While here, convert tclsh related matters to use pkgsrc frameworks.

--- 4.0.11 2010/07/09

CCL fixes: bug 2895 and bug 3539.

GR1-display: add comma in display - was removed by mistake in
version 4.0.0.

Windows installer: bundle MSVCP90.dll - used by icuuc42.dll.

SRU: Merge cookies on HTTP redirects (Giannis Kosmas <kosmas@lib.uoc.gr>).

--- 4.0.10 2010/06/18

ZOOM C: Add ZOOM_resultset_release. ZOOM_resultset_release releases a
result set from a connection. The result set will be on its own
thereafter; no operations on it will perform retrievals from a target.
Only cached copies are returned.

ZOOM C:fix case for HTTP servers responding with Connection:close.
Ensure that if there is a current task it is resumed (like fetching
more records in a result set) . Bug #3484.

PQF parser: use odr_atoi for Odr_int (not atoi)

Minor PQF encoding and decoding changes; reformat. PQF decoding: attribute
values that contain any non-digits are treated as string attributes
(previously decoding only checked for leading character ([0-9]). PQF
encoding: attribute string values are not surrounded by double-quotes.

(obache)

2010-07-14 11:28:55 UTC MAIN commitmail json YAML

Updated print/cups to 1.4.3nb9

(sbd)

2010-07-14 11:25:19 UTC MAIN commitmail json YAML

Now that net/mDNSResponder has been update fix the dnssd build

Bump PKGREVISION (again!)

(sbd)

2010-07-14 11:22:59 UTC MAIN commitmail json YAML

Updated www/p5-WWW-Mechanize to 1.64

(seb)

2010-07-14 11:11:41 UTC MAIN commitmail json YAML

2010-07-14 10:47:23 UTC MAIN commitmail json YAML

Update p5-WWW-Mechanize from version 1.62 to version 1.64.

Upstream changes:
1.64        Thu Jul  1 10:41:00 CDT 2010
========================================
[THINGS THAT MAY BREAK YOUR CODE]
If you've been accessing $mech->{forms} or $mech->{form} values
directly, instead of going through the $mech->forms or $mech->current_form
accessors, respectively, then this version of Mech will break your
code.

[ENHANCEMENTS]
Parsing of forms has been delayed until they're actually needed.
If don't use forms on a page, you'll no longer waste time and memory
parsing them.

$mech->title now caches the title of the page after parsing the
page to find it.

mech-dump now takes a --cookie-file parameter for keeping cookies
between calls.

[DOCUMENTATION]
Typo fixes.

(seb)

2010-07-14 10:14:43 UTC MAIN commitmail json YAML

2010-07-14 09:43:14 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.43

(seb)

2010-07-14 09:43:01 UTC MAIN commitmail json YAML

Update p5-Variable-Magic from version 0.42 to version 0.43.

Upstream changes:
0.43    2010-06-25 23:35 UTC
        + Add : The new constant VMG_COMPAT_GLOB_GET tells you whether get magic
                is called for globs. It's true starting perl 5.13.2.
        + Chg : All callbacks are now called within an eval-like context.
                Only free callbacks used to be called that way.
        + Fix : Some exceptions thrown from a free callback could be lost.
        + Fix : Croak messages could sometimes be repeated several times.
        + Fix : t/41-clone.t segfaulting with perl 5.13.2.

(seb)

2010-07-14 09:29:24 UTC MAIN commitmail json YAML

Updated net/mDNSResponder to 214.3.2

(sbd)

2010-07-14 09:29:04 UTC MAIN commitmail json YAML

2010-07-14 09:19:34 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.31

(seb)

2010-07-14 09:18:52 UTC MAIN commitmail json YAML

Update from version 0.28 to version 0.31.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.31 Wed 7 Jul 2010
  * Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.

0.30 Tue 6 Jul 2010
  * MooseX::Getopt::Basic
    - uses attribute insertion order when determining the order in which
      options are documented in the usage (e.g. in $obj->usage->text). (Karen
      Etheridge)

  * MooseX::Getopt::Basic
    - store the usage object to the usage attr (RT#58715)
    - properly checks whether the *option* --help, --usage, or --? were used,
      rather than the attribute 'help', 'usage' or '?' were set
  * MooseX::Getopt::GLD
    - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
      object, and the help attribute for storing --help, --usage and --? state
  (RT#47865, RT#56783, RT#52474).  (Karen Etheridge)

  * MooseX::Getopt::Basic
    - Disable auto_help config in Getopt::Long, to avoid calling into
    pod2usage when the --help option is used while MooseX::ConfigFromFile
    is in use (the intent is just to fetch the value of the configfile
    option) (RT#57683). (Karen Etheridge)

0.29 Tue. Jun 15 2010
  * Fix repository metadata. Thanks Robert Bohne for noticing!

(seb)

2010-07-14 09:16:40 UTC MAIN commitmail json YAML

Update the MASTER_SITES and HOMEPAGE

(sbd)

2010-07-14 09:16:13 UTC pkgsrc-2010Q2 commitmail json YAML

2010-07-14 09:15:08 UTC pkgsrc-2010Q2 commitmail json YAML

Pullup ticket #3164 - requested by sbd
print/cups: build fix

Revisions pulled up:
- print/cups/Makefile 1.168
- print/cups/distinfo 1.75
- print/cups/patches/patch-bd 1.5
---
Module Name: pkgsrc
Committed By: sbd
Date: Tue Jul 13 10:59:43 UTC 2010

Modified Files:
pkgsrc/print/cups: Makefile distinfo
pkgsrc/print/cups/patches: patch-bd

Log Message:
the st_gen member of stat(2) is a BSD extension

(tron)

2010-07-14 08:47:47 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 0.6000

(seb)

2010-07-14 08:47:32 UTC MAIN commitmail json YAML

Update from version 0.5900 to version 0.6000 (upstream version 0.60)

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.60  2010-07-03

- By default, Dist::Zilla generates a Build.PL that requires Module::Build
  0.3601+, but this distro really doesn't need any particular version.

(seb)

2010-07-14 08:20:14 UTC MAIN commitmail json YAML

2010-07-14 08:05:49 UTC MAIN commitmail json YAML

Add buildlink with libunique (evolution-{plugin,shell}.pc require it).

(obache)

2010-07-14 07:14:29 UTC MAIN commitmail json YAML

2010-07-14 07:13:59 UTC MAIN commitmail json YAML

2010-07-14 05:49:39 UTC MAIN commitmail json YAML

re-enable commented out dependency on bug-buddy (why commented out?),
or bugbuddy.py will not be installed if it is not installed.

Bump PKGREVISION.

(obache)

2010-07-14 05:40:20 UTC MAIN commitmail json YAML

Bump PKGREVISION from evolution-data-server ABI bump.

(obache)

2010-07-14 04:56:04 UTC MAIN commitmail json YAML

Added openvpn-acct-wtmpx version 20091110

(manu)

2010-07-14 04:46:26 UTC MAIN commitmail json YAML

2010-07-14 03:58:36 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dump-Streamer to 2.22

(seb)

2010-07-14 03:58:24 UTC MAIN commitmail json YAML

Update from version 2.18 to version 2.22.

Pkgsrc changes:
- Install the "shortcut module" DDS

Upstream changes:
2.22 (2010-07-11)

Build.PL fixed to accept DDS and NODDS again

2.21 (2010-06-19)

Resynchronize internal VERSION declarations

2.20

Skipped version 2.20 because version numbers don't play nice when they
end in zeros.

2.19 (2010-06-19)

Tweak t/madness.t to deal with how perl-5.8.[0-8] deparses the pragma
`use warnings' differently.

(seb)

2010-07-14 03:43:20 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML-Tiny to 1.43

(seb)

2010-07-14 03:42:58 UTC MAIN commitmail json YAML

Update p5-YAML-Tiny from version 1.42 to version 1.43.

Upstream changes:
1.43 Sat 10 Jul 2010
- No functional changes, upgrading is not required
- Don't import Carp 'croak' any more, saving a few K

(seb)

2010-07-14 03:38:52 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Parser to 3.66

(seb)

2010-07-14 03:38:37 UTC MAIN commitmail json YAML

Update p5-HTML-Parser from version 3.65 to version 3.66.

Upstream changes:
2010-07-09  Release 3.66

Gisle Aas (1):
      Fix entity decoding in utf8_mode for the title header

(seb)

2010-07-14 03:37:23 UTC MAIN commitmail json YAML

p5-ExtUtils-ParseXS-2.2206 update done.

(seb)

2010-07-14 03:27:10 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-ParseXS to 2.22.06

(seb)

2010-07-14 03:26:58 UTC MAIN commitmail json YAML

Update p5-ExtUtils-ParseXS from version 2.22.05 to version 2.22.06 (upstream
version 2.2206).

Upstream changes:
2.2206 - Sun Jul  4 15:43:21 EDT 2010

Bug fixes:

- Make xsubpp accept the _ prototype (RT#57157) [Rafael Garcia-Suarez]

- INCLUDE_COMMAND portability fixes for VMS (RT#58181) [Craig Berry]

- INCLUDE_COMMAND fixes to detect non-zero exit codes (RT#52873)
  [Steffen Mueller]

(seb)