aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-263-3/+3
| | | | With hat: portmgr-secretary
* . Update to 5.0.4.glewis2016-07-243-5/+4
|
* - Add new port: math/R-cran-influenceRtota2016-07-234-0/+37
| | | | | | | | | | | | | | | | influenceR: Software Tools to Quantify Structural Importance of Nodes in a Network Provides functionality to compute various node centrality measures on networks. Included are functions to compute betweenness centrality (by utilizing Madduri and Bader's SNAP library), implementations of Burt's constraint and effective network size (ENS) metrics, Borgatti's algorithm to identify key players, and Valente's bridging metric. On Unix systems, the betweenness, Key Players, and bridging implementations are parallelized with OpenMP, which may run faster on systems which have OpenMP configured. WWW: https://cran.r-project.org/web/packages/influenceR/
* math/octave: remove wrongly used PLIST_SUB from pkg-plistbsam2016-07-221-150/+150
| | | | | | PR: 210055 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: maintainer timeout (7 weeks)
* - Update to 0.99.7-1tota2016-07-212-4/+5
| | | | - Add "compiles" argument to USES=cran
* math/geogebra: Update from 5.0.236.0 to 5.0.260.0tz2016-07-202-4/+5
| | | | | | | | | | Changelog: https://www.geogebra.org/manual/en/Reference:Changelog_5.0 Also removed shared-mime-info from USES PR: 210401 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Approved by: junovitch (mentor)
* - update libgd to 2.2.2dinoex2016-07-204-2/+4
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* - Update to 2.7.1danilo2016-07-202-3/+4
|
* Upgrade to Gambit 15.1.0, the current stable version.thierry2016-07-203-4/+7
| | | | | Note: Gambit 16 is available, but this is the current research/development version.
* When there is a do-install target, do not use a post-install target, domat2016-07-193-4/+3
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Update to 1.2.3tota2016-07-182-4/+5
|
* - Update to 0.1.12.stephen2016-07-182-4/+4
|
* math/cadabra2: builds on 10.x with compiler:c++14-langpi2016-07-181-3/+2
| | | | | PR: 210476 Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* math/cadabra2: mark BROKEN on 10pi2016-07-181-5/+2
| | | | | PR: 210476 Reported by: marino, mat
* - Switch to options helpersamdmi32016-07-172-2/+6
| | | | - Regenerate patches with `make makepatch`
* Fix dependencies, Makefile cleanupsriggs2016-07-161-9/+7
| | | | | | | | | | | | | Detailed maintainer log: - Explicitly rely on required perl for the build - math/R cannot be built in poudriere when math/atlas is chosen for the BLAS implementation. It's not the default, so handle gracefully with an IGNORE (could also have set MANUAL_PACKAGE_BUILD with ATLAS_VARS= MANUAL_PACKAGE_BUILD=...) - fix a type: DOC_BUILD_DEPEND -> DOCS_BUILD_DEPEND PR: 210983 Submitted by: jrm@ftfl.ca (maintainer)
* Add a patch (sent upstream) to make configuration work with CMake 3.6.0.rakuco2016-07-161-0/+18
| | | | PR: 210988
* - Add missing java categoryamdmi32016-07-162-621/+12
| | | | | | - Add LICENSE - Cosmetic fixes - Switch to new test framework
* - Update to 1.1-12tota2016-07-152-8/+8
| | | | | - Fix LICENSE - Add "compiles" argument to USES=cran
* - Update to 1.3-6tota2016-07-143-11/+12
| | | | - Update descrption and WWW line in pkg-descr
* - Add new port: math/R-cran-mcmctota2016-07-144-0/+29
| | | | | | | | | | | | Simulates continuous distributions of random vectors using Markov chain Monte Carlo (MCMC). Users specify the distribution by an R function that evaluates the log unnormalized density. Algorithms are random walk Metropolis algorithm (function metrop), simulated tempering (function temper), and morphometric random walk Metropolis (Johnson and Geyer, Annals of Statistics, 2012, function morph.metrop), which achieves geometric ergodicity by change of variable. WWW: https://cran.r-project.org/web/packages/mcmc/
* Update to version 2.3.1pawel2016-07-124-5/+8
| | | | | | | | | | | Changelog: - New library 'imagery_isocluster' - Record statistics in 'table_calculus' - Better io_gdal shapes import - Updates to scripting tools PR: 210946 Submitted by: maintainer
* New port: math/cadabra2pi2016-07-107-0/+140
| | | | | | | | | | | | | | | | Cadabra is a symbolic computer algebra system (CAS) designed specifically for the solution of problems encountered in field theory. It has extensive functionality for tensor computer algebra, tensor polynomial simplification including multi-term symmetries, fermions and anti-commuting variables, Clifford algebras and Fierz transformations, component computations, implicit coordinate dependence, multiple index types and many more. The input format is a subset of TeX. WWW: http://cadabra.science/ PR: 210476 Submitted by: Yuri Victorovich <yuri@rawbw.com>
* Prevent PKGNAME collision with math/libRantoine2016-07-101-1/+1
|
* Mark broken while restructuring the master port is ongoingriggs2016-07-101-1/+1
| | | | | PR: 210866 Reported by: jrm@ftfl.ca (maintainer)
* Modernize and simplify portriggs2016-07-102-361/+193
| | | | | | PR: 210866 Submitted by: jrm@ftfl.ca (maintainer) Reviewed by: rhurlin@gwdg.de, bapt, riggs
* math/py-pysparse: add new portjbeich2016-07-105-0/+67
| | | | | | | | | | | | | | | | | | PR: 210595 Submitted by: yuri@rawbw.com PySparse extends the Python interpreter by a set of sparse matrix types holding double precision values. PySparse also includes modules that implement: - iterative methods for solving linear systems of equations - a set of standard preconditioners - an interface to a direct solver for sparse linear systems of equations (SuperLU) - a Jacobi-Davidson eigenvalue solver for the symmetric, generalised matrix eigenvalue problem (JDSYM) https://github.com/PythonOptimizers/pysparse
* - Switch to new test frameworkamdmi32016-07-081-11/+9
| | | | - Switch to options helpers
* Update to 2.4.2.stephen2016-07-082-3/+4
|
* Remove @comment $FreeBSD$ from pkg-plist files.mat2016-07-071-1/+0
| | | | Sponsored by: Absolight
* - Update to 1.2.1.stephen2016-07-072-4/+4
|
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* - Update to 2.3.0wen2016-07-064-11/+22
| | | | | PR: 210810 Submitted by: rhurlin@gwdg.de(maintainer)
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-0/+1
|
* Update to 0.50.mat2016-07-053-6/+19
| | | | Sponsored by: Absolight
* - Update to 4.8.1wen2016-07-057-207/+285
|
* Remove expired ports without open PRs:rene2016-07-0525-6519/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to 1.2.2-57.mat2016-07-0411-239/+3681
| | | | | | PR: 210796 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Joseph Mingrone <jrm@ftfl.ca> has volunteered to maintain R in bf@'s absenceriggs2016-07-021-1/+1
| | | | | PR: 210754 Submitted by: jrm@ftfl.ca
* Fix packaging when GL2PS is onantoine2016-07-021-1/+1
| | | | | Reported by: pkg-fallout MFH: 2016Q3
* Horde package update:mm2016-07-022-3/+4
| | | | | | | | | | | comms/pear-Horde_ActiveSync 2.33.3 -> 2.35.0 devel/pear-Horde_Core 2.23.0 -> 2.24.0 www/pear-Horde_Form 2.0.13 -> 2.0.14 www/pear-Horde_Http 2.1.6 -> 2.1.7 mail/pear-Horde_Imap_Client 2.29.7 -> 2.29.8 mail/pear-Horde_Mime 2.9.5 -> 2.10.0 security/pear-Horde_Share 2.0.10 -> 2.1.0 devel/pear-Horde_Util 2.5.7 -> 2.5.8
* - Update to 3.3.1wen2016-07-013-17/+13
| | | | | | | | | - Remove PCRE_PORT option - Really strip the .so file - Minor cleanup PR: 210513 Submitted by: wen@(myself)
* Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.adamw2016-07-012-47/+24
| | | | Use options helpers all the way in math/carve, because I couldn't help myself.
* - Add LICENSEamdmi32016-06-301-11/+18
| | | | | | | - Switch to new test framework - Style fixes - Strip library - Switch to options helpers
* - Switch to options helpersamdmi32016-06-301-3/+3
|
* - Switch to new test frameworkamdmi32016-06-301-6/+5
| | | | | - Switch to options helpers - Silence patching
* - Update to 1.0.5amdmi32016-06-282-4/+4
| | | | | PR: 210663 Submitted by: neel@neelc.org (maintainer)
* Convert USE_PHP*=yes into USES=php*mat2016-06-286-17/+6
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-281-1/+1
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* - Update to 2.0.8wen2016-06-282-4/+4
| | | | | PR: 210585 Submitted by: yuri@rawbw.com(maintainer)
* - Update to 1.11.1olivierd2016-06-284-8/+32
| | | | | | - Adjust dependencies, 'numpy/core/multiarray.so' is also linked to math/openblas (reported by QA script) - Add patches in order to detect 'sys/endian.h' header
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-2850-50/+50
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* math/picosat: Update to 965koobs2016-06-272-5/+13
| | | | | | | | | | | | | * Update DISTVERSION and distinfo checksum (965) * Add CONFIGURE_SCRIPT (filename change to .sh extension) * Add DEBUG option * Use --trace, --stats (and --logs) with DEBUG, rather than in the default (non-debug) build. * Specify --static explicitly even though its built to avoid possible future footshooting. http://fmv.jku.at/picosat/NEWS
* - Update to 0.2.0wen2016-06-272-3/+4
|
* - Update to 0.5.0wen2016-06-272-10/+6
|
* Allow use as a regular userantoine2016-06-271-0/+4
| | | | Reported by: pkg-fallout
* - Update to 2.6.0sunpoet2016-06-272-3/+4
| | | | Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
* math/R: add LIBR to OPTIONS_DEFAULT to allow math/rkward-kde4 to buildpi2016-06-261-2/+2
| | | | | PR: 207425 Reported by: thierry
* math/R: Add optimization related options to Makefilepi2016-06-262-29/+40
| | | | | | | | | | | | There are a couple of enhancements that can be made to math/R regarding optimization: one would be to enable LTO and OpenMP whenever the compiler supports it, another one would be to allow linking to OpenBLAS besides ATLAS or R's internal BLAS implementation. The patch was inspired by math/octave's handling of BLAS. PR: 207425 Submitted by: elferdo@gmail.com Approved by: bf (maintainer timeout)
* - Clarify LICENSEamdmi32016-06-241-25/+16
| | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers
* - Remove always true conditionamdmi32016-06-241-1/+1
| | | | Approved by: portmgr blanket
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-234-4/+4
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* Deep Learning library for Python. Convnets, recurrent neural networks, andpawel2016-06-234-0/+32
| | | | | | | | | more. Runs on Theano and TensorFlow. WWW: http://keras.io/ PR: 210119 Submitted by: Neel Chauhan <neel@neelc.org>
* math/py-intspan: Update to 1.5.3feld2016-06-222-3/+4
|
* Update to 0.49.mat2016-06-222-4/+5
| | | | Sponsored by: Absolight
* Update GAP to 4.8.4johans2016-06-222-4/+4
|
* Update to 0.48.mat2016-06-212-5/+4
| | | | Sponsored by: Absolight
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesmat2016-06-211-2/+2
| | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight
* Update to 0.6.0olivierd2016-06-212-4/+8
|
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-214-15/+16
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* math/scilab is not jobs safe, plus fix pkg-plistmarino2016-06-202-1/+7
| | | | | | | From experience, OCAML simply is not guaranteed to build concurrently. Like many other ports that require OCAML to build, Scilab is not jobs safe. While confirmed this, I discovered the pkg-plist was missing four files, so I've added those while marking the port jobs unsafe.
* math/R: unbreak index.dbn2016-06-191-1/+1
| | | | Reported by: cperciva@ (Portsnap buildbox)
* Mk/Uses/cran: add "compiles" argument.dbn2016-06-194-6/+5
| | | | | | | | | | | | [1] Add "compiles" argument to cran to allow R-cran ports need to compile code to bring in the correct compiler dependencies. Also, ensure consistency between the compiler selected by the R port and the R-cran ports. [2] Migrate R-cran ports that manually specify the compiler to USES=cran,compiles. PR: 210343 Approved by: wen (1), portmgr (2, blanket)
* - Update to 0.4-6tota2016-06-182-3/+3
|
* math/blitz++: unbreak build on 11.0 and dragonflyjbeich2016-06-171-0/+16
| | | | | | | | ./arrays-expr.texi:718: unknown command `erf' PR: 199527 Reported by: pkg-fallout Approved by: maintainer timeout (1 year)
* - Update to 2016.06.02wen2016-06-153-3/+8
|
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.nettz2016-06-154-4/+4
| | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor)
* devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix buildpi2016-06-151-2/+0
| | | | | | | | | | | | for those ports, unbreak: science/veusz math/qtiplot emulators/swine devel/ninja-ide PR: 210045 Reported by: antoine Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* C-coded Python extension module that supports multiple-precision arithmetic.wen2016-06-144-0/+37
| | | | | | | | | | | | | In addition to supporting GMP or MPIR for multiple-precision integer and rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. WWW: https://pypi.python.org/pypi/gmpy2 WWW: https://github.com/aleaxit/gmpy/releases PR: 210127 Submitted by: yuri@rawbw.com
* math/why3-spark: Try to fix build on F10marino2016-06-141-1/+1
| | | | | CC was defined twice in the makefile; once by the ${CC} variable and later redefined to "gcc". FreeBSD 10 doesn't like that.
* math/timbl: update MAINTAINER to his new addresspi2016-06-141-1/+1
| | | | Submitted by: Sender Ghost <lightside@gmx.com>
* - Update to 0.1.11.stephen2016-06-122-3/+4
|
* math/why3-spark: Update COMMENTmarino2016-06-121-1/+1
|
* math/why3-spark: Upgrade version 2015 => 2016 (unbreaks)marino2016-06-126-99/+42
|
* - Update to 5.26tota2016-06-102-4/+4
|
* libraries are declared with LIB_DEPENDS, not RUN_DEPENDS.adamw2016-06-091-9/+9
| | | | Committed under "just fix it."
* Fix SEGFAULT during build on AMD Barcelona CPUs. This patch iscy2016-06-092-0/+12
| | | | | | based on discussion at https://github.com/xianyi/OpenBLAS/issues/786. PR: 209412
* - Remove wrongly used PLIST_SUB from pkg-plistwen2016-06-081-30/+30
| | | | | PR: 210051 Submitted by: tcberner@gmail.com
* - Fix CONFLICTS with math/ogdfcpm2016-06-072-14/+8
| | | | | | | | | - Update MAINTAINER to my @FreeBSD.org address - Switch to OPTION helpers Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6741
* Remove unneeded usage of:mat2016-06-061-2/+1
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* - Update to 2.4.0.stephen2016-06-062-3/+4
|
* Fix build with libc++ 3.8.0, by disabling custom max_align_t definitionantoine2016-06-061-1/+2
| | | | | | PR: 209692 Submitted by: dim@ Approved by: maintainer timeout (2 weeks)
* - Update to 0.7.100.3.1tota2016-06-052-4/+4
|
* - Update to 0.6-5tota2016-06-052-3/+4
|
* - update to 1.5.0.stephen2016-06-052-3/+4
|
* Mark BROKEN: fails to configureantoine2016-06-051-0/+2
| | | | | | | | checking for pcre_fullinfo in -lpcre... no checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout
* Mark BROKEN: fails to buildantoine2016-06-051-0/+2
| | | | | | | | src/scripting/PythonScripting.cpp:61:10: fatal error: 'sipAPIqti.h' file not found #include "sipAPIqti.h" ^ Reported by: pkg-fallout
* Mark BROKEN: fails to buildantoine2016-06-041-0/+2
| | | | | | | | | | | | | | | g++48 -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -DLIBICONV_PLUG -fpic -O2 -pipe -fno-builtin-coshl -fno-builtin-erfcl -fno-builtin-erfl -fno-builtin-lgammal -fno-builtin-powl -fno-builtin-sinhl -fno-builtin-tanhl -fno-builtin-tgammal -DLIBICONV_PLUG -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc48 -c dists.cc -o dists.o In file included from /usr/local/lib/gcc48/include/c++/cmath:42:0, from /usr/local/lib/R/include/R.h:43, from dists.cc:10: /usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:213:12: error: redefinition of 'struct std::__is_integer<int>' struct __is_integer<int> ^ /usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:146:12: error: previous definition of 'struct std::__is_integer<int>' struct __is_integer<bool> ^ Reported by: pkg-fallout
* Deprecate ports broken for more than 6 monthsantoine2016-06-046-0/+12
|
* - Update to 1.0.2wen2016-06-022-3/+4
|
* Github cleanup.mat2016-06-012-6/+5
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* Update to 1.3.5arved2016-05-313-9/+18
| | | | | PR: 209866 Submitted by: maintainer
* - Update to 0.7.100.3.0tota2016-05-292-6/+5
|
* - Update to 2.75sunpoet2016-05-292-3/+5
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
* - Change condition to fix build with fmake when using python3.xamdmi32016-05-281-1/+3
| | | | | PR: 209514 Approved by: portmgr blanket
* Upgrade to RKWard 0.6.5 to chase Rupgrade to 3.3.0.thierry2016-05-283-8/+22
| | | | | Changelog at https://rkward.kde.org/News#RKWard_0.6.5_-_Much_improved_preview_functionality.2C_and_more
* - Add localbase to ldflags so that it will build with dragonfly.stephen2016-05-261-0/+1
| | | | | PR: ports/209380 Submitted by: John Marino <marino@FreeBSD.org>
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-2611-11/+11
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgpi2016-05-264-4/+4
| | | | | PR: 209746 Submitted by: xmj
* Fix build by stripping any .so libraryamdmi32016-05-261-1/+1
| | | | | Library name seems to be dependent on R version, so this port will break on any R update otherwise
* Remove useless WRKSRC definitions.mat2016-05-251-1/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* - Update to 6.700.7danilo2016-05-243-4/+5
|
* - Update to 1.1.20amdmi32016-05-242-4/+3
| | | | | PR: 209623 Submitted by: xmj (maintainer)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-242-2/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2428-28/+28
| | | | Approved by: portmgr blanket
* - Update to 0.5.1lwhsu2016-05-235-12/+13
| | | | | PR: 209713 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
* math/R: 3.2.2 -> 3.3.0pi2016-05-236-38/+44
| | | | | | | | Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html PR: 209315 Submitted by: wen Approved by: bf (maintainer, by mail)
* Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-221-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908
* math/py-pyvtk: 0.4.85 -> 0.5.18pi2016-05-202-3/+4
| | | | | | | | | - Added Python 3 support (thanks to Thomas Kluyver). - Maintain the package (thanks to Thomas Kluyver and David Froger). - Development is moved under Github. PR: 209646 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-193-4/+4
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-19120-403/+403
| | | | Approved by: portmgr blanket
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1
| | | | Approved by: portmgr blanket
* intspan is a set subclass that conveniently stores sets of integers.feld2016-05-164-0/+26
| | | | | | | Sets can be created from and displayed as integer spans such as 1-3,14,29,92-97 rather than exhaustive member listings. WWW: https://pypi.python.org/pypi/intspan/
* math/py-pandas: 0.17.0 -> 0.18.1pi2016-05-162-9/+21
| | | | | | | | | Changes: http://pandas.pydata.org/pandas-docs/version/0.18.1/ - Add optional dependencies on devel/py-Jinja2 and textproc/py-xlsxwriter PR: 209521 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
* - Update to 5.24tota2016-05-152-3/+4
|
* - Update to 0.5305sunpoet2016-05-143-5/+8
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Math-Cephes/Changes
* Prevent collision with getline(3)bapt2016-05-146-24/+44
| | | | While here regen patches
* Prevent collision on getline(3)bapt2016-05-144-13/+49
| | | | While here regen patches
* - Update to 1.09sunpoet2016-05-132-4/+4
| | | | | | - Use USES=dos2unix Changes: http://search.cpan.org/dist/Math-Utils/Changes
* - Update to 5.0.236.0amdmi32016-05-133-6/+11
| | | | | | | - Add icon PR: 209461 Submitted by: udvzsolt@gmail.com (maintainer)
* - Update to 16.04amdmi32016-05-123-7/+12
| | | | | | | - Pass maintainership to submitter PR: 209445 Submitted by: rhurlin@gwdg.de
* - Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefullystephen2016-05-111-0/+1
| | | | | | enable build on FreeBSD-9. Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* math/yacas: update to 1.5.0gahr2016-05-107-57/+21
| | | | Release notes: http://www.yacas.org/release_1_5_0/
* - Update to 3.4.4lwhsu2016-05-103-11/+6
|
* Update the maintainer email address for the ports Iwoodsb022016-05-102-2/+2
| | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278
* - Trying a different solution to C11 compliance on FreeBSD-9.stephen2016-05-101-6/+1
| | | | Submitted by: Don Lewis <truckman@FreeBSD.org>
* Update to 5.2.0.mat2016-05-093-25/+13
| | | | | | PR: 209298 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Update to 1.2.2.stephen2016-05-092-3/+4
| | | | | | | | | | | - This new version also allows octave-forge-video to build successfully once multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this update is backwards compatible with ffmpeg 2.8.x. - Add CPPFLAGS+=-I${LOCALBASE}/include to allow build to find ffmpeg headers. PR: ports/209380 Submitted by: Ben Woods <woodsb02@gmail.com>
* - Update to 6.700.6danilo2016-05-083-4/+4
|
* - One more attempt to make it work with FreeBSD-9.stephen2016-05-081-0/+5
| | | | Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* - Update to 0.6.700.6.0tota2016-05-072-3/+3
|
* - Further attempts to make it C11 compliant for FreeBSD 9.stephen2016-05-071-1/+1
| | | | | Suggested by: Brooks Davis <brooks@freebsd.org> Reported by: pkg-fallout@FreeBSD.org
* Fix build with science/hdf5 version 1.10 by specifying that we want totruckman2016-05-074-1/+44
| | | | | | | | | | | use the version 1.8 API. Fix the build when the GUI option is disabled. Since this port installs icons, add INSTALLS_ICONS=yes to Makefile. PR: 209244 Approved by: makc (maintainer)
* Fix build with science/hdf5 version 1.10 by specifying that we want totruckman2016-05-071-0/+11
| | | | | | | use the version 1.8 API. PR: 209242 Approved by: makc (maintainer)
* - Update to 1.7-13tota2016-05-042-4/+4
|
* Update to upstream version 2.12.0riggs2016-05-045-6/+17
| | | | | PR: 209143 Submitted by: dieterich@ogolem.org (maintainer)
* Update to 3.12.5arved2016-05-043-4/+11
| | | | | PR: 209180 Submitted by: pfg@
* - Use a C11 compliant compiler.stephen2016-05-041-1/+2
| | | | Reported by: pkg-fallout@FreeBSD.org
* math/openblas: fix poudriere builds: setting DYNAMIC_ARCH when BULK is definedpi2016-05-021-7/+2
| | | | | | PR: 209190 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Approved by: <phd_kimberlite@yahoo.co.jp> (maintainer)
* math/saga: 2.2.6 -> 2.2.7pi2016-05-022-4/+4
| | | | | | | | | | | | | | | | | | SAGA GIS version 2.2.7 [r2893] is a bug fix release, because a serious bug in the command line interpreter saga_cmd prevents correct setting of floating point value parameters. Some more fixes and features are: - taking respect for future use of new date parameter - bug fixes for flip method in grid operation and orientation - overworked grid system - bug fix for atan2, which did not work before - bug fixes for some tool parameter ids - updated dictionaries and tool interfaces PR: 209175 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
* - Update to 1.7.0.stephen2016-05-013-6/+7
|
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-301-0/+1
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* - Add new port: math/R-cran-Rmpfrtota2016-04-294-0/+30
| | | | | | | | | | | | Arithmetic (via S4 classes and methods) for arbitrary precision floating point numbers, including transcendental ("special") functions. To this end, Rmpfr interfaces to the LGPL'ed MPFR (Multiple Precision Floating-Point Reliable) Library which itself is based on the GMP (GNU Multiple Precision) Library. WWW: https://cran.r-project.org/web/packages/Rmpfr/ Submitted by: Jukka A. Ukkonen <jau_AT_iki_DOT_fi> (via private e-mail)
* - Add new port: math/R-cran-gmptota2016-04-294-0/+26
| | | | | | | | Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic). WWW: https://cran.r-project.org/web/packages/gmp/
* - Update to 1.27sunpoet2016-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
* - Update to 1.51sunpoet2016-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
* - Update to 0.42sunpoet2016-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
* - Update to 0.260804sunpoet2016-04-292-3/+6
| | | | Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES
* - Update to 1.999722sunpoet2016-04-293-15/+3
| | | | | Changes: http://search.cpan.org/dist/Math-BigInt/CHANGES With hat: perl
* math/rubygem-numru-units: remove unneeded USE_RAKEswills2016-04-281-1/+0
|
* math/rubygem-fftw3: remove unneeded USE_RAKEswills2016-04-281-1/+0
|
* math/rubygem-narray_miss: remove unneeded USE_RAKEswills2016-04-281-1/+0
|
* math/geogebra: 5.0.226.0 -> 5.0.231.0pi2016-04-285-10/+29
| | | | | | | | - replace the general scripts so we do not need shell/bash - pkg-message about linprocfs requirement PR: 209105 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* - Add missing RUN_DEPENDSwen2016-04-281-0/+3
| | | | | PR: 209076 Submitted by: jjachuf@gmail.com
* - Add a MASTER_SITES mirrorwen2016-04-281-1/+1
|
* math/rubygem-narray: remove unneeded USE_RAKEswills2016-04-281-1/+0
|
* math/rubygem-numru-misc: remove unneeded USE_RAKEswills2016-04-281-1/+0
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-287-7/+7
|
* Update to GAP 4.8.3johans2016-04-282-6/+6
|
* create USES=gem and update rubygem- ports to use itswills2016-04-287-14/+7
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Update to ocamlgraph 1.8.7johans2016-04-272-4/+3
|
* Update to 1.14.vanilla2016-04-263-61/+32
|
* - Update to 16.04.1nivit2016-04-258-63/+62
| | | | | | | | | | | | | - Use GitHub instead of SourceForge as download site - Pass --docdir option to configure to fix documentation path - Install info file - Add autoreconf and shared-mime-info to USES - Build the port with version 3.0 of wxWidget - Remove post-install target - Remove files/patch-data_Makefile.am, files/patch-src_MathCtrl.cpp, files/patch-src_MathCtrl.h, files/patch-wxmaxima.desktop - Add a patch to fix the installation directory of man page - Update URL of web site
* - Update to 6.700.5danilo2016-04-253-5/+4
|
* Update to 0.2.18flo2016-04-244-13/+12
| | | | | | PR: 208790 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer), dieterich@ogolem.org Sponsored by: Essen Linuxhotel Hackathon 2016
* many ports: mark broken on powerpc64swills2016-04-2213-0/+25
|
* - Update to 1.10.0sunpoet2016-04-215-2/+5
| | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Update to 3.1.4 release.ale2016-04-193-10/+11
|
* Hook new ports on its categories Makefile.araujo2016-04-191-0/+1
| | | | Reported by: antoine
* Cosmetic updatesmaho2016-04-1814-33/+64
| | | | | | | | | - Clean up a malloc() call to get rid of some warnings. - Pet portlint by using "makepatch" for the patches, added the license, changed a tab after the WWW line. PR: 208295 Submitted by: pfg@
* math/p5-Math-Algebra-Symbols: Update version 1.21=>1.27bofh2016-04-183-11/+5
| | | | | - Shift to modbuild as per upstream - Remove perl_OLD_COMMAND
* - Update to 1.2.3wen2016-04-182-3/+3
|
* Luminol is a light weight python library for time series data analysis.araujo2016-04-183-0/+30
| | | | | | | | | | | | The two major functionalities it supports are anomaly detection and correlation. It can be used to investigate possible causes of anomaly. WWW: https://github.com/linkedin/luminol Reviewed by: mat, koobs, Python Tested by: gnn (earlier version) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D5670
* math/geogebra: update 5.0.218.0 -> 5.0.226.0robak2016-04-173-5/+3
| | | | | PR: 208838 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
* math/clfft: update 2.10.1 -> 2.10.2robak2016-04-173-5/+5
| | | | | PR: 208789 Submitted by: Johannes Dieterich <dieterich@ogolem.org> (maintainer)
* Update to 0.5.2olivierd2016-04-162-3/+3
|
* - Update to 7.1tota2016-04-152-3/+3
|
* - Update to 0.6-4tota2016-04-152-4/+5
|
* - Update to 5.0.12wen2016-04-142-3/+3
|
* - Update to 6.700.4danilo2016-04-133-4/+4
|
* - Update to 2.3.0.stephen2016-04-112-4/+3
|
* math/p5-Statistics-Frequency: update to 0.04swills2016-04-112-4/+3
|
* Upgrade from 2016.02.27 to 2016.04.10.mi2016-04-104-4/+8
| | | | Notified by: portscout
* - Update to 2.5.2sunpoet2016-04-092-4/+4
| | | | Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
* - Update to 0.6.700.3.0tota2016-04-092-3/+3
|
* - Update to 7.0tota2016-04-092-5/+5
| | | | - Fix LICENSE
* math/pdal: Fix macro check and restore DragonFly supportmarino2016-04-082-2/+2
| | | | | | | | Add __DragonFly__ definition check in two places to restore the build on DF. While here, change __FreeBSD__ value check to existance check which was the intent I believe (although result is the same). Approved by: Restore DF functionality blanket
* math/yacas: update to 1.4.2, provide DOCS option to build the sphinx-based docsgahr2016-04-086-6/+32
|
* Mark BROKEN for 93i386:thierry2016-04-071-0/+3
| | | | error: integer constant is too large for 'long' type
* - Update to 6.700.3danilo2016-04-063-4/+13
|
* - Update to 0.10.1 releasecpm2016-04-052-11/+8
| | | | | | | | | - Add GUI_VARS to catch INSTALLS_ICONS knob. - Drop extra .include line - Use post-install-GUI-on target. Reviewed by: mat, jbeich Approved by: junovitch (mentor)
* - Update to 6.600.5danilo2016-04-053-4/+4
|
* Create a proper library with a SONAMEbapt2016-04-053-8/+36
| | | | | | PR: 208472 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) MFH: 2016Q2
* Update to upstream version 2.2.6riggs2016-04-043-16/+21
| | | | | PR: 208481 Submitted by: rhurlin@gwdg.de (maintainer)
* - Use post-install-DOCS-on targetcpm2016-04-041-4/+3
| | | | | | - Use post-install-EXAMPLES-on target Approved by: junovitch (mentor)
* - Update to 0.10.0cpm2016-04-033-26/+37
| | | | | | | | | | | | | - Update MAINTAINER to my @FreeBSD.org address - Update GUI dependency to GTK3 - Add EXAMPLES option - Fix pkg-plist Changelog: http://lists.gnu.org/archive/html/pspp-announce/2016-03/msg00000.html Approved by: junovitch (mentor)
* - Update to 2.1.1.stephen2016-04-022-4/+4
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01334-1007/+1007
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-014-16/+16
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 2.5.1sunpoet2016-04-012-3/+3
| | | | Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
* Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-313-8/+4
| | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
* - Add LICENSEamdmi32016-03-291-0/+6
| | | | | - Add NO_ARCH - Switch to options helpers
* - Add LICENSE_FILEamdmi32016-03-294-20/+17
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* Update to 1.1.0.rakuco2016-03-2910-101/+325
| | | | | | | | | | Includes compatibility with the upcoming Boost 1.60. Original patch from the maintainer himself, and additional adjustments by me. Also thanks to pi@ for helping test-build the update. PR: 207059 Submitted by: coder@tuxfamily.org (maintainer, first version) Approved by: coder@tuxfamily.org (maintainer)
* Update to 1.11.0olivierd2016-03-283-50/+11
| | | | Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst
* math:R-cran-car: update to 2.1-2.dbn2016-03-282-3/+5
| | | | | | | | Changes: - Add lmtest and sandwich as test dependencies. ChangeLog: - Modified scatter3d() so that plots can be embedded in HTML.
* - Update to 0.36sunpoet2016-03-282-4/+3
| | | | Changes: http://search.cpan.org/dist/Math-GSL/Changes
* - Update to 5.0.218.0 and add mirror, fixing fetchamdmi32016-03-252-21/+23
| | | | | | | | - Fix LICENSE - Simplify installation PR: 208249 Submitted by: udvzsolt@gmail.com (maintainer)
* - Update to 5.0.11wen2016-03-252-5/+7
|
* Summary statistics, two-sample tests, rank tests, generalised linear models,wen2016-03-254-0/+29
| | | | | | | | | | | cumulative link models, Cox models, loglinear models, and general maximum pseudolikelihood estimation for multistage stratified, cluster-sampled, unequally weighted survey samples. Variances by Taylor series linearisation or replicate weights. Post-stratification, calibration, and raking. Two-phase subsampling designs. Graphics. PPS sampling without replacement. Principal components, factor analysis. WWW: http://r-survey.r-forge.r-project.org/survey/
* - Update to 1.0.1wen2016-03-252-3/+3
|
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-248-60/+32
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* Update gnumeric to 1.12.28.kwm2016-03-242-3/+3
| | | | | PR: 208139 Submitted by: lightside@gmx.com
* - Update to 1.0wen2016-03-242-8/+4
|
* Update to 2.10.1.rakuco2016-03-233-5/+5
| | | | | PR: 208153 Submitted by: dieterich@ogolem.org (maintainer)
* - Update libsodium to 1.0.8vsevolod2016-03-232-0/+2
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* math/ogdf: Unbreak DragonFlymarino2016-03-222-2/+2
| | | | | | | DragonFly needs the same modifications as FreeBSD. They were carried in dports before, but the macros were moved to new files. Approved by: Restore DF functionality blanket
* Update to version 0.8.0demon2016-03-222-3/+3
|
* - Update to 1.2.2tota2016-03-202-3/+3
|
* - Update to 0.6.600.4.0tota2016-03-202-3/+3
|
* Montly GH_* cleanup.mat2016-03-203-6/+5
| | | | Sponsored by: Absolight
* - Update to 2.4.1.stephen2016-03-192-3/+3
|
* - Update to 2.4.0.stephen2016-03-193-5/+14
|
* - Update to 1.0.9.stephen2016-03-192-4/+3
|
* - Update to 2.1.2.stephen2016-03-182-4/+3
|
* - Update to 6.600.4danilo2016-03-163-5/+11
|
* Change header installation location for kdelibs4-based ports.rakuco2016-03-156-73/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* Update to 2.10.rakuco2016-03-144-6/+74
| | | | | | | | Biggest improvement over the 2.6'er we had before: automatic kernel ejection for better and more flexible performance. PR: 206120 Submitted by: Johannes Dieterich <dieterich@ogolem.org> (maintainer)
* Link against libsuperlu.so instead of libsuperlu.a.rakuco2016-03-142-3/+3
| | | | | Another problem coming from r410620: math/superlu no longer ships a static library version, so use the shared library now.
* - Update to 2.4.1.stephen2016-03-142-3/+3
|
* - Update to 0.5.0lwhsu2016-03-125-84/+44
| | | | | PR: 207909 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
* math/geogebra: 5.0.208.0 -> 5.0.212.0, change RUN_DEPENDS to USE_LINUXpi2016-03-102-5/+8
| | | | | | | | | Changes: http://www.geogebra.org/wiki/en/Reference:Changelog_5.0 PR: 207852 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Reported by: marino
* - Remove OPENPYXL1 option from py-pandasantoine2016-03-101-8/+3
| | | | - Set an EXPIRATION_DATE for py-openpyxl1 (deprecated since May 2014)
* math/coinmp: add conflict with ogdfpi2016-03-101-1/+2
| | | | | PR: 207531 Submitted by: gahr
* math/ogdf: 2012.07 -> 2015.05pi2016-03-1011-181/+488
| | | | | | | | | | | | | | | | | | | Changes: http://www.ogdf.net/doku.php/tech:versions#v_201505_baobab - Remove dependencies on math/abacus and math/coinmp, as they are now bundled into the OGDF source tarballs and compiled from there (COIN remains optional) - Point MASTER_SITES to the official OGDF website - Utilise USES=compiler:features to detect C++11 support, and add compiler flags -std=c++11 if so (required for build to complete without errors) - Remove custom do-install recipe, and instead use default make install target - Take maintainership PR: 207531 Submitted by: Ben Woods <woodsb02@gmail.com>
* - Update to 1.0wen2016-03-094-70/+55
| | | | | PR: 207266 Submitted by: takefu@airport.fm
* - Update to 0.1-12tota2016-03-093-6/+5
| | | | - Update WWW in pkg-descr
* Unbreak and update to 7.3.1.mat2016-03-096-152/+57
| | | | | | PR: 205896 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 7.3.8.mat2016-03-093-43/+45
| | | | | | PR: 205895 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 5.1.1.mat2016-03-088-273/+76
| | | | | | PR: 203482 Submitted by: tkato432 yahoo com Sponsored by: Absolight