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

2024-05-13 13:25:58 UTC Now

2013-07-04 03:41:48 UTC MAIN commitmail json YAML

Don't print time_t with %lu; it fails on 32-bit netbsd, where time_t is
wider than that. PR 47991 from VSYakovetsky.

(dholland)

2013-07-04 00:11:39 UTC MAIN commitmail json YAML

Updated devel/p5-Tree-DAG_Node to 1.12

(wen)

2013-07-04 00:10:40 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
1.12  Wed Jul  3 16:38:00 2013
- Change text in README referring to licence to match text in body of source, since it was in conflict
with the Artistic Licence V 2.0.
This was requested by Petr Pisar who packages stuff for Red Hat.
- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
- Various spelling fixes in the docs, as kindly reported by dsteinbrunner.

(wen)

2013-07-03 21:43:14 UTC MAIN commitmail json YAML

SunOS needs an explicit -lldap.  Fixes package build.

(jperkin)

2013-07-03 20:01:38 UTC MAIN commitmail json YAML

Updated net/samba to 3.6.16

(adam)

2013-07-03 20:00:48 UTC MAIN commitmail json YAML

Changes 3.6.16:
* BUG 9881: Link dbwrap_tool and dbwrap_torture against libtevent.
* BUG 9722: Properly handle Oplock breaks in compound requests.
* BUG 9822: Fix crash bug during Win8 sync.
* BUG 9927: errno gets overwritten in call to check_parent_exists().
* BUG 8997: Change libreplace GPL source to LGPL.
* BUG 9900: is_printer_published GUID retrieval.
* BUG 9941: Fix a bug of drvupgrade of smbcontrol.
* BUG 9868: Don't know how to make LIBNDR_PREG_OBJ.
* BUG 9688: Remove "experimental" label on "max protocol=SMB2" parameter.
* BUG 9881: Check for system libtevent.

(adam)

2013-07-03 19:07:20 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Helpers to 2.018001

(sno)

2013-07-03 19:07:10 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-Helpers in
databases/p5-DBIx-Class-Helpers from 2.015001nb1 to 2.018001.

pkgsrc changes:
- adjust dependencies

Upstream changes:
2.018001  2013-07-02 20:40:18 CST6CDT
- Fix bug related to inheriting from ::Shortcut

2.018000  2013-06-22 17:03:29 CST6CDT
- Add ::ResultSet::Shortcut::OrderByMagic (moltar)
- Add ::ResultSet::Shortcut::Prefetch (Wallas Reis)
- Add ::ResultSet::Shortcut::HasRows (Wallas Reis)
- Add ::ResultSet::Shortcut::Limit (Wallas Reis)
- make ::ResultSet::Me more flexible (moltar)
- Fix some warnings (when using deprecated modules) (good catch Bill
  Mosely)
- Fix lots of docs (moltar, Gregor Herrmann, mauke)

2.017000  2013-04-20 10:37:04 CST6CDT
- Add ::Schema::QuoteNames to force quote_names on
- Add normalize_connect_info utilitiy

2.016006  2013-04-12 09:14:23 CST6CDT
- Remove use of a private method, thus fixing Helpers on v0.08210
- Remove the last vestige of non-in-memory SQLite
- Stop using RT for bugtracking

2.016005  2013-01-23 19:00:09 CST6CDT
- Fix hash order dependency bug (Thanks Fitz Elliott!)

2.016004  2013-01-09 20:05:57 CST6CDT
- Add more storages for ::ResultSet::Random (Thanks José Diaz Seng!)

2.016003  2012-12-07 15:54:29 CST6CDT
- Fix bug in dup_check_source_auto and fk_check_source_auto.  If
  any of the broken things were multiple they explode in the hashref.
  The solution is to force the values to be resultsets, which is how
  the helper is documented anyway. (thanks MST for finding this)

2.016002  2012-11-17 15:31:12 CST6CDT
- Put MetaYAML back in dist

2.016001  2012-11-02 17:52:43 CST6CDT
- fix OnColumnChange to work with relationship based updates
  so $artist->update({ cd => $cd_obj }) now correctly triggers
  a change.  Thanks David Schmidt for the test
- validate number of arguments to _change_column (David Schmidt)
- fix name of Helper::ResultSet::Shortcut in SYNOPSIS

2.016000  2012-10-25 21:35:05 CST6CDT
- Add Helper::ResultSet::Shortcut (Wes Malone)

(sno)

2013-07-03 19:03:09 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-InflateColumn-IP to 0.02003

(sno)

2013-07-03 19:03:00 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-InflateColumn-IP in
databases/p5-DBIx-Class-InflateColumn-IP from 0.02001nb5 to 0.02003.

pkgsrc changes:
- add license conditions

Upstream changes:
0.02003 Fri Nov  2 11:52:11 GMT 2012
      - Perl 5.8.1 is now required (as it is for DBIC itelf).
      - Use and declare UTF-8 encoding in POD
      - Add repository metadata

0.02002
      - Use numeric format for bigint columns.
      - Use bigint column in test to cope with DBD::SQLite bind type changes.

(sno)

2013-07-03 18:59:20 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Fixtures to 1.001018

(sno)

2013-07-03 18:59:10 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-Fixtures in
databases/p5-DBIx-Class-Fixtures from 1.001013nb3 to 1.001018.

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
  error reports

1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
  introduced by DBIC 0.08200 (nerox++ for bug report).

1.001016
- Support more Postgresql types for datetime_relative (added TIME, DATE,
  INTERVAL, TIMESTAMP)
- If $result_source->column_info defines a sequence, make sure we properly
  set that sequence to whatever the max value currently is.

1.001015
- ::External::File makes the path if its missing

1.001014
- Allow you to perform value substitutions inside config-sets
- Added a framework to allow you to backup / restore data external to the
  database as part of your fixtures.  Added an external handler for File
  based data, and docs and tests for this.

(sno)

2013-07-03 18:55:31 UTC MAIN commitmail json YAML

Add SUBDIR for p5-DBIx-Class-InflateColumn-FS

(sno)

2013-07-03 18:55:02 UTC MAIN commitmail json YAML

Added databases/p5-DBIx-Class-InflateColumn-FS version 0.01007

(sno)

2013-07-03 18:54:50 UTC MAIN commitmail json YAML

Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS version
0.01007 into databases/p5-DBIx-Class-InflateColumn-FS.

Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.

The storage path is specified with fs_column_path. Each file receives
a unique name, so the storage for all FS columns can share the same path.

Within the path specified by fs_column_path, files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
_fs_column_dirs in a derived class to change this behavior.

fs_new_on_update will create a new file name if the file has been updated.

(sno)

2013-07-03 18:40:12 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-EncodedColumn to 0.00012

(sno)

2013-07-03 18:40:03 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-EncodedColumn in
databases/p5-DBIx-Class-EncodedColumn from 0.00011nb3 to 0.00012.

Upstream changes:
0.00012 2013-04-29
        - Fixes reported bug #78091. (gbjk++)

(sno)

2013-07-03 18:36:51 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-DynamicDefault to 0.04

(sno)

2013-07-03 18:36:38 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-DynamicDefault in
databases/p5-DBIx-Class-DynamicDefault from 0.03nb5 to 0.04.

pkgsrc changes:
- add license conditions
- adjust dependencies

Upstream changes:
0.04  Sat, 14 Apr 2012 10:09:00 +0100
Matt S Trout:
    Fix a massive pessimisation causing repeated ->result_source_instance
    invocations resulting in get_inherited from C::A::Grouped being the
    biggest thing in a startup profile.

(sno)

2013-07-03 18:27:34 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Candy to 0.002104

(sno)

2013-07-03 18:27:23 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-Candy in
databases/p5-DBIx-Class-Candy from 0.002103nb1 to 0.002104.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.002104  2013-05-13 09:29:37 CST6CDT
  - Fix stupid doc examples

(sno)

2013-07-03 18:26:44 UTC MAIN commitmail json YAML

2013-07-03 18:24:15 UTC MAIN commitmail json YAML

Updated databases/p5-Dancer-Plugin-DBIC to 0.1802

(sno)

2013-07-03 18:24:06 UTC MAIN commitmail json YAML

Update package for CPAN distribution Dancer-Plugin-DBIC in
databases/p5-Dancer-Plugin-DBIC from 0.1601nb1 to 0.1802.

Upstream changes (since 1.1601):
0.1802  2013-01-22
        Updated version requirement for Dancer. A newer Dancer is required to
            use the plugin_args() function.

