aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 7.2TAKATSU Tomonari2016-09-172-5/+8
| | | | Notes: svn path=/head/; revision=422297
* - Update to 0.1.2.Stephen Montgomery-Smith2016-09-172-4/+4
| | | | Notes: svn path=/head/; revision=422293
* - Update to 1.0.5Dmitry Marakasov2016-09-162-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | - Update LICENSE - Take maintainer'ship Changelog: 1.0.5 - Fix bug in stats_stat_binomial_coef which causes segfault in some environments - Fix bug in stats_stat_factorial which leads infinite loop in some cases - stats_stat_factorial returns immediately when the value are reached to +INF - Change supported version to PHP 5.3 or higher 1.0.4 - Fixed bugs (see tests for details) PR: 212504 Submitted by: dbaio@bsd.com.br Notes: svn path=/head/; revision=422276
* math/mpexpr: update to 1.2Pietro Cerutti2016-09-169-127/+39
| | | | Notes: svn path=/head/; revision=422247
* math/R-cran-stabledist: updated to version 0.7-1David Naylor2016-09-152-4/+9
| | | | | | | | | | | | - add new test dependencies: - devel/R-cran-RUnit - finance/R-cran-fBasics - math/R-cran-Rmpfr Generated by: portcran (0.1.2) Notes: svn path=/head/; revision=422223
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* Drop spark-related ports for removal after 30 SeptJohn Marino2016-09-152-2/+8
| | | | Notes: svn path=/head/; revision=422174
* Release some of my ports back to the heapJohn Marino2016-09-151-1/+1
| | | | Notes: svn path=/head/; revision=422173
* - Update to 2.4.3.Stephen Montgomery-Smith2016-09-142-4/+4
| | | | Notes: svn path=/head/; revision=422157
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-145-1/+9
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Corrections to pkg-plist for when option "EXAMPLES" is OFF.Stephen Montgomery-Smith2016-09-141-3/+3
| | | | | | | | PR: ports/212315 Submitted by: ice@extreme.hu Notes: svn path=/head/; revision=422090
* - Update to 1.1.9.2Wen Heping2016-09-132-6/+6
| | | | Notes: svn path=/head/; revision=421971
* - Update to 1.2.4.Stephen Montgomery-Smith2016-09-132-4/+4
| | | | Notes: svn path=/head/; revision=421970
* Update math/facile to 1.1.2Tobias C. Berner2016-09-112-3/+4
| | | | | | | | | Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7731 Notes: svn path=/head/; revision=421849
* Update math/facile MASTER_SITES.Tobias C. Berner2016-09-111-1/+1
| | | | | | | | | | Reviewed by: rakuco Approved by: rakuco (mentor) MFH: 2016Q3 Differential Revision: https://reviews.freebsd.org/D7731 Notes: svn path=/head/; revision=421847
* - Update to 1.72TAKATSU Tomonari2016-09-102-5/+5
| | | | | | | - Fix LICENSE section Notes: svn path=/head/; revision=421670
* - Update to 5.29TAKATSU Tomonari2016-09-102-6/+8
| | | | | | | - Add "compiles" argument to USES=cran Notes: svn path=/head/; revision=421667
* - In Uses/linux.mk use the loop variable directly when appending toTijl Coosemans2016-09-071-1/+1
| | | | | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim Notes: svn path=/head/; revision=421496
* math/galculator: Update to 2.1.4Ben Woods2016-09-064-13/+39
| | | | | | | | | | | | | | | | | - Follow upstream move from SF to GitHub, and new website hosting - Add USES=autoreconf libtool as GH tarball only comes with configure.ac - Add OPTIONS to select GTK3 or GTK2 (GTK3 by default as per upstream) - Add USE_GNOME=cairo und GTK2_LIB_DEPENDS undeclared dependencies Changes this release: https://github.com/galculator/galculator/blob/v2.1.4/ChangeLog Reviewed by: adamw (mentor) Approved by: naddy (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D7789 Notes: svn path=/head/; revision=421469
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-052-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* - Switch to options helpersDmitry Marakasov2016-09-051-5/+7
| | | | | | | - Silence stripping Notes: svn path=/head/; revision=421356
* Correct dependencyChris Rees2016-09-041-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=421342
* - Fix build on 11.x+ by adding missing makeinfo dependencyDmitry Marakasov2016-09-041-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=421334
* Update math/eigen3 to 3.2.9Tobias C. Berner2016-09-012-4/+5
| | | | | | | | Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7729 Notes: svn path=/head/; revision=421231
* - Update math/cryptominisat and math/py-cryptominisat to 5.0.0Carlos J. Puga Medina2016-09-019-53/+43
| | | | | | | | | | PR: 211460 Submitted by: maintainer Reviewed by: koobs, feld (mentor) Approved by: feld (mentor) Notes: svn path=/head/; revision=421212
* - Update to 5.0.270Dmitry Marakasov2016-08-315-704/+9
| | | | | | | | | | | | | | | - Don't ship bundled java - Don't require linux-binaries anymore - Use java from ports - While here, add NO_ARCH Changelog: https://www.geogebra.org/manual/en/Reference:Changelog_5.0 PR: 212257 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=421161
* - Update to 1.0.8Dmitry Marakasov2016-08-312-5/+6
| | | | | | | | | | - While here, add LICENSE_FILE and pet portlint PR: 212241 Submitted by: neel@neelc.org (maintainer) Notes: svn path=/head/; revision=421153
* lang/php56: Update from 5.6.24 to 5.6.25Torsten Zuehlsdorff2016-08-302-2/+2
| | | | | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor) Notes: svn path=/head/; revision=421112
* math/R-cran-gss: updated to version 2.1-6David Naylor2016-08-302-4/+5
| | | | | | | | | - mark port as needing to compile Generated by: portcran (0.1.1) Notes: svn path=/head/; revision=421103
* - Update to 7.400.2Danilo Egea Gondolfo2016-08-283-5/+5
| | | | Notes: svn path=/head/; revision=421037
* - Update to 2.1.1TAKATSU Tomonari2016-08-282-6/+6
| | | | | | | | - Update LICENSE - Add "compiles" argument to USES=cran Notes: svn path=/head/; revision=421035
* - Update to 1.2.3.Stephen Montgomery-Smith2016-08-282-3/+4
| | | | Notes: svn path=/head/; revision=421023
* - Update to 0.7.400.2.0TAKATSU Tomonari2016-08-272-4/+4
| | | | Notes: svn path=/head/; revision=420971
* Update to v2.16d and unbreak.Thierry Thomas2016-08-264-19/+8
| | | | Notes: svn path=/head/; revision=420943
* Consistently set USE_JAVA to "yes" to reduce future confusion.Jung-uk Kim2016-08-251-1/+1
| | | | | | | Approved by: olgeni (maintainer) Notes: svn path=/head/; revision=420866
* - Update to 0.43Wen Heping2016-08-252-3/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/PJACKLAM/bignum-0.43/CHANGES Notes: svn path=/head/; revision=420855
* - Update to 3.33Wen Heping2016-08-252-3/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/SISYPHUS/Math-MPFR-3.33/CHANGES Notes: svn path=/head/; revision=420852
* Update to version 1.5.4.Dmitry Sivachenko2016-08-253-31/+33
| | | | Notes: svn path=/head/; revision=420845
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-2411-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* - Update to 1.3-7TAKATSU Tomonari2016-08-242-5/+7
| | | | Notes: svn path=/head/; revision=420763
* - Update to 0.3.2.9.0TAKATSU Tomonari2016-08-242-5/+8
| | | | | | | - Add "compiles" argument to USES=cran Notes: svn path=/head/; revision=420762
* math/oleo: document ncurses and remove extern errnoJohn Marino2016-08-2323-82/+98
| | | | | | | While here, regenerate all patches with makepatch Notes: svn path=/head/; revision=420708
* math/gmp: use CONFIGURE_TARGET rather than recreating itJohn Marino2016-08-231-1/+1
| | | | | | | | | | | | The --build configure argument is a re-invention of CONFIGURE_TARGET except that platform is hardcoded to freebsd rather than the value of OPSYS:tl. Use CONFIGURE_TARGET instead. It's a no-op for FreeBSD but is a fix for DragonFly. Approved by: non-invasive DF support blanket Notes: svn path=/head/; revision=420678
* - Update to 7.400.1Danilo Egea Gondolfo2016-08-203-5/+8
| | | | Notes: svn path=/head/; revision=420516
* Update to version 1.5.3.Dmitry Sivachenko2016-08-203-29/+34
| | | | Notes: svn path=/head/; revision=420505
* - Update to version 3.4.0, now hosted on GitHub [1]Pawel Pekala2016-08-184-47/+42
| | | | | | | | | | | | | | | | | | - Add EXAMPLES option [1] - Fix COMMENT declaration, use ?= so that slave can overide it - Add LICENSE_FILE - Convert to options helpers, test framework - Remove MPI option and move it's all functionality to slave port This allows removal of setting PKGNAMESUFFIX in master port depending on options selected which is deprecated. Move LIB_DEPENDS on mpich2 to slave, declare CONFLICTS_INSTALL, MPICH_ARG in such way that can be overidden by the slave. PR: 211454 [1] Submitted by: Iblis Lin [1] Notes: svn path=/head/; revision=420410
* - Drop deprecated WX_UNICODEDmitry Marakasov2016-08-165-15/+15
| | | | | | | | - Regenerate patches with `make makepatch` - Fix WWW: Notes: svn path=/head/; revision=420272
* - Mark BROKEN: does not fetch (no address record)Dmitry Marakasov2016-08-161-0/+2
| | | | Notes: svn path=/head/; revision=420270
* math/R-cran-car: update to 2.1-3.David Naylor2016-08-152-4/+5
| | | | | | | | | | | | | | | | | | | | - Corrected documentation for mcPlots - added id.location argument to showLabels to vary location of labels - added fix for compatiblity with Rcmdr with missing data in several plotting functions. - deltaMethod() now reports confidence intervals. - print.summary.Anova.mlm() has new SSP and SSPE arguments to determine whether the corresponding matrices are printed (suggestion of Michael Friendly). - summary() and print() methods for Anova.mlm() can now report univariate ANOVAs (suggestion and some code by Michael Friendly). - added "value" and "vcov" attributes to objects returned by linearHypothesis() (after suggestions by Liviu Andronic and Steven Yen). - compareCoefs() now checks classes of models. - small fixes/changes. Notes: svn path=/head/; revision=420249
* New port: devel/grantlee5 and Uses/grantlee.mkTobias C. Berner2016-08-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | The upcoming KDE Frameworks ports need grantlee5 * Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5 * Move header files from devel/grantlee into a subdirectory include/grantlee4 to make sure ports do not pick up the wrong headers * Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed by ports using grantlee (before we set the PLIST_SUB manual in very of the depending ports, which now should not be needed anymore). * The ports depending on devel/grantlee have been modified from LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee to USES=grantlee:4 as this does not affect the package no version bumped was made. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7434 Notes: svn path=/head/; revision=420244