aboutsummaryrefslogtreecommitdiff
path: root/math/pure-mpfr
Commit message (Collapse)AuthorAgeFilesLines
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436227
* - Fix licenseDmitry Marakasov2017-02-161-5/+10
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=434197
* Upgrade to 0.5.Vanilla I. Shu2016-01-132-4/+3
| | | | Notes: svn path=/head/; revision=406019
* Fix MASTER_SITES for pure-* ports in math/.Raphael Kubo da Costa2016-01-011-3/+1
| | | | | | | | cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak fetching. Notes: svn path=/head/; revision=405004
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Revert r384280 after fixing the cause of the problem in lang/pure (r384293)Tijl Coosemans2015-04-191-2/+0
| | | | Notes: svn path=/head/; revision=384295
* - Fix build on amd64 (needs -fPIC)Dmitry Marakasov2015-04-191-0/+2
| | | | | | | MFH: 2015Q2 Notes: svn path=/head/; revision=384280
* 1: Stagify.Vanilla I. Shu2014-08-071-20/+8
| | | | | | | 2: Strip binary. Notes: svn path=/head/; revision=364278
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362717
* Remove trailing whitespaces from category mathEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345420
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Update to 0.57.Xin LI2013-11-062-6/+28
| | | | | | | | | PR: ports/179390 Submitted by: nemysis Approved by: maintainer Notes: svn path=/head/; revision=333045
* 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
* math/pure-mpfr: USES+= pkgconfigJohn Marino2013-08-141-0/+1
| | | | | | | Approved by: bapt/culor (mentors, implicit) lichray (maintainer) Notes: svn path=/head/; revision=324729
* Fix PORTSDIR not already defined by using relative pathBaptiste Daroussin2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322734
* Fix pure by removing the useless pre.mk/post.mk dancingBaptiste Daroussin2013-07-101-7/+2
| | | | | | | | | Convert to USES=gmake Reported by: marino Notes: svn path=/head/; revision=322733
* - Add a couple of pure extensions:Pav Lucistnik2012-01-263-0/+31
devel/pure-readline: A readline interface for the Pure language devel/pure-stldict: Pure interface to C++ STL map/unordered_map devel/pure-stlvec: Pure interface to C++ STL vector math/pure-mpfr: Multiprecision floats for Pure x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=289858