summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
commit0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch)
treed0a3f84c95c120b8b0804700a18681e739dece61 /math
parent8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff)
downloadpkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz
all: migrate homepages from http to https
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile4
-rw-r--r--math/aribas/Makefile4
-rw-r--r--math/arpack/Makefile4
-rw-r--r--math/cgal/Makefile4
-rw-r--r--math/cln/Makefile4
-rw-r--r--math/cloog/Makefile4
-rw-r--r--math/djbfft/Makefile4
-rw-r--r--math/ess/Makefile4
-rw-r--r--math/fityk/Makefile4
-rw-r--r--math/gap/Makefile4
-rw-r--r--math/lapack/Makefile.common4
-rw-r--r--math/mpfr/Makefile4
-rw-r--r--math/nickle/Makefile4
-rw-r--r--math/ntl/Makefile4
-rw-r--r--math/ordCalc/Makefile4
-rw-r--r--math/p5-Math-Systems/Makefile4
-rw-r--r--math/pari-galdata/Makefile4
-rw-r--r--math/pari/Makefile4
-rw-r--r--math/pari23/Makefile4
-rw-r--r--math/py-cdecimal/Makefile4
-rw-r--r--math/py-ephem/Makefile4
-rw-r--r--math/py-munkres/Makefile4
-rw-r--r--math/py-numba/Makefile4
-rw-r--r--math/py-pandas-datareader/Makefile4
-rw-r--r--math/py-pandas/Makefile4
-rw-r--r--math/py-scikit-learn/Makefile4
-rw-r--r--math/py-sympy/Makefile4
-rw-r--r--math/py-tables/Makefile4
-rw-r--r--math/scilab/Makefile6
-rw-r--r--math/slatec/Makefile4
-rw-r--r--math/speedcrunch/Makefile4
-rw-r--r--math/stan-math/Makefile4
-rw-r--r--math/svmlin/Makefile4
-rw-r--r--math/teapot/Makefile4
-rw-r--r--math/texdrive/Makefile4
-rw-r--r--math/vowpal_wabbit/Makefile4
-rw-r--r--math/xgap/Makefile4
37 files changed, 75 insertions, 75 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 6717c323ced..2925e5eef2a 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.208 2020/01/18 21:49:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.209 2020/01/26 17:31:37 rillig Exp $
DISTNAME= R-3.6.1
PKGREVISION= 3
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.R-project.org/
+HOMEPAGE= https://www.R-project.org/
COMMENT= Statistical language for data analysis and graphics
LICENSE= gnu-gpl-v2
diff --git a/math/aribas/Makefile b/math/aribas/Makefile
index f271c359a87..824563f3ff0 100644
--- a/math/aribas/Makefile
+++ b/math/aribas/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2012/09/11 23:04:16 asau Exp $
+# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:37 rillig Exp $
DISTNAME= aribas-1.63
CATEGORIES= math
MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
+HOMEPAGE= https://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
COMMENT= Multi-precision floating point and big integer arithmetic calculator
CPPFLAGS+= -DUNiX -DPROTO
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index a81904acfe7..daa6fe6e2b4 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/01/13 22:06:42 bacon Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:37 rillig Exp $
DISTNAME= arpack96
PKGNAME= arpack-96
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/
DISTFILES= arpack96.tar.gz patch.tar.gz
MAINTAINER= bacon@NetBSD.org
-HOMEPAGE= http://www.caam.rice.edu/software/ARPACK/SRC/
+HOMEPAGE= https://www.caam.rice.edu/software/ARPACK/SRC/
COMMENT= Library of subroutines to solve eigenvalue problems
LICENSE= original-bsd
diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index 7adac165530..f498516dded 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/01/18 21:49:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.49 2020/01/26 17:31:37 rillig Exp $
DISTNAME= CGAL-4.14
PKGNAME= ${DISTNAME:tl}
@@ -10,7 +10,7 @@ GITHUB_RELEASE= releases/${DISTNAME}
EXTRACT_SUFX= .tar.xz
MAINTAINER= reinoud@NetBSD.org
-HOMEPAGE= http://www.cgal.org/
+HOMEPAGE= https://www.cgal.org/
COMMENT= Computational Geometry Algorithms Library
LICENSE= gnu-lgpl-v3
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 6607ee7ee0c..c0beb234272 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/01/19 18:52:17 agc Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/26 17:31:38 rillig Exp $
DISTNAME= cln-1.3.4
CATEGORIES= math
@@ -7,7 +7,7 @@ MASTER_SITES+= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://www.ginac.de/CLN/
+HOMEPAGE= https://www.ginac.de/CLN/
COMMENT= CLN Class Library for Numbers
LICENSE= gnu-gpl-v2
diff --git a/math/cloog/Makefile b/math/cloog/Makefile
index cdb86c8216e..5ae618b8aca 100644
--- a/math/cloog/Makefile
+++ b/math/cloog/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2016/10/09 19:46:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/26 17:31:38 rillig Exp $
DISTNAME= cloog-0.18.4
CATEGORIES= math
MASTER_SITES= http://www.bastoul.net/cloog/pages/download/
MAINTAINER= kuehro@gmx.de
-HOMEPAGE= http://www.cloog.org/
+HOMEPAGE= https://www.cloog.org/
COMMENT= Code generator for loop optimization (used by gcc)
LICENSE= gnu-lgpl-v2.1
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile
index b3b37613b6d..9081e779bf1 100644
--- a/math/djbfft/Makefile
+++ b/math/djbfft/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2012/09/11 23:04:18 asau Exp $
+# $NetBSD: Makefile,v 1.20 2020/01/26 17:31:38 rillig Exp $
DISTNAME= djbfft-0.76
CATEGORIES= math
MASTER_SITES= http://cr.yp.to/djbfft/
MAINTAINER= schmonz@NetBSD.org
-HOMEPAGE= http://cr.yp.to/djbfft.html
+HOMEPAGE= https://cr.yp.to/djbfft.html
COMMENT= Extremely fast library for floating-point convolution
LICENSE= public-domain
diff --git a/math/ess/Makefile b/math/ess/Makefile
index a572e2eccd0..bff3d3cc0f0 100644
--- a/math/ess/Makefile
+++ b/math/ess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/08/11 13:21:43 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2020/01/26 17:31:38 rillig Exp $
DISTNAME= ess-13.09-1
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-1$/.1/}
@@ -8,7 +8,7 @@ MASTER_SITES= http://ess.r-project.org/downloads/ess/
EXTRACT_SUFX= .tgz
MAINTAINER= markd@NetBSD.org
-HOMEPAGE= http://ess.r-project.org/
+HOMEPAGE= https://ess.r-project.org/
COMMENT= Emacs Speaks Statistics
USE_TOOLS+= makeinfo perl gmake
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index 253d740aa69..0902bddd16d 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/01/07 13:39:48 nros Exp $
+# $NetBSD: Makefile,v 1.42 2020/01/26 17:31:38 rillig Exp $
DISTNAME= fityk-0.9.7
PKGREVISION= 27
@@ -8,7 +8,7 @@ MASTER_SITES= https://cloud.github.com/downloads/wojdyr/fityk/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://fityk.nieto.pl/
+HOMEPAGE= https://fityk.nieto.pl/
COMMENT= Peak fitting software
LICENSE= gnu-lgpl-v2
diff --git a/math/gap/Makefile b/math/gap/Makefile
index 43450ce3cf9..f051ad809b0 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/01/19 18:52:17 agc Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/26 17:31:38 rillig Exp $
#
DISTNAME= gap4r3
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
fix4r3n5.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gap-system.org/
+HOMEPAGE= https://www.gap-system.org/
COMMENT= Computational group theory and discrete algebra language
LICENSE= no-commercial-use
diff --git a/math/lapack/Makefile.common b/math/lapack/Makefile.common
index d4490e13d65..7b6224440b3 100644
--- a/math/lapack/Makefile.common
+++ b/math/lapack/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2018/08/12 15:02:04 maya Exp $
+# $NetBSD: Makefile.common,v 1.10 2020/01/26 17:31:38 rillig Exp $
# used by math/blas/Makefile
# used by math/lapack/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_NETLIB:=lapack/}
EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://www.netlib.org/lapack/
+HOMEPAGE= https://www.netlib.org/lapack/
LICENSE= modified-bsd
USE_LANGUAGES= c fortran
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index d2e5d62c1d0..9e3755e1605 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/12/22 02:12:00 mef Exp $
+# $NetBSD: Makefile,v 1.43 2020/01/26 17:31:38 rillig Exp $
DISTNAME= mpfr-4.0.2
PKGREVISION= 1
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.mpfr.org/${DISTNAME}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.mpfr.org/
+HOMEPAGE= https://www.mpfr.org/
COMMENT= GMP-based library for multiple-precision floating-point computations
LICENSE= gnu-lgpl-v3
diff --git a/math/nickle/Makefile b/math/nickle/Makefile
index 7ff6acb8426..68a5ecc5605 100644
--- a/math/nickle/Makefile
+++ b/math/nickle/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2018/12/02 06:49:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/01/26 17:31:38 rillig Exp $
DISTNAME= nickle-2.84
CATEGORIES= math lang
MASTER_SITES= http://nickle.org/release/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://nickle.org/
+HOMEPAGE= https://nickle.org/
COMMENT= Desk calculator language
LICENSE= mit
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index 1f37e9935b3..7007fb83061 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/08/11 13:21:44 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2020/01/26 17:31:39 rillig Exp $
DISTNAME= ntl-6.0.0
PKGREVISION= 6
@@ -6,7 +6,7 @@ CATEGORIES= math devel
MASTER_SITES= http://www.shoup.net/ntl/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.shoup.net/ntl/
+HOMEPAGE= https://www.shoup.net/ntl/
COMMENT= C++ library for doing number theory
MAKE_JOBS_SAFE= no
diff --git a/math/ordCalc/Makefile b/math/ordCalc/Makefile
index 7674c56f57c..cde1c077782 100644
--- a/math/ordCalc/Makefile
+++ b/math/ordCalc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/02 16:16:20 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:39 rillig Exp $
#
ORDCALCVER= 0.2
@@ -10,7 +10,7 @@ MASTER_SITES= http://mtnmath.com/ord/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= is@NetBSD.org
-HOMEPAGE= http://mtnmath.com/ord/
+HOMEPAGE= https://mtnmath.com/ord/
COMMENT= Ordinal arithmetic calculator and research tool
LICENSE= gnu-gpl-v2
diff --git a/math/p5-Math-Systems/Makefile b/math/p5-Math-Systems/Makefile
index cf94ade4854..81ee88cce52 100644
--- a/math/p5-Math-Systems/Makefile
+++ b/math/p5-Math-Systems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/08/11 13:21:49 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:39 rillig Exp $
DISTNAME= Math-Systems-0.01
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= math perl5
MASTER_SITES= http://www.cpan.org/authors/id/W/WI/WILL/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.cpan.org/authors/id/W/WI/WILL/
+HOMEPAGE= https://www.cpan.org/authors/id/W/WI/WILL/
COMMENT= Solve simultaneous equation
LICENSE= ${PERL5_LICENSE}
diff --git a/math/pari-galdata/Makefile b/math/pari-galdata/Makefile
index a39942eef28..96ccb9b9db2 100644
--- a/math/pari-galdata/Makefile
+++ b/math/pari-galdata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/05/10 22:55:23 mef Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/26 17:31:39 rillig Exp $
DISTNAME= galdata
PKGNAME= pari-galdata-2.2
@@ -7,7 +7,7 @@ MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pari.math.u-bordeaux.fr/
+HOMEPAGE= https://pari.math.u-bordeaux.fr/
COMMENT= Galois group data for pari
DEPENDS+= pari>=2.2.7:../../math/pari
diff --git a/math/pari/Makefile b/math/pari/Makefile
index e663f73e97d..da23257db8c 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2019/08/11 13:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2020/01/26 17:31:39 rillig Exp $
DISTNAME= pari-2.7.6
PKGREVISION= 5
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pari.math.u-bordeaux.fr/
+HOMEPAGE= https://pari.math.u-bordeaux.fr/
COMMENT= Software package for computer-aided number theory
LICENSE= gnu-gpl-v2
diff --git a/math/pari23/Makefile b/math/pari23/Makefile
index 2c9ea3b6988..71818112d78 100644
--- a/math/pari23/Makefile
+++ b/math/pari23/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/08/11 13:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:39 rillig Exp $
DISTNAME= pari-2.3.5
PKGREVISION= 23
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pari.math.u-bordeaux.fr/
+HOMEPAGE= https://pari.math.u-bordeaux.fr/
COMMENT= Software package for computer-aided number theory (2.3 version)
LICENSE= gnu-gpl-v2
diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile
index b2795c92afd..d9866c222d3 100644
--- a/math/py-cdecimal/Makefile
+++ b/math/py-cdecimal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/11/02 16:16:21 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:39 rillig Exp $
DISTNAME= cdecimal-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math python
MASTER_SITES= http://www.bytereef.org/software/mpdecimal/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.bytereef.org/mpdecimal/
+HOMEPAGE= https://www.bytereef.org/mpdecimal/
COMMENT= Arbitrary precision decimal floating point arithmetic
LICENSE= 2-clause-bsd
diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile
index d21e6234835..ffa6cc3ec0b 100644
--- a/math/py-ephem/Makefile
+++ b/math/py-ephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/09/05 10:39:50 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:39 rillig Exp $
DISTNAME= ephem-3.7.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/ephem/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://rhodesmill.org/pyephem/
+HOMEPAGE= https://rhodesmill.org/pyephem/
COMMENT= Scientific-grade astronomical computations for Python
LICENSE= gnu-lgpl-v3 OR gnu-gpl-v3
diff --git a/math/py-munkres/Makefile b/math/py-munkres/Makefile
index de96f391b43..36ff23cedc3 100644
--- a/math/py-munkres/Makefile
+++ b/math/py-munkres/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/12/10 11:22:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:39 rillig Exp $
DISTNAME= munkres-1.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -9,7 +9,7 @@ GITHUB_PROJECT= munkres
GITHUB_TAG= release-${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://software.clapper.org/munkres/
+HOMEPAGE= https://software.clapper.org/munkres/
COMMENT= Munkres algorithm for the Assignment Problem
LICENSE= apache-2.0
diff --git a/math/py-numba/Makefile b/math/py-numba/Makefile
index fd8a361e639..dcd03d4e552 100644
--- a/math/py-numba/Makefile
+++ b/math/py-numba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/14 16:25:34 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/26 17:31:40 rillig Exp $
DISTNAME= numba-0.47.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numba/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://numba.pydata.org/
+HOMEPAGE= https://numba.pydata.org/
COMMENT= NumPy aware dynamic Python compiler using LLVM
LICENSE= 2-clause-bsd
diff --git a/math/py-pandas-datareader/Makefile b/math/py-pandas-datareader/Makefile
index d5ef8322e69..4a192813ec1 100644
--- a/math/py-pandas-datareader/Makefile
+++ b/math/py-pandas-datareader/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/12/30 02:16:15 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:40 rillig Exp $
DISTNAME= pandas-datareader-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas-datareader/}
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://pandas.pydata.org/
+HOMEPAGE= https://pandas.pydata.org/
COMMENT= Remote data access for pandas
LICENSE= modified-bsd
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 082bab78422..d5e449f550c 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/06/16 19:14:52 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/26 17:31:40 rillig Exp $
DISTNAME= pandas-0.24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pandas/}
MAINTAINER= bad@NetBSD.org
-HOMEPAGE= http://pandas.pydata.org/
+HOMEPAGE= https://pandas.pydata.org/
COMMENT= Python Data Analysis Library
LICENSE= modified-bsd
diff --git a/math/py-scikit-learn/Makefile b/math/py-scikit-learn/Makefile
index cdb41be6a92..b91bcd305b0 100644
--- a/math/py-scikit-learn/Makefile
+++ b/math/py-scikit-learn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/06/17 15:01:45 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/26 17:31:40 rillig Exp $
DISTNAME= scikit-learn-0.21.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-learn/}
MAINTAINER= fhajny@NetBSD.org
-HOMEPAGE= http://scikit-learn.org/
+HOMEPAGE= https://scikit-learn.org/
COMMENT= Machine learning algorithms for Python
LICENSE= modified-bsd
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index a40690280af..3fa17e92eb3 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/01/24 16:20:24 minskim Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/26 17:31:40 rillig Exp $
DISTNAME= sympy-1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.sympy.org/
+HOMEPAGE= https://www.sympy.org/
COMMENT= Python library for symbolic mathematics
LICENSE= modified-bsd
diff --git a/math/py-tables/Makefile b/math/py-tables/Makefile
index 7f8d5d31d39..9e50a8046c5 100644
--- a/math/py-tables/Makefile
+++ b/math/py-tables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/13 20:56:08 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:40 rillig Exp $
DISTNAME= tables-3.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tables/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.pytables.org/
+HOMEPAGE= https://www.pytables.org/
COMMENT= Database package for large amounts of data
LICENSE= modified-bsd
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 55c82897d7d..90bd651de83 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2018/11/12 16:10:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.110 2020/01/26 17:31:40 rillig Exp $
#
DISTNAME= ${SCIBASE}-src
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://www.scilab.org/download/4.1/
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://www.scilab.org/
+HOMEPAGE= https://www.scilab.org/
COMMENT= High-level scientific math programming environment with graphics
MAKE_JOBS_SAFE= no
@@ -48,7 +48,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q}
# scilab-4.1/routines/os_specific/getarg.c
#
.include "../../mk/compiler.mk"
-. if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
+.if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
CFLAGS+= -DG95_FORTRAN=1
.endif
diff --git a/math/slatec/Makefile b/math/slatec/Makefile
index 9dfe15bf658..17872b4fe1d 100644
--- a/math/slatec/Makefile
+++ b/math/slatec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2012/09/11 23:04:34 asau Exp $
+# $NetBSD: Makefile,v 1.25 2020/01/26 17:31:40 rillig Exp $
#
DISTNAME= slatec_src
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_NETLIB:=slatec/}
EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://www.netlib.org/slatec/
+HOMEPAGE= https://www.netlib.org/slatec/
COMMENT= Library of mathematical and statistical Fortran 77 subroutines
WRKSRC= ${WRKDIR}/src
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile
index 2556140238b..1a91e4379e6 100644
--- a/math/speedcrunch/Makefile
+++ b/math/speedcrunch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 21:49:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/26 17:31:40 rillig Exp $
#
DISTNAME= release-0.12.0
@@ -9,7 +9,7 @@ MASTER_SITES= http://bitbucket.org/heldercorreia/speedcrunch/get/
DIST_SUBDIR= speedcrunch
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.speedcrunch.org/
+HOMEPAGE= https://www.speedcrunch.org/
COMMENT= Calculator
LICENSE= gnu-gpl-v2
diff --git a/math/stan-math/Makefile b/math/stan-math/Makefile
index 4cee4b97ad3..aa6ed95c18d 100644
--- a/math/stan-math/Makefile
+++ b/math/stan-math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/03/10 02:33:05 wen Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:41 rillig Exp $
DISTNAME= stan-math-2.18.1
CATEGORIES= math
@@ -7,7 +7,7 @@ GITHUB_PROJECT= math
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://mc-stan.org/
+HOMEPAGE= https://mc-stan.org/
COMMENT= Stan Math library
LICENSE= modified-bsd
diff --git a/math/svmlin/Makefile b/math/svmlin/Makefile
index 67198af0751..5fd161ccb98 100644
--- a/math/svmlin/Makefile
+++ b/math/svmlin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/07/30 15:13:57 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:41 rillig Exp $
DISTNAME= svmlin-v1.0
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= http://vikas.sindhwani.org/
MAINTAINER= cheusov@NetBSD.org
-HOMEPAGE= http://vikas.sindhwani.org/
+HOMEPAGE= https://vikas.sindhwani.org/
COMMENT= Fast Linear SVM Solvers for Supervised and Semi-supervised Learning
LICENSE= gnu-gpl-v2
diff --git a/math/teapot/Makefile b/math/teapot/Makefile
index 5660f2dc30b..4a5d2751981 100644
--- a/math/teapot/Makefile
+++ b/math/teapot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/07/02 11:12:01 wiedi Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:41 rillig Exp $
DISTNAME= teapot-2.3.0
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= http://www.syntax-k.de/projekte/teapot/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.syntax-k.de/projekte/teapot/
+HOMEPAGE= https://www.syntax-k.de/projekte/teapot/
COMMENT= Curses based spread sheet program
LICENSE= gnu-gpl-v3
diff --git a/math/texdrive/Makefile b/math/texdrive/Makefile
index bf4c33b095d..307c631fd3c 100644
--- a/math/texdrive/Makefile
+++ b/math/texdrive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/05/02 05:39:14 markd Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:41 rillig Exp $
#
DISTNAME= texdrive
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.djcbsoftware.nl/code/texdrive/
EXTRACT_SUFX= .el
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.djcbsoftware.nl/code/texdrive/
+HOMEPAGE= https://www.djcbsoftware.nl/code/texdrive/
COMMENT= Emacs mode for creating inline formulae for HTML
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile
index 2e4996c944a..2ebee534354 100644
--- a/math/vowpal_wabbit/Makefile
+++ b/math/vowpal_wabbit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/01/12 20:20:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/26 17:31:41 rillig Exp $
DISTNAME= vowpal_wabbit-8.2.0
PKGREVISION= 12
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=JohnLangford/}
MAINTAINER= cheusov@NetBSD.org
-HOMEPAGE= http://hunch.net/~vw/
+HOMEPAGE= https://hunch.net/~vw/
COMMENT= Vowpal Wabbit is a machine learning system
LICENSE= gnu-lgpl-v2
diff --git a/math/xgap/Makefile b/math/xgap/Makefile
index 70e768bd3b3..ec8deace91b 100644
--- a/math/xgap/Makefile
+++ b/math/xgap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/12/25 23:28:50 mef Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/26 17:31:41 rillig Exp $
#
DISTNAME= xgap4r16
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gap-system.org/Packages/xgap.html
+HOMEPAGE= https://www.gap-system.org/Packages/xgap.html
COMMENT= GUI for GAP
WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}