Commit graph

203361 commits

Author SHA1 Message Date
sno
1b4475c0b4 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
c2a6029f60 Added www/p5-Session-Storage-Secure version 0.007 2013-07-03 17:40:16 +00:00
sno
8305d7b55e 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
7459e27b16 Updated databases/p5-DBIx-Class-Schema-Loader to 0.07035 2013-07-03 16:52:46 +00:00
sno
5285f771cd 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
61ac58230a Updated devel/p5-Dist-Zilla to 4.300035 2013-07-03 16:50:06 +00:00
sno
2b194ae77b 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
aae4b34ef9 Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.18 2013-07-03 16:48:15 +00:00
sno
f514a16c03 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
ea3db7a853 Updated devel/p5-Perl-PrereqScanner to 1.016 2013-07-03 16:41:50 +00:00
sno
51d962a8f3 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
879212bb08 Updated devel/p5-Syntax-Keyword-Junction to 0.003004 2013-07-03 16:39:41 +00:00
sno
d078f52c1d 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
b1c1dab727 Updated devel/p5-Sub-Exporter-Progressive to 0.001010 2013-07-03 16:37:48 +00:00
sno
a6cdae53c1 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
ad5c72221c Updated devel/p5-MooseX-App-Cmd to 0.10 2013-07-03 16:33:22 +00:00
sno
7c3f4fa584 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
2013-07-03 16:33:11 +00:00
sno
6435cb1d9a Updated devel/p5-MooseX-ConfigFromFile to 0.11 2013-07-03 16:31:10 +00:00
sno
8a7c4f35c7 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
2013-07-03 16:30:59 +00:00
sno
044493fac9 Updated devel/p5-Devel-TraceUse to 2.09 2013-07-03 16:28:54 +00:00
sno
efec7a101c 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))
2013-07-03 16:28:44 +00:00
sno
1ffc4bf343 Updated devel/p5-CPAN-Uploader to 0.103004 2013-07-03 16:27:08 +00:00
sno
2ad71c2487 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!)
2013-07-03 16:26:57 +00:00
sno
697a5a6abf Updated converters/p5-JSON-Any to 1.30 2013-07-03 16:25:07 +00:00
sno
04d2c4a3ee 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.
2013-07-03 16:24:57 +00:00
sno
07cf9d502f Updated devel/p5-Probe-Perl to 0.02 2013-07-03 16:23:26 +00:00
sno
8cd7c72d81 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]
2013-07-03 16:23:16 +00:00
sno
f3a7a9f76c Updated textproc/p5-Lingua-EN-Tagger to 0.23 2013-07-03 16:21:03 +00:00
sno
1666606eb0 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.
2013-07-03 16:20:54 +00:00
sno
93e738a359 Updated textproc/p5-Lingua-EN-Inflect to 1.895 2013-07-03 16:18:53 +00:00
sno
696fa57c02 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.
2013-07-03 16:18:43 +00:00
sno
ea1715efa8 Adding SUBDIR's for 5-Lingua-EN-FindNumber, p5-Lingua-EN-Number-IsOrdinal,
p5-Lingua-EN-Words2Nums and p5-String-Compare-ConstantTime.
2013-07-03 16:16:28 +00:00
sno
023f6db27c Added textproc/p5-String-Compare-ConstantTime version 0.300 2013-07-03 16:13:51 +00:00
sno
133dfc14ee 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.
2013-07-03 16:13:38 +00:00
sno
a1f9d6e091 Added textproc/p5-Lingua-EN-Number-IsOrdinal version 0.04 2013-07-03 16:11:54 +00:00
sno
f3b26d4ebe 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.
2013-07-03 16:11:42 +00:00
sno
b8d2a9e7ab Added textproc/p5-Lingua-EN-FindNumber version 1.2 2013-07-03 16:10:04 +00:00
sno
3a4deb60c1 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.
2013-07-03 16:09:52 +00:00
sno
201a21e97e Added textproc/p5-Lingua-EN-Words2Nums version 0.18 2013-07-03 16:06:40 +00:00
sno
7850d3635c 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.
2013-07-03 16:06:25 +00:00
sno
80a6f01482 Adding SUBDIR's for p5-Crypt-URandom and p5-Dancer-Plugin-Auth-RBAC. 2013-07-03 16:04:22 +00:00
sno
b9c1bc58c5 Added security/p5-Dancer-Plugin-Auth-RBAC version 1.110.720 2013-07-03 16:02:47 +00:00
sno
59ef48324a 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.
2013-07-03 16:02:33 +00:00
sno
6cf4a87299 Added security/p5-Crypt-URandom version 0.34 2013-07-03 15:58:36 +00:00
sno
19bcae17f1 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.
2013-07-03 15:58:21 +00:00
jperkin
0b40abd918 Fix build with the 'php' option enabled. 2013-07-03 15:58:02 +00:00
sno
50826fa030 Adding SUBDIR's for p5-MooseX-Types-LogAny and p5-MooseX-Types-Stringlike. 2013-07-03 15:56:47 +00:00
sno
09be57043f Added devel/p5-MooseX-Types-Stringlike version 0.001 2013-07-03 15:55:06 +00:00
sno
a8fdfac9f8 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.
2013-07-03 15:54:52 +00:00
sno
f66008e5e8 Added devel/p5-MooseX-Types-LogAny version 0.001001 2013-07-03 15:45:34 +00:00