diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 2 | ||||
-rw-r--r-- | math/dieharder/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/jags/Makefile | 2 | ||||
-rw-r--r-- | math/librandlib/Makefile | 2 | ||||
-rw-r--r-- | math/libranlip/Makefile | 4 | ||||
-rw-r--r-- | math/lll_spect/Makefile | 4 | ||||
-rw-r--r-- | math/maxima/Makefile | 2 | ||||
-rw-r--r-- | math/prng/Makefile | 4 | ||||
-rw-r--r-- | math/randlib/Makefile | 2 | ||||
-rw-r--r-- | math/rngstreams/Makefile | 2 | ||||
-rw-r--r-- | math/testu01/Makefile | 2 | ||||
-rw-r--r-- | math/unuran/Makefile | 2 |
13 files changed, 16 insertions, 16 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index bcda8a69abe2..97194dd30ce5 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -34,7 +34,7 @@ MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ http://www.bioconductor.org/CRAN/src/base/R-2/ DISTNAME= R-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org .if defined(LIBRMATH_SLAVEPORT) COMMENT= The standalone math library from R .else diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index e18ae78436fa..f925d8a5d905 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -12,7 +12,7 @@ CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ EXTRACT_SUFX= .tgz -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A random number generator testsuite LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl diff --git a/math/gsl/Makefile b/math/gsl/Makefile index d6e6ddc6645a..1a8a2b796c10 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -17,7 +17,7 @@ DISTFILES+= ${GSLREF}:gslref EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs USE_LDCONFIG= yes diff --git a/math/jags/Makefile b/math/jags/Makefile index 23126290672d..d990de6941b7 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -20,7 +20,7 @@ DISTFILES+= classic-bugs.tar.gz:2 jags_developer_manual.pdf:3 \ EXTRACT_ONLY= ${DISTNAME:S/mcmc-//:U}${EXTRACT_SUFX} .endif -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Just Another Gibbs Sampler OPTIONS= ATLAS "use ATLAS libraries instead of BLAS and LAPACK" off diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile index 089465a9be10..ed86e6afc955 100644 --- a/math/librandlib/Makefile +++ b/math/librandlib/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ DISTNAME= RANDLIB_V90 -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile index 78f5e4ea97be..96e77a715799 100644 --- a/math/libranlip/Makefile +++ b/math/libranlip/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libranlip # Date created: 6 Feb 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= libranlip @@ -9,7 +9,7 @@ CATEGORIES= math MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://www.deakin.edu.au/~gleb/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A random variate generator for Lipschitz-continuous densities GNU_CONFIGURE= yes diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile index 97204836172a..4f865b24c45e 100644 --- a/math/lll_spect/Makefile +++ b/math/lll_spect/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: lll_spect # Date created: 6 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= lll_spect @@ -12,7 +12,7 @@ DISTFILES= lll_spect.C lll_search.C examples.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= LLL-spectral test of linear congruential random number generators BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 560daa6adbcf..8a418bd7c0e4 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.21.1 CATEGORIES= math tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Symbolic mathematics program BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} diff --git a/math/prng/Makefile b/math/prng/Makefile index 5102db1732d4..ff56ff80fbaa 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: prng # Date created: 16 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= prng @@ -8,7 +8,7 @@ DISTVERSION= 3.0.2 CATEGORIES= math MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Portable, high-performance ANSI-C pseudorandom number generators GNU_CONFIGURE= yes diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 089465a9be10..ed86e6afc955 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ DISTNAME= RANDLIB_V90 -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes diff --git a/math/rngstreams/Makefile b/math/rngstreams/Makefile index 151b8534323d..23469512bfa3 100644 --- a/math/rngstreams/Makefile +++ b/math/rngstreams/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A C implementation of a high-quality uniform random number generator GNU_CONFIGURE= yes diff --git a/math/testu01/Makefile b/math/testu01/Makefile index c8a2ddbfbb49..9d2c8d104310 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.iro.umontreal.ca/~simardr/testu01/:0 \ DISTFILES= ${PORTNAME}${EXTRACT_SUFX}:0 testu01.pdf:1 EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Utilities for statistical testing of uniform random number generators LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp diff --git a/math/unuran/Makefile b/math/unuran/Makefile index abee242b3f81..d3bb9f02d779 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \ LOCAL/wen -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Universal Non-Uniform RANdom number generators LIB_DEPENDS= rngstreams:${PORTSDIR}/math/rngstreams |