Created attachment 170882 [details] port source A mathematical calculator capable of evaluating arithmetic expressions. Features: * Case sensitive command line interface * Native IEEE 754 with 15 significant digits * Calculations with real and complex numbers * Variables and user defined functions * Logarithmic and exponential functions * Trigonometric and hyperbolic functions * Mathematical constants and rounding functions * Disk functions to load, save and view content * Comprehensive and easy to use built-in help WWW: https://github.com/llsth/amath/
Carsten, thanks for your submission. Minor observation: it would be best if the maintainer address is the same as your bugzilla account address (whichever of the two), because that helps automate some tasks and verify maintainer posts.
(In reply to Vladimir Krstulja from comment #1) Hi Vladimir. Please use my bugzilla account address then.
Would it be possible for you to upload a new shar file with corrected email address?
Created attachment 171169 [details] port source (updated email etc) Updated port source with email address matching my Bugzilla account.
Created attachment 172482 [details] new shar
Created attachment 172483 [details] Poudriere log (10.3-Release i386)
Created attachment 172484 [details] Poudriere log (10.3-Release amd)
Created attachment 172486 [details] Regression test output from "amath test"
Created attachment 173796 [details] Port source Updated, just for curiosity. Includes regression tests.
Carsten, apologies for the delay. Has the upstream repo moved? Can you update the status of this PR?
(In reply to Joseph Mingrone from comment #10) No problem. The upstream source repository has temporary moved. The dist file is still at suyai.innolan.net. Description in shar file has been changed to: 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. The PR should be ready as is.
Under review at https://reviews.freebsd.org/D8386.
A commit references this bug: Author: jrm Date: Tue Nov 1 20:26:50 UTC 2016 New revision: 425086 URL: https://svnweb.freebsd.org/changeset/ports/425086 Log: 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 Changes: head/math/Makefile head/math/amath/ head/math/amath/Makefile head/math/amath/distinfo head/math/amath/pkg-descr
Committed. Thanks!