Port details |
- amath Simple command line calculator
- 1.8.5_1 math =3 1.8.5_1Version of this port present on the latest quarterly branch.
- Maintainer: cs@innolan.net
- Port Added: 2016-11-01 20:26:58
- Last Update: 2024-02-24 18:21:02
- Commit Hash: a939b34
- People watching this port, also watch:: inotify-tools, e2fsprogs, monit, pure-ftpd, phpsysinfo-php82
- License: BSD2CLAUSE
- WWW:
- https://amath.innolan.net/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/amath/ && make install clean
- To add the package, run one of these commands:
- pkg install math/amath
- pkg install amath
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: amath
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1533821063
SHA256 (amath-1.8.5.tar.gz) = ed77eb2a367a7462a0d13dc7d2188deb7464f59c166bdc346c3abcd9c0a4e31c
SIZE (amath-1.8.5.tar.gz) = 250992
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for amath-1.8.5_1:
TESTS=off: Build with regression tests
====> Math libraries: you can only select none or one of them
APPLIBM=on: Build and install application libraries
OPENLIBM=off: Build with OpenLibm
SYSLIBM=off: System (-lm)
===> Use 'make config' to modify these settings
- Options name:
- math_amath
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.5_1 24 Feb 2024 18:21:02 |
Muhammad Moinur Rahman (bofh) |
math/amath: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.5 19 Jan 2021 04:02:58 |
linimon |
Mark as BROKEN on riscv64:
./prim.h:117:2: error: Must define endianness
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
1.8.5 24 Aug 2019 12:42:02 |
pkubaj |
math/amath: fix build on powerpc* and mips*
The big-endian ifdef misses ||.
PR: 239298
Approved by: cs@innolan.net (maintainer timeout), linimon (mentor) |
1.8.5 10 Mar 2019 03:03:55 |
linimon |
Mark as NOT_FOR powerpc*.
Approved by: portmgr (tier-2 blanket) |
1.8.5 16 Aug 2018 12:28:15 |
swills |
math/amath: update to 1.8.5
PR: 230482
Submitted by: Carsten Larsen <cs@innolan.net> (maintainer) |
1.8.3 18 Aug 2017 03:40:30 |
swills |
math/amath: Update to 1.8.3
PR: 221034
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) |
1.8.2 20 Jul 2017 20:23:48 |
ultima |
* Updated to 1.8.2
* 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 |
1.8.0 08 Jul 2017 09:00:21 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.8.0 15 Apr 2017 15:05:32 |
riggs |
Update to upstream version 1.8.0
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 |
1.7.0 18 Mar 2017 14:42:11 |
jrm |
math/amath: Update to version 1.7.0.
- Also switch to using the configure script included upstream (with
patches).
PR: 217724
Submitted by: cs@innolan.dk (maintainer)
Approved by: swills (mentor, implicit) |
1.6.4 13 Feb 2017 22:26:26 |
jrm |
math/amath: Update to version 1.6.4.
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 |
1.6.2 31 Jan 2017 03:40:46 |
linimon |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket) |
1.6.2 28 Jan 2017 22:54:37 |
arved |
Update to 1.6.2
PR: 216538
Submitted by: maintainer |
1.6.1 21 Jan 2017 14:49:05 |
rakuco |
Update to 1.6.1.
- Clang support.
- New website.
PR: 216344
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) |
1.6.0_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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. |
1.6.0 01 Nov 2016 20:26:50 |
jrm |
New port, math/amath: simple command line calculator
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 |