since there are a couple, for ease of use, the tarballs have the
category in the directory (i.e. unpack them in /usr/ports/mystuff).

any comments/ok?

converters/p5-JSON-XS-VersionOneAndTwo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JSON::XS is by far the best JSON module on the CPAN. However, it
changed its API at version 2.01. If you have to maintain code which
may be run on systems with either version one or two then this is
a bit of a pain. This module takes the pain away without sacrificing
performance.

devel/p5-PAR
~~~~~~~~~~~~
PAR is a toolkit to create and use perl scripts and modules stored
inside compressed .par files.

math/p5-Math-VecStat
~~~~~~~~~~~~~~~~~~~~
This package provides some basic statistics on numerical vectors.
All the subroutines can take a reference to the vector to be operated
on. In some cases a copy of the vector is acceptable, but is not
recommended for efficiency.

textproc/p5-Encode-Detect
~~~~~~~~~~~~~~~~~~~~~~~~~
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.

It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.

www/p5-Data-URIEncode
~~~~~~~~~~~~~~~~~~~~~
Data::URIEncode allows for encoding and decoding complex (multi
level datastructures) using native Query String manipulators (such
as CGI.pm). It takes complex data and turns it into a flat hashref
which can then be turned into a URI query string using URL encoding.
It also takes a flat hashref of data passed in and translates it
back to a complex structure.

Attachment: p5-Data-URIEncode.tgz
Description: application/tar-gz

Attachment: p5-Encode-Detect.tgz
Description: application/tar-gz

Attachment: p5-JSON-XS-VersionOneAndTwo.tgz
Description: application/tar-gz

Attachment: p5-Math-VecStat.tgz
Description: application/tar-gz

Attachment: p5-PAR.tgz
Description: application/tar-gz

Reply via email to