freebsd-ports/math
Raphael Kubo da Costa c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
..
aamath Second attempt to fix build on 11.0-CURRENT. 2014-07-21 21:21:59 +00:00
abacus Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
abakus math/abakus: Use absolute path of flex during specification 2014-02-21 18:35:55 +00:00
abs Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
add - Update to 20140105 2014-02-12 08:43:59 +00:00
algae Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
algotutor Stage support. 2014-05-30 15:13:33 +00:00
alt-ergo Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
analitza KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
ann Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
apc - Add USES=libtool to x11-toolkits/xforms and bump dependent ports. 2014-06-30 17:52:23 +00:00
aribas Remove pkg-plist, the Makefile already has PLIST_FILES/PORTDOCS/PORTEXAMPLES 2014-06-30 21:43:23 +00:00
armadillo - Update to 4.300.8 2014-06-22 11:35:59 +00:00
arpack Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
arpack++ Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
arpack-ng Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
asir2000 - Update to 20140513 2014-05-24 14:11:38 +00:00
aspcud Chase boost and icu bump 2014-02-07 11:44:08 +00:00
asymptote Remove redudant post-install: 2014-07-23 12:43:45 +00:00
atlas Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
atlas-devel Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
bamg Missed a NOPORTDOCS 2014-07-04 00:56:41 +00:00
bargraph Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
biggles Add staging support 2014-06-06 21:23:49 +00:00
bihar Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
blacs Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
blas Stage support 2014-04-05 16:30:29 +00:00
blitz++ Fix build with texlive 2014-07-21 22:30:39 +00:00
blocksolve95 Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
bsdnt A BSD licensed Bignum library 2014-01-03 21:37:23 +00:00
calc Add USES=readline to fix build. 2014-07-20 19:48:06 +00:00
calcoo
calctool Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
cantor KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
carve Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
cblas Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
ccmath Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
cgal - Convert USE_BZIP2 to USES 2014-07-22 22:17:21 +00:00
chaco - Add stage support 2014-02-15 14:22:29 +00:00
chryzodus - Remove leading article from COMMENT 2013-11-10 23:13:21 +00:00
clarence Support staging 2014-03-20 15:14:08 +00:00
clasp - Update to 2.1.4 2014-01-10 13:33:13 +00:00
clipper Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
cln Modernize LIB_DEPENDS 2014-07-13 23:36:40 +00:00
cloog - Add some patches from PkgSrc to enable cloog to builds with devel/isl 2014-07-08 01:21:17 +00:00
clp 1: Stagify. 2014-06-18 08:01:00 +00:00
coinmp math/coinmp: some fixes 2014-07-17 19:55:37 +00:00
concorde Support staging 2014-02-21 10:18:51 +00:00
convertall - Add stage support 2014-02-16 19:01:57 +00:00
coq Switch to texlive 2014-07-23 13:04:15 +00:00
crlibm Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
cvc3 Stagify. 2014-07-16 03:25:07 +00:00
dcdflib Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
diehard Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
dieharder - Switch to USES=libtool, drop .la files 2014-06-27 11:18:01 +00:00
djbfft Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
drgeo - Convert USE_GNOME=gnomehack to USES 2014-04-22 01:26:22 +00:00
dynare graphics/vips and the rest: 2014-03-28 09:23:08 +00:00
e Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
edenmath Stage support 2014-02-11 20:38:46 +00:00
eigen2 - Add stage support 2014-02-20 13:00:31 +00:00
eigen3 Update to 3.2.1. 2014-03-02 15:46:10 +00:00
eispack Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
elmer-umfpack Stagify. 2014-06-18 10:09:15 +00:00
emc2 - Add staging support 2014-06-06 22:48:58 +00:00
ent - Add USES=compiler, needed for clang patch 2014-03-18 14:58:23 +00:00
entropy Stagify. 2014-06-18 10:14:01 +00:00
ess Make those ports more likely to build with texinfo from ports 2014-07-01 17:37:41 +00:00
eukleides Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
eval Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
facile math/facile: 2014-05-13 07:25:54 +00:00
fann Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
fflas-ffpack Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
fftw Patch fftw.texi to allow building with new texinfo 2014-06-26 19:52:22 +00:00
fftw-float - Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and 2014-03-05 17:27:27 +00:00
fftw3 Remove useless post-patch-script in append it to post-patch 2014-04-04 13:45:36 +00:00
fftw3-float Fix i386 builds using clang [1]; use staging; 2014-03-05 03:17:04 +00:00
fftw3-long Fix i386 builds using clang [1]; use staging; 2014-03-05 03:17:04 +00:00
fftw3-quad Fix i386 builds using clang [1]; use staging; 2014-03-05 03:17:04 +00:00
fityk When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
foma Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
fpc-fftw Stage support 2014-01-28 00:16:57 +00:00
fpc-gmp Stage support 2014-01-28 00:16:57 +00:00
fpc-numlib Stage support 2014-01-28 00:16:57 +00:00
freemat Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
fricas Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
fxt Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
galculator Update to 2.1.3: bug fixes, new and updated translations 2014-03-15 19:47:35 +00:00
gambit Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
gap Update to GAP 4.7.5 2014-05-28 08:41:42 +00:00
gcalctool Support stage 2014-04-11 16:52:39 +00:00
gdcalc Stagify. 2014-06-18 13:14:02 +00:00
geg Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
geogebra-i18n Stagify. 2014-06-18 13:20:15 +00:00
geonext Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
gexpr - Add stage support 2014-02-16 18:38:59 +00:00
ggobi - Don't remove mtree directories 2014-05-09 21:13:09 +00:00
giacxcas - Drop .la files, no dependees require them 2014-07-03 19:38:49 +00:00
GiNaC Allow to build with texinfo from ports 2014-06-25 21:45:56 +00:00
givaro Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
gkmap Stagify. 2014-06-18 13:25:50 +00:00
glgraph - Add staging support 2014-06-07 15:26:54 +00:00
glm Update to 0.9.5.3. 2014-04-02 11:07:43 +00:00
glpk Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
gmm++ Update to 4.3. 2014-07-12 17:06:46 +00:00
gmp Fix build on system built WITHOUT_INFO 2014-06-25 08:58:09 +00:00
gmp-ecm Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
gnubc Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
gnumeric - Fix various distinfo errors 2014-05-31 16:37:58 +00:00
gnuplot Switch to wx 3.0 2014-07-21 22:53:25 +00:00
goblin Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
gotoblas Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
grace - Add staging support 2014-06-12 15:26:46 +00:00
gracetmpl - Convert gmake,bzip2 to USES 2014-05-26 12:28:33 +00:00
graphthing Use only 2.8 and unicode version of wxGTK 2014-03-24 17:16:56 +00:00
gretl Use staging 2014-07-08 13:37:10 +00:00
gri Switch to texlive 2014-07-23 13:05:38 +00:00
gringo - Unbreak on FreeBSD < 10 2014-01-24 15:44:33 +00:00
grpn Convert to staging, add missing includes. 2013-11-05 15:52:36 +00:00
gsl Fix build on system built WITHOUT_INFO 2014-06-25 08:58:09 +00:00
hexcalc Typo fix for pkg-descr. 2014-07-08 15:57:18 +00:00
hfst Update to 3.7.2, install hfst.pc into correct location. 2014-07-05 15:04:30 +00:00
hs-Agda - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-categories - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-comonad - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-comonad-transformers - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-comonads-fd - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-contravariant - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-data-lens - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-data-lens-template - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-distributive - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-erf - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-groupoids - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-ieee754 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-math-functions - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-mwc-random - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-nats - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-NumInstances - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-pointed - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-probability - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-semigroupoid-extras - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-semigroupoids - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-semigroups - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-statistics - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-vector-space - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
igraph Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
isabelle Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
ised Modernize my ports 2014-03-13 03:50:44 +00:00
itl Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jacal - Update to 1c3 2014-04-06 05:51:57 +00:00
jags 1: Stagify. 2014-06-18 14:56:30 +00:00
jakarta-commons-math - Fix build with OpenJDK 1.7 2014-06-06 17:19:00 +00:00
jakarta-commons-math3 - Update to 3.3 2014-06-14 02:23:00 +00:00
jama Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
javanns
javaview Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jeuclid jmusic, jeuclid: USES+= zip 2014-05-27 18:32:18 +00:00
jlatexmath math/jlatexmath: fix typo 2014-05-01 15:34:02 +00:00
jsmath Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jsmath-fonts Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
jsmath-fonts-sprite Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
jtransforms Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
jts Stagify. 2014-06-08 14:56:07 +00:00
kalgebra KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
kash3 Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
kbruch KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
kcalc KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
kig KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
kktdirect Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
kmplot KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
labplot - Update to 2.0.1 2014-05-18 07:31:40 +00:00
lambda - Add stage support 2014-02-15 14:31:57 +00:00
lapack Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
lapack++ Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
lapack95 Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
lapacke Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
laspack - Convert to OPTIONS 2014-06-25 08:40:14 +00:00
ldouble - Support staging 2014-02-21 10:25:34 +00:00
levmar Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
libflame Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
libjbigi Stagify. 2014-06-08 14:58:37 +00:00
liblbfgs 1: Stagify. 2014-06-18 16:00:20 +00:00
libmissing Support stage 2014-05-06 12:26:18 +00:00
libneural - Switch to USES=libtool, drop .la files 2014-05-27 13:47:46 +00:00
libocas Stagify. 2014-06-18 16:05:20 +00:00
liborigin
libqalculate - Bump PORTREVISION due to pkg-plist changes 2014-06-19 17:19:18 +00:00
libR Support stage 2014-04-04 14:44:45 +00:00
libranlip Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
libRmath Stage support 2014-04-05 10:30:21 +00:00
libtommath - Convert to USES=tar:bz2 libtool:keepla 2014-06-30 15:10:44 +00:00
libtsnnls 1: Stagify. 2014-06-18 16:16:40 +00:00
linpack 1: Stagify. 2014-06-18 16:18:56 +00:00
lll_spect Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
lp_solve - Stage support 2014-02-05 09:28:07 +00:00
lrng Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
ltl Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
ltl2ba Support staging 2014-02-21 10:26:27 +00:00
lybniz - Add stage support 2014-02-15 14:52:01 +00:00
mate-calc The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
mathomatic Add USES=readline to fix build. 2014-07-20 19:49:21 +00:00
matio - Update to 1.8.12 (from science/hdf5-18) 2014-05-03 00:55:30 +00:00
matlab-installer Uncomment the dependencies, as originally set in ports/184607. 2014-02-12 20:20:10 +00:00
matrix Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
maxima Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
mbasecalc - Respect CXX/CXXFLAGS 2013-12-25 14:25:22 +00:00
metis Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
metis-edf Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
metis4 Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
mingw32-libgmp Fix build on system built WITHOUT_INFO 2014-06-25 08:58:09 +00:00
minisat Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
miracl - Use /usr/bin/unzip for zip files extraction (part 2) 2014-06-06 15:26:41 +00:00
moo Update MASTER_SITES 2014-01-15 16:05:42 +00:00
mpc Update to version 1.0.2 which brings two bug fixes: 2014-01-20 19:07:29 +00:00
mpexpr Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
mpfr When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
mpir New port: math/mpir 2014-07-15 14:23:11 +00:00
mprime Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
msieve Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
mtl Correct a few typos. 2014-07-04 00:58:47 +00:00
mtrxmath - Add stage support 2014-02-16 18:32:48 +00:00
mumps Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
mumps-mpich 1- Upgrade to 4.10.0: this version is required by french/aster; 2014-05-13 21:45:49 +00:00
muparser - Update to 2.2.3 2014-07-07 02:42:22 +00:00
naturalmath Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
nauty - Fix build 2014-05-17 09:51:11 +00:00
ndiff - Fix typo 2014-02-07 14:58:07 +00:00
newmat - STAGE-clean 2014-02-14 08:56:25 +00:00
ngraph support stage 2014-06-20 12:51:37 +00:00
ntl Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
numdiff Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
nyh-hoc - Add stage support 2014-02-15 15:03:55 +00:00
ocaml-ocamlgraph Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
ocaml-zarith Add new Ocaml port: math/ocaml-zarith 2014-06-02 21:28:39 +00:00
ocamlgsl Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
octave Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2. 2014-07-23 19:53:11 +00:00
octave-forge Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-actuarial - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-ad - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-audio - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-base Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-bim - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-bioinfo - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-cgi - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-civil-engineering - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-communications - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-control - Update to 2.6.5. 2014-06-23 14:41:02 +00:00
octave-forge-data-smoothing - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-database - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-dataframe - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-dicom Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-divand - Update to 1.1.2. 2014-06-23 14:42:13 +00:00
octave-forge-econometrics - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-engine - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-fenv - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-financial - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-fits - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-fl-core - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-fpl - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-fuzzy-logic-toolkit - Update to 0.4.5. 2014-07-04 19:10:42 +00:00
octave-forge-ga - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-general Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-generate_html - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-geometry - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-gnuplot - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-gsl Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-ident - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-image Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-informationtheory - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-integration - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-io - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-irsa - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-linear-algebra Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-lssa - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-ltfat Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-mapping - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-mechanics - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-miscellaneous - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-missing-functions Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-msh - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-multicore - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-mvn - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-nan - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-ncarray - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-netcdf - Update to 1.0.5. 2014-06-30 22:04:00 +00:00
octave-forge-nlwing2 - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-nnet - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-nurbs - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-ocs - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-oct2mat - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-octcdf - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-octclip - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-octgpr - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-octproj Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-odebvp - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-odepkg - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-optim - Update to 1.3.1. 2014-06-02 13:19:44 +00:00
octave-forge-optiminterp - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-outliers - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-parallel - Correct license option. 2014-06-23 00:07:48 +00:00
octave-forge-pdb - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-plot - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-pt_br - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-quaternion - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-queueing - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-secs1d - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-secs2d - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-secs3d - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-signal - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-simp - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-sockets - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-specfun - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-special-matrix Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-spline-gcvspl - Add a definition of HOME to configure_args, because octave likes to write 2014-04-20 21:00:52 +00:00
octave-forge-splines - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-statistics Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-strings Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-struct - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-symband - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-symbolic Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-tcl-octave Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
octave-forge-tsa - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-video Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
octave-forge-xraylib - Set license_file. 2014-06-23 00:05:58 +00:00
octave-forge-zenity - Set license_file. 2014-06-23 00:05:58 +00:00
ogdf Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
oleo Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
open-axiom Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
openblas math/openblas: 0.2.8 -> 0.2.9 2014-07-17 19:12:44 +00:00
openfst - Switch to USES=libtool, drop .la files 2014-07-04 08:02:23 +00:00
orpie Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
p5-AI-DecisionTree Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-AI-Genetic - Add LICENSE 2014-05-09 03:43:00 +00:00
p5-AI-NeuralNet-BackProp - Add LICENSE 2014-05-09 03:42:47 +00:00
p5-AI-Perceptron - Add LICENSE 2014-05-09 03:42:52 +00:00
p5-Algorithm-Combinatorics Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Algorithm-CurveFit - Respect upstream naming: rename math/p5-MatrixReal to math/p5-Math-MatrixReal 2013-11-22 19:07:32 +00:00
p5-Algorithm-KMeans - support stage 2014-01-05 12:07:20 +00:00
p5-Algorithm-Munkres - Pass maintainership to perl@ 2014-05-22 15:02:27 +00:00
p5-bignum - update to 0.37 2014-07-15 06:47:20 +00:00
p5-Bit-ShiftReg Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Bit-Vector Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Bit-Vector-Minimal Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-CAD-Calc - Add LICENSE 2014-05-09 03:42:56 +00:00
p5-Chart-Math-Axis Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Data-Float Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Date-Handler Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Geo-Coordinates-UTM - add stage support 2014-01-30 10:27:43 +00:00
p5-Geo-Distance Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Geo-Distance-XS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-GIS-Distance Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-GIS-Distance-Fast Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-GIS-Distance-Lite - add stage support 2014-01-30 09:42:48 +00:00
p5-Graph - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-Algebra-Symbols - Add LICENSE 2014-05-09 03:43:05 +00:00
p5-Math-Base36 - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-Base85 - add stage support 2014-01-30 10:27:43 +00:00
p5-Math-BaseCalc - Support STAGE 2013-12-27 13:08:28 +00:00
p5-Math-BaseCnv - Pass maintainership to perl@ 2014-05-22 15:02:27 +00:00
p5-Math-Bezier Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Bezier-Convert Use new USES=dos2unix 2013-11-18 16:45:09 +00:00
p5-Math-BigInt - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-BigInt-FastCalc Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-BigInt-GMP Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-BigInt-Pari - Update to 1.18 2014-05-21 07:55:07 +00:00
p5-Math-BigRat Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Calc-Units Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-CDF - Take maintainership 2014-06-30 16:42:17 +00:00
p5-Math-Cephes Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Combinatorics - Add LICENSE 2014-05-09 03:42:43 +00:00
p5-Math-Complex Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-ConvexHull - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-Currency Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
p5-Math-Derivative - Add LICENSE 2014-05-09 03:42:39 +00:00
p5-Math-Evol Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Expr Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-FFT Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-FixedPrecision Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Fleximal This is a package for doing integer arithmetic while using a different 2014-02-18 16:06:46 +00:00
p5-Math-Geometry - Take maintainership 2014-06-30 16:42:17 +00:00
p5-Math-Geometry-Planar - Fix WRKSRC (affected by DISTNAME) 2014-05-09 15:23:12 +00:00
p5-Math-Geometry-Planar-GPC Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Geometry-Planar-GPC-Polygon Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Geometry-Planar-Offset - Add LICENSE 2014-05-09 03:42:34 +00:00
p5-Math-Geometry-Voronoi Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-GMP Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-GMPf Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-GMPq Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-GMPz Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Gradient Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-GSL - Update to 0.32 2014-06-20 07:45:37 +00:00
p5-Math-Int64 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Int128 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Interpolate - Update to 1.06 2013-11-11 14:11:08 +00:00
p5-Math-Intersection-StraightLine - Add LICENSE 2014-05-09 03:42:17 +00:00
p5-Math-Logic - Pass maintainership to submitter 2014-05-25 13:54:19 +00:00
p5-Math-Matrix
p5-Math-MatrixReal - Update to 2.11 2014-02-07 09:29:56 +00:00
p5-Math-MPC Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-MPFR Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-NumberCruncher Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Pari Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Polygon Update to 1.03 2014-01-23 16:02:43 +00:00
p5-Math-Polygon-Tree
p5-Math-Polynomial-Solve - Update to 2.70 2014-05-21 07:59:19 +00:00
p5-Math-Prime-XS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Random Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Random-ISAAC - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-Random-ISAAC-XS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Random-MT Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Random-MT-Auto Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Random-OO - Update to 0.22 2014-02-04 11:41:24 +00:00
p5-Math-Random-Secure - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-RandomOrg - Add LICENSE 2014-05-09 03:42:13 +00:00
p5-Math-Round - Add LICENSE 2014-05-04 12:52:31 +00:00
p5-Math-Round-Var - Add LICENSE 2014-05-09 03:42:09 +00:00
p5-Math-RPN - add stage support 2014-01-30 10:27:43 +00:00
p5-Math-Sequence - Add LICENSE 2014-05-09 03:41:59 +00:00
p5-Math-Series - Add LICENSE 2014-05-09 03:42:04 +00:00
p5-Math-SigFigs - add stage support 2014-01-30 09:42:48 +00:00
p5-Math-SimpleVariable Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Spline - Add LICENSE 2014-05-09 03:41:46 +00:00
p5-Math-String Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic-Custom-CCompiler Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic-Custom-Contains Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic-Custom-ErrorPropagation Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic-Custom-LaTeXDumper Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic-Custom-Pattern Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Symbolic-Custom-Simplification - Add LICENSE 2014-05-09 03:41:32 +00:00
p5-Math-Symbolic-Custom-Transformation Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-SymbolicX-BigNum - Add LICENSE 2014-05-09 03:41:54 +00:00
p5-Math-SymbolicX-Complex Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-SymbolicX-Error Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-SymbolicX-Inline Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-SymbolicX-NoSimplification - Add LICENSE 2014-05-09 03:41:28 +00:00
p5-Math-SymbolicX-ParserExtensionFactory Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-SymbolicX-Statistics-Distributions - Add LICENSE 2014-05-09 03:41:50 +00:00
p5-Math-TrulyRandom Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Math-Units Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-Vec - Stage support 2014-02-01 14:41:49 +00:00
p5-Math-VecStat Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Math-VectorReal - Pass maintainership to perl@ 2014-05-22 15:02:27 +00:00
p5-NetCDF Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Number-Compare Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Number-Fraction - Update to 2.00 2014-05-09 20:01:57 +00:00
p5-Number-Uncertainty
p5-Number-WithError - add stage support 2014-01-30 10:27:43 +00:00
p5-Number-WithError-LaTeX - Add LICENSE 2014-05-09 03:41:36 +00:00
p5-Parse-Range Stage support and fix plist 2014-02-04 18:23:07 +00:00
p5-Roman - add stage support 2014-01-30 10:27:43 +00:00
p5-Set-IntSpan
p5-Set-IntSpan-Fast - add stage support 2014-01-30 10:27:43 +00:00
p5-Set-IntSpan-Fast-XS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Set-Partition - Add LICENSE 2014-05-09 03:41:41 +00:00
p5-Set-Window - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-Basic - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-Benford - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-ChiSquare - add stage support 2014-01-30 10:27:43 +00:00
p5-Statistics-Contingency Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Statistics-Descriptive - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-Descriptive-Discrete - Add LICENSE 2014-05-09 03:41:24 +00:00
p5-Statistics-Distributions - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-Forecast Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Statistics-Frequency - Stage support 2014-02-01 14:41:07 +00:00
p5-Statistics-LineFit Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Statistics-Lite Convert to USES=dos2unix 2014-05-26 08:44:34 +00:00
p5-Statistics-LTU - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-OLS - add stage support 2014-01-30 10:27:43 +00:00
p5-Statistics-R Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
p5-Statistics-Regression - add stage support 2014-01-30 09:42:48 +00:00
p5-Statistics-TTest Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Task-Math-Symbolic Support STAGEDIR. 2013-11-05 06:56:18 +00:00
p5-Text-AsciiTeX Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
pari Use staging; use standard directories for docs, data, and examples; strip; 2014-07-08 09:18:20 +00:00
parmetis - Convert net/openmpi to USES=libtool and bump dependent ports 2014-07-14 16:51:44 +00:00
parmgridgen Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
PDL Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
pear-Math_BigInteger - update to 1.0.2 2014-02-12 11:29:39 +00:00
pear-Math_Combinatorics Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
pecl-big_int Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
pecl-bitset Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
pecl-stats Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
pecl-trader The trader extension is a free open source stock library based on TA-Lib. 2014-02-11 15:31:02 +00:00
petsc Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
php5-bcmath Stagify. 2013-10-30 13:32:02 +00:00
php5-gmp Stagify. 2013-10-30 13:32:02 +00:00
php53-bcmath - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php53-gmp - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php55-bcmath Stagify. 2013-10-30 13:32:02 +00:00
php55-gmp Stagify. 2013-10-30 13:32:02 +00:00
physcalc Unbreak 2014-03-11 06:31:13 +00:00
plman Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
ploticus Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
ploticus-nox11 Masterport has been staged. 2014-07-06 23:57:55 +00:00
plplot Do not overwrite USES 2014-05-27 16:11:38 +00:00
plplot-ada Add new port math/plplot-ada: Ada bindings to plplot library 2014-02-16 22:01:00 +00:00
primegen - Unmute installation commands 2014-03-05 13:51:57 +00:00
prng Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
proofgeneral - Add stage support 2014-07-16 16:53:37 +00:00
pspp UPdate to 0.8.3 2014-06-17 15:50:05 +00:00
pure-mpfr Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
pure-rational Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
py-apgl - Update to 0.8.0 2014-04-06 07:04:43 +00:00
py-basemap Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
py-basemap-data - Convert to autoplist 2014-02-15 10:05:05 +00:00
py-bitvector - Unbreak ports, which installed setup.py files due to the messed up argument 2014-06-28 07:03:19 +00:00
py-bottleneck Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
py-fastcluster Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
py-ffc - Stage 2014-04-26 20:42:24 +00:00
py-fiat math/py-fiat: support stage and use auto plist 2014-06-13 13:39:45 +00:00
py-fpconst math/py-fpconst: support staging and restrict python to 2.x 2013-12-28 10:53:33 +00:00
py-gato math/py-gato: support staging 2013-12-28 10:59:13 +00:00
py-gmpy Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
py-gnuplot Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
py-graphillion - Remove easy_install dependency 2014-06-14 08:37:44 +00:00
py-gsl Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
py-igraph The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
py-mathdom - Convert to autoplist 2014-02-15 10:31:16 +00:00
py-matplotlib The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
py-mpmath - Fix the CATEGORIES in last commit 2014-06-22 10:40:10 +00:00
py-munkres Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
py-networkx - Switch from easy_install to USE_PYDISTUTILS=yes 2014-03-28 19:41:53 +00:00
py-numarray math/py-numarray: allow staging and use auto python plist 2013-12-12 20:18:08 +00:00
py-numeric [Errno 11] Resource Temporarily Unavailable 2013-12-16 18:24:49 +00:00
py-numexpr Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
py-numpy math/py-numpy: Use INSTALLS_EGGINFO, fixes pkg_resources detection 2014-07-16 13:16:17 +00:00
py-nzmath Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
py-pandas Fix 2 DEPENDS lines 2014-06-15 16:47:38 +00:00
py-patsy - Remove easy_install dependency 2014-06-14 08:53:48 +00:00
py-plastex math/py-plastex: support staging and use auto plist 2013-12-28 11:15:35 +00:00
py-probstat math/py-probstat: support staging and use auto plist 2013-12-28 11:14:20 +00:00
py-pybloom Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
py-pymc Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
py-roman - Convert to autoplist 2014-02-15 10:35:14 +00:00
py-scientific Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
py-statsmodels Mark BROKEN: Fails to build 2014-06-19 21:40:42 +00:00
py-svgmath - Stage support 2014-05-18 14:26:45 +00:00
py-symeig - Update to 1.5 2014-04-26 18:13:44 +00:00
py-sympy - Update to 0.7.5 2014-05-12 06:05:41 +00:00
py-ufl math/py-ufl: support stage 2014-06-22 14:55:50 +00:00
py-viper - Stage support 2014-05-26 11:39:32 +00:00
qalculate math/qalculate: fix build with clang 2014-07-09 23:29:01 +00:00
qd Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
qhull Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
qhull5 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
qrupdate Stage support. 2014-05-31 11:27:03 +00:00
qtiplot - Chase math/muparser change from static to dynamic library 2014-07-07 02:43:44 +00:00
qtiplot-doc Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
qtoctave Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
qwtplot3d-qt4 - Remove now needless qmake_build from USE_QT4 2013-11-21 15:41:06 +00:00
R Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
R-cran-bdsmatrix Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-car Update math/R-cran-car to 2.0-20. 2014-05-03 09:41:28 +00:00
R-cran-ChangeAnomalyDetection Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-coda Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-deldir Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-dlmodeler Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-forecast - Update to 5.4 2014-05-10 01:59:44 +00:00
R-cran-Formula Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-fracdiff Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-gpclib Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-gss Update math/R-cran-gss to 2.1-2. 2014-06-16 09:44:08 +00:00
R-cran-gtable Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-igraph - Update to 0.7.1 2014-04-23 16:07:13 +00:00
R-cran-inline - Update to 0.3.13 2014-04-06 14:27:07 +00:00
R-cran-KFAS - Update to 1.0.4 2014-06-15 20:50:37 +00:00
R-cran-labeling Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-LearnBayes - Update to 2.15 2014-06-25 08:52:58 +00:00
R-cran-MCMCpack Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-memisc Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-mvtnorm Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-nnls Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-outliers Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-psych Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-quadprog Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-RcppArmadillo - Update to 0.4.300.8.0 2014-06-25 08:57:10 +00:00
R-cran-RHmm Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-RSvgDevice Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
R-cran-sandwich Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-sm - Update to 2.2.5.4 2014-04-06 14:26:15 +00:00
R-cran-sp - Update to 1.0.14 2014-04-06 14:25:26 +00:00
R-cran-spdep - Update to 0.5-74 2014-06-25 11:33:20 +00:00
R-cran-sspir Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
R-cran-stabledist Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-SuppDists Convert to USES=dos2unix 2014-05-26 08:44:34 +00:00
R-cran-xts Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
R-cran-Zelig - Update to 4.2.1 2014-04-06 14:28:28 +00:00
R-cran-zoo Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
randlib Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
rapid - Support staging 2014-02-21 10:35:44 +00:00
reduce Change maintainer's email address to one that may no bounce 2014-06-09 15:25:27 +00:00
reed-solomon Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
rkward-kde4 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
rngstreams Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
rocs KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
rpcalc Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
rpy - Stage support [1] 2014-05-31 05:20:15 +00:00
rpy2 Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
ruby-algebra - Add stage support 2014-02-15 14:35:37 +00:00
ruby-fftw3 Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
ruby-gnuplot Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
ruby-gsl Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
ruby-narray Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
ruby-narray_miss Support stage 2014-04-07 15:00:24 +00:00
ruby-numru_misc Support stage 2014-04-07 15:02:39 +00:00
ruby-numru_units Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
rubygem-narray - Avoid calling make while building 2014-03-28 20:41:23 +00:00
rubygem-narray_miss This is an additional class of ruby with conduct processing of missing value 2014-03-25 20:34:09 +00:00
rubygem-numru-misc Miscellaneous functions and classes to facilitate programming. 2014-06-05 09:31:38 +00:00
rubygem-numru-units Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
saga - Remove USE_AUTOTOOLS=libtool 2014-07-11 11:16:06 +00:00
sage - Unset group write priveleges in the pynac subpackage, so that it will build 2014-07-21 12:55:41 +00:00
sc - Finish stage support 2014-04-06 20:55:15 +00:00
scalapack Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
scilab Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
scilab-toolbox-sivp math/scilab-toolbox-sivp: 2014-05-01 14:31:00 +00:00
scilab-toolbox-swt Update the default version of GCC used in the Ports Collection from 2014-03-10 20:55:20 +00:00
sdpa Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sdpa-gmp Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sdpara Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sedumi Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
sfft Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
sfst New port: sfst. 2014-07-07 12:05:05 +00:00
simd-viterbi Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
slatec Maintainer can no longer maintain these ports 2014-06-02 17:55:42 +00:00
slgrace Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
snns Stagify. 2014-06-08 15:11:27 +00:00
solitaire - Add stage support 2014-02-15 14:44:36 +00:00
spar - Switch to USES=libtool, drop .la files 2014-06-27 11:18:47 +00:00
spblas Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
speedcrunch math/speedcrunch: 2014-03-31 10:57:12 +00:00
spooles Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
spooles-mpich remove NO_STAGE. 2014-06-19 10:00:38 +00:00
stp Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
suitesparse Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
superlu Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
superlu_mt Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
surf - Convert LIB_DEPENDS to new syntax 2014-02-15 15:00:33 +00:00
tablix - Switch to USES=libtool, drop .la files 2014-06-27 12:11:53 +00:00
taucs Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
testu01 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
tetgen Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
timbl Modernize LIB_DEPENDS 2014-07-14 18:42:04 +00:00
tomsfastmath Remove USE_GCC and fix the broken code instead. While gcc accepts %cc and 2014-06-09 04:25:02 +00:00
topaz Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
triangle Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
trlan Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
truthtable Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
tvmet - Convert USE_BZIP2 to USES 2014-05-30 18:42:05 +00:00
ufc - Stage support 2014-02-16 16:16:16 +00:00
ump Reset maintainership for ports not staged with no pending PR 2014-07-23 17:30:45 +00:00
units - Update to 2.11 2014-05-12 12:35:07 +00:00
unixstat Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
unuran Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
vtk5 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
vtk5-data - STAGE-clean 2014-02-12 15:54:46 +00:00
vtk6 Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. 2014-07-15 17:52:17 +00:00
wcalc Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07 15:31:01 +00:00
wfmath remove leftovers from the gcc -> clang transition I forgot to delete. 2014-03-24 18:10:01 +00:00
why3 Bump more ports that depend on libsqlite3.so: 2014-07-05 12:19:32 +00:00
why3-gpl Bump more ports that depend on libsqlite3.so: 2014-07-05 12:19:32 +00:00
wingz3 Use the new IA32_BINARY_PORT knob, instead of limiting to archs i386 2014-07-13 19:35:06 +00:00
wxMaxima - Add support for stage dir 2014-07-12 02:05:07 +00:00
x12arima Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
xblas Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
xgobi Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
xgraph Add staging support. 2014-06-11 10:23:57 +00:00
xlapack Stage support 2014-04-05 16:30:29 +00:00
xldlas - Add USES=libtool to x11-toolkits/xforms and bump dependent ports. 2014-06-30 17:52:23 +00:00
xplot Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:52:39 +00:00
xppaut Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:23:08 +00:00
xspread Fix some non default LIB_DEPENDS 2014-07-16 08:26:25 +00:00
yacas Convert GMAKE to MAKE_CMD 2014-06-25 05:35:31 +00:00
Makefile New port: math/mpir 2014-07-15 14:23:11 +00:00