summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
committeragc <agc@pkgsrc.org>2017-01-19 18:52:01 +0000
commitfd1f25c14af4b29b0ff212aa126e921b259e7af5 (patch)
tree1de84c1d1fb65505067c398baecb67d6f321c6e6 /math
parent6190572a40eb888ea7de224d07807dcd6f097d04 (diff)
downloadpkgsrc-fd1f25c14af4b29b0ff212aa126e921b259e7af5.tar.gz
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Diffstat (limited to 'math')
-rw-r--r--math/cln/Makefile6
-rw-r--r--math/fftw/Makefile6
-rw-r--r--math/fftw2/Makefile6
-rw-r--r--math/fftwf/Makefile6
-rw-r--r--math/gap/Makefile8
-rw-r--r--math/grace/Makefile10
-rw-r--r--math/mpcomplex/Makefile6
-rw-r--r--math/py-Scientific-doc/Makefile6
-rw-r--r--math/py-mpmath/Makefile6
-rw-r--r--math/xlispstat/Makefile6
10 files changed, 33 insertions, 33 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 170e985e3b7..6607ee7ee0c 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2016/02/25 15:26:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:17 agc Exp $
DISTNAME= cln-1.3.4
CATEGORIES= math
-MASTER_SITES= http://www.ginac.de/CLN/ \
- ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
+MASTER_SITES= http://www.ginac.de/CLN/
+MASTER_SITES+= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 374b5e4f808..b9fe3e82d63 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2016/08/19 12:40:18 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2017/01/19 18:52:17 agc Exp $
DISTNAME= fftw-3.3.5
CATEGORIES= math
-MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
- http://www.fftw.org/
+MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
+MASTER_SITES+= http://www.fftw.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fftw.org/
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile
index cf651a0713e..82ef58384f7 100644
--- a/math/fftw2/Makefile
+++ b/math/fftw2/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:41 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/01/19 18:52:17 agc Exp $
DISTNAME= fftw-2.1.5
PKGNAME= fftw2-2.1.5
PKGREVISION= 3
CATEGORIES= math
-MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
- http://www.fftw.org/
+MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
+MASTER_SITES+= http://www.fftw.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fftw.org/
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile
index 8a6defd59ed..4ea934f276e 100644
--- a/math/fftwf/Makefile
+++ b/math/fftwf/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2016/08/19 12:40:18 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:17 agc Exp $
DISTNAME= fftw-3.3.5
PKGNAME= ${DISTNAME:C/fftw/fftwf/}
CATEGORIES= math
-MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
- http://www.fftw.org/
+MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
+MASTER_SITES+= http://www.fftw.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fftw.org/
diff --git a/math/gap/Makefile b/math/gap/Makefile
index f074e01fabb..43450ce3cf9 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.29 2013/04/06 14:22:40 rodent Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:17 agc Exp $
#
DISTNAME= gap4r3
PKGNAME= gap-4.3.5
PKGREVISION= 1
CATEGORIES= math
-MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \
- ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/ \
- ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/
+MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/
+MASTER_SITES+= ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/
+MASTER_SITES+= ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
fix4r3n5.tar.gz
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 57db297b309..d7f4b8d1a03 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.63 2017/01/06 10:58:56 fhajny Exp $
+# $NetBSD: Makefile,v 1.64 2017/01/19 18:52:17 agc Exp $
DISTNAME= grace-5.1.25
CATEGORIES= math graphics x11
-MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \
- ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \
- ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/ \
- ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/
+MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/
+MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/
+MASTER_SITES+= ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/
+MASTER_SITES+= ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
diff --git a/math/mpcomplex/Makefile b/math/mpcomplex/Makefile
index ec89d328a7f..0a45da9d396 100644
--- a/math/mpcomplex/Makefile
+++ b/math/mpcomplex/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2015/02/21 09:16:37 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/19 18:52:17 agc Exp $
DISTNAME= mpc-1.0.3
PKGNAME= ${DISTNAME:S/mpc/mpcomplex/}
CATEGORIES= math
-MASTER_SITES= http://www.multiprecision.org/mpc/download/ \
- ${MASTER_SITE_GNU:=mpc/}
+MASTER_SITES= http://www.multiprecision.org/mpc/download/
+MASTER_SITES+= ${MASTER_SITE_GNU:=mpc/}
MAINTAINER= MarkoSchuetz@web.de
HOMEPAGE= http://www.multiprecision.org/mpc/
diff --git a/math/py-Scientific-doc/Makefile b/math/py-Scientific-doc/Makefile
index fd58f1f840f..e5d6a970546 100644
--- a/math/py-Scientific-doc/Makefile
+++ b/math/py-Scientific-doc/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2016/07/24 20:44:51 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/19 18:52:17 agc Exp $
DISTNAME= ScientificPython-2.4.5
PKGNAME= py-${DISTNAME:S/Python/-doc/}
PKGREVISION= 1
CATEGORIES= math python
-MASTER_SITES= http://starship.python.net/crew/hinsen/ScientificPython/ \
- http://dirac.cnrs-orleans.fr/programs/ScientificPython/
+MASTER_SITES= http://starship.python.net/crew/hinsen/ScientificPython/
+MASTER_SITES+= http://dirac.cnrs-orleans.fr/programs/ScientificPython/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile
index e856ffa7fff..9c38c18ecc8 100644
--- a/math/py-mpmath/Makefile
+++ b/math/py-mpmath/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2016/06/10 09:06:41 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/19 18:52:18 agc Exp $
DISTNAME= mpmath-0.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_PYPI:=m/mpmath/} \
- http://mpmath.org/files/
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/mpmath/}
+MASTER_SITES+= http://mpmath.org/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mpmath.org/
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index 8f94b2a8766..8b1bea572df 100644
--- a/math/xlispstat/Makefile
+++ b/math/xlispstat/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2016/02/25 15:26:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:18 agc Exp $
DISTNAME= xlispstat-3-52-20
PKGNAME= xlispstat-3.52.20
CATEGORIES= math lang
-MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \
- ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
+MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/
+MASTER_SITES+= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.stat.uiowa.edu/~luke/xls/xlsinfo/