[105841] trunk/dports/perl/p5-statistics-descriptive/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue May 7 13:08:31 PDT 2013


Revision: 105841
          https://trac.macports.org/changeset/105841
Author:   macsforever2000 at macports.org
Date:     2013-05-07 13:08:30 -0700 (Tue, 07 May 2013)
Log Message:
-----------
p5-statistics-descriptive: Conform to mode line.

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

Modified: trunk/dports/perl/p5-statistics-descriptive/Portfile
===================================================================
--- trunk/dports/perl/p5-statistics-descriptive/Portfile	2013-05-07 19:58:44 UTC (rev 105840)
+++ trunk/dports/perl/p5-statistics-descriptive/Portfile	2013-05-07 20:08:30 UTC (rev 105841)
@@ -1,34 +1,34 @@
 # -*- 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
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup       Statistics-Descriptive 3.0200
-revision        1
-maintainers       maiar.org:jason-macports openmaintainer
-platforms         darwin
-supported_archs   noarch
+perl5.setup         Statistics-Descriptive 3.0200
+revision            1
+maintainers         maiar.org:jason-macports openmaintainer
+platforms           darwin
+supported_archs     noarch
 
-description      basic perl functions providing descriptive statistics 
+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. \
+    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
+checksums           md5     918f06cf7419d28c122b7222eaf10302 \
+                    sha1    f4aad26964333fc8fc16d867dd054a3f503f13cf \
+                    rmd160  185cddbc8ce8d97194e3d9b05cfc575b956c50a6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130507/936b6c6e/attachment.html>


More information about the macports-changes mailing list