| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The previous version was a RC, despite there was no mention of it in the
distfile. Most patches have been incorporated upstreams.
|
| |
|
|
|
|
|
|
|
|
| |
- Take maintainership (tcltk@FreeBSD.org)
- Add LICENSE
- Switch to USES+=gmake tcl
- Add regression-test target
- STAGE-clean
|
|
|
|
|
|
|
| |
- Update to 1.1
PR: 110312
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
|
|
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'.
Mpexpr works much like Tcl's native 'expr', but does all
calculations using an arbitrary precision math package.
Mpexpr numbers can be any number of digits, with any decimal
precision. Final precision is controlled by a Tcl variable
'mp_precision', which can be any reasonable integer, limiting
only the number of digits to the right of the decimal point.
PR: ports/48764
Submitted by: chein@GeekDude.com <chein@GeekDude.Com>
|