0.1801  2013-01-21
        Fixed tests to pass on Dancer 2.
        Thanks Yanick Champoux (https://github.com/yanick)!

0.1800  2013-01-18
        Added the resultset and rset keywords.

0.1700  2013-01-01
        Added support for Dancer 2.
        Thanks Steven Humphrey (https://github.com/shumphrey)!

(sno)

2013-07-03 18:20:39 UTC MAIN commitmail json YAML

Updated databases/p5-MLDBM to 2.05

(sno)

2013-07-03 18:20:30 UTC MAIN commitmail json YAML

Updating package for CPAN distribution MLDBM in databases/p5-MLDBM from
2.04nb4 to 2.05.

Upstream changes:
2.05 (21 Feb 2013, by Alexandr Ciornii)
    Require perl 5.5
    Test for pod

(sno)

2013-07-03 18:19:24 UTC MAIN commitmail json YAML

2013-07-03 18:18:13 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.74

(sno)

2013-07-03 18:18:03 UTC MAIN commitmail json YAML

Updating package for CPAN distribution SQL-Abstract in
databases/p5-SQL-Abstract from 1.73nb2 to 1.74.

Upstream changes:
revision 1.74  2013-06-04
----------------------------
    - Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize

(sno)

2013-07-03 17:51:43 UTC MAIN commitmail json YAML

Adding SUBDIR's for p5-Dancer-Session-Cookie and p5-Session-Storage-Secure

(sno)

2013-07-03 17:44:43 UTC MAIN commitmail json YAML

Added www/p5-Dancer-Session-Cookie version 0.22

(sno)

2013-07-03 17:44:29 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Dancer-Session-Cookie version 0.22
into www/p5-Dancer-Session-Cookie.

This module implements a session engine for sessions stored entirely in
cookies. Usually only session id is stored in cookies and the session data
itself is saved in some external storage, e.g. database. This module allows
to avoid using external storage at all.

Since server cannot trust any data returned by client in cookies, this
module uses cryptography to ensure integrity and also secrecy. The data
your application stores in sessions is completely protected from both
tampering and analysis on the client-side.

(sno)

2013-07-03 17:40:16 UTC MAIN commitmail json YAML

Added www/p5-Session-Storage-Secure version 0.007

(sno)

2013-07-03 17:40:03 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Session-Storage-Secure version 0.007
into www/p5-Session-Storage-Secure.

This module implements a secure way to encode session data. It is primarily
intended for storing session data in browser cookies, but could be used with
other backend storage where security of stored session data is important.

Features include:

    () Data serialization and compression using Sereal
    () Data encryption using AES with a unique derived key per encoded session
    () Enforced expiration timestamp (optional)
    () Integrity protected with a message authentication code (MAC)

(sno)

2013-07-03 16:52:46 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.07035

(sno)

2013-07-03 16:52:36 UTC MAIN commitmail json YAML

Updating package for CPAN distribution DBIx-Class-Schema-Loader in
databases/p5-DBIx-Class-Schema-Loader from 0.07033nb2 to 0.07035.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.07035  2013-02-26
        - Release 0.07034_01 with a stable version number. 0.07034 is
          skipped due to the improper dev release versioning.

0.07034_01  2013-01-21
        - Fix fixture generation helper to work with older DBD::SQLite versions

0.07034_01  2013-01-16
        - MSSQL: on > 2000 use schema_name() instead of user_name() to detect
          current schema and query sys.schemas instead of sysusers.
        - SQL Anywhere: introspect ON DELETE/UPDATE rules, default is now
          RESTRICT. is_deferrable still defaults to 1
        - rewrite pg fk introspection to use catalog views instead of
          information_schema as information_schema does not work for readonly
          users
        - add rel_type param for relationship_attrs coderef
        - pass link table details to rel_name_map for many_to_many bridges
  (RT#81091)

(sno)

2013-07-03 16:50:06 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-Zilla to 4.300035

(sno)

2013-07-03 16:49:57 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Dist-Zilla in devel/p5-Dist-Zilla
from 4.300023nb2 to 4.300035.

pkgsrc changes:
- update dependencies

Upstream changes:
4.300035  2013-06-19 21:37:28 America/New_York
          update for new Perl::PrereqScanner, which will find "lib"

          update AutoPrereqs to skip Config and Errno

          fix docs to not suggest obsolete "Prereq" name (thanks, Ivan
          Bessarabov!)

4.300034  2013-04-13 16:56:48 Europe/London
          delay loading of CPAN::Uploader, and require a newer version to
          require HTTPS (thanks, Olivier Mengué!)

4.300033  2013-04-05 15:00:37 America/New_York
          fix .build/latest (thanks, Karen Etheridge!)

          doc fixes (thanks, Randy Stauner!)

4.300032  2013-03-29 16:41:11 America/New_York
          test_requires support for ModuleBuild and MakeMaker (thanks,
          Tatsuhiko Miyagawa!)

4.300031  2013-03-17 21:47:31 America/New_York
          stacktrace removed from exception when a plugin's minimum version
          check fails (thanks, Karen Etheridge!)

          add 'dzil listdeps --json', which lists all prerequisites broken up
          by phase and type, in readable JSON format (thanks, Karen Etheridge!)

          improve errors when there's not enough configuration and no global
          config file can be found (thanks, Dimitar Petrov)

          delay loading yet more libraries until needed (thanks, Olivier
          Mengué!)

4.300030  2013-01-30 22:25:27 America/New_York
          listdeps --versions now sorts properly (thanks, Karen Etheridge!)

          delay loading more libraries until needed (thanks, Olivier Mengué!)

          excluded filenames in GatherDir were sometimes matched too fuzzily
          (thanks, Mike Doherty)

4.300029  2013-01-14 20:03:15 America/New_York
          allow :version directive in root section to require a given version
          of Dist::Zilla

          simply and speedify some of GatherDir (Thanks, Olivier Mengué!)

4.300028  2012-10-19 10:50:42 America/New_York
          when picking modules to treat as "part of the dist," be more lax in
          understanding libraries under ./t:  ./t/lib/Foo.pm is now treated as
          providing t::lib::Foo, lib::Foo, and Foo

4.300027  2012-10-16 21:07:06 America/New_York
          the "latest" symlink code broke Dist::Zilla on win32; fixed now!
          (thanks, Brendan Byrd!)

4.300026  2012-10-13 22:21:17 America/New_York
          PodSyntaxTests, PodCoverageTests and MetaTests now add the right
          develop/requires prereqs (thanks, Olivier Mengué and Ricardo Signes!)

          ModuleBuild now takes an mb_lib argument that can override the
          default of "inc" (thanks, ben hengst)

          create .build/latest symlink when a build in .build is built (thanks,
          Alexei Znamensky!)

          allow "-version" arg to [@Filter] to specify the version of the
          bundle required (thanks, Rob Hoelz)

4.300025  2012-10-07 23:02:33 America/New_York
          add the LicenseProvider and NameProvider roles (thanks, Vyacheslav
          Matjukhin!)

          make Dist::Zilla::App::Tester be a CaptureExternal App::Cmd::Tester

4.300024  2012-09-26 12:01:45 America/New_York
          include $] in MetaConfig data

(sno)

2013-07-03 16:48:15 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.18

(sno)

2013-07-03 16:48:06 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Lingua-EN-Inflect-Phrase in
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.18 2012-12-27 00:09:43
        - fix meta repository info (RT#82274)

0.17 2012-12-25 14:09:56
        - fix for ordinal number phrases, 'first release' was singularizing to
          'first releases' (RT#82242)

0.16  2012-11-05 02:43:34
        - bump up Lingua::EN::Tagger dep again due to unescaped braces in
          regexes

0.15  2012-09-27 22:17:00
        - fix uninitialized warnings on older perls

0.14  2012-09-24 03:56:10
        - add $prefer_nouns config variable, defaulting to 1, which allows the
          recognition of phrases such as 'source splits'
        - much better number handling, in both number and word form

0.13  2012-08-30 05:30:04
        - bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes

0.12  2012-01-10 22:44:02
        - fix "statuses" -> "status"

0.11  2011-12-18 06:25:33
        - fix "aliases" and "referral logs" (RT#73242)

(sno)

2013-07-03 16:41:50 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-PrereqScanner to 1.016

(sno)

2013-07-03 16:41:41 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Perl-PrereqScanner in
devel/p5-Perl-PrereqScanner from 1.014nb2 to 1.016.

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.016    2013-06-19 21:27:44 America/New_York
  - new executable is bundled, scan-perl-prereqs, to take the plae of
    scan_prereqs;  it has cpanm-friendly output by default, but supports
    --pretty and --by-file (thanks to John SJ Anderson for some of the work on
    this!)

  - add Superclass scanner for superclass.pm (thanks, David Golden!)
  - make scan_prereqs scan .t files (thanks, David Golden!)
  - add scan_module method (thanks, Neil Bowers!)
  - lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin
    Dawson!)

1.015    2012-12-14 22:07:55 America/New_York
  - document that "no Module" also works (thanks for the report, Toby Inkster)

(sno)

2013-07-03 16:39:41 UTC MAIN commitmail json YAML

Updated devel/p5-Syntax-Keyword-Junction to 0.003004

(sno)

2013-07-03 16:39:31 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Syntax-Keyword-Junction in
devel/p5-Syntax-Keyword-Junction from 0.003002nb1 to 0.003004.

Upstream changes:
0.003004  2013-04-28 19:00:36 CST6CDT
    - Silence even more warnings above 5.17.10 (RJBS)

0.003003  2013-04-10 06:38:29 CST6CDT
    - Silence warnings above 5.17.10

(sno)

2013-07-03 16:37:48 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Exporter-Progressive to 0.001010

(sno)

2013-07-03 16:37:38 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Sub-Exporter-Progressive in
devel/p5-Sub-Exporter-Progressive from 0.001006nb2 to 0.001010.

Upstream changes:
0.001010 - 2013-03-26
  - Fix module name in Makefile.PL (RT#83932)
  - Work around Exporter.pm not installable on perl < 5.8.0

0.001009 - 2013-03-12
  - disallow version names in random parts of the import list for consistency
    with Sub::Exporter (Toby Inkster)
  - perl 5.6 support
  - more metadata

0.001008 - 2013-01-22
  - Fix prereqs

0.001007 - 2013-01-21
  - Rewrite -tag to :tag for Exporter.pm

(sno)

2013-07-03 16:33:22 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-App-Cmd to 0.10

(sno)

2013-07-03 16:33:11 UTC MAIN commitmail json YAML

Updating package for CPAN distribution MooseX-App-Cmd in
devel/p5-MooseX-App-Cmd from 0.09nb2 to 0.10.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.10      2013-05-17 10:29:01 America/New_York
    - RT#84437: fix missing parameter in call to default function
      (chips, ouftete)
    - gh#3: fix failing test introduced by MooseX::ConfigFromFile 0.08
      (ouftete)
    - point perlcritic author test to the correct perltidy config
    - add author dependencies to Dist::Zilla dist.ini file

(sno)

2013-07-03 16:31:10 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-ConfigFromFile to 0.11

(sno)

2013-07-03 16:30:59 UTC MAIN commitmail json YAML

Updating package for CPAN distribution MooseX-ConfigFromFile in
devel/p5-MooseX-ConfigFromFile from 0.04nb2 to 0.11.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.11      2013-06-23 09:22:04 PDT-0700 (Karen Etheridge)
          - bump prereq version for MooseX::Types::Path::Tiny to ensure a
            broken version is not installed

0.10      2013-02-12 13:17:44 PST-0800 (Karen Etheridge)
          - allow clean composition into a role, without requiring an -exclude

0.09      2013-02-11 09:35:50 PST-0800 (Karen Etheridge)
          - removed prereqs which are only used for optional tests

0.08      2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
          - allow configfiles called "0"
          - configfile value now passed through to new()
          - new _get_default_configfile method added, which consumers can
            override to provide a default value without having to redefine the
            attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION
            if you override the configfile attribute!

0.07      2013-02-04 (Karen Etheridge)
          - fixed tests to not load optional dependencies

0.06      2013-02-03 (Karen Etheridge)
          - the configfile attribute is now a Path::Tiny, not a Path::Class
            (coercions from strings are still supported, and now also from any
            other type that has a string coercion).

0.05      2013-02-03 (Karen Etheridge)
          - documentation corrected to demostrate how to properly override the
            configfile method to provide a default from the consuming class,
            without having to redefine the attribute itself
          - if MooseX::Getopt is installed, the configfile attribute has the
            Getopt trait applied

(sno)

2013-07-03 16:28:54 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-TraceUse to 2.09

(sno)

2013-07-03 16:28:44 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Devel-TraceUse in
devel/p5-Devel-TraceUse from 2.06nb2 to 2.09.

Upstream changes:
2.09 Sat Feb 16 2013
    - added a proxy-reporting feature, that lists modules/subroutines
      found to load other modules --but no change to the tree output yet--
      (thanks to Olivier Mengué (DOLMEN))

2.08 Thu Sep 13 2012
    - fixed the module's encoding to match the =encoding POD directive

2.07 Thu Sep 13 2012
    - Added support for "perl -c": dump tree at CHECK phase if -c is set
      (contributed by Olivier Mengué (DOLMEN))

(sno)

2013-07-03 16:27:08 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Uploader to 0.103004

(sno)

2013-07-03 16:26:57 UTC MAIN commitmail json YAML

Updating package for CPAN distribution CPAN-Uploader in devel/p5-CPAN-Uploader
from 0.103001nb2 to 0.103004

Upstream changes:
0.103004  2013-03-12 15:51:43 America/New_York
          like 0.103003, but a production release

0.103003  2013-01-30 21:22:12 America/New_York
          use https by default (thanks, Mike Doherty)

0.103002  2012-12-24 22:00:44 America/New_York
          cpan-uploader now can take a list of filenames to upload (Thanks,
          Gabor Szabo!)

(sno)

2013-07-03 16:25:07 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-Any to 1.30

(sno)

2013-07-03 16:24:57 UTC MAIN commitmail json YAML

Updating package for CPAN distribution JSON-Any in onverters/p5-JSON-Any
from 1.29nb2 to 1.30.

Upstream changes:
1.30    2013-06-15
    * Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424 &
      RT#67967. (perigrin)
    * Fix documentation bug RT#86065.

(sno)

2013-07-03 16:23:26 UTC MAIN commitmail json YAML

Updated devel/p5-Probe-Perl to 0.02

(sno)

2013-07-03 16:23:17 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Probe-Perl in devel/p5-Probe-Perl
from 0.01nb4 to 0.02.

pkgsrc changes:
- Choose right download location

Upstream changes:
0.02
- Switched to Git and Dist::Zilla
- Fixed an issue with perls installed in directories containing
  spaces or other special shell characters. [Spotted by Samuel
  Ferencik - RT #84643]

(sno)

2013-07-03 16:21:03 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Tagger to 0.23

(sno)

2013-07-03 16:20:54 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Lingua-EN-Tagger in
textproc/p5-Lingua-EN-Tagger from 0.20nb2 to 0.23.

Upstream changes:
0.23            Aaron Coburn            10/1/12
        Fixed errors in threads tests

0.21            Aaron Coburn            9/27/12
        Escaped some more curly braces in regex
        patterns (see below). Made memoize module
        support threads.

(sno)

2013-07-03 16:18:53 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-EN-Inflect to 1.895

(sno)

2013-07-03 16:18:43 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Lingua-EN-Inflect in
textproc/p5-Lingua-EN-Inflect from 1.893nb2 to 1.895.

Upstream changes:
1.895  Wed Sep 12 00:27:54 2012
    - Fixed a POD nit (thanks Gregor)
    - Added 'words_below', 'comma', and 'comma_every' options to NO()
      (Thanks Lady Aleena).

1.894  Thu Jun 14 10:22:30 2012
    - Fixed several dozen obscure plurals (thanks Tom)
    - Greatly improved the list of prepositions (thanks Tom)
    - Several minor doc nits cleaned up
    - Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena)
    - NON-BACKWARDS COMPATIBLE CHANGE:
      WORDLIST now always add spaces around its final conjunction.
      Please report any cases where this is an adverse change.

(sno)

2013-07-03 16:16:28 UTC MAIN commitmail json YAML

Adding SUBDIR's for 5-Lingua-EN-FindNumber, p5-Lingua-EN-Number-IsOrdinal,
p5-Lingua-EN-Words2Nums and p5-String-Compare-ConstantTime.

(sno)

2013-07-03 16:13:51 UTC MAIN commitmail json YAML

Added textproc/p5-String-Compare-ConstantTime version 0.300

(sno)

2013-07-03 16:13:38 UTC MAIN commitmail json YAML

Adding package for CPAN distribution String-Compare-ConstantTime version
0.300 into textproc/p5-String-Compare-ConstantTime.

This module provides one function, equals (not exported by default).

You should pass this function two strings of the same length. It will
return true if they are string-wise identical and false otherwise, just
like eq. However, comparing any two differing strings will take a fixed
amount of time, unlike eq.

NOTE: If the lengths of the strings are different, equals will return
false right away. Also, comparing two identical strings will take a
different amount of time than comparing two differing strings.

(sno)

2013-07-03 16:11:54 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-Number-IsOrdinal version 0.04

(sno)

2013-07-03 16:11:42 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Lingua-EN-Number-IsOrdinal version
0.04 into textproc/p5-Lingua-EN-Number-IsOrdinal.

This module will tell you if a number, either in words or as digits, is a
cardinal or ordinal number.

This is useful if you e.g. want to distinguish these types of numbers found
with Lingua::EN::FindNumber and take different actions.

(sno)

2013-07-03 16:10:04 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-FindNumber version 1.2

(sno)

2013-07-03 16:09:52 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Lingua-EN-FindNumber version 1.2
into textproc/p5-Lingua-EN-FindNumber.

This module provides a regular expression for finding numbers in English
text. It also provides functions for extracting and manipulating such
numbers.

(sno)

2013-07-03 16:06:40 UTC MAIN commitmail json YAML

Added textproc/p5-Lingua-EN-Words2Nums version 0.18

(sno)

2013-07-03 16:06:25 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Lingua-EN-Words2Nums version 0.18
into textproc/p5-Lingua-EN-Words2Nums.

This module converts English text into numbers. It supports both ordinal
and cardinal numbers, negative numbers, and very large numbers.

The main subroutine, which is exported by default, is words2nums(). This
subroutine, when fed a string, will attempt to convert it into a number.
If it succeeds, the number will be returned. If it fails, it returns undef.

(sno)

2013-07-03 16:04:22 UTC MAIN commitmail json YAML

Adding SUBDIR's for p5-Crypt-URandom and p5-Dancer-Plugin-Auth-RBAC.

(sno)

2013-07-03 16:02:47 UTC MAIN commitmail json YAML

Added security/p5-Dancer-Plugin-Auth-RBAC version 1.110.720

(sno)

2013-07-03 16:02:33 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Dancer-Plugin-Auth-RBAC version
1.110720 into security/p5-Dancer-Plugin-Auth-RBAC.

Dancer::Plugin::Auth::RBAC is an authentication framework and role-based
access control system. As a role-based access control system
Dancer::Plugin::Auth::RBAC can be complex but will give you the most
flexibilty over all other access control philosophies.

The Dancer::Plugin::Auth::RBAC plugin provides your application with the
ability to easily authenticate and restrict access to specific users and
groups by providing a tried and tested RBAC (role-based access control)
system. Dancer::Plugin::Auth::RBAC provides this level of sophistication
with minimal configuration.

(sno)

2013-07-03 15:58:37 UTC MAIN commitmail json YAML

Added security/p5-Crypt-URandom version 0.34

(sno)

2013-07-03 15:58:21 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Crypt-URandom version 0.34 into
security/p5-Crypt-URandom.

This Module is intended to provide an interface to the strongest available
source of non-blocking randomness on the current platform. Platforms
currently supported are anything supporting /dev/urandom and versions of
Windows greater than or equal to Windows 2000.

(sno)

2013-07-03 15:58:02 UTC MAIN commitmail json YAML

Fix build with the 'php' option enabled.

(jperkin)

2013-07-03 15:56:47 UTC MAIN commitmail json YAML

Adding SUBDIR's for p5-MooseX-Types-LogAny and p5-MooseX-Types-Stringlike.

(sno)

2013-07-03 15:55:06 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Types-Stringlike version 0.001

(sno)

2013-07-03 15:54:52 UTC MAIN commitmail json YAML

Adding package for CPAN distribution MooseX-Types-Stringlike version 0.001
into devel/p5-MooseX-Types-Stringlike.

This module provides a more general version of the Str type. If coercions
are enabled, it will accepts objects that overload stringification and
coerces them into strings.

(sno)

2013-07-03 15:45:34 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Types-LogAny version 0.001001

(sno)

2013-07-03 15:45:21 UTC MAIN commitmail json YAML

Adding package for CPAN distribution MooseX-Types-LogAny version 0.001001
into devel/p5-MooseX-Types-LogAny.

The motivation behind this modules is that Log::Any::Adapter::Null does
not inherit from Log::Any::Adapter::Base which all of the other adapters
do. Moose will not allow a type union of undefined types unless they are
Moose classes. This module allows you to simply use the LogAny type which
has done the union for you.

(sno)

2013-07-03 15:41:54 UTC MAIN commitmail json YAML

Adding SUBDIR's for p5-Module-Path, p5-MooseX-Types-Path-Tiny, p5-Path-Tiny

(sno)

2013-07-03 15:40:01 UTC MAIN commitmail json YAML

Added filesystems/p5-MooseX-Types-Path-Tiny version 0.006

(sno)

2013-07-03 15:39:48 UTC MAIN commitmail json YAML

Adding package for CPAN distribution MooseX-Types-Path-Tiny version 0.006
into filesystems/p5-MooseX-Types-Path-Tiny.

This module provides Path::Tiny types for Moose. It handles two important
types of coercion:

    * coercing objects with overloaded stringification
    * coercing to absolute paths

It also can check to ensure that files or directories exist.

(sno)

2013-07-03 15:35:52 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.36

(sno)

2013-07-03 15:35:41 UTC MAIN commitmail json YAML

Updating package for CPAN distribution MooseX-Types in devel/p5-MooseX-Types
from 0.35nb2 to 0.36.

Upstream changes:
0.36    2013-06-22 13:48:37 PDT-0700 (Karen Etheridge)
        - fixed failing tests on 5.8.5 due to incorrect == overload
        (RT#77100, Graham Knop)

(sno)

2013-07-03 15:13:46 UTC MAIN commitmail json YAML

Added filesystems/p5-Path-Tiny version 0.024

(sno)

2013-07-03 15:13:33 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Path-Tiny version 0.024 into
filesystems/p5-Path-Tiny.

This module attempts to provide a small, fast utility for working with
file paths. It is friendlier to use than File::Spec and provides easy
access to functions from several other core file handling modules.

It doesn't attempt to be as full-featured as IO::All or Path::Class,
nor does it try to work for anything except Unix-like and Win32 platforms.
Even then, it might break if you try something particularly obscure or
tortuous. (Quick! What does this mean: ///../../..//./././a//b/.././c/././?
And how does it differ on Win32?)

All paths are forced to have Unix-style forward slashes. Stringifying the
object gives you back the path (after some clean up).

File input/output methods flock handles before reading or writing, as
appropriate.

The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode
without CRLF translation. Installing Unicode::UTF8 0.58 or later will speed
up several of them and is highly recommended.

It uses autodie internally, so most failures will be thrown as exceptions.

(sno)

2013-07-03 15:10:04 UTC MAIN commitmail json YAML

Updated devel/p5-autodie to 2.20

(sno)

2013-07-03 15:09:55 UTC MAIN commitmail json YAML

Updating package for CPAN distribution autodie in devel/p5-autodie from
2.19nb1 to 2.20.

Upstream changes:
2.20      2013-06-23 16:08:41 PST8PDT
        Many improvements from Niels Thykier, hero of the
        free people.  From GH #25:
        * SPEED / INTERNAL: Less time is spent computing prototypes
        * SPEED / INTERNAL: Leak guards are more efficient.
        * SPEED : Expanding tags (eg: qw(:all)) is now faster.
          This also improves the speed of checking autodying
          code with Perl::Critic.
        * INTERNAL: Expanding of tags is faster and preserves order.

(sno)

2013-07-03 15:06:49 UTC MAIN commitmail json YAML

Added filesystems/p5-Module-Path version 0.09

(sno)

2013-07-03 15:06:36 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Module-Path version 0.09 into
filesystems/p5-Module-Path.

Module::Path provides a single function, module_path(), which will find
where a module is installed locally.

It works by looking in all the directories in @INC for an appropriately
named file:

    * Foo::Bar becomes Foo/Bar.pm, using the correct directory path
      separator for your operating system.
    * Iterate over @INC, ignoring any references (see "require" in
      "perlfunc" if you're surprised to hear that you might find references
      in @INC).
    * For each directory in @INC, append the partial path (Foo/Bar.pm),
      again using the correct directory path separator. If the resulting
      file exists, return this path.
    * If no file was found, return undef.

(sno)

2013-07-03 14:52:02 UTC MAIN commitmail json YAML

Remove NetBSD specific if's. It is replaced with devel/libexecinfo/builtin.mk.

(ryoon)

2013-07-03 14:50:38 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Convert .if clause to devel/libexecinfo/builtin.mk.
  On NetBSD current, binary should be changed.

(ryoon)

2013-07-03 14:48:00 UTC MAIN commitmail json YAML

Revbump from devel/libexecinfo/builtin.mk.

(ryoon)

2013-07-03 14:47:04 UTC MAIN commitmail json YAML

Add builtin.mk file for built-in libexecinfo support.

* Tested on NetBSD 6.99.23 and 6.1 with graphics/fotoxx.

(ryoon)

2013-07-03 14:37:16 UTC MAIN commitmail json YAML

Additional PLIST entries for the SunOS build.

(jperkin)

2013-07-03 14:36:50 UTC MAIN commitmail json YAML

Adding subdir's for p5-Algorithm-Cluster, p5-Math-Random-ISAAC,
p5-Math-Random-ISAAC-XS, p5-Number-Tolerant.

(sno)

2013-07-03 14:34:32 UTC MAIN commitmail json YAML

Enable MAKE_JOBS.  Works fine for me on SunOS with -j12, and is necessary in
order to build this package in anything like a reasonable amount of time.

(jperkin)

2013-07-03 14:33:47 UTC MAIN commitmail json YAML

Added math/p5-Math-Random-ISAAC version 1.004

(sno)

2013-07-03 14:33:32 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Math-Random-ISAAC version 1.004 into
math/p5-Math-Random-ISAAC.

As with other Pseudo-Random Number Generator (PRNG) algorithms like the
Mersenne Twister (see Math::Random::MT), this algorithm is designed to
take some seed information and produce seemingly random results as output.

However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has
different goals than these commonly used algorithms. In particular, it's
really fast - on average, it requires only 18.75 machine cycles to generate
a 32-bit value. This makes it suitable for applications where a significant
amount of random data needs to be produced quickly, such solving using the
Monte Carlo method or for games.

The results are uniformly distributed, unbiased, and unpredictable unless
you know the seed. The algorithm was published by Bob Jenkins in the late
90s and despite the best efforts of many security researchers, no feasible
attacks have been found to date.

(sno)

2013-07-03 14:30:49 UTC MAIN commitmail json YAML

Added math/p5-Math-Random-ISAAC-XS version 1.004

(sno)

2013-07-03 14:30:36 UTC MAIN commitmail json YAML

Adding package forPAN package Math-Random-ISAAC-XS version 1.004 into
math/Math-Random-ISAAC-XS.

This module implements the same interface as Math::Random::ISAAC and can
be used as a drop-in replacement. This is the recommended implementation
of the module, based on Bob Jenkins' reference implementation in C.

Selecting the backend to use manually really only has two uses:

    * If you are trying to avoid the small overhead incurred with
      dispatching method calls to the appropriate backend modules.
    * If you are testing the module for performance and wish to
      explicitly decide which module you would like to use.

(sno)

2013-07-03 14:26:15 UTC MAIN commitmail json YAML

Added math/p5-Algorithm-Cluster version 1.50

(sno)

2013-07-03 14:26:03 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Algorithm-Cluster version 1.50 into
devel/p5-Algorithm-Cluster.

This module is an interface to the C Clustering Library, a general purpose
library implementing functions for hierarchical clustering (pairwise simple,
complete, average, and centroid linkage), along with k-means and k-medians
clustering, and 2D self-organizing maps. This library was developed at the
Human Genome Center of the University of Tokyo. The C Clustering Library
is distributed along with Cluster 3.0, an enhanced version of the famous
Cluster program originally written by Michael Eisen while at Stanford
University.

(sno)

2013-07-03 13:58:40 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Number-Tolerant version 1.701 into
math/p5-Number-Tolerant.

Number::Tolerant creates a number-like object whose value refers to a
range of possible values, each equally acceptable. It overloads
comparison operations to reflect this.

I use this module to simplify the comparison of measurement results to
specified tolerances.

    reject $product unless $measurement == $specification;

(sno)

2013-07-03 13:54:11 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Exporter to 0.986

(sno)

2013-07-03 13:54:01 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Sub-Exporter in devel/p5-Sub-Exporter
from 0.984nb2 to 0.986.

pkgsrc changes:
- Update dependencies

Upstream changes:
0.986    2013-06-14 18:45:45 America/New_York
          typo fixes in docs (thanks, David Steinbrunner!)

0.985    2013-02-20 19:02:30 America/New_York
          documentation fixes (thanks, George Hartzell)

(sno)

2013-07-03 13:49:29 UTC MAIN commitmail json YAML

Disable jpeg version checks. Remove entries from PLIST that are related
to the custom jpeg version. Bump revision.

(joerg)

2013-07-03 13:46:19 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any-Adapter to 0.11

(sno)

2013-07-03 13:46:09 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Log-Any-Adapter in
devel/p5-Log-Any-Adapter from 0.09nb2 to 0.11.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.11  Jan 6, 2013
- Use IO::File in Adapter/File.pm to bring in autoflush - RT #81581

0.10  Oct 22, 2012
- Depend on Capture::Tiny 0.12 - RT #80287 (Andreas Koenig)

(sno)

2013-07-03 13:44:00 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any to 0.15

(sno)

2013-07-03 13:43:50 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Log-Any in devel/p5-Log-Any from
0.14nb2 to 0.15.

Upstream changes:
0.15  Apr 10, 2013
* Fixes
  - Hide 'package Log::Any::Adapter' from PAUSE/Module::Metadata - miyagawa

(sno)

2013-07-03 13:41:57 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 2.340

(sno)

2013-07-03 13:41:22 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 2.340

(sno)

2013-07-03 13:41:10 UTC MAIN commitmail json YAML

Updating package for CPAN distribution JSON-XS in converters/p5-JSON-XS
from 2.330nb2 (upstream: 2.33) to 2.340 (upstream: 2.34).

Upstream changes from 2.33:
2.34 Thu May 23 11:30:34 CEST 2013
- work around bugs in perl 5.18 breaking more than 100
          widely used modules, without a fix in sight because
          p5pers don't care about CPAN anymore.
- when canonicalising, only allocate up to 64 hash key
          pointers on the stack. for larger hashes, use the heap,
          to avoid using too much stackspace.
        - discuss the problem with setlocale (reported by a few victims).

(sno)

2013-07-03 13:40:48 UTC MAIN commitmail json YAML

Add guardtime and libguardtime.

(jperkin)

2013-07-03 13:38:58 UTC MAIN commitmail json YAML

Note security/libguardtime and security/guardtime additions.

(jperkin)

2013-07-03 13:38:50 UTC MAIN commitmail json YAML

Updating package for CPAN distribution JSON in converters/p5-JSON from
2.58nb1 to 2.59.

Upstream changes:
2.59  Wed Jun  5 14:35:54 2013
- PUREPERL_ONLY support was not supported...
    and finally remove all PP options from Makefile.PL.
- recommend JSON::XS instead of conditionally requiring it
    patched by miyagaw
  ( for example, $ cpanm --with-recommends JSON)
- Hide more packages from PAUSE (and other stuff)
    patched by miyagawa

(sno)

2013-07-03 13:37:36 UTC MAIN commitmail json YAML

Import guardtime version 1.0.12 into pkgsrc.

This package contains the 'gtime' command line tool for the GuardTime
keyless signature / time-stamping and verification system.

(jperkin)

2013-07-03 13:36:48 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.320

(sno)

2013-07-03 13:36:38 UTC MAIN commitmail json YAML

Updating package for CPAN distribution App-Cmd in devel/p5-App-Cmd from
0.318nb2 to 0.320.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.320    2013-01-30 19:37:46 America/New_York
          when answering "Unknown subcommand," the commands list is sent ot
          STDERR (#75652)

          tests for using Params::Validate callback and not getting nasty stack
          trace (thanks, Adam Prime)

0.319    2013-01-25 18:18:21 America/New_York
          Enable --help option for App::Cmd::Simple (thanks, Ryan Thompson!)

          add the ability to ignore non-commands (Thanks, Kent Fredric!)

          many improvements to tutorial (thanks, mokko!)

(sno)

2013-07-03 13:34:25 UTC MAIN commitmail json YAML

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

(sno)

2013-07-03 13:34:14 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Getopt-Long-Descriptive in
devel/p5-Getopt-Long-Descriptive from 0.092nb2 to 0.093

Upstream changes:
0.093    2012-11-01 15:55:35 America/New_York
          bogus %-codes in usage description are now noticed and fatal

(sno)

2013-07-03 13:33:51 UTC MAIN commitmail json YAML

Import libguardtime version 0.3.11 into pkgsrc.

The GuardTime Client SDK for C is intended for software developers who
want to integrate GuardTime Keyless Signature Service (KSS) into their
C and C++ based applications.

See http://www.guardtime.com/ for more information.

(jperkin)

2013-07-03 13:31:39 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Long to 2.40

(sno)

2013-07-03 13:31:29 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Getopt-Long in devel/p5-Getopt-Long
from 2.39nb1 to 2.40.

Upstream changes:
Changes in version 2.40
-----------------------
* Fix bug #86095 Possible problem with aliases
* Fix bug #85362 typo fix

(sno)

2013-07-03 13:28:42 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Pluggable to 4.8

(sno)

2013-07-03 13:28:31 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Module-Pluggable in
devel/p5-Module-Pluggable from 4.3nb2 to 4.8

Upstream changes:
2013-05-27 - 4.8
    Fix some typos (David Steinbrunner)
    Fix error in testing when Text::BibTex is installed (thanks to Andreas Koenig)

2013-02-25 - 4.7
    Fix more hash ordering bugs in tests by forcing sort of returned plugins (Yves Orton)

2013-01-23 - 4.6
    Add warning about future removal from core

2012-11-05 - 4.5
    Fix docs
    Fix problem with PAUSE upload

2012-11-05 - 4.4
    Fix hash ordering bug in tests (Yves Orton)
    Fix install dir (Tatsuhiko Miyagawa)

(sno)

2013-07-03 13:26:43 UTC MAIN commitmail json YAML

Updated devel/p5-PPI-XS to 0.902

(sno)

2013-07-03 13:26:32 UTC MAIN commitmail json YAML

Updating package for CPAN distribution PPI-XS in devel/p5-PPI-XS from
0.901nb4 to 0.902.

Upstream changes:
0.902 Tue 26 Feb 2013
- Fix "defined @array" deprecation warning

(sno)

2013-07-03 13:09:45 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CoreList to 2.92

(sno)

2013-07-03 13:09:35 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Module-CoreList in
devel/p5-Module-CoreList from 2.73nb1 to 2.92.

Upstream changes since 2.73:
2.92 Thu Jun 21 2013
  - Make switches case-sensitive (keep -d and -D distinct)
  - correct omission of Text::Soundex and File::CheckTree from deprecations
  - switch %deprecated to a delta hash
  - Added Utils module

2.91 Mon May 20 2013
  - Updated for v5.19.0

2.90 Mon May 18 2013
  - Updated for v5.18.0

2.88 Tue Apr 23 2013
  - Include deprecations for v5.17.10 and v5.17.11

2.87 Sat Apr 20 2013
  - Updated for v5.17.11
2.85 Thu Mar 19 2013
  - Updated for v5.17.10

2.84 Mon Mar 11 2013
  - Updated for v5.16.3

2.83 Sun Mar 10 2013
  - Updated for v5.14.4

2.82 Wed Feb 20 2013
  - --feature switch added
  - --upstream switch added
  - Updated for v5.17.9

2.81 Sun Jan 27 2013
  - Add modules deprecated with v5.17.9

2.80 Sun Jan 20 2013
  - Updated for v5.17.8

  - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78

2.79 Tue Dec 18 2012
  - Updated for v5.17.7

  - Errno was added in 5.5, not in 5.5.4

2.78 Sat Nov 12 2012
  - Updated for v5.17.6

  - Fix hash order dependency bug in deprecated_in().
    Tests would would fail or succeed depending on what order keys()
    would return the version list in. List::Utils::min() considers
    '5.011' and '5.011000' to be equivalent, and returns the first
    whichever it encounters. Changing to List::Utils::minstr() fixes
    this.

2.77 Sat Nov 10 2012
  - Updated for v5.12.5
  - deprecated_in() function added
  - corelist reports deprecated data

2.76 Fri Nov  1 2012
  - Updated for v5.16.2

2.75 Fri Oct 20 2012
  - Updated for v5.17.5

2.74 Fri Oct 12 2012
  - Updated for v5.14.3

(sno)

2013-07-03 12:48:08 UTC MAIN commitmail json YAML

Updated www/squid3 to 3.3.6

(adam)

2013-07-03 12:47:11 UTC MAIN commitmail json YAML

Changes 3.3.6:
Bug 3762: remove bogus WARNING in cache.log
Fix Ip::Address::operator =(sockaddr_storage)
Make sure %<tt includes all [failed] connection attempts.
Bug 3854: pt1: compile errors on AIX
Fix request headers logging for icap_log
Support HTTP reply ACLs in icap_log and log_icap
Bug 3802: Fix wrong check inside Format::Format::assemble
Bug 3786: Fix configure with --disable-internal-dns compile error
Polished icap_service and ecap_service documentation.
SourceFormat Enforcement
Bug 3717: assertion failed with dstdom_regex with IP based URL
Fix incorrect external_acl_type codes
Avoid segfaults on seriously malformed requests when ICAP logging is enabled.
Ask for SSL key password when started with -N but without sslpassword_program.
basic_ncsa_auth: fix unused variable warnings (typo in rev.12762)
Fix buffer null termination
Bug 1991: kqueue causes SSL to hang

(adam)

2013-07-03 12:31:33 UTC MAIN commitmail json YAML

Revert back to avoiding the native SunOS pax by default.

Whilst it works for the most part, the mk/extract/extract script expects
an -O flag which it does not support, and adding conditionals to that
script would be messy.

Fixes 5 direct packages.

(jperkin)

2013-07-03 11:34:39 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20130703

(jperkin)

2013-07-03 11:34:27 UTC MAIN commitmail json YAML

Increase default SunOS compiler flags to -O2 to match most other systems.

Bump PKGVERSION to today's date.

(jperkin)

2013-07-03 10:53:06 UTC MAIN commitmail json YAML

Added buildlink3 file to package

(jaapb)

2013-07-03 10:45:30 UTC MAIN commitmail json YAML

Added devel/ocaml-batteries version 2.0

(jaapb)

2013-07-03 10:42:37 UTC MAIN commitmail json YAML

Added new package ocaml-batteries to Makefile.

(jaapb)

2013-07-03 10:40:33 UTC MAIN commitmail json YAML

2013-07-03 09:14:29 UTC MAIN commitmail json YAML

Adding subdirectories for added packages:
  * p5-Carp-Always
  * p5-Devel-FindPerl
  * p5-Devel-Hide
  * p5-ExtUtils-Config
  * p5-ExtUtils-Helpers
  * p5-ExtUtils-InstallPaths
  * p5-Module-Build-Tiny
  * p5-Test-FailWarnings
  * p5-Test-Without-Module
  * p5-bareword-filehandles
  * p5-circular-require
  * p5-experimental
  * p5-indirect
  * p5-multidimensional

(sno)

2013-07-03 09:14:27 UTC MAIN commitmail json YAML

+ puzzles-9891, subversion-base-1.8.0.
- curl-7.31.0, subversion-base-1.7.10.

(wiz)

2013-07-03 09:04:45 UTC MAIN commitmail json YAML

Added devel/p5-multidimensional version 0.011

(sno)

2013-07-03 09:04:32 UTC MAIN commitmail json YAML

Adding package for CPAN distribution multidimensional-0.011 into
devel/p5-multidimensional.

Perl's multidimensional array emultaion stems from the days before
the language had references, but these days it mostly serves to bite
you when you typo a hash slice by using the $ sigil instead of @.

This module lexically makes using multidmensional array emulation a
fatal error at compile time.

(sno)

2013-07-03 09:03:01 UTC MAIN commitmail json YAML

Updated devel/p5-Lexical-SealRequireHints to 0.007

(sno)

2013-07-03 09:02:50 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Lexical-SealRequireHints in
devel/p5-Lexical-SealRequireHints from 0.005nb2 to 0.007.

Upstream changes since 0.005:
version 0.007; 2012-02-11
  * be thread-safe, by mutex control on op check hooking
  * in pure Perl implementation, avoid putting extra eval stack frames
    around the require, to avoid unnecessary complication of exception
    handling; this can't be done on Perls 5.9.4 to 5.10.0, so don't
    allow use of the pure Perl implementation on those Perls
  * revise documentation to suggest loading this module earlier
  * document the relevant changes to the Perl core in more detail
  * on Perl versions where the pure Perl implementation can't work,
    dynamically declare requirement for XS infrastructure in Build.PL
  * refine threshold for ability to correctly override require from
    5.8.0 to 5.7.2
  * revise minimum required Perl version down from 5.6.1 to 5.6.0
  * test that modules see the correct context at file scope
  * test that module return values are handled correctly
  * test that the module doesn't generate warnings
  * in pure Perl implementation, fix handling of the variable that
    previously needed to be "our"
  * rearrange and better comment the treatment of lexical warnings in
    the Perl code

version 0.006; 2011-11-20
  * bugfix: avoid loading warnings.pm and leaving its delayed requires
    of Carp.pm susceptible to hint leakage, which was causing trouble
    on some Perls
  * skip swash test on Perl 5.6, where swash loading appears to be broken
    by loading Test::More or anything else useful
  * remove bogus tests that cause false failures on Perl 5.15.5
  * in Build.PL, declare incompatibility with pre-0.19
    B::Hooks::OP::Check, which doesn't play nicely around op check hooking
  * comment why a variable surprisingly needs to be "our"
  * convert .cvsignore to .gitignore

(sno)

2013-07-03 08:53:04 UTC MAIN commitmail json YAML

Added devel/p5-indirect version 0.30

(sno)

2013-07-03 08:52:50 UTC MAIN commitmail json YAML

Adding package for CPAN distribution indirect version 0.30 into
devel/p5-indirect.

When enabled, this pragma warns about indirect method calls that are
present in your code.

This pragma currently does not warn for core functions (print, say, exec
or system). This may change in the future, or may be added as optional
features that would be enabled by passing options to unimport.

In http://www.shadowcat.co.uk/blog/matt-s-trout/indirect-but-still-fatal,
Matt S. Trout gives an example of an undesirable indirect method call on
a block that can cause a particularly bewildering error.

(sno)

2013-07-03 08:46:11 UTC pkgsrc-2013Q2 commitmail json YAML

2013-07-03 08:45:27 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4168 - requested by martin
www/firefox: build fix

Revisions pulled up:
- www/firefox/distinfo                                          1.106
- www/firefox/patches/patch-mb                                  1.5
- www/firefox/patches/patch-xa                                  deleted

---
  Module Name: pkgsrc
  Committed By: martin
  Date: Tue Jul  2 07:18:18 UTC 2013

  Modified Files:
  pkgsrc/www/firefox: distinfo
  pkgsrc/www/firefox/patches: patch-mb
  Removed Files:
  pkgsrc/www/firefox/patches: patch-xa

  Log Message:
  Another minor mishap from the sparc64 patches (now the package actually
  builds on sparc64)

(tron)

2013-07-03 08:43:42 UTC MAIN commitmail json YAML

Added devel/p5-experimental version 0.005

(sno)

2013-07-03 08:43:31 UTC MAIN commitmail json YAML

Adding package for CPAN distribution experimental version 0.005 into
devel/p5-experimental.

This pragma provides an easy and convenient way to enable or disable
experimental features.

(sno)

2013-07-03 08:41:47 UTC MAIN commitmail json YAML

Added devel/p5-circular-require version 0.10

(sno)

2013-07-03 08:41:30 UTC MAIN commitmail json YAML

Adding package for CPAN distribution circular-require version 0.10 into
devel/p5-circular-require.

Perl by default just ignores cycles in require statements - if Foo.pm does
use Bar and Bar.pm does use Foo, doing use Foo elsewhere will start loading
Foo.pm, then hit the use statement, start loading Bar.pm, hit the use
statement, notice that Foo.pm has already started loading and ignore it,
and continue loading Bar.pm. But Foo.pm hasn't finished loading yet, so if
Bar.pm uses anything from Foo.pm (which it likely does, if it's loading it),
those won't be accessible while the body of Bar.pm is being executed. This
can lead to some very confusing errors, especially if introspection is
happening at load time (make_immutable in Moose classes, for example). This
module generates a warning whenever a module is skipped due to being loaded,
if that module has not finished executing.

This module works as a pragma, and typically pragmas have lexical scope.
Lexical scope doesn't make a whole lot of sense for this case though,
because the effect it's tracking isn't lexical (what does it mean to disable
the pragma inside of a cycle vs. outside of a cycle? does disabling it
within a cycle cause it to always be disabled for that cycle, or only if
it's disabled at the point where the warning would otherwise be generated?
etc.), but dynamic scope (the scope that, for instance, local uses) does,
and that's how this module works. Saying no circular::require enables the
module for the current dynamic scope, and use circular::require disables
it for the current dynamic scope. Hopefully, this will just do what you mean.

(sno)

2013-07-03 08:38:56 UTC MAIN commitmail json YAML

Updated devel/p5-Package-Stash to 0.34

(sno)

2013-07-03 08:38:45 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Package-Stash in
devel/p5-Package-Stash from 0.33nb2 to 0.34.

pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.34  2013-01-04
      - support anonymous stashes on newer perl versions
      - prevent harmful effects from invalid settings for
        $ENV{PACKAGE_STASH_IMPLEMENTATION}
      - switch to Module::Implementation

(sno)

2013-07-03 08:37:52 UTC MAIN commitmail json YAML

Updated www/py-gdata to 2.0.18

(wiz)

2013-07-03 08:37:43 UTC MAIN commitmail json YAML

Update to 2.0.18:

=== 2.0.18 ===
1173[tip]  93c436da2d19  2013-06-14 07:21 -0700  afshar
  Remove unused script.

1172  e692050ec194  2013-06-14 07:20 -0700  afshar
  Updated docs.

1171  159874713088  2013-06-14 07:20 -0700  afshar
  Bumped version.

1170  7b4e3c22e83c  2013-06-07 15:52 +0200  burcud
  Adding missing unit attributes for unit picing elements.

1169  ad8ee900dda5  2013-06-06 19:01 +0200  burcud
  Fixing identifier_exists attribute for product items.

1168  d6ce8dc4970a  2013-06-06 17:53 +0200  burcud
  Fixing multipack attribute.

1167  b87779918c90  2013-06-06 15:10 +0200  burcud
  Adding new product spec attributes.

1166  624d33ad26f2  2013-02-11 12:47 -0800  rkubiak
  Update Sites Python API to allow page creation from a template

1165  ecb1d49b5fbe  2013-01-07 11:29 -0800  dhermes
  Adding an OAuth2Token subclass which can interact with google-api-python-client.

1164  f76c53eaf151  2012-11-20 16:09 +0100  burcud
  Modifying Content API for Shopping client to use schema projection.

1163  a8c25010b8b7  2012-08-27 13:50 -0700  dhermes
  Adding in ability to change Content for Shopping base URI via a kwarg for client constructor. (Fixes 6479060).

1162  c5d57eff0ef4  2012-08-15 08:31 -0700  dhermes
  Adding paid clicks to Content API performance datapoint. (Issue 6443130)

1161  71971b013563  2012-08-06 15:20 -0700  dhermes
  Adding support for adwords_accounts settings element in managedaccounts feed of Content API. (6443092)

1160  cf0208e89433  2012-07-30 09:53 -0700  dhermes
  Changing OAuth2 Authorization Header lead in from OAuth to Bearer (per http://goo.gl/QDiLZ). (issue 6455060)

1159  3b021605570f  2012-07-12 18:14 -0700  dhermes
  Adding missing name XML attribute to gdata.contentforshopping.data.Group.

1158  524fc2b2e821  2012-06-19 08:43 -0700  dhermes
  Renaming classes for inventory feed of Content API. (Issue 6296085)

1157  32c0cb313b2e  2012-06-14 15:36 -0700  dhermes
  Updating offline URI for OAuth2 and explicity specifying approval_prompt as a kw arg. (Issue 6296072)

1156  f7593ae5d035  2012-06-14 15:35 -0700  dhermes
  Added individual get for ManagedAccounts, functionality for paging and changed to correct endpoint. (issue 6304076)

1155  723e577ada7b  2012-06-14 13:53 -0700  dhermes
  Adding support for Local Products feed in Content API. (Issue 6305091)

1154  75ee2830ca74  2012-06-13 12:48 -0700  dhermes
  Adding support for wrong open search version hack on other ContentAPI Feed classes. (Issue 6296071)

1153  f783c64b953f  2012-06-13 10:07 -0700  dhermes
  Adding support for Data Quality Feed of Content API for Shopping. (Issue 6295074)

1152  4cc916619658  2012-06-13 09:07 -0700  dhermes
  Adding back accidentally removed code from commit c92bc870e3a4363bed2732d50d782189407af7ac.

1151  c92bc870e3a4  2012-06-13 09:01 -0700  dhermes
  Adding support for Content API Users Feed. (Issue 6295071)

1150  0dcb1f3aff81  2012-06-12 17:25 -0700  dhermes
  Adding custom id parser for Content API errors. (issue 6306073)

1149  8f11de681f03  2012-06-12 17:21 -0700  dhermes
  Adding support for product status elements in app:control for content for shopping. (Fixes 6299076)

(wiz)

2013-07-03 08:34:23 UTC MAIN commitmail json YAML

Updated devel/p5-Package-Stash-XS to 0.26

(sno)

2013-07-03 08:34:12 UTC MAIN commitmail json YAML

Updating package for CPAN distribution Package-Stash-XS in
devel/p5-Package-Stash-XS from 0.25nb2 to 0.26.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.26  2013-01-04
      - internal refactorings to support Package::Anon stashes - this should
        work now

(sno)

2013-07-03 08:21:52 UTC MAIN commitmail json YAML

Updated devel/py-distribute to 0.6.46

(wiz)

2013-07-03 08:21:23 UTC MAIN commitmail json YAML

Update to 0.6.46:

------
0.6.46
------

* Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
  customized egg cache location specifies a directory that's group- or
  world-writable.

(wiz)

2013-07-03 08:19:59 UTC MAIN commitmail json YAML

2013-07-03 08:19:53 UTC MAIN commitmail json YAML

2013-07-03 08:18:34 UTC MAIN commitmail json YAML

Updated security/pinentry to 0.8.3

(wiz)

2013-07-03 08:18:23 UTC MAIN commitmail json YAML

2013-07-03 08:18:06 UTC MAIN commitmail json YAML

Update to 0.8.3:

Noteworthy changes in version 0.8.3 (2013-04-26)
------------------------------------------------

* Build fixes for newer mingw32 toolchains.

* Add SETTIMEOUT command for the gtk+-2 pinentry.

(wiz)

2013-07-03 08:17:25 UTC MAIN commitmail json YAML

2013-07-03 08:17:17 UTC MAIN commitmail json YAML

2013-07-03 08:12:32 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.12

(wiz)

2013-07-03 08:12:24 UTC MAIN commitmail json YAML

Update to 1.12:

Noteworthy changes in version 1.12 (2013-06-24)
-----------------------------------------------

* Add support for 64 bit Windows (use ./autogen.sh --build-w64).

* Fixed parsing and installing of the Windows .def file.

* Interface changes relative to the 1.11 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NO_CRYPT_CTX        NEW.
GPG_ERR_WRONG_CRYPT_CTX      NEW.
GPG_ERR_BAD_CRYPT_CTX        NEW.
GPG_ERR_CRYPT_CTX_CONFLICT  NEW.
GPG_ERR_BROKEN_PUBKEY        NEW.
GPG_ERR_BROKEN_SECKEY        NEW.

(wiz)

2013-07-03 08:11:45 UTC MAIN commitmail json YAML

Updated converters/help2man to 1.43.3

(wiz)

2013-07-03 08:11:36 UTC MAIN commitmail json YAML

Update to 1.43.3:

Version 1.43 Jun 4, 2013

  * Add explicit include syntax for prepending, replacing or appending to
    generated output for a section.

(wiz)

2013-07-03 07:29:19 UTC MAIN commitmail json YAML

Added devel/p5-bareword-filehandles version 0.003

(sno)

2013-07-03 07:29:07 UTC MAIN commitmail json YAML

Adding package for CPAN distribution bareword-filehandles version 0.003
into devel/p5-bareword-filehandles.

This module lexically disables the use of bareword filehandles with
builtin functions, except for the special builitin filehandles STDIN,
STDOUT, STDERR, ARGV, ARGVOUT and DATA.

(sno)

2013-07-03 07:27:29 UTC MAIN commitmail json YAML

Added devel/p5-Test-Without-Module version 0.17

(sno)

2013-07-03 07:27:16 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Test-Without-Module version 0.17
into devel/p5-Test-Without-Module.

This module allows you to deliberately hide modules from a program even
though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.

(sno)

2013-07-03 07:25:02 UTC MAIN commitmail json YAML

Added devel/p5-Devel-Hide version 0.0009

(sno)

2013-07-03 07:24:49 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Devel-Hide version 0.0009 into
devel/p5-Devel-Hide.

Given a list of Perl modules/filenames, this module makes require and use
statements fail (no matter the specified files/modules are installed or
not).

They die with a message like:

    Can't locate Module/ToHide.pm (hidden)

The intent of this module is to allow Perl developers to test for
alternative behavior when some modules are not available. In a Perl
installation, where many modules are already installed, there is a
chance to screw things up because you take for granted things that
may not be there in other machines.

(sno)

2013-07-03 07:22:58 UTC MAIN commitmail json YAML

Added devel/p5-Test-FailWarnings version 0.005

(sno)

2013-07-03 07:22:46 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Test-FailWarnings version 0.005 into
devel/p5-Test-FailWarnings.

This module hooks $SIG{__WARN__} and converts warnings to Test::More's
fail() calls. It is designed to be used with done_testing, when you don't
need to know the test count in advance.

Just as with Test::NoWarnings, this does not catch warnings if other things
localize $SIG{__WARN__}, as this is designed to catch unhandled warnings.

(sno)

2013-07-03 07:16:39 UTC MAIN commitmail json YAML

Adding support for Module::Build::Tiny and fix --installdirs flag for
Module::Build and Module::Build::Tiny (Module::Build expects flags
instead of VAR=VALUE keychains).

(sno)

2013-07-03 07:13:55 UTC MAIN commitmail json YAML

Added devel/p5-Module-Build-Tiny version 0.024

(sno)

2013-07-03 07:13:42 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Module-Build-Tiny version 0.024 into
devel/p5-Module-Build-Tiny.

Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module
provides a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less
than 120, yet supports the features needed by most distributions.

Supported
    * Pure Perl distributions
    * Building XS or C
    * Recursive test files
    * MYMETA
    * Man page generation
    * Generated code from PL files

Not Supported
    * Dynamic prerequisites
    * HTML documentation generation
    * Extending Module::Build::Tiny

Directory structure

Your .pm and .pod files must be in lib/. Any executables must be in script/.
Test files must be in t/.

(sno)

2013-07-03 07:08:06 UTC MAIN commitmail json YAML

Added devel/p5-ExtUtils-InstallPaths version 0.009

(sno)

2013-07-03 07:07:52 UTC MAIN commitmail json YAML

Adding package for CPAN distribution ExtUtils-InstallPaths version 0.009
into devel/p5-ExtUtils-InstallPaths.

This module tries to make install path resolution as easy as possible.

When one wants to install a module, it needs to figure out where to install
things. The nutshell version of how this works is that default installation
locations are determined from ExtUtils::Config, and they may be individually
overridden by using the install_path attribute. An install_base attribute
lets one specify an alternative installation root like /home/foo and prefix
does something similar in a rather different (and more complicated) way.
destdir lets one specify a temporary installation directory like /tmp/install
in case one want to create bundled-up installable packages.

(sno)

2013-07-03 07:06:09 UTC MAIN commitmail json YAML

Added devel/p5-ExtUtils-Helpers version 0.021

(sno)

2013-07-03 07:05:55 UTC MAIN commitmail json YAML

Adding package for CPAN distribution ExtUtils-Helpers version 0.021 into
devel/p5-ExtUtils-Helpers.

ExtUils::Helpers module provides various portable helper functions for
module building modules.

(sno)

2013-07-03 07:01:18 UTC MAIN commitmail json YAML

Added packages p5-Sereal-Decoder and p5-Sereal-Encoder

(sno)

2013-07-03 06:59:58 UTC MAIN commitmail json YAML

Added devel/p5-Devel-FindPerl version 0.006

(sno)

2013-07-03 06:59:46 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Devel-FindPerl version 0.006 into
devel/p5-Devel-FindPerl.

This module tries to find the path to the currently running perl

(sno)

2013-07-03 06:56:04 UTC MAIN commitmail json YAML

Added devel/p5-ExtUtils-Config version 0.007

(sno)

2013-07-03 06:55:51 UTC MAIN commitmail json YAML

Adding package for CPAN distribution ExtUtils-Config version 0.007
into devel/p5-ExtUtils-Config.

ExtUtils::Config is an abstraction around the %Config hash

(sno)

2013-07-03 06:52:49 UTC MAIN commitmail json YAML

Added devel/p5-Carp-Always version 0.12

(sno)

2013-07-03 06:52:37 UTC MAIN commitmail json YAML

Adding package fpr CPAN distribution Carp-Always version 0.12 to
devel/p5-Carp-Always.

This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing.

(sno)

2013-07-03 06:44:37 UTC MAIN commitmail json YAML

Added converters/p5-Sereal-Encoder version 0.36

(sno)

2013-07-03 06:44:22 UTC MAIN commitmail json YAML

Adding package for CPAN distribution Sereal-Encoder version 0.36 into
converters/p5-Sereal-Encoder.

This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading.

The Sereal protocol version emitted by this encoder implementation is
currently protocol version 1.

(sno)