[83918] trunk/dports/perl

jmr at macports.org jmr at macports.org
Mon Sep 12 12:38:01 PDT 2011


Revision: 83918
          http://trac.macports.org/changeset/83918
Author:   jmr at macports.org
Date:     2011-09-12 12:37:56 -0700 (Mon, 12 Sep 2011)
Log Message:
-----------
New port: p5-statistics-descriptive, basic perl functions providing descriptive statistics (#26750)

Added Paths:
-----------
    trunk/dports/perl/p5-statistics-descriptive/
    trunk/dports/perl/p5-statistics-descriptive/Portfile

Added: trunk/dports/perl/p5-statistics-descriptive/Portfile
===================================================================
--- trunk/dports/perl/p5-statistics-descriptive/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-statistics-descriptive/Portfile	2011-09-12 19:37:56 UTC (rev 83918)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem        1.0
+PortGroup         perl5 1.0
+
+perl5.setup       Statistics-Descriptive 3.0200
+maintainers       maiar.org:jason-macports openmaintainer
+platforms         darwin
+supported_archs   noarch
+
+description      basic perl functions providing descriptive statistics 
+long_description   \
+   Statistics::Descriptive provides basic functions used in descriptive \
+   statistics. It has an object oriented design and supports two different \
+   types of data storage and calculation objects: sparse and full. With the \
+   sparse method, none of the data is stored and only a few statistical \
+   measures are available. Using the full method, the entire data set is \
+   retained and additional functions are available. \
+   \
+   Whenever a division by zero may occur, the denominator is checked to be \
+   greater than the value \$Statistics::Descriptive::Tolerance, which defaults \
+   to 0.0. You may want to change this value to some small positive value such \
+   as 1e-24 in order to obtain error messages in case of very small \
+   denominators. \
+   \
+   Many of the methods (both Sparse and Full) cache values so that subsequent \
+   calls with the same arguments are faster. \
+
+checksums         md5     918f06cf7419d28c122b7222eaf10302 \
+                  sha1    f4aad26964333fc8fc16d867dd054a3f503f13cf \
+                  rmd160  185cddbc8ce8d97194e3d9b05cfc575b956c50a6


Property changes on: trunk/dports/perl/p5-statistics-descriptive/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110912/a8f5e3c4/attachment.html>


More information about the macports-changes mailing list