Commit graph

203526 commits

Author SHA1 Message Date
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
sno
888fe791ac 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.
2013-07-03 15:45:21 +00:00
sno
27594bd063 Adding SUBDIR's for p5-Module-Path, p5-MooseX-Types-Path-Tiny, p5-Path-Tiny 2013-07-03 15:41:54 +00:00
sno
32ed73b1be Added filesystems/p5-MooseX-Types-Path-Tiny version 0.006 2013-07-03 15:40:01 +00:00
sno
e7ffb48e20 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.
2013-07-03 15:39:48 +00:00
sno
ea5c477c71 Updated devel/p5-MooseX-Types to 0.36 2013-07-03 15:35:52 +00:00
sno
92b08b7c8d 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)
2013-07-03 15:35:41 +00:00
sno
aba6efdd72 Added filesystems/p5-Path-Tiny version 0.024 2013-07-03 15:13:46 +00:00
sno
64d9dd60fc 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.
2013-07-03 15:13:33 +00:00
sno
1288a3aadd Updated devel/p5-autodie to 2.20 2013-07-03 15:10:04 +00:00
sno
1e2eb29b2b 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.
2013-07-03 15:09:54 +00:00
sno
7cec6fe82f Added filesystems/p5-Module-Path version 0.09 2013-07-03 15:06:49 +00:00
sno
f9e71bdbf1 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.
2013-07-03 15:06:36 +00:00
ryoon
b2f27869e5 Remove NetBSD specific if's. It is replaced with devel/libexecinfo/builtin.mk. 2013-07-03 14:52:02 +00:00
ryoon
3d1c373ff6 Bump PKGREVISION.
* Convert .if clause to devel/libexecinfo/builtin.mk.
  On NetBSD current, binary should be changed.
2013-07-03 14:50:38 +00:00
ryoon
7d9b0f4882 Revbump from devel/libexecinfo/builtin.mk. 2013-07-03 14:48:00 +00:00
ryoon
e6b1b1cc23 Add builtin.mk file for built-in libexecinfo support.
* Tested on NetBSD 6.99.23 and 6.1 with graphics/fotoxx.
2013-07-03 14:47:04 +00:00
jperkin
a051e0cc39 Additional PLIST entries for the SunOS build. 2013-07-03 14:37:16 +00:00
sno
9bb9908664 Adding subdir's for p5-Algorithm-Cluster, p5-Math-Random-ISAAC,
p5-Math-Random-ISAAC-XS, p5-Number-Tolerant.
2013-07-03 14:36:49 +00:00
jperkin
b66eb6eb2f 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.
2013-07-03 14:34:32 +00:00
sno
09d02dda1f Added math/p5-Math-Random-ISAAC version 1.004 2013-07-03 14:33:47 +00:00
sno
9ebd34a15c 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.
2013-07-03 14:33:32 +00:00
sno
02438d2245 Added math/p5-Math-Random-ISAAC-XS version 1.004 2013-07-03 14:30:49 +00:00
sno
f79ee669b2 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.
2013-07-03 14:30:36 +00:00
sno
ebfe0ec441 Added math/p5-Algorithm-Cluster version 1.50 2013-07-03 14:26:15 +00:00
sno
fcf26a3cac 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.
2013-07-03 14:26:03 +00:00
sno
6379746940 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;
2013-07-03 13:58:39 +00:00
sno
bade1e9181 Updated devel/p5-Sub-Exporter to 0.986 2013-07-03 13:54:11 +00:00
sno
91df160f72 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)
2013-07-03 13:54:01 +00:00
joerg
01619a6f61 Disable jpeg version checks. Remove entries from PLIST that are related
to the custom jpeg version. Bump revision.
2013-07-03 13:49:28 +00:00
sno
f630f07b7e Updated devel/p5-Log-Any-Adapter to 0.11 2013-07-03 13:46:19 +00:00
sno
2ac7dbd294 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)
2013-07-03 13:46:09 +00:00
sno
321b689af2 Updated devel/p5-Log-Any to 0.15 2013-07-03 13:44:00 +00:00
sno
1dcc71e7f4 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
2013-07-03 13:43:50 +00:00
sno
26a79fde56 Updated converters/p5-JSON-XS to 2.340 2013-07-03 13:41:57 +00:00
sno
405d45aa7c Updated converters/p5-JSON-XS to 2.340 2013-07-03 13:41:22 +00:00