aboutsummaryrefslogtreecommitdiff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix buildKurt Jaeger2016-06-141-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) Notes: svn path=/head/; revision=416904
* 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 Notes: svn path=/head/; revision=416879
* math/why3-spark: Try to fix build on F10John Marino2016-06-131-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. Notes: svn path=/head/; revision=416867
* math/timbl: update MAINTAINER to his new addressKurt Jaeger2016-06-131-1/+1
| | | | | | | Submitted by: Sender Ghost <lightside@gmx.com> Notes: svn path=/head/; revision=416865
* - Update to 0.1.11.Stephen Montgomery-Smith2016-06-122-3/+4
| | | | Notes: svn path=/head/; revision=416807
* math/why3-spark: Update COMMENTJohn Marino2016-06-121-1/+1
| | | | Notes: svn path=/head/; revision=416799
* math/why3-spark: Upgrade version 2015 => 2016 (unbreaks)John Marino2016-06-126-99/+42
| | | | Notes: svn path=/head/; revision=416798
* - Update to 5.26TAKATSU Tomonari2016-06-102-4/+4
| | | | Notes: svn path=/head/; revision=416655
* libraries are declared with LIB_DEPENDS, not RUN_DEPENDS.Adam Weinberger2016-06-091-9/+9
| | | | | | | Committed under "just fix it." Notes: svn path=/head/; revision=416610
* 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 Notes: svn path=/head/; revision=416576
* - Remove wrongly used PLIST_SUB from pkg-plistWen Heping2016-06-081-30/+30
| | | | | | | | PR: 210051 Submitted by: tcberner@gmail.com Notes: svn path=/head/; revision=416527
* - 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 Notes: svn path=/head/; revision=416507
* 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 Notes: svn path=/head/; revision=416469
* - Update to 2.4.0.Stephen Montgomery-Smith2016-06-062-3/+4
| | | | Notes: svn path=/head/; revision=416465
* Fix build with libc++ 3.8.0, by disabling custom max_align_t definitionAntoine Brodin2016-06-051-1/+2
| | | | | | | | | PR: 209692 Submitted by: dim@ Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=416401
* - Update to 0.7.100.3.1TAKATSU Tomonari2016-06-052-4/+4
| | | | Notes: svn path=/head/; revision=416383
* - Update to 0.6-5TAKATSU Tomonari2016-06-042-3/+4
| | | | Notes: svn path=/head/; revision=416381
* - update to 1.5.0.Stephen Montgomery-Smith2016-06-042-3/+4
| | | | Notes: svn path=/head/; revision=416375
* Mark BROKEN: fails to configureAntoine Brodin2016-06-041-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 Notes: svn path=/head/; revision=416372
* Mark BROKEN: fails to buildAntoine Brodin2016-06-041-0/+2
| | | | | | | | | | | src/scripting/PythonScripting.cpp:61:10: fatal error: 'sipAPIqti.h' file not found #include "sipAPIqti.h" ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=416369
* 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 Notes: svn path=/head/; revision=416358
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-036-0/+12
| | | | Notes: svn path=/head/; revision=416324
* - Update to 1.0.2Wen Heping2016-06-022-3/+4
| | | | Notes: svn path=/head/; revision=416272
* 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 Notes: svn path=/head/; revision=416242
* Update to 1.3.5Tilman Keskinoz2016-05-313-9/+18
| | | | | | | | PR: 209866 Submitted by: maintainer Notes: svn path=/head/; revision=416206
* - Update to 0.7.100.3.0TAKATSU Tomonari2016-05-292-6/+5
| | | | Notes: svn path=/head/; revision=416085
* - Update to 2.75Sunpoet Po-Chuan Hsieh2016-05-282-3/+5
| | | | | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes Notes: svn path=/head/; revision=416035
* - Change condition to fix build with fmake when using python3.xDmitry Marakasov2016-05-271-1/+3
| | | | | | | | PR: 209514 Approved by: portmgr blanket Notes: svn path=/head/; revision=415960
* Upgrade to RKWard 0.6.5 to chase Rupgrade to 3.3.0.Thierry Thomas2016-05-273-8/+22
| | | | | | | | Changelog at https://rkward.kde.org/News#RKWard_0.6.5_-_Much_improved_preview_functionality.2C_and_more Notes: svn path=/head/; revision=415959
* - Add localbase to ldflags so that it will build with dragonfly.Stephen Montgomery-Smith2016-05-251-0/+1
| | | | | | | | PR: ports/209380 Submitted by: John Marino <marino@FreeBSD.org> Notes: svn path=/head/; revision=415869
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-2511-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 Notes: svn path=/head/; revision=415864
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgKurt Jaeger2016-05-254-4/+4
| | | | | | | | PR: 209746 Submitted by: xmj Notes: svn path=/head/; revision=415848
* Fix build by stripping any .so libraryDmitry Marakasov2016-05-251-1/+1
| | | | | | | | Library name seems to be dependent on R version, so this port will break on any R update otherwise Notes: svn path=/head/; revision=415844
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* - Update to 6.700.7Danilo Egea Gondolfo2016-05-243-4/+5
| | | | Notes: svn path=/head/; revision=415754
* - Update to 1.1.20Dmitry Marakasov2016-05-242-4/+3
| | | | | | | | PR: 209623 Submitted by: xmj (maintainer) Notes: svn path=/head/; revision=415751
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-232-2/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-2328-28/+28
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Update to 0.5.1Li-Wen Hsu2016-05-235-12/+13
| | | | | | | | PR: 209713 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=415720
* math/R: 3.2.2 -> 3.3.0Kurt Jaeger2016-05-226-38/+44
| | | | | | | | | | | Changes: https://stat.ethz.ch/pipermail/r-announce/2016/000602.html PR: 209315 Submitted by: wen Approved by: bf (maintainer, by mail) Notes: svn path=/head/; revision=415646
* 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 Notes: svn path=/head/; revision=415627
* math/py-pyvtk: 0.4.85 -> 0.5.18Kurt Jaeger2016-05-192-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) Notes: svn path=/head/; revision=415525
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-193-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-19120-403/+403
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - No need to specify master site subdirectory when it's the same as defaultDmitry Marakasov2016-05-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415452
* 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/ Notes: svn path=/head/; revision=415293
* math/py-pandas: 0.17.0 -> 0.18.1Kurt Jaeger2016-05-152-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) Notes: svn path=/head/; revision=415282
* - Update to 5.24TAKATSU Tomonari2016-05-152-3/+4
| | | | Notes: svn path=/head/; revision=415204
* - Update to 0.5305Sunpoet Po-Chuan Hsieh2016-05-143-5/+8
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Math-Cephes/Changes Notes: svn path=/head/; revision=415173
* Prevent collision with getline(3)Baptiste Daroussin2016-05-136-24/+44
| | | | | | | While here regen patches Notes: svn path=/head/; revision=415142