aboutsummaryrefslogtreecommitdiff
path: root/math/wcalc
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=readline to fix build on current.Adam Weinberger2014-07-291-0/+2
| | | | Notes: svn path=/head/; revision=363403
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - Use new LIB_DEPENDS syntaxDmitry Marakasov2014-06-031-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356354
* - Stage supportMartin Wilke2014-02-021-4/+2
| | | | Notes: svn path=/head/; revision=342322
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase mpfr library and bump PORTREVISION.Alex Dupre2010-06-111-2/+2
| | | | Notes: svn path=/head/; revision=256398
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - 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
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-2/+2
| | | | Notes: svn path=/head/; revision=233833
* Chase mpfr library.Alex Dupre2009-01-301-1/+2
| | | | Notes: svn path=/head/; revision=227228
* - Update to 2.4Martin Wilke2008-12-242-8/+8
| | | | | | | | PR: 129850 Submitted by: Amarendra Godbole <amarendra.godbole@gmail.com> (maintainer) Notes: svn path=/head/; revision=224700
* - Update to 2.3.1Martin Wilke2008-03-132-4/+4
| | | | | | | | PR: 121595 Submitted by: Amarendra Godbole <amarendra.godbole@gmail.com> (maintainer) Notes: svn path=/head/; revision=209007
* - Update to 2.3Martin Wilke2007-09-202-6/+5
| | | | | | | | PR: 116438 Submitted by: Amarendra Godbole <amarendra.godbole@gmail.com> (maintainer) Notes: svn path=/head/; revision=199794
* Chase mpfr library and bump PORTREVISION.Alex Dupre2007-08-301-1/+2
| | | | Notes: svn path=/head/; revision=198517
* - Fix few typos.Martin Wilke2007-04-281-3/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=191055
* Wcalc is a powerful arbitrary-precision calculator. It has standard functionsMartin Wilke2007-04-263-0/+42
(sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more. WWW: http://w-calc.sourceforge.net/ -Amarendra Godbole amarendra.godbole@gmail.com PR: ports/112106 Submitted by: Amarendra Godbole <amarendra.godbole at gmail.com> Notes: svn path=/head/; revision=190954