Port details |
- mpexpr Multiple precision math for Tcl
- 1.2_2 math =4 1.2_2Version of this port present on the latest quarterly branch.
- Maintainer: tcltk@FreeBSD.org
- Port Added: 2003-10-06 02:50:53
- Last Update: 2024-02-24 19:26:41
- Commit Hash: 234710f
- People watching this port, also watch:: tkregexp, tclxml, tclreadline, clig, add
- Also Listed In: tcl
- License: TclTk
- WWW:
- https://mpexpr.sourceforge.net
- Description:
- 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.
Mpformat works much like Tcl's 'format', except it formats multiple
precision numbers in a variety of formats.
Mpexpr also includes most math functions provided by 'expr', as well
as several new functions. Mpexpr also supports Tcl variables and
nested evaluation, just like 'expr':
- ¦ ¦ ¦ ¦
- 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/mpexpr/ && make install clean
- To add the package, run one of these commands:
- pkg install math/mpexpr
- pkg install mpexpr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mpexpr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1474914043
SHA256 (mpexpr-1.2.tar.gz) = bc3e6b0700477f3bd57ed2e41cc89446eb8e50ae80fa3e7728ae1c1e7406312e
SIZE (mpexpr-1.2.tar.gz) = 365192
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
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_mpexpr
- USES:
- gmake tcl
- 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.2_2 24 Feb 2024 19:26:41 |
Muhammad Moinur Rahman (bofh) |
math/mpexpr: Moved man to share/man
Approved by: portmgr (blanket) |
1.2_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.2_1 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.2_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2_1 14 Apr 2019 17:53:31 |
sunpoet |
Remove build from prerequisite of do-test:
The framework (Mk/bsd.port.mk) already handles it via SEQ.
Approved by: portmgr (blanket) |
1.2_1 26 Sep 2016 18:28:41 |
gahr |
math/mpexpr: update to 1.2 (official) release
The previous version was a RC, despite there was no mention of it in the
distfile. Most patches have been incorporated upstreams. |
1.2 16 Sep 2016 07:38:44 |
gahr |
math/mpexpr: update to 1.2 |
1.1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.1 20 Dec 2014 19:15:32 |
bapt |
cleanup plist |
1.1 08 Dec 2014 11:47:27 |
antoine |
Unbreak |
1.1 07 Dec 2014 16:31:51 |
feld |
Update "BSD" license in math category |
1.1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.1 06 Nov 2013 14:50:24 |
gahr |
- Fix build with Tcl 8.6
- Take maintainership (tcltk@FreeBSD.org)
- Add LICENSE
- Switch to USES+=gmake tcl
- Add regression-test target
- STAGE-clean |
1.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.1 02 Aug 2009 02:51:50 |
wxs |
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) |
1.1 14 Feb 2009 21:33:25 |
mm |
- Fix USE_TCL to 84 |
1.1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
1.1 16 Mar 2007 12:00:35 |
miwi |
- Pass maintainership to submitter
- Update to 1.1
PR: 110312
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
1.0 05 Sep 2006 04:35:46 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.0 20 Mar 2006 23:04:34 |
pav |
- Fix MASTER_SITES
- Update WWW
- Style
PR: ports/93433
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (1 month) |
1.0 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0 06 Oct 2003 02:43:46 |
edwin |
new port for mpexpr
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> |