diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-29 04:08:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-29 04:08:53 +0000 |
commit | 7a0285baaf81ace29b4249a1ba25649b2dd0b0cc (patch) | |
tree | eb263950fb090955b795bf98985563a30ac6d750 /math | |
parent | 52c6ac3e267d8ade4c2f57ed829936e983274a03 (diff) | |
download | ports-7a0285baaf81ace29b4249a1ba25649b2dd0b0cc.tar.gz ports-7a0285baaf81ace29b4249a1ba25649b2dd0b0cc.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-AI-DecisionTree/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Algorithm-CurveFit/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Data-Float/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-GIS-Distance/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Complex/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Evol/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Voronoi/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-MPC/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-MPFR/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Polygon/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Polynomial-Solve/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Random-MT-Auto/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-String/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Statistics-Forecast/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Statistics-LineFit/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Statistics-TTest/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Text-AsciiTeX/pkg-descr | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/math/p5-AI-DecisionTree/pkg-descr b/math/p5-AI-DecisionTree/pkg-descr index 57deebc94d14..ca3709e7e7ef 100644 --- a/math/p5-AI-DecisionTree/pkg-descr +++ b/math/p5-AI-DecisionTree/pkg-descr @@ -7,4 +7,4 @@ then applied to previously unseen data to obtain results that are consistent with the training data. Author: Ken Williams <ken@mathforum.org> -WWW: http://search.cpan.org/dist/AI-DecisionTree/ +WWW: http://search.cpan.org/dist/AI-DecisionTree/ diff --git a/math/p5-Algorithm-CurveFit/pkg-descr b/math/p5-Algorithm-CurveFit/pkg-descr index f37560d0c511..aa31e07dcca2 100644 --- a/math/p5-Algorithm-CurveFit/pkg-descr +++ b/math/p5-Algorithm-CurveFit/pkg-descr @@ -3,4 +3,4 @@ algorithm. That means, it fits a curve of known form (sine-like, exponential, polynomial of degree n, etc.) to a given set of data points. -WWW: http://search.cpan.org/dist/Algorithm-CurveFit/ +WWW: http://search.cpan.org/dist/Algorithm-CurveFit/ diff --git a/math/p5-Data-Float/pkg-descr b/math/p5-Data-Float/pkg-descr index 153b851c48df..8bc6d6277832 100644 --- a/math/p5-Data-Float/pkg-descr +++ b/math/p5-Data-Float/pkg-descr @@ -6,4 +6,4 @@ This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level. -WWW: http://search.cpan.org/dist/Data-Float/ +WWW: http://search.cpan.org/dist/Data-Float/ diff --git a/math/p5-GIS-Distance/pkg-descr b/math/p5-GIS-Distance/pkg-descr index 0b89050b6bdc..10cfab7ae8aa 100644 --- a/math/p5-GIS-Distance/pkg-descr +++ b/math/p5-GIS-Distance/pkg-descr @@ -2,4 +2,4 @@ This perl library aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. -WWW: http://search.cpan.org/dist/GIS-Distance/ +WWW: http://search.cpan.org/dist/GIS-Distance/ diff --git a/math/p5-Math-BigInt-FastCalc/pkg-descr b/math/p5-Math-BigInt-FastCalc/pkg-descr index 8cb95253c9de..11373771b172 100644 --- a/math/p5-Math-BigInt-FastCalc/pkg-descr +++ b/math/p5-Math-BigInt-FastCalc/pkg-descr @@ -3,4 +3,4 @@ by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari. -WWW: http://search.cpan.org/dist/Math-BigInt-FastCalc/ +WWW: http://search.cpan.org/dist/Math-BigInt-FastCalc/ diff --git a/math/p5-Math-BigInt-Pari/pkg-descr b/math/p5-Math-BigInt-Pari/pkg-descr index 485672f80ab4..6c30a9bb63df 100644 --- a/math/p5-Math-BigInt-Pari/pkg-descr +++ b/math/p5-Math-BigInt-Pari/pkg-descr @@ -5,4 +5,4 @@ This package contains a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. It needs the new versions of Math::BigInt and Math::BigFloat as they are from Perl 5.7.x onwards. -WWW: http://search.cpan.org/dist/Math-BigInt-Pari/ +WWW: http://search.cpan.org/dist/Math-BigInt-Pari/ diff --git a/math/p5-Math-Complex/pkg-descr b/math/p5-Math-Complex/pkg-descr index ca7f4436b148..b7d22678721e 100644 --- a/math/p5-Math-Complex/pkg-descr +++ b/math/p5-Math-Complex/pkg-descr @@ -3,4 +3,4 @@ limits itself to real numbers, but an extra use statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers. -WWW: http://search.cpan.org/dist/Math-Complex/ +WWW: http://search.cpan.org/dist/Math-Complex/ diff --git a/math/p5-Math-Evol/pkg-descr b/math/p5-Math-Evol/pkg-descr index a975d1286414..6ea448e6690a 100644 --- a/math/p5-Math-Evol/pkg-descr +++ b/math/p5-Math-Evol/pkg-descr @@ -3,4 +3,4 @@ objective function are not required. Constraints can be incorporated. The caller must supply initial values for the variables and for the initial step sizes. -WWW: http://search.cpan.org/dist/Math-Evol/ +WWW: http://search.cpan.org/dist/Math-Evol/ diff --git a/math/p5-Math-Geometry-Voronoi/pkg-descr b/math/p5-Math-Geometry-Voronoi/pkg-descr index 12e72d915667..0bff14d4679b 100644 --- a/math/p5-Math-Geometry-Voronoi/pkg-descr +++ b/math/p5-Math-Geometry-Voronoi/pkg-descr @@ -1,4 +1,4 @@ Math::Geometry::Voronoi computes Voronoi diagrams from a set of input points. -WWW: http://search.cpan.org/dist/Math-Geometry-Voronoi/ +WWW: http://search.cpan.org/dist/Math-Geometry-Voronoi/ diff --git a/math/p5-Math-MPC/pkg-descr b/math/p5-Math-MPC/pkg-descr index d16efd9915bb..1403b474041b 100644 --- a/math/p5-Math-MPC/pkg-descr +++ b/math/p5-Math-MPC/pkg-descr @@ -4,4 +4,4 @@ The MPC library is a C library for multiple-precision complex number computations with exact rounding. It is based on the MPFR C library which, in turn, is based on the GMP C library. -WWW: http://search.cpan.org/dist/Math-MPC/ +WWW: http://search.cpan.org/dist/Math-MPC/ diff --git a/math/p5-Math-MPFR/pkg-descr b/math/p5-Math-MPFR/pkg-descr index 443f5256c030..509579d99d61 100644 --- a/math/p5-Math-MPFR/pkg-descr +++ b/math/p5-Math-MPFR/pkg-descr @@ -4,4 +4,4 @@ The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision C library. -WWW: http://search.cpan.org/dist/Math-MPFR/ +WWW: http://search.cpan.org/dist/Math-MPFR/ diff --git a/math/p5-Math-Polygon/pkg-descr b/math/p5-Math-Polygon/pkg-descr index 0d641adb2b2d..22a169d8ee20 100644 --- a/math/p5-Math-Polygon/pkg-descr +++ b/math/p5-Math-Polygon/pkg-descr @@ -1,4 +1,4 @@ p5-Math-Polygon is a perl class provides an OO interface around Math::Polygon::Calc and Math::Polygon::Clip. -WWW: http://search.cpan.org/dist/Math-Polygon/ +WWW: http://search.cpan.org/dist/Math-Polygon/ diff --git a/math/p5-Math-Polynomial-Solve/pkg-descr b/math/p5-Math-Polynomial-Solve/pkg-descr index a8c5129af97d..3d21e7c8ba2c 100644 --- a/math/p5-Math-Polynomial-Solve/pkg-descr +++ b/math/p5-Math-Polynomial-Solve/pkg-descr @@ -10,4 +10,4 @@ expect to have a non-zero value for the $a term. If the constant term is zero then the first value returned in the list of answers will always be zero, for all functions. -WWW: http://search.cpan.org/dist/Math-Polynomial-Solve/ +WWW: http://search.cpan.org/dist/Math-Polynomial-Solve/ diff --git a/math/p5-Math-Random-MT-Auto/pkg-descr b/math/p5-Math-Random-MT-Auto/pkg-descr index dfcec58a9baf..68c26d2214d9 100644 --- a/math/p5-Math-Random-MT-Auto/pkg-descr +++ b/math/p5-Math-Random-MT-Auto/pkg-descr @@ -10,4 +10,4 @@ the Object::InsideOut module) for generating multiple PRNG objects. The PRNGs are self-seeding, automatically acquiring a (19968-bit) random seed from user-selectable sources. -WWW: http://search.cpan.org/dist/Math-Random-MT-Auto/ +WWW: http://search.cpan.org/dist/Math-Random-MT-Auto/ diff --git a/math/p5-Math-String/pkg-descr b/math/p5-Math-String/pkg-descr index 26a97eb0cfa6..fca812a8de62 100644 --- a/math/p5-Math-String/pkg-descr +++ b/math/p5-Math-String/pkg-descr @@ -1,4 +1,4 @@ Perl module which lets you calculate with strings (specifically passwords, but not limited to) as if they were big integers. -WWW: http://search.cpan.org/dist/Math-String/ +WWW: http://search.cpan.org/dist/Math-String/ diff --git a/math/p5-Statistics-Forecast/pkg-descr b/math/p5-Statistics-Forecast/pkg-descr index 0b6d3afcfcca..4623c8c61b1f 100644 --- a/math/p5-Statistics-Forecast/pkg-descr +++ b/math/p5-Statistics-Forecast/pkg-descr @@ -1,4 +1,4 @@ This is an Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression. -WWW: http://search.cpan.org/dist/Statistics-Forecast/ +WWW: http://search.cpan.org/dist/Statistics-Forecast/ diff --git a/math/p5-Statistics-LineFit/pkg-descr b/math/p5-Statistics-LineFit/pkg-descr index c813781b3677..6d347ce3e966 100644 --- a/math/p5-Statistics-LineFit/pkg-descr +++ b/math/p5-Statistics-LineFit/pkg-descr @@ -6,4 +6,4 @@ the Durbin-Watson statistic, the mean squared error, sigma, the t statistics, the variance of the estimates of the slope and y-intercept, the predicted y values and the residuals of the y values. -WWW: http://search.cpan.org/dist/Statistics-LineFit/ +WWW: http://search.cpan.org/dist/Statistics-LineFit/ diff --git a/math/p5-Statistics-TTest/pkg-descr b/math/p5-Statistics-TTest/pkg-descr index eba71e41d708..f57faa09c340 100644 --- a/math/p5-Statistics-TTest/pkg-descr +++ b/math/p5-Statistics-TTest/pkg-descr @@ -5,4 +5,4 @@ and use the T-statistic to test the null hypothesis. If the null hypothesis is rejected, the difference will be given as the lower_clm and upper_clm of the TTest object. -WWW: http://search.cpan.org/dist/Statistics-TTest/ +WWW: http://search.cpan.org/dist/Statistics-TTest/ diff --git a/math/p5-Text-AsciiTeX/pkg-descr b/math/p5-Text-AsciiTeX/pkg-descr index 9828369415c2..5416d63a7866 100644 --- a/math/p5-Text-AsciiTeX/pkg-descr +++ b/math/p5-Text-AsciiTeX/pkg-descr @@ -1,4 +1,4 @@ A Perl module that provides a mechanism to render (La)TeX formulae to ASCII art. -WWW: http://search.cpan.org/dist/Text-AsciiTeX/ +WWW: http://search.cpan.org/dist/Text-AsciiTeX/ |