aboutsummaryrefslogtreecommitdiff
path: root/math/aamath
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+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
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+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
* math/aamath: document ncurses requirement (USES+=ncurses)John Marino2016-02-071-4/+3
| | | | | | | | | Also link with ncurses, not termcap approved by: infrastructure blanket Notes: svn path=/head/; revision=408372
* - Add LICENSE_FILEDmitry Marakasov2015-08-251-4/+4
| | | | | | | | | - Fix binary installation Approved by: portmgr blanket Notes: svn path=/head/; revision=395233
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376400
* Second attempt to fix build on 11.0-CURRENT.Emanuel Haupt2014-07-212-3/+6
| | | | Notes: svn path=/head/; revision=362497
* Fix a build error on 11.0-CURRENT by adding USES=readline.Emanuel Haupt2014-07-211-0/+2
| | | | Notes: svn path=/head/; revision=362466
* - Support stagingEmanuel Haupt2014-02-211-7/+9
| | | | | | | | | | - Define LICENSE - Strip binary - Add additional mirrors - Take maintainership Notes: svn path=/head/; revision=345355
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix the build with ClangAlexey Dokuchaev2012-11-302-9/+74
| | | | | | | | | | - Cleanup Makefile Submitted by: Ilya Arkhipov Feature safe: yes Notes: svn path=/head/; revision=308009
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix parallel build, mark port as MAKE_JOBS_SAFEAlexey Dokuchaev2009-03-312-16/+32
| | | | | | | - Cleanup Makefile while here Notes: svn path=/head/; revision=231381
* Reformat port description.Alexey Dokuchaev2009-03-311-3/+3
| | | | Notes: svn path=/head/; revision=231380
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-181-9/+1
| | | | | | | with letter i-m Notes: svn path=/head/; revision=190286
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himMark Linimon2006-04-141-1/+1
| | | | | | | | | back sometime. Hat: portmgr Notes: svn path=/head/; revision=159501
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Enable readline support.Vsevolod Stakhov2005-09-122-7/+21
| | | | | | | | PR: 85793 Submitted by: Nicola Vitale <nivit@email.it> Notes: svn path=/head/; revision=142520
* Update my email address.Vsevolod Stakhov2005-07-221-1/+1
| | | | | | | Approved by: perky (mentor) Notes: svn path=/head/; revision=139880
* Aamath is a program that reads mathematical expressions in infix notation andSergey Matveychuk2005-06-234-0/+49
renders them as ASCII art. It may be useful to send mathematics through text-only media, such as e-mail or newsgroups. PR: ports/82552 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=137923