aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 11:16:59 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 11:16:59 +0000
commitcded85f9071fa5e54c123a57a9a7cd2cc5ce2f69 (patch)
tree85fcc196ed429f6b6cdf6863e6d31f45c62f6e7b /math
parent9389f029b6f8a516d760c9c340d7e9e1db867ffe (diff)
Notes
Diffstat (limited to 'math')
-rw-r--r--math/p5-Bit-Vector/Makefile2
-rw-r--r--math/p5-GIS-Distance-Fast/Makefile2
-rw-r--r--math/p5-Geo-Coordinates-UTM/Makefile2
-rw-r--r--math/p5-Geo-Distance-XS/Makefile2
-rw-r--r--math/p5-Graph/Makefile2
-rw-r--r--math/p5-Math-Base85/Makefile2
-rw-r--r--math/p5-Math-BigInt/Makefile2
-rw-r--r--math/p5-Math-ConvexHull/Makefile2
-rw-r--r--math/p5-Set-IntSpan-Fast-XS/Makefile2
-rw-r--r--math/p5-Set-IntSpan-Fast/Makefile2
-rw-r--r--math/p5-Set-Window/Makefile2
-rw-r--r--math/p5-Statistics-Basic/Makefile2
-rw-r--r--math/p5-Statistics-ChiSquare/Makefile2
-rw-r--r--math/p5-Statistics-Descriptive/Makefile2
-rw-r--r--math/p5-Statistics-Distributions/Makefile2
-rw-r--r--math/p5-Statistics-LTU/Makefile2
-rw-r--r--math/p5-Statistics-OLS/Makefile2
17 files changed, 17 insertions, 17 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile
index e4b89f090950..ae2b11ddbdc9 100644
--- a/math/p5-Bit-Vector/Makefile
+++ b/math/p5-Bit-Vector/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Library of advanced math functions that includes a Perl OO module
LICENSE= ART10 GPLv1+
diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile
index 379e00c75c86..e092190a6098 100644
--- a/math/p5-GIS-Distance-Fast/Makefile
+++ b/math/p5-GIS-Distance-Fast/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BLUEFEET
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= C implementation of GIS::Distance formulas
BUILD_DEPENDS= p5-GIS-Distance>=0.07:math/p5-GIS-Distance
diff --git a/math/p5-Geo-Coordinates-UTM/Makefile b/math/p5-Geo-Coordinates-UTM/Makefile
index 52c83708dc19..170b707a5571 100644
--- a/math/p5-Geo-Coordinates-UTM/Makefile
+++ b/math/p5-Geo-Coordinates-UTM/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for converting latitude/longitude to UTM
USES= perl5
diff --git a/math/p5-Geo-Distance-XS/Makefile b/math/p5-Geo-Distance-XS/Makefile
index a78e1a80bfc9..77cbe253a611 100644
--- a/math/p5-Geo-Distance-XS/Makefile
+++ b/math/p5-Geo-Distance-XS/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Calculate Distances and Closest Locations faster
LICENSE= ART10 GPLv1+
diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile
index b30655fcc2f4..a6c1bedd8590 100644
--- a/math/p5-Graph/Makefile
+++ b/math/p5-Graph/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Graph, the Perl module for graph operations
BUILD_DEPENDS= p5-Heap>=0:devel/p5-Heap
diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile
index 8d1aeb0728b7..b860f258ba96 100644
--- a/math/p5-Math-Base85/Makefile
+++ b/math/p5-Math-Base85/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5 converters net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924
LICENSE= ART10 GPLv1+
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile
index 6f2101855455..794cacfcf7b2 100644
--- a/math/p5-Math-BigInt/Makefile
+++ b/math/p5-Math-BigInt/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Arbitrary size integer math perl package
LICENSE= ART10 GPLv1+
diff --git a/math/p5-Math-ConvexHull/Makefile b/math/p5-Math-ConvexHull/Makefile
index a6b3226a37c0..4b051ce5d8d4 100644
--- a/math/p5-Math-ConvexHull/Makefile
+++ b/math/p5-Math-ConvexHull/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SMUELLER
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Calculate convex hulls using Graham's scan (n*log(n))
USES= perl5
diff --git a/math/p5-Set-IntSpan-Fast-XS/Makefile b/math/p5-Set-IntSpan-Fast-XS/Makefile
index 08b775a9e036..2de391589f2a 100644
--- a/math/p5-Set-IntSpan-Fast-XS/Makefile
+++ b/math/p5-Set-IntSpan-Fast-XS/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Faster Set::IntSpan::Fast
BUILD_DEPENDS= p5-Data-Swap>=0.07:devel/p5-Data-Swap \
diff --git a/math/p5-Set-IntSpan-Fast/Makefile b/math/p5-Set-IntSpan-Fast/Makefile
index 46fe4d558efb..8a1cf67c25f2 100644
--- a/math/p5-Set-IntSpan-Fast/Makefile
+++ b/math/p5-Set-IntSpan-Fast/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Fast handling of sets containing integer spans
BUILD_DEPENDS= p5-Data-Types>=0:devel/p5-Data-Types
diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile
index f7454a9dd7f6..5d086e2e2356 100644
--- a/math/p5-Set-Window/Makefile
+++ b/math/p5-Set-Window/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to manage an interval on the integer line
USES= perl5
diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile
index 125b38a25c59..17abd2ac488b 100644
--- a/math/p5-Statistics-Basic/Makefile
+++ b/math/p5-Statistics-Basic/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Collection of basic statistics modules
BUILD_DEPENDS= p5-Number-Format>=1.61:textproc/p5-Number-Format
diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile
index 99999f8b04d2..a51cbd6c116a 100644
--- a/math/p5-Statistics-ChiSquare/Makefile
+++ b/math/p5-Statistics-ChiSquare/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= How random is your data?
USES= perl5
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile
index 4961e843dd12..61ee293fee67 100644
--- a/math/p5-Statistics-Descriptive/Makefile
+++ b/math/p5-Statistics-Descriptive/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that supplies statistical methods for perl5
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
diff --git a/math/p5-Statistics-Distributions/Makefile b/math/p5-Statistics-Distributions/Makefile
index 311e8950b8b8..653670a97877 100644
--- a/math/p5-Statistics-Distributions/Makefile
+++ b/math/p5-Statistics-Distributions/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that calculates critical values of common statistical distributions
USES= perl5
diff --git a/math/p5-Statistics-LTU/Makefile b/math/p5-Statistics-LTU/Makefile
index f6324e5dff81..57be391ff6b3 100644
--- a/math/p5-Statistics-LTU/Makefile
+++ b/math/p5-Statistics-LTU/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of Linear Threshold Units
USES= perl5
diff --git a/math/p5-Statistics-OLS/Makefile b/math/p5-Statistics-OLS/Makefile
index 391b48034477..1e0593c60d75 100644
--- a/math/p5-Statistics-OLS/Makefile
+++ b/math/p5-Statistics-OLS/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to perform ordinary least squares and other bivariate statistics
USES= perl5