aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-10-016-0/+12
|
* - Update to 7.400.3Danilo Egea Gondolfo2016-10-012-4/+4
|
* Remove expired ports:Rene Ladan2016-10-018-285/+0
| | | | | | | | | | 2016-09-30 math/why3-spark: Only useful for deprecated lang/spark 2016-09-30 lang/spark: Broken for more than 6 months 2016-09-30 math/alt-ergo-spark: Only useful for deprecate lang/spark 2016-09-30 security/nessus-libnasl: Abandoned, consider using OpenVAS 2016-09-30 security/nessus: Abandoned, consider using OpenVAS 2016-09-30 security/nessus-libraries: Abandoned, consider using OpenVAS 2016-09-30 security/nessus-plugins: Abandoned, consider using OpenVAS
* Five omnibus tests for testing the composite hypothesis of normality.Wen Heping2016-09-304-0/+24
| | | | | | | WWW: http://cran.r-project.org/web/packages/nortest/ PR: 213089 Submitted by: pfg@
* Density, distribution function, quantile function, random generationWen Heping2016-09-304-0/+25
| | | | | | | | | | and expected value function for the truncated normal distribution with mean equal to 'mean' and standard deviation equal to 'sd'. WWW: http://cran.r-project.org/web/packages/truncnorm/ PR: 213091 Submitted by: pfg@
* Comment out PATCH_DEPENDS.Alex Dupre2016-09-281-1/+1
| | | | Spotted by: mat
* Update to 3.1.5 release.Alex Dupre2016-09-283-9/+8
|
* - Update devel/doxygen to 1.8.12Antoine Brodin2016-09-282-3/+3
| | | | | | - Adjust plist of ports depending on it PR: 212869
* - Update to 1.2.1Wen Heping2016-09-272-4/+4
|
* - Update to 3.31.2Wen Heping2016-09-272-4/+4
|
* math/mpexpr: update to 1.2 (official) releasePietro Cerutti2016-09-275-61/+4
| | | | | The previous version was a RC, despite there was no mention of it in the distfile. Most patches have been incorporated upstreams.
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-242-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Update email address to jrm@FreeBSD.org for ports that I maintainJoseph Mingrone2016-09-241-1/+1
| | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995
* lang/php56: Update from 5.6.25 to 5.6.26Torsten Zuehlsdorff2016-09-232-2/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* Even if upstream thinks clang does not support openmp we will soon know how toBaptiste Daroussin2016-09-221-0/+1
| | | | make it works :)
* - Update to 1.1.0Dmitry Marakasov2016-09-222-4/+4
| | | | | PR: 212857 Submitted by: neel@neelc.org (maintainer)
* lang/php70: Update from 7.0.10 to 7.0.11Torsten Zuehlsdorff2016-09-212-2/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* - Update to 5.38.1Wen Heping2016-09-214-13/+186
| | | | | PR: 212827 Submitted by: satosi.kimura@nifty.ne.jp
* Mark as broken on sparc64.Mark Linimon2016-09-181-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Mark broken on sparc64.Mark Linimon2016-09-181-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Mark broken on sparc64.Mark Linimon2016-09-181-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Update to 7.2TAKATSU Tomonari2016-09-172-5/+8
|
* - Update to 0.1.2.Stephen Montgomery-Smith2016-09-172-4/+4
|
* - Update to 1.0.5Dmitry Marakasov2016-09-172-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
* math/mpexpr: update to 1.2Pietro Cerutti2016-09-169-127/+39
|
* math/R-cran-stabledist: updated to version 0.7-1David Naylor2016-09-162-4/+9
| | | | | | | | | - add new test dependencies: - devel/R-cran-RUnit - finance/R-cran-fBasics - math/R-cran-Rmpfr Generated by: portcran (0.1.2)
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | These ports built successfully
* Drop spark-related ports for removal after 30 SeptJohn Marino2016-09-152-2/+8
|
* Release some of my ports back to the heapJohn Marino2016-09-151-1/+1
|
* - Update to 2.4.3.Stephen Montgomery-Smith2016-09-152-4/+4
|
* 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
* - 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
* - Update to 1.1.9.2Wen Heping2016-09-132-6/+6
|
* - Update to 1.2.4.Stephen Montgomery-Smith2016-09-132-4/+4
|
* Update math/facile to 1.1.2Tobias C. Berner2016-09-122-3/+4
| | | | | | Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7731
* Update math/facile MASTER_SITES.Tobias C. Berner2016-09-121-1/+1
| | | | | | | Reviewed by: rakuco Approved by: rakuco (mentor) MFH: 2016Q3 Differential Revision: https://reviews.freebsd.org/D7731
* - Update to 1.72TAKATSU Tomonari2016-09-102-5/+5
| | | | - Fix LICENSE section
* - Update to 5.29TAKATSU Tomonari2016-09-102-6/+8
| | | | - Add "compiles" argument to USES=cran
* - 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
* math/galculator: Update to 2.1.4Ben Woods2016-09-074-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
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-062-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)
* - Switch to options helpersDmitry Marakasov2016-09-051-5/+7
| | | | - Silence stripping
* Correct dependencyChris Rees2016-09-041-1/+1
| | | | Submitted by: maintainer
* - Fix build on 11.x+ by adding missing makeinfo dependencyDmitry Marakasov2016-09-041-1/+1
| | | | Approved by: portmgr blanket
* Update math/eigen3 to 3.2.9Tobias C. Berner2016-09-012-4/+5
| | | | | Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7729
* - 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)
* - 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)
* - 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)
* 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)
* 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)
* - Update to 7.400.2Danilo Egea Gondolfo2016-08-293-5/+5
|
* - Update to 2.1.1TAKATSU Tomonari2016-08-292-6/+6
| | | | | - Update LICENSE - Add "compiles" argument to USES=cran
* - Update to 1.2.3.Stephen Montgomery-Smith2016-08-282-3/+4
|
* - Update to 0.7.400.2.0TAKATSU Tomonari2016-08-272-4/+4
|
* Update to v2.16d and unbreak.Thierry Thomas2016-08-274-19/+8
|
* Consistently set USE_JAVA to "yes" to reduce future confusion.Jung-uk Kim2016-08-261-1/+1
| | | | Approved by: olgeni (maintainer)
* - Update to 0.43Wen Heping2016-08-252-3/+4
| | | | Changes: http://cpansearch.perl.org/src/PJACKLAM/bignum-0.43/CHANGES
* - Update to 3.33Wen Heping2016-08-252-3/+4
| | | | Changes: http://cpansearch.perl.org/src/SISYPHUS/Math-MPFR-3.33/CHANGES
* Update to version 1.5.4.Dmitry Sivachenko2016-08-253-31/+33
|
* 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
* - Update to 1.3-7TAKATSU Tomonari2016-08-242-5/+7
|
* - Update to 0.3.2.9.0TAKATSU Tomonari2016-08-242-5/+8
| | | | - Add "compiles" argument to USES=cran
* math/oleo: document ncurses and remove extern errnoJohn Marino2016-08-2423-82/+98
| | | | While here, regenerate all patches with makepatch
* 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
* - Update to 7.400.1Danilo Egea Gondolfo2016-08-203-5/+8
|
* Update to version 1.5.3.Dmitry Sivachenko2016-08-203-29/+34
|
* - Update to version 3.4.0, now hosted on GitHub [1]Pawel Pekala2016-08-194-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]
* - Drop deprecated WX_UNICODEDmitry Marakasov2016-08-165-15/+15
| | | | | - Regenerate patches with `make makepatch` - Fix WWW:
* - Mark BROKEN: does not fetch (no address record)Dmitry Marakasov2016-08-161-0/+2
|
* math/R-cran-car: update to 2.1-3.David Naylor2016-08-162-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.
* 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
* - Add LICENSE_FILEDmitry Marakasov2016-08-151-27/+19
| | | | | | - Switch to USES=localbase - Switch to new test framework - Switch to options helpers
* - Remove the port math/bamg, as it is no longer supported upstream.Stephen Montgomery-Smith2016-08-159-158/+0
|
* math/py-keras: 1.0.6 -> 1.0.7Kurt Jaeger2016-08-112-4/+4
| | | | | PR: 211698 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* - Update to 0.5.2Li-Wen Hsu2016-08-095-23/+29
| | | | | PR: 211687 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
* - Update to 1.2.0.2Wen Heping2016-08-082-3/+4
|
* - Update to 3.31Wen Heping2016-08-082-3/+4
|
* - Update to 1.2.0-rc4.Stephen Montgomery-Smith2016-08-062-5/+6
|
* - Update to 1.0.1.Stephen Montgomery-Smith2016-08-062-3/+4
|
* math/R: maintainer reworkJohn Marino2016-08-056-259/+59
| | | | | | | | See PR for signficant changes to math/R port including options, build defaults, and patch updates. PR: 211393 Submitted by: Joseph Mingrone (maintainer)
* math/R: Tweak previous ${OSVERSION} without ${OPSYS} commitJohn Marino2016-08-041-3/+3
| | | | | | | | I made a mistake; some of the post-patch target does apply to DragonFly as well as the pre-configure target. Tighten up which code is designated as FreeBSD only. (again, a No-Op for FreeBSD) Approved by: OSVERSION/OPSYS blanket
* - Update to 7.300.1Danilo Egea Gondolfo2016-08-045-6/+40
| | | | | | | - Re-add the config.hpp patch PR: 211559 Submitted by: pi
* math/armadillo: 6.700.7 -> 7.100.3Kurt Jaeger2016-08-045-36/+49
| | | | | | PR: 210050 Changes: http://arma.sourceforge.net/docs.html#version_7100 Approved by: danilo (maintainer timeout)
* math/R: Fix usage of ${OSVERSION} without ${OPSYS}John Marino2016-08-031-0/+2
| | | | | | | | There are several OSVERSION checks but everything is specific to FreeBSD so the entire block is wrapped with a single OPSYS check to minimize changes to the makefile. Approved by: OSVERSION/OPSYS blanket
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-0311-0/+11
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* - Mark port as broken as master site seems to no longer exist.Stephen Montgomery-Smith2016-08-011-0/+2
|
* - Update to 0.6-6TAKATSU Tomonari2016-07-312-5/+6
| | | | - Add "compiles" argument to USES=cran
* Fix build after math/glpk updateAntoine Brodin2016-07-301-10/+0
| | | | | Reported by: pkg-fallout PR: 211455
* - Update to 1.2.4TAKATSU Tomonari2016-07-302-4/+4
|
* - Don't install share/cmake/hdf5/libhdf5.settings to avoid clash withStephen Montgomery-Smith2016-07-302-2/+5
| | | | | | | science/paraview PR: ports/211334 Submitted by: Chen Xie <xiechen96@gmail.com>
* - Update to version 4.55 [1]Pawel Pekala2016-07-303-41/+21
| | | | | | | | | | - Convert to USES=localbase - Move OPTIONS block to proper place, use helpers - Argument --disable-dl for MYSQL=off was dropped because it made configure script fail when IODBC=on PR: 203448 Submitted by: pfg [1]
* - Update to 0.7.200.2.0TAKATSU Tomonari2016-07-282-5/+7
|
* Update to version 1.0.6Pawel Pekala2016-07-282-4/+4
| | | | | PR: 211409 Submitted by: Neel Chauhan (maintainer)
* 1. Some dependencies were added per QA advice.Maho Nakata2016-07-275-160/+142
| | | | | | | | | | | 2. updated to version 4.0.3 deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef' Java and GUI are now optional plist is now generated automatically revised dependencies PR: 211291 Submitted by: bsam (1), Alexander Sherikov (2)
* - Update to 0.10.2Carlos J. Puga Medina2016-07-272-7/+5
| | | | | | | | | | | - Switch to USES=localbase Changelog: http://savannah.gnu.org/forum/forum.php?forum_id=8626 Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7308
* - Update to 2.13Dmitry Marakasov2016-07-262-4/+6
| | | | | | | - While here, fix LICENSE PR: 211131 Submitted by: jharris@widomaker.com (maintainer)
* - Add more xorg and gl dependencies so that they are correctly registered.Stephen Montgomery-Smith2016-07-261-3/+3
| | | | - Bump portrevision.
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-263-3/+3
| | | | With hat: portmgr-secretary
* . Update to 5.0.4.Greg Lewis2016-07-243-5/+4
|
* - Add new port: math/R-cran-influenceRTAKATSU Tomonari2016-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-plistBoris Samorodov2016-07-221-150/+150
| | | | | | PR: 210055 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: maintainer timeout (7 weeks)
* - Update to 0.99.7-1TAKATSU Tomonari2016-07-212-4/+5
| | | | - Add "compiles" argument to USES=cran
* math/geogebra: Update from 5.0.236.0 to 5.0.260.0Torsten Zuehlsdorff2016-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.2Dirk Meyer2016-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.1Danilo Egea Gondolfo2016-07-202-3/+4
|
* Upgrade to Gambit 15.1.0, the current stable version.Thierry Thomas2016-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, doMathieu Arnold2016-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.3TAKATSU Tomonari2016-07-182-4/+5
|
* - Update to 0.1.12.Stephen Montgomery-Smith2016-07-182-4/+4
|
* math/cadabra2: builds on 10.x with compiler:c++14-langKurt Jaeger2016-07-181-3/+2
| | | | | PR: 210476 Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
* math/cadabra2: mark BROKEN on 10Kurt Jaeger2016-07-181-5/+2
| | | | | PR: 210476 Reported by: marino, mat
* - Switch to options helpersDmitry Marakasov2016-07-172-2/+6
| | | | - Regenerate patches with `make makepatch`
* Fix dependencies, Makefile cleanupsThomas Zander2016-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.Raphael Kubo da Costa2016-07-161-0/+18
| | | | PR: 210988
* - Add missing java categoryDmitry Marakasov2016-07-162-621/+12
| | | | | | - Add LICENSE - Cosmetic fixes - Switch to new test framework
* - Update to 1.1-12TAKATSU Tomonari2016-07-152-8/+8
| | | | | - Fix LICENSE - Add "compiles" argument to USES=cran
* - Update to 1.3-6TAKATSU Tomonari2016-07-143-11/+12
| | | | - Update descrption and WWW line in pkg-descr
* - Add new port: math/R-cran-mcmcTAKATSU Tomonari2016-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.1Pawel Pekala2016-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/cadabra2Kurt Jaeger2016-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/libRAntoine Brodin2016-07-101-1/+1
|
* Mark broken while restructuring the master port is ongoingThomas Zander2016-07-101-1/+1
| | | | | PR: 210866 Reported by: jrm@ftfl.ca (maintainer)
* Modernize and simplify portThomas Zander2016-07-102-361/+193
| | | | | | PR: 210866 Submitted by: jrm@ftfl.ca (maintainer) Reviewed by: rhurlin@gwdg.de, bapt, riggs
* math/py-pysparse: add new portJan Beich2016-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 frameworkDmitry Marakasov2016-07-081-11/+9
| | | | - Switch to options helpers
* Update to 2.4.2.Stephen Montgomery-Smith2016-07-082-3/+4
|
* Remove @comment $FreeBSD$ from pkg-plist files.Mathieu Arnold2016-07-071-1/+0
| | | | Sponsored by: Absolight
* - Update to 1.2.1.Stephen Montgomery-Smith2016-07-072-4/+4
|
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-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.0Wen Heping2016-07-064-11/+22
| | | | | PR: 210810 Submitted by: rhurlin@gwdg.de(maintainer)
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-0/+1
|
* Update to 0.50.Mathieu Arnold2016-07-053-6/+19
| | | | Sponsored by: Absolight
* - Update to 4.8.1Wen Heping2016-07-057-207/+285
|
* Remove expired ports without open PRs:Rene Ladan2016-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.Mathieu Arnold2016-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 absenceThomas Zander2016-07-021-1/+1
| | | | | PR: 210754 Submitted by: jrm@ftfl.ca
* Fix packaging when GL2PS is onAntoine Brodin2016-07-021-1/+1
| | | | | Reported by: pkg-fallout MFH: 2016Q3
* Horde package update:Martin Matuska2016-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.1Wen Heping2016-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.Adam Weinberger2016-07-012-47/+24
| | | | Use options helpers all the way in math/carve, because I couldn't help myself.
* - Add LICENSEDmitry Marakasov2016-06-301-11/+18
| | | | | | | - Switch to new test framework - Style fixes - Strip library - Switch to options helpers
* - Switch to options helpersDmitry Marakasov2016-06-301-3/+3
|
* - Switch to new test frameworkDmitry Marakasov2016-06-301-6/+5
| | | | | - Switch to options helpers - Silence patching
* - Update to 1.0.5Dmitry Marakasov2016-06-282-4/+4
| | | | | PR: 210663 Submitted by: neel@neelc.org (maintainer)
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-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.Raphael Kubo da Costa2016-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.8Wen Heping2016-06-282-4/+4
| | | | | PR: 210585 Submitted by: yuri@rawbw.com(maintainer)
* - Update to 1.11.1Olivier Duchateau2016-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.Rene Ladan2016-06-2850-50/+50
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* math/picosat: Update to 965Kubilay Kocak2016-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.0Wen Heping2016-06-272-3/+4
|
* - Update to 0.5.0Wen Heping2016-06-272-10/+6
|
* Allow use as a regular userAntoine Brodin2016-06-271-0/+4
| | | | Reported by: pkg-fallout
* - Update to 2.6.0Sunpoet Po-Chuan Hsieh2016-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 buildKurt Jaeger2016-06-261-2/+2
| | | | | PR: 207425 Reported by: thierry
* math/R: Add optimization related options to MakefileKurt Jaeger2016-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 LICENSEDmitry Marakasov2016-06-241-25/+16
| | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers
* - Remove always true conditionDmitry Marakasov2016-06-241-1/+1
| | | | Approved by: portmgr blanket
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-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, andPawel Pekala2016-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.3Mark Felder2016-06-222-3/+4
|
* Update to 0.49.Mathieu Arnold2016-06-222-4/+5
| | | | Sponsored by: Absolight
* Update GAP to 4.8.4Johan van Selst2016-06-222-4/+4
|
* Update to 0.48.Mathieu Arnold2016-06-212-5/+4
| | | | Sponsored by: Absolight
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesMathieu Arnold2016-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.0Olivier Duchateau2016-06-212-4/+8
|
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-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-plistJohn Marino2016-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.David Naylor2016-06-191-1/+1
| | | | Reported by: cperciva@ (Portsnap buildbox)
* Mk/Uses/cran: add "compiles" argument.David Naylor2016-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-6TAKATSU Tomonari2016-06-182-3/+3
|
* math/blitz++: unbreak build on 11.0 and dragonflyJan Beich2016-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.02Wen Heping2016-06-153-3/+8
|
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.netTorsten Zuehlsdorff2016-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 buildKurt Jaeger2016-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.Wen Heping2016-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 F10John Marino2016-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 addressKurt Jaeger2016-06-141-1/+1
| | | | Submitted by: Sender Ghost <lightside@gmx.com>
* - Update to 0.1.11.Stephen Montgomery-Smith2016-06-122-3/+4
|
* math/why3-spark: Update COMMENTJohn Marino2016-06-121-1/+1
|
* math/why3-spark: Upgrade version 2015 => 2016 (unbreaks)John Marino2016-06-126-99/+42
|
* - Update to 5.26TAKATSU Tomonari2016-06-102-4/+4
|
* libraries are declared with LIB_DEPENDS, not RUN_DEPENDS.Adam Weinberger2016-06-091-9/+9
| | | | Committed under "just fix it."
* Fix SEGFAULT during build on AMD Barcelona CPUs. This patch isCy Schubert2016-06-092-0/+12
| | | | | | based on discussion at https://github.com/xianyi/OpenBLAS/issues/786. PR: 209412
* - Remove wrongly used PLIST_SUB from pkg-plistWen Heping2016-06-081-30/+30
| | | | | PR: 210051 Submitted by: tcberner@gmail.com
* - Fix CONFLICTS with math/ogdfCarlos J. Puga Medina2016-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:Mathieu Arnold2016-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.Stephen Montgomery-Smith2016-06-062-3/+4
|
* Fix build with libc++ 3.8.0, by disabling custom max_align_t definitionAntoine Brodin2016-06-061-1/+2
| | | | | | PR: 209692 Submitted by: dim@ Approved by: maintainer timeout (2 weeks)
* - Update to 0.7.100.3.1TAKATSU Tomonari2016-06-052-4/+4
|
* - Update to 0.6-5TAKATSU Tomonari2016-06-052-3/+4
|
* - update to 1.5.0.Stephen Montgomery-Smith2016-06-052-3/+4
|
* Mark BROKEN: fails to configureAntoine Brodin2016-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 buildAntoine Brodin2016-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 buildAntoine Brodin2016-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 monthsAntoine Brodin2016-06-046-0/+12
|
* - Update to 1.0.2Wen Heping2016-06-022-3/+4
|
* Github cleanup.Mathieu Arnold2016-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.5Tilman Keskinoz2016-05-313-9/+18
| | | | | PR: 209866 Submitted by: maintainer
* - Update to 0.7.100.3.0TAKATSU Tomonari2016-05-292-6/+5
|
* - Update to 2.75Sunpoet Po-Chuan Hsieh2016-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.xDmitry Marakasov2016-05-281-1/+3
| | | | | PR: 209514 Approved by: portmgr blanket
* Upgrade to RKWard 0.6.5 to chase Rupgrade to 3.3.0.Thierry Thomas2016-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.Stephen Montgomery-Smith2016-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 ↵Rene Ladan2016-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.orgKurt Jaeger2016-05-264-4/+4
| | | | | PR: 209746 Submitted by: xmj
* Fix build by stripping any .so libraryDmitry Marakasov2016-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.Mathieu Arnold2016-05-251-1/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* - Update to 6.700.7Danilo Egea Gondolfo2016-05-243-4/+5
|
* - Update to 1.1.20Dmitry Marakasov2016-05-242-4/+3
| | | | | PR: 209623 Submitted by: xmj (maintainer)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-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 PHBDmitry Marakasov2016-05-2428-28/+28
| | | | Approved by: portmgr blanket
* - Update to 0.5.1Li-Wen Hsu2016-05-235-12/+13
| | | | | PR: 209713 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
* math/R: 3.2.2 -> 3.3.0Kurt Jaeger2016-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.Matthew Seaman2016-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.18Kurt Jaeger2016-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-messagesDmitry Marakasov2016-05-193-4/+4
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-19120-403/+403
| | | | Approved by: portmgr blanket
* - No need to specify master site subdirectory when it's the same as defaultDmitry Marakasov2016-05-181-1/+1
| | | | Approved by: portmgr blanket
* intspan is a set subclass that conveniently stores sets of integers.Mark Felder2016-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.1Kurt Jaeger2016-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.24TAKATSU Tomonari2016-05-152-3/+4
|
* - Update to 0.5305Sunpoet Po-Chuan Hsieh2016-05-143-5/+8
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Math-Cephes/Changes
* Prevent collision with getline(3)Baptiste Daroussin2016-05-146-24/+44
| | | | While here regen patches
* Prevent collision on getline(3)Baptiste Daroussin2016-05-144-13/+49
| | | | While here regen patches
* - Update to 1.09Sunpoet Po-Chuan Hsieh2016-05-132-4/+4
| | | | | | - Use USES=dos2unix Changes: http://search.cpan.org/dist/Math-Utils/Changes
* - Update to 5.0.236.0Dmitry Marakasov2016-05-133-6/+11
| | | | | | | - Add icon PR: 209461 Submitted by: udvzsolt@gmail.com (maintainer)
* - Update to 16.04Dmitry Marakasov2016-05-123-7/+12
| | | | | | | - Pass maintainership to submitter PR: 209445 Submitted by: rhurlin@gwdg.de
* - Put back CXXFLAGS option suggested by Walter Schwarzenfeld to hopefullyStephen Montgomery-Smith2016-05-111-0/+1
| | | | | | enable build on FreeBSD-9. Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* math/yacas: update to 1.5.0Pietro Cerutti2016-05-107-57/+21
| | | | Release notes: http://www.yacas.org/release_1_5_0/
* - Update to 3.4.4Li-Wen Hsu2016-05-103-11/+6
|
* Update the maintainer email address for the ports IBen Woods2016-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.Stephen Montgomery-Smith2016-05-101-6/+1
| | | | Submitted by: Don Lewis <truckman@FreeBSD.org>
* Update to 5.2.0.Mathieu Arnold2016-05-093-25/+13
| | | | | | PR: 209298 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Update to 1.2.2.Stephen Montgomery-Smith2016-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.6Danilo Egea Gondolfo2016-05-083-4/+4
|
* - One more attempt to make it work with FreeBSD-9.Stephen Montgomery-Smith2016-05-081-0/+5
| | | | Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* - Update to 0.6.700.6.0TAKATSU Tomonari2016-05-072-3/+3
|
* - Further attempts to make it C11 compliant for FreeBSD 9.Stephen Montgomery-Smith2016-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 toDon Lewis2016-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 toDon Lewis2016-05-071-0/+11
| | | | | | | use the version 1.8 API. PR: 209242 Approved by: makc (maintainer)
* - Update to 1.7-13TAKATSU Tomonari2016-05-042-4/+4
|
* Update to upstream version 2.12.0Thomas Zander2016-05-045-6/+17
| | | | | PR: 209143 Submitted by: dieterich@ogolem.org (maintainer)
* Update to 3.12.5Tilman Keskinoz2016-05-043-4/+11
| | | | | PR: 209180 Submitted by: pfg@
* - Use a C11 compliant compiler.Stephen Montgomery-Smith2016-05-041-1/+2
| | | | Reported by: pkg-fallout@FreeBSD.org
* math/openblas: fix poudriere builds: setting DYNAMIC_ARCH when BULK is definedKurt Jaeger2016-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.7Kurt Jaeger2016-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.Stephen Montgomery-Smith2016-05-013-6/+7
|
* Change Ada Framework foundation from gcc5-aux to gcc6-auxJohn Marino2016-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-RmpfrTAKATSU Tomonari2016-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)