1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
aamath
abakus Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
abs
acalc Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
add - Update to 20180401 2018-06-13 13:47:41 +00:00
adept math/adept: Marked broken on 10 amd64 2018-03-26 23:45:18 +00:00
algae Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
alglib math/alglib: Update 3.13.0 -> 3.14.0 2018-06-17 17:40:58 +00:00
algotutor Return kevlo's ports to the pool, he handed in his commit bit. 2018-01-12 11:21:07 +00:00
alt-ergo
amath
ambit Fix port builds for architectures which remain on gcc as the default compiler. 2018-06-11 01:44:15 +00:00
analitza Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
analitza-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
ann
antic Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
apc
arb Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
aribas
armadillo - Update to 8.600.0 2018-06-29 17:30:41 +00:00
arpack Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
arpack-ng Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
arpack-ng-mpich Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
arpack++ math/suitesparse: Update 4.0.2 -> 5.2.0 2018-04-26 06:41:30 +00:00
aspcud devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
asymptote math/asymptote: add pkg-message for asymptote's rendering issue in 3D 2018-06-29 18:09:14 +00:00
atlas math/atlas: Add PKGNAMESUFFIX to prevent the package name conflict with devel/atlas 2018-05-10 06:22:30 +00:00
biggles Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
blacs For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
blas Return maho@'s ports to the pool after his commit bit expired. 2018-03-11 11:20:43 +00:00
blis math/blis: fix compilation failure due to missing python 2018-05-23 12:12:09 +00:00
blitz++ The failure is on -CURRENT everywhere, but not on -11. 2018-06-25 20:59:19 +00:00
blocksolve95 Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
bsdnt math/bsdnt: update to new snapshot 2018-03-28 15:55:39 +00:00
cadabra2 devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
calc - Switch to new test framework 2018-04-19 08:33:43 +00:00
calcoo
calctool
cantor Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
cantor-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
cbc New port: Coin-or Branch and Cut: mixed integer programming solver 2018-04-16 07:55:42 +00:00
cblas Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
ccmath Mark as broken on aarch64. 2018-06-25 06:44:09 +00:00
ceres-solver math/ceres-solver: unbreak TBB=on (r470052 didn't help) 2018-05-15 20:54:02 +00:00
cgal Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
cgl New port: math/cgl: Collection of cut generators for COIN-OR packages that use cuts 2018-04-16 07:22:08 +00:00
chaco
chryzodus
clasp
clblas devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
clblast Fix port builds for architectures which remain on gcc as the default compiler. 2018-06-11 01:44:15 +00:00
clfft math/clfft: Set USE_CXXSTD to gnu98 after the recent LLVM6 import. While there, pet portlint and change to my FreeBSD.org address. 2018-01-15 20:45:16 +00:00
cln Fix build on aarch64. Tested for no-harm on amd64. 2018-06-29 07:36:14 +00:00
cloog Fix USE_GITHUB usage. 2018-06-04 14:46:41 +00:00
clp math/clp: Unbreak on 12 2018-04-16 07:07:51 +00:00
clrng
cminpack Remove Ego-Lines from fernape's ports 2018-03-13 22:24:58 +00:00
cmlib Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
coinmp math/coinmp: Add PARALLEL option 2018-03-16 11:29:01 +00:00
concorde
convertall - Update to 0.7.4 2018-04-05 21:54:49 +00:00
coq USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
crlibm Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
cryptominisat math/cryptominisat and math/py-cryptominisat: Update to 5.6.1. 2018-06-17 20:36:22 +00:00
cvc3 Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
cvc4 math/cvc4: switch to GMP by default 2018-07-08 15:29:18 +00:00
diehard
dieharder Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
djbfft
drgeo - Pet portlint 2018-06-29 16:34:26 +00:00
dynare Correct spelling of ONLY_FOR_ARCHS, move it to the right place, and sort. 2018-06-22 01:06:59 +00:00
e
ecos New port: math/ecos: Lightweight conic solver for second-order cone programming 2018-06-08 15:51:31 +00:00
edenmath
eigen2
eigen3 Add LICENSE_FILE 2018-02-04 10:14:31 +00:00
eispack Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
emc2 Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
ent
entropy
eprover
ess USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
eukleides
eval
facile
fann
fflas-ffpack - Switch to new test framework 2018-07-07 08:37:45 +00:00
fftw Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
fftw3 Update to 3.3.7 2018-01-27 10:08:40 +00:00
fftw3-float
fftw3-long
fftw3-quad
fftw-float
fityk - Update to 1.3.1 2018-06-02 08:56:35 +00:00
flann math/flann: Update 1.8.4 -> 1.9.1-19 2018-07-09 01:40:24 +00:00
flint2 Mark as broken on tier-2 archs: invokes x86 assembler. 2018-06-09 00:35:57 +00:00
form
fpc-fftw - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk 2018-04-05 04:52:36 +00:00
fpc-gmp - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk 2018-04-05 04:52:36 +00:00
fpc-numlib - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk 2018-04-05 04:52:36 +00:00
fricas math/fricas: Simplify MASTER_SITES; Add the forgotten patch. 2018-06-28 08:41:53 +00:00
fxt Reset MAINTAINER on ports maintained by amutu@amutu.com 2018-06-22 08:04:38 +00:00
g2o Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
galculator
gambit math/gambit: Unbroke the port. 2018-02-25 23:43:34 +00:00
gap Update GAP to 4.8.10 2018-02-12 11:42:15 +00:00
gdcalc Make libgnome and libgnomeui not implying esound dependency 2018-03-26 12:38:56 +00:00
geg
geogebra math/geogebra: Update 5.0.414.0 -> 5.0.449.0 2018-03-27 19:30:24 +00:00
geonext
gexpr
ggobi
giacxcas Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
GiNaC
givaro Update automake to 1.16.1. Also remove automake-wrapper. We haven't had 2018-06-14 12:47:58 +00:00
gkmap
glgraph
glm Fix port builds for architectures which remain on gcc as the default compiler. 2018-06-11 01:44:15 +00:00
glpk Update to 4.65 2018-02-16 17:19:55 +00:00
glucose Adjust USES to fix building on gcc-based archs (in particular, powerpc64). 2018-06-02 19:40:59 +00:00
gmm++ math/gmm++: Update to 5.3 2018-06-30 13:04:28 +00:00
gmp Force commit. 2018-02-25 05:52:28 +00:00
gmp-ecm - Update to 7.0.4 2018-04-03 08:18:06 +00:00
gnome-calculator math/gnome-calculator: update 3.24.0 -> 3.26.0 2018-05-11 21:08:06 +00:00
gnubc math/gnubc: Update 1.06 -> 1.07.1 2018-06-18 07:29:21 +00:00
gnumeric Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
gnuplot . Update to 5.2.4 2018-06-16 17:44:07 +00:00
gnuplot-lite
gnuplot-tex-extras . Update to 5.2.4. 2018-06-16 17:44:32 +00:00
goblin
gotoblas Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
grace Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
gracetmpl Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
graphthing
gretl Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
gri Fix build with Perl 5.26. 2018-03-28 16:52:54 +00:00
gringo
grpn
gsl Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
hexcalc
hfst Give these BROKEN ports more descriptive error messages. Pet portlint. 2018-03-14 19:41:24 +00:00
hs-adjunctions lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-Agda lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-Agda-stdlib lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-categories lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-comonad lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-contravariant lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-data-lens lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-data-lens-template lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-distributive lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-erf lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-fixed lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-half lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-ieee754 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-integer-logarithms lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-kan-extensions lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-math-functions lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-mwc-random lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-NumInstances lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-pointed lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-probability lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-semigroupoids lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-semigroups lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-statistics lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
hs-vector-space lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
igraph Mark these ports broken on mips64 and/or mips. 2018-07-01 09:17:45 +00:00
intervaltree math/intervaltree: Remove invalid category 2018-04-16 19:18:04 +00:00
ipopt Update to upstream version 3.12.10 (bugfix release) 2018-06-04 16:08:22 +00:00
ised Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
jacal Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
jags Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
jakarta-commons-math Mark BROKEN: fails to build 2018-03-22 08:36:55 +00:00
jakarta-commons-math3
jama
jeuclid
jlatexmath
jsmath-fonts
jtransforms
jts
kalgebra Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kalgebra-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kbruch Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kbruch-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kcalc Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kcalc-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kig Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kig-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kktdirect Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
kmplot Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
kmplot-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
labplot Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
lambda
lapack Return maho@'s ports to the pool after his commit bit expired. 2018-03-11 11:20:43 +00:00
lapack95 Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
lapack++ Return maho@'s ports to the pool after his commit bit expired. 2018-03-11 11:20:43 +00:00
lapacke
laspack
ldouble
levmar Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
libflame math/libflame: bring to current date and take maintainership 2018-07-04 22:51:16 +00:00
liblbfgs
libmesh Mark ports broken on powerpc64, categories g-n. 2018-06-18 14:00:43 +00:00
libmissing Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
libocas - Add LICENSE_FILE 2018-06-15 08:34:38 +00:00
liborigin devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
libqalculate devel/icu: update to 62.1 2018-06-29 14:22:11 +00:00
libranlip Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
libRmath math/libRmath: Update to version 3.5.1 2018-07-09 00:49:15 +00:00
librsb Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
libtommath
libtsnnls Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
libxls
libxlsxwriter Update to 0.7.7 2018-05-17 08:20:32 +00:00
linpack Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
lll_spect
lp_solve
lrng
ltl math/ltl: Update to 2.0.19 2018-03-12 09:32:46 +00:00
ltl2ba - Update to 1.2 2018-05-24 10:48:09 +00:00
lybniz
mate-calc Updating MATE ports to and patch for MATE 1.20 2018-04-13 21:16:56 +00:00
math77 Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
mathgl Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
mathmod Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
mathomatic - Switch to new test framework 2018-05-03 08:33:55 +00:00
matio
matlab-installer Multiple ports: 2018-01-31 01:07:07 +00:00
maxima math/maxima: remove expired lang/gcl variant 2018-01-28 01:36:20 +00:00
mbasecalc
metis Since the upgrade of math/suitesparse to 5.2.0, it depends unconditionnaly on 2018-05-06 08:15:59 +00:00
metis4
metis-edf - Switch to new test framework 2018-05-31 08:34:20 +00:00
mingw32-libgmp Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
minisat - Fix build with clang 6 2018-01-25 09:04:31 +00:00
miracl Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
mlpack Update to 3.0.1 2018-05-19 16:34:16 +00:00
moo
mosesdecoder - Remove unneeded python_OLD_CMD 2018-06-14 19:38:52 +00:00
mpc - Add LICENSE 2018-05-24 09:04:14 +00:00
mpexpr
mpfr Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
mpir - Fix LICENSE 2018-06-16 08:34:33 +00:00
mppp math/mppp: Update 0.10 -> 0.11 2018-05-22 15:37:32 +00:00
mprime
msieve Mark BROKEN: missing build depends 2018-04-05 07:25:14 +00:00
mtl Mark as broken/deprecated: mastersite times out. 2018-05-23 07:06:21 +00:00
mtrxmath
multichoose math/multichoose: Generate multiset combinations (n multichoose k) 2018-04-16 18:31:42 +00:00
mumps Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
mumps-edf Since the upgrade of math/suitesparse to 5.2.0, it depends unconditionnaly on 2018-05-06 08:16:17 +00:00
mumps-mpich
muparser
naturalmath
nauty
ndiff
newmat
nfft Update devel/doxygen to 1.8.14 2018-01-19 21:28:34 +00:00
ngraph
nlopt Mark as broken on armvX. 2018-03-18 05:35:18 +00:00
ntl
numdiff
nyh-hoc
ocaml-ocamlgraph
ocaml-zarith
ocamlgsl Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
octave Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
octave-forge - Set option image to default to on. 2018-06-23 19:16:16 +00:00
octave-forge-actuarial - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-audio - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-base Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
octave-forge-bim - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-bioinfo - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-bsltl - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-cgi - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-civil-engineering - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-communications - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-control - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-data-smoothing - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-database - Update to 2.4.3. 2018-05-20 18:35:33 +00:00
octave-forge-dataframe - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-dicom - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-divand - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-doctest - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-econometrics - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-engine - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-fenv - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-financial - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-fits - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-fl-core - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-fpl - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-fuzzy-logic-toolkit - Add patch to unbreak. 2018-05-14 23:28:48 +00:00
octave-forge-ga - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-general - Update to 2.1.0. 2018-05-14 15:38:06 +00:00
octave-forge-generate_html - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-geometry - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-gnuplot - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-gsl - Update to 2.1.1. 2018-06-23 15:47:52 +00:00
octave-forge-ident - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-image - Update to 2.8.0. 2018-06-23 19:01:49 +00:00
octave-forge-informationtheory - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-integration - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-interval - Update to 3.2.0. 2018-07-01 02:38:45 +00:00
octave-forge-io - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-irsa - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-level-set - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-linear-algebra - Oops, remove the "broken" line (which I had simply commented out in 2018-05-14 21:04:13 +00:00
octave-forge-lssa - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-ltfat - Update to 2.3.1. 2018-06-23 15:48:21 +00:00
octave-forge-mapping - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-mechanics - Unbreak because now octave-forge-linear-algebra is fixed. 2018-05-14 21:07:21 +00:00
octave-forge-miscellaneous - Unbreak (because octave-forge-general is fixed). 2018-05-14 15:39:20 +00:00
octave-forge-missing-functions - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-msh - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-multicore - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-mvn - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-nan - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-ncarray - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-netcdf - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-nlwing2 - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-nnet - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-nurbs - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-oct2mat - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-octclip - Add USES=compiler:gcc-c++11-lib hoping to remove build errors on 2018-05-24 03:22:45 +00:00
octave-forge-octproj - Put LIB_DEPENDS in the right place. 2018-05-22 23:22:38 +00:00
octave-forge-odebvp - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-optics - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-optim - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-optiminterp - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-outliers - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-parallel - Remove extraneous blank line. 2018-05-19 00:56:22 +00:00
octave-forge-pdb - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-plot - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-quaternion - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-queueing - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-secs1d - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-secs2d - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-secs3d - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-signal - Update octave-forge-signal to 1.4.0. 2018-05-07 14:07:58 +00:00
octave-forge-simp - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-sockets - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-sparsersb - Update to 1.0.6. 2018-06-23 19:15:33 +00:00
octave-forge-specfun - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-special-matrix - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-splines - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-statistics - Update to 1.4.0. 2018-05-19 15:53:04 +00:00
octave-forge-stk - Update to 2.5.1. 2018-06-22 13:32:20 +00:00
octave-forge-strings - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-struct - Update to 1.0.15. 2018-05-18 15:54:15 +00:00
octave-forge-symband - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-symbolic - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-tcl-octave - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-tisean - Add patches to unbreak. 2018-05-14 21:34:01 +00:00
octave-forge-tsa - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-video - Fix whitespace. 2018-05-20 23:15:22 +00:00
octave-forge-zenity - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
octave-forge-zeromq - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
ogdf math/ogdf: unbreak build with Clang 6 (C++14 by default) 2018-03-01 12:09:48 +00:00
oleo Fix build with Perl 5.26. 2018-03-28 16:52:54 +00:00
openblas Patch to fix build on armvX. 2018-03-29 04:04:21 +00:00
openfst Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
openlibm math/openlibm: update to 0.6.0 2018-06-19 17:56:19 +00:00
opensolaris-libm Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
orpie Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
p5-AI-DecisionTree Update WWW 2018-05-27 20:15:16 +00:00
p5-AI-Genetic Update WWW 2018-05-27 20:15:16 +00:00
p5-AI-NeuralNet-BackProp
p5-AI-Perceptron Update WWW 2018-05-27 20:15:16 +00:00
p5-Algorithm-Combinatorics Update WWW 2018-05-27 20:15:16 +00:00
p5-Algorithm-CurveFit Update WWW 2018-05-27 20:15:16 +00:00
p5-Algorithm-KMeans Update WWW 2018-05-27 20:15:16 +00:00
p5-Algorithm-Munkres Update WWW 2018-05-27 20:15:16 +00:00
p5-bignum Update WWW 2018-05-27 20:15:16 +00:00
p5-Bit-ShiftReg Update WWW 2018-05-27 20:15:16 +00:00
p5-Bit-Vector Update WWW 2018-05-27 20:15:16 +00:00
p5-Bit-Vector-Minimal Update WWW 2018-05-27 20:15:16 +00:00
p5-CAD-Calc Update WWW 2018-05-27 20:15:16 +00:00
p5-Chart-Math-Axis Update WWW 2018-05-27 20:15:16 +00:00
p5-Data-Float Update WWW 2018-05-27 20:15:16 +00:00
p5-Date-Handler Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Coordinates-UTM Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Distance Update WWW 2018-05-27 20:15:16 +00:00
p5-Geo-Distance-XS Update WWW 2018-05-27 20:15:16 +00:00
p5-GIS-Distance Update WWW 2018-05-27 20:15:16 +00:00
p5-GIS-Distance-Fast Update WWW 2018-05-27 20:15:16 +00:00
p5-GIS-Distance-Lite Update WWW 2018-05-27 20:15:16 +00:00
p5-Graph Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Algebra-Symbols Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Base36 Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Base85 Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BaseCalc Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BaseCnv Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Bezier Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Bezier-Convert Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BigInt Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BigInt-FastCalc Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BigInt-GMP Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BigInt-Lite Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BigInt-Pari Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-BigRat Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Calc-Units Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-CDF Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Cephes Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Combinatorics Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Complex Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-ConvexHull Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Currency Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Derivative Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Evol Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Expr Update WWW 2018-06-04 18:09:55 +00:00
p5-Math-FFT Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-FixedPrecision Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Fleximal Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Geometry Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Geometry-Planar Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Geometry-Planar-GPC Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Geometry-Planar-GPC-PolygonXS Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Geometry-Planar-Offset Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Geometry-Voronoi Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-GMP Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-GMPf Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-GMPq Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-GMPz Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Gradient Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-GSL Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
p5-Math-Int64 Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Int128 Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Interpolate Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Intersection-StraightLine Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Logic Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Matrix Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-MatrixReal Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-MPC Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-MPFR Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-NumberCruncher Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Pari Mark these ports as broken on aarch64, and, where appropriate, on armvX. 2018-06-22 01:15:19 +00:00
p5-Math-Polygon Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Polygon-Tree Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Polynomial-Solve - Update to 2.85 2018-07-04 23:53:05 +00:00
p5-Math-Prime-XS Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-ProvablePrime Fix a few Perl ports with Perl 5.28. 2018-06-29 10:10:35 +00:00
p5-Math-Random Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Random-ISAAC Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Random-ISAAC-XS Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Random-MT Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Random-MT-Auto Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Random-OO Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Random-Secure Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-RandomOrg Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Round Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Round-Var Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-RPN Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Sequence Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Series Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SigFigs Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SimpleVariable Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Spline Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-String Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-CCompiler Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-Contains Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-ErrorPropagation Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-LaTeXDumper Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-Pattern Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-Simplification Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Symbolic-Custom-Transformation Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-BigNum Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-Complex Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-Error Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-Inline Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-NoSimplification Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-ParserExtensionFactory Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-SymbolicX-Statistics-Distributions Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-TrulyRandom Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Units Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-Utils Update to 1.12 2018-06-27 23:34:05 +00:00
p5-Math-Vec Update WWW 2018-05-27 20:15:16 +00:00
p5-Math-VecStat
p5-Math-VectorReal Update WWW 2018-05-27 20:15:16 +00:00
p5-NetCDF
p5-Number-Compare Update WWW 2018-05-27 20:15:16 +00:00
p5-Number-Fraction Update WWW 2018-05-27 20:15:16 +00:00
p5-Number-Misc Update WWW 2018-05-27 20:15:16 +00:00
p5-Number-Uncertainty Update WWW 2018-05-27 20:15:16 +00:00
p5-Number-WithError Update WWW 2018-05-27 20:15:16 +00:00
p5-Number-WithError-LaTeX Update WWW 2018-05-27 20:15:16 +00:00
p5-Parse-Range Update WWW 2018-05-27 20:15:16 +00:00
p5-Roman Update WWW 2018-05-27 20:15:16 +00:00
p5-Set-IntSpan Update WWW 2018-05-27 20:15:16 +00:00
p5-Set-IntSpan-Fast Update WWW 2018-05-27 20:15:16 +00:00
p5-Set-IntSpan-Fast-XS Update WWW 2018-05-27 20:15:16 +00:00
p5-Set-Partition Update WWW 2018-05-27 20:15:16 +00:00
p5-Set-Window Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Basic Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Benford Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-ChiSquare Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Contingency Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Descriptive Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Descriptive-Discrete Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Distributions
p5-Statistics-Forecast Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Frequency Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-LineFit Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Lite Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-LTU
p5-Statistics-OLS
p5-Statistics-R Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-Regression Update WWW 2018-05-27 20:15:16 +00:00
p5-Statistics-TTest Update WWW 2018-05-27 20:15:16 +00:00
p5-Task-Math-Symbolic Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-Text-AsciiTeX Update WWW 2018-05-27 20:15:16 +00:00
pantheon-calculator x11-toolkits/granite: Update to 0.5 2018-03-21 05:52:33 +00:00
pari Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
parmetis Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
parmgridgen Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
pdal math/pdal: Update to 1.7.2 2018-05-22 19:58:51 +00:00
PDL Update WWW 2018-05-27 20:15:16 +00:00
pear-Math_BigInteger
pear-Math_Combinatorics
pecl-big_int
pecl-bitset
pecl-bitset2 Introduce PHP flavors. 2018-03-08 19:48:41 +00:00
pecl-stats Fix order of IGNORE_WITH_PHP variable 2018-03-20 02:20:07 +00:00
pecl-stats2 Fix order of IGNORE_WITH_PHP variable 2018-03-20 02:20:07 +00:00
pecl-trader
petiga math/petiga: Fix build on 10 2018-05-21 16:55:17 +00:00
php56-bcmath
php56-gmp
php70-bcmath
php70-gmp
php71-bcmath
php71-gmp
php72-bcmath
php72-gmp
physcalc
picosat
piranha math/piranha: Update 0.10 -> 0.11 2018-05-16 03:51:21 +00:00
plman
ploticus
ploticus-nox11
plplot Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
plplot-ada Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
primegen
prng Unbreak examples installation 2018-01-13 10:13:48 +00:00
proofgeneral USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
pspp Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
pure-mpfr
pure-rational
py-algopy New port: math/py-algopy: Algorithmic Differentiation (AD) and Taylor polynomial approximations 2018-04-17 22:24:52 +00:00
py-altgraph Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-apgl Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-basemap Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-basemap-data
py-bitmath Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-bitvector - Update to 3.4.8 2018-03-25 10:09:47 +00:00
py-bottleneck Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-cdecimal
py-colormath Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-cryptominisat math/cryptominisat and math/py-cryptominisat: Update to 5.6.1. 2018-06-17 20:36:22 +00:00
py-cvxopt math/suitesparse: Update 4.0.2 -> 5.2.0 2018-04-26 06:41:30 +00:00
py-cyipopt Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-Diofant Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-fastcluster Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-ffc Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-fiat Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-fpconst Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-gato Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-gmpy
py-gmpy2 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-gnuplot Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
py-graphillion
py-GridDataFormats Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-igakit New port: math/py-igakit: Low-level routines for manipulations of NURBS geometries 2018-05-21 09:48:02 +00:00
py-igraph - Add LICENSE 2018-01-12 09:56:52 +00:00
py-intspan Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-keras math/py-keras: Update to 2.2.0 2018-06-28 20:25:34 +00:00
py-levmar Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-luminol Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-mathdom Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-matplotlib Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-mpmath Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-munkres
py-networkx Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-numarray
py-numeric
py-numexpr Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-numpy Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-nzmath
py-pandas Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pandas-datareader math/py-pandas-datareader: Switch to the dev version because it contains an important fix 2018-06-15 02:36:52 +00:00
py-patsy Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-permutation New port: math/py-permutation: Permutations of finitely many positive integers 2018-06-17 20:07:07 +00:00
py-petsc4py New port: math/py-petsc4py: PETSc for Python 2018-06-09 16:20:43 +00:00
py-piranha math/py-piranha: Update 0.10 -> 0.11 2018-05-17 08:19:54 +00:00
py-plastex Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-probstat
py-pyasp Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-pybloom Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pycosat
py-pyFFTW New port: math/py-pyFFTW: Pythonic wrapper around FFTW, the FFT library 2018-06-18 03:06:29 +00:00
py-pygsl Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
py-pyhull Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-pyipopt New port: math/py-pyipopt: Use ipopt (an optimization tool) via python 2018-04-17 08:07:38 +00:00
py-pymc Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pymc3 Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-PyMetis Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pyneqsys Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pynleq2 math/py-pynleq2: Update 0.0.2 -> 0.0.2_1 (update of fortran files that are compiled) 2018-04-23 06:22:37 +00:00
py-pyodesys Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-Pyomo Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-PySCIPOpt math/SCIP: Update 5.0.1 -> 6.0.0; math/py-PySCIPOpt: Update 1.4.9 -> 2.0.0 2018-07-04 19:44:10 +00:00
py-pysparse Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pysym Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-pyvtk Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org 2018-02-25 00:40:37 +00:00
py-PyWavelets Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-random2 New port: math/py-random2: Python 3 compatible Python 2 random module 2018-04-28 19:02:57 +00:00
py-roman Switch all pypi.python.org WWWs to a new PyPi home pypi.org where 2018-04-25 16:42:37 +00:00
py-scientific Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
py-scikit-umfpack Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-seaborn Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
py-secp256k1 Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-simhash New port: math/py-simhash: Python implementation of simhash algorithm 2018-06-15 04:38:18 +00:00
py-slepc4py New port: math/py-slepc4py: SLEPc for Python 2018-06-25 09:00:12 +00:00
py-spectral New port: math/py-spectral: Spectral Python (SPy) is a Python module for hyperspectral image processing 2018-06-21 02:59:06 +00:00
py-statsmodels Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-svgmath
py-sym New port: math/py-sym: Unified wrapper for symbolic manipulation libraries in Python 2018-04-01 00:10:47 +00:00
py-symcxx New port: math/py-symcxx: Minimal symbolic manipulation python package written in C++ 2018-03-29 23:45:54 +00:00
py-symeig Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
py-sympy Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-theano Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-ufl Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-uncertainties New port: math/py-uncertainties: Calculations with uncertainties on the quantities involved 2018-03-20 08:16:55 +00:00
py-viper Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
py-yt Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
qalculate math/libqalculate: Update to 2.2.1 2018-02-26 11:22:36 +00:00
qd Return maho@'s ports to the pool after his commit bit expired. 2018-03-11 11:20:43 +00:00
qhull
qhull5
qrupdate Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
qtiplot Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qtiplot-doc
qtoctave Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qwtplot3d-qt4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
R math/R: Update to version 3.5.1 2018-07-07 20:58:55 +00:00
R-cran-Amelia - Update to 1.7.5 2018-05-15 02:29:47 +00:00
R-cran-assertthat Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-backports Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-bdsmatrix - Update to 1.3-3 2018-03-16 07:34:26 +00:00
R-cran-car Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-carData math/R-cran-carData: Companion to Applied Regression Data Sets 2018-06-02 10:44:02 +00:00
R-cran-ChangeAnomalyDetection Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-coda Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-combinat Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-conf.design Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-CVST - Update to 0.2-2 2018-05-28 07:37:24 +00:00
R-cran-ddalpha - Update to 1.3.4 2018-07-02 04:36:42 +00:00
R-cran-deldir - Update to 0.1-15 2018-04-11 08:02:45 +00:00
R-cran-DEoptimR Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-dimRed Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-dlmodeler Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-dplyr - Update to 0.7.6 2018-07-03 12:32:06 +00:00
R-cran-DRR - Update to 0.0.3 2018-03-21 08:41:27 +00:00
R-cran-expm Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-forecast - Update to 8.4 2018-07-01 21:58:43 +00:00
R-cran-Formula - Update to 1.2-3 2018-05-09 06:58:54 +00:00
R-cran-fracdiff Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-geepack Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-geometry - Add new port: math/R-cran-geometry 2018-04-11 05:53:33 +00:00
R-cran-gmp Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-gower Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-gpclib Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-gss math/R-cran-gss: updated to version 2.1-9 2018-06-02 10:46:36 +00:00
R-cran-gtable Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-igraph - Update to 1.2.1 2018-03-29 03:37:40 +00:00
R-cran-influenceR Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-inline - Update to 0.3.15 2018-05-23 13:05:24 +00:00
R-cran-ipred Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-irlba - Update to 2.3.2 2018-03-12 03:38:08 +00:00
R-cran-KFAS - Update to 1.3.2 2018-05-23 06:10:02 +00:00
R-cran-labeling Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-lava - Update to 1.6.2 2018-07-06 07:15:53 +00:00
R-cran-lazyeval Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-LearnBayes - Update to 2.15.1 2018-03-28 02:23:13 +00:00
R-cran-lme4 - Update to 1.1-17 2018-04-12 02:02:08 +00:00
R-cran-magic - Add new port: math/R-cran-magic 2018-04-11 05:25:21 +00:00
R-cran-Matching - Update to 4.9.3 2018-05-15 02:49:50 +00:00
R-cran-MatchIt Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-MatrixModels Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-maxLik Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-mcmc Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-MCMCpack - Update to 1.4-3 2018-05-17 05:20:41 +00:00
R-cran-memisc Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-minqa Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-miscTools Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-MSwM - Update to 1.3 2018-06-19 06:52:44 +00:00
R-cran-mvtnorm Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-nloptr Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-NMF - Update to 0.21.0 2018-03-23 11:27:46 +00:00
R-cran-nnls Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-nortest Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-numDeriv Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-outliers Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-pbkrtest Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-pls - Add new port: math/R-cran-pls 2018-06-19 08:03:45 +00:00
R-cran-prodlim Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-psych Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-quadprog Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-qualityTools Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-quantreg - Update to 5.36 2018-05-31 05:24:29 +00:00
R-cran-RcppArmadillo - Update to 0.8.600.0.0 2018-07-02 10:14:09 +00:00
R-cran-RcppEigen - Update to 0.3.3.4.0 2018-03-28 06:46:34 +00:00
R-cran-RcppRoll - Update to 0.3.0 2018-06-07 08:51:17 +00:00
R-cran-recipes - Update to 0.1.3 2018-06-19 08:21:51 +00:00
R-cran-rgenoud - Update to 5.8.2.0 2018-05-15 02:55:48 +00:00
R-cran-RHmm Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-Rmpfr Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
R-cran-robustbase - Update to 0.93-1 2018-07-02 03:07:25 +00:00
R-cran-Rsolnp Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-RSvgDevice Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-sandwich Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-sf - Update to 0.6-3 2018-05-18 07:46:46 +00:00
R-cran-sm - Update to 2.2.5.5wq 2018-05-15 02:58:58 +00:00
R-cran-sp - Update to 1.3.1 2018-06-16 07:13:15 +00:00
R-cran-SparseM Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-spData - Update to 0.2.9.0 2018-06-19 08:41:24 +00:00
R-cran-spdep - Update to 0.7-7 2018-04-12 05:33:30 +00:00
R-cran-SQUAREM - Add new port: math/R-cran-SQUAREM 2018-04-11 08:48:37 +00:00
R-cran-sspir Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-stabledist Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-survey - Update to 3.33.2 2018-03-17 12:25:14 +00:00
R-cran-truncnorm Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-units - Update to 0.6-0 2018-06-20 02:23:17 +00:00
R-cran-uroot - Add new port: math/R-cran-uroot 2018-04-15 04:24:19 +00:00
R-cran-VGAM Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
R-cran-xts - Update to 0.10-2 2018-03-16 05:56:31 +00:00
R-cran-Zelig - Update to 5.1.6 2018-03-11 15:32:50 +00:00
R-cran-zoo - Update to 1.8-2 2018-06-20 03:12:57 +00:00
randlib
rapid math/rapid: Fix build on FreeBSD 12, clean up license info, remove dead mirror 2018-05-19 14:09:01 +00:00
reduce Mark these ports as broken on aarch64, and, where appropriate, on armvX. 2018-06-22 01:15:19 +00:00
reduce-psl New port: math/reduce-psl 2018-02-23 20:23:26 +00:00
reed-solomon
rexx-regmath Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
rkward-kde Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
rngstreams
rocs Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
rocs-kde4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
rpcalc Update to 0.8.1 2018-02-16 15:12:39 +00:00
rpy Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
rpy2 Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
rubygem-algebra
rubygem-expression_parser
rubygem-fftw3
rubygem-mathn Add rubygem-mathn 0.1.0 2018-04-21 22:40:28 +00:00
rubygem-narray
rubygem-narray_miss math/rubygem-narray_miss: update to 1.4.0 2018-01-15 15:30:17 +00:00
rubygem-numru-misc math/rubygem-numru-misc: update to 0.1.2 2018-01-15 15:32:32 +00:00
rubygem-numru-units math/rubygem-numru-units: update to 1.9.0 2018-01-15 15:37:55 +00:00
rubygem-rb-gsl Update math/gsl to 2.5 2018-06-23 08:27:13 +00:00
saga math/saga: update 6.3.0 -> 6.4.0, fix describe 2018-07-03 07:07:50 +00:00
sage multimedia/ffmpeg: update to 4.0 2018-05-02 15:07:27 +00:00
sc
sc-im
scalapack For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
scilab - Switch to new test framework 2018-07-04 08:37:36 +00:00
scilab-toolbox-swt Remove SIVP option from math/scilab-toolbox-swt, it depends on an expired port. 2018-06-09 04:56:16 +00:00
SCIP math/SCIP: Update 5.0.1 -> 6.0.0; math/py-PySCIPOpt: Update 1.4.9 -> 2.0.0 2018-07-04 19:44:10 +00:00
sdpa Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
sdpara Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
secp256k1 An optimized C library for EC operations on curve secp256k1. 2018-01-29 13:23:12 +00:00
sfft Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
sfst
simd-viterbi
slatec Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
slepc math/slepc: Update 3.9.1 -> 3.9.2 2018-07-03 09:23:10 +00:00
slgrace Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
snns
solitaire
SoPlex math/SoPlex: Update 3.1.1 -> 4.0.0 2018-07-03 09:57:52 +00:00
sound-of-sorting
spar
spblas - Add LICENSE 2018-04-27 09:33:50 +00:00
spectra math/spectra: Update 0.6.1 -> 0.6.2 2018-05-23 06:44:01 +00:00
speedcrunch Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
spooles Return maho@'s ports to the pool after his commit bit expired. 2018-03-11 11:20:43 +00:00
spooles-mpich
stp Mark ports broken on powerpc64, categories g-n. 2018-06-18 14:00:43 +00:00
suitesparse math/suitesparse: Fix undesirable linking with pre-installed older version 2018-06-03 02:50:39 +00:00
sundials math/sundials: Update 3.1.0 -> 3.1.1 2018-05-08 05:40:49 +00:00
superlu math/superlu: Disable enable_tests cmake argument because tests are enabled in the special target 2018-05-07 00:06:09 +00:00
superlu_mt Mark as broken on powerpc64: build runs away and consumes all memory. 2018-07-05 06:22:51 +00:00
surf
symmetrica
tablix
taucs - Switch to options helpers 2018-04-30 08:33:55 +00:00
tblis Mark these ports as broken on aarch64, and, where appropriate, on armvX. 2018-06-22 01:15:19 +00:00
testu01 Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
tetgen - Switch to options helpers 2018-06-14 08:34:32 +00:00
timbl Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org 2018-02-25 00:40:37 +00:00
tmv Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
tomsfastmath Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
topaz
triangle
trlan Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
truthtable
tvmet
ump
units Update to 2.16 2018-06-16 19:04:49 +00:00
unuran - Switch to USES=localbase 2018-06-12 08:34:34 +00:00
viennacl Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
vowpal_wabbit devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
vtk5 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
vtk5-data For ports under cad', devel', dns, and `math' categories: remove 2018-05-05 15:09:22 +00:00
vtk6 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
wcalc Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. 2018-04-19 07:08:45 +00:00
wfmath
why3
wingz3
wxMaxima
x12arima Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
xblas
xfce4-calculator-plugin
xgraph
xlapack Return maho@'s ports to the pool after his commit bit expired. 2018-03-11 11:20:43 +00:00
xldlas
xlife++ Mark these ports as broken on aarch64, and, where appropriate, on armvX. 2018-06-22 01:15:19 +00:00
xplot
xppaut
xspread
xtensor math/xtensor: Update 0.16.3 -> 0.16.4 2018-06-23 16:40:32 +00:00
yacas
z3 math/z3: Update to 4.7.1. 2018-06-17 17:23:32 +00:00
zimpl math/zimpl: Replace BROKEN_xx with ONLY_FOR_ARCHS=amd64 i386 2018-06-10 00:56:18 +00:00
Makefile Remove expired ports: 2018-07-03 15:20:13 +00:00