aboutsummaryrefslogtreecommitdiff
path: root/math/amath
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64:Mark Linimon2021-01-191-0/+2
| | | | | | | | | | ./prim.h:117:2: error: Must define endianness Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=562020
* math/amath: fix build on powerpc* and mips*Piotr Kubaj2019-08-242-3/+11
| | | | | | | | | | The big-endian ifdef misses ||. PR: 239298 Approved by: cs@innolan.net (maintainer timeout), linimon (mentor) Notes: svn path=/head/; revision=509722
* Mark as NOT_FOR powerpc*.Mark Linimon2019-03-101-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495220
* math/amath: update to 1.8.5Steve Wills2018-08-162-4/+4
| | | | | | | | PR: 230482 Submitted by: Carsten Larsen <cs@innolan.net> (maintainer) Notes: svn path=/head/; revision=477327
* math/amath: Update to 1.8.3Steve Wills2017-08-182-4/+4
| | | | | | | | PR: 221034 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=448207
* * Updated to 1.8.2Richard Gallamore2017-07-203-21/+58
| | | | | | | | | | | | | | | | | | * Update maintainer address * Included new dist sites * Stopped build in install stage * Sorted Makefile, Uses section is before option section[1]. Option section was also sorted to comply with[1]. [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220741 Submitted by: Carsten Larsen <cs@innolan.net> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11663 Notes: svn path=/head/; revision=446289
* - Update WWWDmitry Marakasov2017-07-081-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445307
* Update to upstream version 1.8.0Thomas Zander2017-04-154-152/+81
| | | | | | | | | | | | | | | | | | Detailed log: - Update to upstream version 1.8.0 - New default OPTION TESTS: Build with regression tests - Now choice possible between different math libs: SYSLIBM (-lm) OPENLIBM (math/openlibm) APPLIBM (bundled), default PR: 218612 Submitted by: cs@innolan.dk (maintainer) MFH: 2017Q2 Notes: svn path=/head/; revision=438586
* math/amath: Update to version 1.7.0.Joseph Mingrone2017-03-184-13/+163
| | | | | | | | | | | | - Also switch to using the configure script included upstream (with patches). PR: 217724 Submitted by: cs@innolan.dk (maintainer) Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=436413
* math/amath: Update to version 1.6.4.Joseph Mingrone2017-02-132-9/+6
| | | | | | | | | | | | | Remove ONLY_FOR_ARCHS. PR: 216926 Submitted by: cs@innolan.dk (maintainer) Reviewed by: linimon Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9541 Notes: svn path=/head/; revision=434058
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* Update to 1.6.2Tilman Keskinoz2017-01-282-4/+5
| | | | | | | | PR: 216538 Submitted by: maintainer Notes: svn path=/head/; revision=432692
* Update to 1.6.1.Raphael Kubo da Costa2017-01-213-8/+7
| | | | | | | | | | | - Clang support. - New website. PR: 216344 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=432043
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* New port, math/amath: simple command line calculatorJoseph Mingrone2016-11-013-0/+35
https://gitlab.com/rnger/amath/ Features a case sensitive command line interface, internal IEEE 754 calculations with 15 significant digits, calculations with real and complex numbers, variables and user defined functions, logarithmic and exponential functions, trigonometric and hyperbolic function and selected mathematical constants and rounding functions. PR: 209905 Submitted by: cs@innolan.dk (maintainer) Reviewed by: mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8386 Notes: svn path=/head/; revision=425086