aboutsummaryrefslogtreecommitdiff
path: root/math/mpexpr/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove build from prerequisite of do-test:Sunpoet Po-Chuan Hsieh2019-04-141-1/+1
| | | | | | | | | The framework (Mk/bsd.port.mk) already handles it via SEQ. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=498938
* math/mpexpr: update to 1.2 (official) releasePietro Cerutti2016-09-261-0/+1
| | | | | | | | The previous version was a RC, despite there was no mention of it in the distfile. Most patches have been incorporated upstreams. Notes: svn path=/head/; revision=422788
* math/mpexpr: update to 1.2Pietro Cerutti2016-09-161-7/+7
| | | | Notes: svn path=/head/; revision=422247
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375097
* UnbreakAntoine Brodin2014-12-081-1/+1
| | | | Notes: svn path=/head/; revision=374260
* Update "BSD" license in math categoryMark Felder2014-12-071-1/+4
| | | | Notes: svn path=/head/; revision=374217
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* - Fix build with Tcl 8.6Pietro Cerutti2013-11-061-14/+22
| | | | | | | | | | | - Take maintainership (tcltk@FreeBSD.org) - Add LICENSE - Switch to USES+=gmake tcl - Add regression-test target - STAGE-clean Notes: svn path=/head/; revision=332997
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Reset maintainer and remove old MASTER_SITES.Wesley Shields2009-08-021-1/+1
| | | | | | | | PR: ports/137224 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) Notes: svn path=/head/; revision=238752
* - Fix USE_TCL to 84Martin Matuska2009-02-141-2/+2
| | | | Notes: svn path=/head/; revision=228319
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Pass maintainership to submitterMartin Wilke2007-03-161-11/+19
| | | | | | | | | | - Update to 1.1 PR: 110312 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Notes: svn path=/head/; revision=187494
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172268
* - Fix MASTER_SITESPav Lucistnik2006-03-201-5/+6
| | | | | | | | | | | | - Update WWW - Style PR: ports/93433 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=157821
* new port for mpexprEdwin Groothuis2003-10-061-0/+28
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> Notes: svn path=/head/; revision=90359