aboutsummaryrefslogtreecommitdiff
path: root/math/calc
Commit message (Collapse)AuthorAgeFilesLines
* math/calc: Update to 2.13.0.1Adam Weinberger2021-04-185-182/+28
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/calc: Update to 2.13.0.0Adam Weinberger2021-03-293-28/+37
| | | | Notes: svn path=/head/; revision=569488
* math/calc: Update to 2.12.9.1Adam Weinberger2021-03-273-54/+4
| | | | Notes: svn path=/head/; revision=569323
* math/calc: Update to 2.12.9.0Adam Weinberger2021-03-134-5/+62
| | | | Notes: svn path=/head/; revision=568267
* Disable -march=native to fix build on riscv64:Mark Linimon2021-02-271-14/+23
| | | | | | | | | | | cc: error: invalid arch name 'native', string must begin with rv32{i,e,g} or rv64{i,g} (For cluster building, it should not be set in any case.) Approved by: maintainer Notes: svn path=/head/; revision=566650
* math/calc: Update to 2.12.8.2Adam Weinberger2021-02-212-4/+4
| | | | Notes: svn path=/head/; revision=566221
* math/calc: Update to 2.12.8.1Adam Weinberger2021-02-162-4/+4
| | | | Notes: svn path=/head/; revision=565408
* math/calc: Update to 2.12.8.0Adam Weinberger2021-02-143-4/+5
| | | | Notes: svn path=/head/; revision=565266
* math/calc: Update to 2.12.7.6Adam Weinberger2021-02-043-12/+8
| | | | Notes: svn path=/head/; revision=564037
* Unmute some build commandsAdam Weinberger2020-07-151-1/+1
| | | | Notes: svn path=/head/; revision=542249
* calc: Bump PORTREVISION for cscript path changes (to libexec)Adam Weinberger2019-11-051-0/+1
| | | | Notes: svn path=/head/; revision=516755
* calc: Simplify and take maintainershipAdam Weinberger2019-11-053-671/+561
| | | | | | | | | | | | | | calc provides a horrific Makefile that uses ?= for nothing at all, requiring the file to be mangled by hand. Still, it was a little much for us to redefine every system command. `cp` is unlikely to wander out of $PATH. While here, add some options to not install some stuff. In particular, make it possible to just install a simple usable calculator without hundreds of scripts, functions, headers, and help files. Notes: svn path=/head/; revision=516754
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* math/calc: Update to 2.12.7.2Kai Knoblich2019-06-202-5/+5
| | | | | | | | | | | | | | | * Add path to license file while I'm here. Changelog: https://github.com/lcn2/calc/blob/2.12.7.2/CHANGES PR: 235800 Submitted by: Darren Mulligan <fixer@bsdmail.com> Approved by: johans (maintainer timeout) Notes: svn path=/head/; revision=504748
* math/calc: add WWWSteve Wills2019-05-041-0/+2
| | | | | | | | | PR: 233134 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Approved by: maintainer timeout (johans, >16 months) Notes: svn path=/head/; revision=500810
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* - Switch to new test frameworkDmitry Marakasov2018-04-191-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=467754
* Update calc to version 2.12.6.5 (bugfix release)Johan van Selst2018-02-063-44/+51
| | | | | | | Replace SF with Github as source Notes: svn path=/head/; revision=461038
* Fix build failure since r446818.Adam Weinberger2017-07-281-2/+11
| | | | | | | | gmake[2]: HELPDIR=/usr/local/share/calc/help: No such file or directory gmake[2]: *** No rule to make target 'HELPDIR=/usr/local/share/calc/help'. Stop. Notes: svn path=/head/; revision=446859
* Update to calc 2.12.6.0Johan van Selst2017-07-054-35/+28
| | | | | | | List licence Notes: svn path=/head/; revision=445096
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Fix build on CURRENTJohan van Selst2016-02-111-17/+53
| | | | Notes: svn path=/head/; revision=408684
* Update calc to 2.12.5.3 (minor bugfix)Johan van Selst2016-02-092-3/+3
| | | | Notes: svn path=/head/; revision=408539
* Update to calc 2.12.5.2Johan van Selst2016-02-072-3/+3
| | | | Notes: svn path=/head/; revision=408348
* Cleanup plistAntoine Brodin2014-11-131-7/+1
| | | | Notes: svn path=/head/; revision=372546
* Update to calc 2.12.5.0Johan van Selst2014-10-153-11/+4
| | | | Notes: svn path=/head/; revision=370944
* Update calc to 2.12.4.14Johan van Selst2014-09-273-14/+7
| | | | Notes: svn path=/head/; revision=369384
* Unbreak after RM was changed to /bin/rm -fAntoine Brodin2014-07-313-14/+52
| | | | | | | Unbreak on head too Notes: svn path=/head/; revision=363574
* Add USES=readline to fix build.Adam Weinberger2014-07-201-1/+1
| | | | Notes: svn path=/head/; revision=362365
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | 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
* Correct typo... it's tar:bzip2, not tar:bz2.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358516
* USES=tar:...Adam Weinberger2014-06-201-2/+1
| | | | Notes: svn path=/head/; revision=358496
* Enable stage supportJohan van Selst2013-12-293-17/+24
| | | | Notes: svn path=/head/; revision=338044
* Update calc to 2.12.4.13Johan van Selst2013-10-063-5/+24
| | | | Notes: svn path=/head/; revision=329576
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Update calc to 2.12.4.10Johan van Selst2013-08-113-7/+20
| | | | Notes: svn path=/head/; revision=324579
* Update calc to 2.12.4.8Johan van Selst2013-05-203-9/+5
| | | | Notes: svn path=/head/; revision=318601
* Compile calc with readline support.Johan van Selst2011-10-032-0/+22
| | | | | | | | | | This allows history searches, vi-mode editing etc. PR: ports/161262 Submitted by: Momchil Ivanov <momchil@xaxo.eu> Notes: svn path=/head/; revision=282892
* Mark MAKE_JOBS_UNSAFE.Adam Weinberger2011-07-061-0/+2
| | | | Notes: svn path=/head/; revision=277160
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to calc 2.12.4.3Johan van Selst2010-09-043-5/+7
| | | | Notes: svn path=/head/; revision=260535
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250235
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 2.12.4.0Johan van Selst2008-12-283-13/+16
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=224916
* Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,Mark Linimon2008-11-291-1/+1
| | | | | | | | | and no commit activity for 3 months. Hat: portmgr Notes: svn path=/head/; revision=223517
* - Remove empty filesPav Lucistnik2008-08-251-0/+0
| | | | Notes: svn path=/head/; revision=219190
* Respect CC, CFLAGS, etc.Jean-Marc Zucconi2008-08-243-10/+118
| | | | | | | | | | Plist fixes. PR: ports/126302 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=219091
* Update to 2.12.3.3Jean-Marc Zucconi2008-05-135-93/+44
| | | | | | | | PR: ports/123571 Submitted by: leeym Notes: svn path=/head/; revision=212995
* Update to version 2.12.1.8.Jean-Marc Zucconi2007-02-075-35/+33
| | | | Notes: svn path=/head/; revision=184502