Commit graph

203545 commits

Author SHA1 Message Date
jnemeth
7a0d2d212d sort 2013-07-04 04:33:08 +00:00
jnemeth
e73777e8be - sort
- add and enable p5-Carp-Always
- delete non-existant p5-Carp-Any
2013-07-04 04:32:15 +00:00
dholland
1cbef31e0a mtr 2013-07-04 03:42:22 +00:00
dholland
793ac71c6e Don't print time_t with %lu; it fails on 32-bit netbsd, where time_t is
wider than that. PR 47991 from VSYakovetsky.
2013-07-04 03:41:48 +00:00
wen
b465b77028 Updated devel/p5-Tree-DAG_Node to 1.12 2013-07-04 00:11:39 +00:00
wen
0aa89c1bdb 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.
2013-07-04 00:10:40 +00:00
jperkin
e2fcb0d8d0 SunOS needs an explicit -lldap. Fixes package build. 2013-07-03 21:43:14 +00:00
adam
bc9455b5c7 Updated net/samba to 3.6.16 2013-07-03 20:01:38 +00:00
adam
4a00bcc536 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.
2013-07-03 20:00:47 +00:00
sno
6ea623917a Updated databases/p5-DBIx-Class-Helpers to 2.018001 2013-07-03 19:07:20 +00:00
sno
6f95b83138 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)
2013-07-03 19:07:10 +00:00
sno
fe38f2da8f Updated databases/p5-DBIx-Class-InflateColumn-IP to 0.02003 2013-07-03 19:03:09 +00:00
sno
6571a49946 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.
2013-07-03 19:03:00 +00:00
sno
9cf260db39 Updated databases/p5-DBIx-Class-Fixtures to 1.001018 2013-07-03 18:59:20 +00:00
sno
2095f96085 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.
2013-07-03 18:59:10 +00:00
sno
3c867fe5fe Add SUBDIR for p5-DBIx-Class-InflateColumn-FS 2013-07-03 18:55:31 +00:00
sno
14828385f9 Added databases/p5-DBIx-Class-InflateColumn-FS version 0.01007 2013-07-03 18:55:02 +00:00
sno
9b4db06ab0 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.
2013-07-03 18:54:50 +00:00
sno
f566fae4e9 Updated databases/p5-DBIx-Class-EncodedColumn to 0.00012 2013-07-03 18:40:12 +00:00
sno
06c6b3282a 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++)
2013-07-03 18:40:03 +00:00
sno
31f53fe49d Updated databases/p5-DBIx-Class-DynamicDefault to 0.04 2013-07-03 18:36:50 +00:00
sno
74334ae403 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.
2013-07-03 18:36:38 +00:00
sno
a0d1ab0c2a Updated databases/p5-DBIx-Class-Candy to 0.002104 2013-07-03 18:27:33 +00:00
sno
0dc7c13a87 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
2013-07-03 18:27:23 +00:00
schmonz
bfa7626757 Remove patch, no longer needed. 2013-07-03 18:26:44 +00:00
sno
66186e66f2 Updated databases/p5-Dancer-Plugin-DBIC to 0.1802 2013-07-03 18:24:15 +00:00
sno
8fdf9afd3d 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)!
2013-07-03 18:24:06 +00:00
sno
2ab06d1333 Updated databases/p5-MLDBM to 2.05 2013-07-03 18:20:39 +00:00
sno
65d20f824e 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
2013-07-03 18:20:30 +00:00
wiz
da49569467 Fix previous. 2013-07-03 18:19:24 +00:00
sno
0e7fdba76e Updated databases/p5-SQL-Abstract to 1.74 2013-07-03 18:18:13 +00:00
sno
5070f3283b 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
2013-07-03 18:18:03 +00:00
sno
d3363d740b Adding SUBDIR's for p5-Dancer-Session-Cookie and p5-Session-Storage-Secure 2013-07-03 17:51:43 +00:00
sno
a57dcf4f9b Added www/p5-Dancer-Session-Cookie version 0.22 2013-07-03 17:44:43 +00:00
sno
2211d97ed0 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.
2013-07-03 17:44:29 +00:00
sno
61dfa03aa3 Added www/p5-Session-Storage-Secure version 0.007 2013-07-03 17:40:16 +00:00
sno
63de245f1b 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)
2013-07-03 17:40:03 +00:00
sno
e1df3b523e Updated databases/p5-DBIx-Class-Schema-Loader to 0.07035 2013-07-03 16:52:46 +00:00
sno
23cdf66735 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)
2013-07-03 16:52:36 +00:00
sno
7efa895df3 Updated devel/p5-Dist-Zilla to 4.300035 2013-07-03 16:50:06 +00:00
sno
4874ac8137 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
2013-07-03 16:49:57 +00:00
sno
cdbf9aba66 Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.18 2013-07-03 16:48:15 +00:00
sno
ba6a441056 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)
2013-07-03 16:48:06 +00:00
sno
66a1d8f2b2 Updated devel/p5-Perl-PrereqScanner to 1.016 2013-07-03 16:41:50 +00:00
sno
f4ececeb4f 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)
2013-07-03 16:41:41 +00:00
sno
7b5e05580c Updated devel/p5-Syntax-Keyword-Junction to 0.003004 2013-07-03 16:39:41 +00:00
sno
50decce2b2 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
2013-07-03 16:39:31 +00:00
sno
6a7d1d92c9 Updated devel/p5-Sub-Exporter-Progressive to 0.001010 2013-07-03 16:37:48 +00:00
sno
e4d74cde76 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
2013-07-03 16:37:38 +00:00
sno
450ff1bf34 Updated devel/p5-MooseX-App-Cmd to 0.10 2013-07-03 16:33:22 +00:00