aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-29 17:16:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-29 17:16:52 +0000
commit1b0d3f744b0291a5b2e1a3aec04165b6b9acf2b0 (patch)
treed2034ecbaaa0bd8e3d9906909e728118227b03cf /math
parentecf1a462d7a56899dfdb65d5f3f84a712ab0227d (diff)
downloadports-1b0d3f744b0291a5b2e1a3aec04165b6b9acf2b0.tar.gz
ports-1b0d3f744b0291a5b2e1a3aec04165b6b9acf2b0.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/p5-AI-DecisionTree/pkg-descr1
-rw-r--r--math/p5-Math-Currency/pkg-descr2
-rw-r--r--math/p5-Math-FixedPrecision/pkg-descr2
-rw-r--r--math/p5-Math-Symbolic-Custom-Transformation/pkg-descr1
-rw-r--r--math/p5-Math-Symbolic/pkg-descr1
-rw-r--r--math/p5-Math-SymbolicX-Error/pkg-descr1
-rw-r--r--math/p5-Math-SymbolicX-Inline/pkg-descr1
-rw-r--r--math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-descr1
-rw-r--r--math/p5-Math-Units/pkg-descr1
-rw-r--r--math/p5-MatrixReal/pkg-descr1
-rw-r--r--math/p5-Statistics-Contingency/pkg-descr1
11 files changed, 2 insertions, 11 deletions
diff --git a/math/p5-AI-DecisionTree/pkg-descr b/math/p5-AI-DecisionTree/pkg-descr
index ca3709e7e7ef..015ea3adac04 100644
--- a/math/p5-AI-DecisionTree/pkg-descr
+++ b/math/p5-AI-DecisionTree/pkg-descr
@@ -6,5 +6,4 @@ A decision tree like this one can be learned from training data, and
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/
diff --git a/math/p5-Math-Currency/pkg-descr b/math/p5-Math-Currency/pkg-descr
index d21e6fb13caf..32793ed95bd4 100644
--- a/math/p5-Math-Currency/pkg-descr
+++ b/math/p5-Math-Currency/pkg-descr
@@ -1,4 +1,4 @@
Math::Currency is a perl module that implements exact currency math
with formatting and rounding.
-Author: John Peacock <jpeacock@univpress.com>
+WWW: http://search.cpan.org/dist/Math-Currency/
diff --git a/math/p5-Math-FixedPrecision/pkg-descr b/math/p5-Math-FixedPrecision/pkg-descr
index fff3f916fbb6..2c9e5b0f17cb 100644
--- a/math/p5-Math-FixedPrecision/pkg-descr
+++ b/math/p5-Math-FixedPrecision/pkg-descr
@@ -6,4 +6,4 @@ the stock BigFloat.pm with the one located in this distribution. This file
will also be updated as part of the 5.6.1 distribution, when that is released.
Please copy the included BigFloat.pm to {PERLVERSION}/lib/Math/BigFloat.pm.
-Author: John Peacock <jpeacock@rowman.com>
+WWW: http://search.cpan.org/dist/Math-FixedPrecision/
diff --git a/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr b/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
index 7f1bee18951f..b3b6614ce227 100644
--- a/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
+++ b/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr
@@ -16,5 +16,4 @@ To modify the tree, you had to use equally low-level or even
encapsulation-breaking methods. This is meant to be changed by this
distribution.
-Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Transformation/
diff --git a/math/p5-Math-Symbolic/pkg-descr b/math/p5-Math-Symbolic/pkg-descr
index ef95a91a1132..9eb7d2e51778 100644
--- a/math/p5-Math-Symbolic/pkg-descr
+++ b/math/p5-Math-Symbolic/pkg-descr
@@ -7,5 +7,4 @@ using the builtin parser to generate trees from expressions such as '2 *
x^5'. You may use the Math::Symbolic->parse_from_string() class method for
this.
-Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
WWW: http://search.cpan.org/dist/Math-Symbolic/
diff --git a/math/p5-Math-SymbolicX-Error/pkg-descr b/math/p5-Math-SymbolicX-Error/pkg-descr
index aa69b8e60a06..6f11591028c1 100644
--- a/math/p5-Math-SymbolicX-Error/pkg-descr
+++ b/math/p5-Math-SymbolicX-Error/pkg-descr
@@ -5,5 +5,4 @@ with certain special functions that create constants as Number::WithError
objects. (Math::Symbolic::Variable objects have been able to contain
objects since the very beginning.)
-Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
WWW: http://search.cpan.org/dist/Math-SymbolicX-Error/
diff --git a/math/p5-Math-SymbolicX-Inline/pkg-descr b/math/p5-Math-SymbolicX-Inline/pkg-descr
index 3469d5b3af52..9deffe7d9a39 100644
--- a/math/p5-Math-SymbolicX-Inline/pkg-descr
+++ b/math/p5-Math-SymbolicX-Inline/pkg-descr
@@ -6,5 +6,4 @@ symbolic expressions in the context of Math::Symbolic. That means you can
define arbitrary Math::Symbolic trees (including derivatives) and let this
module compile them to package subroutines.
-Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
WWW: http://search.cpan.org/dist/Math-SymbolicX-Inline/
diff --git a/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-descr b/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-descr
index c131c73771a5..eca0cb82f8a6 100644
--- a/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-descr
+++ b/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg-descr
@@ -34,5 +34,4 @@ time because it has to regenerate the complete Math::Symbolic parser the
first time you use this module in your code. The run time performance
penalty should be low, however.
-Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
WWW: http://search.cpan.org/dist/Math-SymbolicX-ParserExtensionFactory/
diff --git a/math/p5-Math-Units/pkg-descr b/math/p5-Math-Units/pkg-descr
index d54ceeb2f1b9..518a1fbca16a 100644
--- a/math/p5-Math-Units/pkg-descr
+++ b/math/p5-Math-Units/pkg-descr
@@ -13,5 +13,4 @@ that future conversions can be performed very quickly.
Too many units, prefixes and abbreviations are supported to list here. See
the source code for a complete listing.
-Author: Ken Fox
WWW: http://search.cpan.org/dist/Math-Units/
diff --git a/math/p5-MatrixReal/pkg-descr b/math/p5-MatrixReal/pkg-descr
index e51227b64775..1cd28b831417 100644
--- a/math/p5-MatrixReal/pkg-descr
+++ b/math/p5-MatrixReal/pkg-descr
@@ -15,7 +15,6 @@ keyboard or your code, solving linear equations, etc.
It also has an implementation of Kleene's algorithm for finding minimal
costs for paths in a graph.
-Author: Steffen Beyer <sb@engelschall.com>
Rodolphe Ortalo <ortalo@laas.fr>
Jonathan Leto <jonathan@leto.net>
diff --git a/math/p5-Statistics-Contingency/pkg-descr b/math/p5-Statistics-Contingency/pkg-descr
index e4755b58da6f..69d52284ef37 100644
--- a/math/p5-Statistics-Contingency/pkg-descr
+++ b/math/p5-Statistics-Contingency/pkg-descr
@@ -9,5 +9,4 @@ measures you are interested in. When all results have been collected, you
can get a report on accuracy, precision, recall, F1, and so on, with both
macro-averaging and micro-averaging over categories.
-Author: Ken Williams <kenw@ee.usyd.edu.au>
WWW: http://search.cpan.org/dist/Statistics-Contingency/