Port details |
- pure-mpfr Multiprecision floats for Pure
- 0.5 math
=0 0.5Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expiring devel/llvm35
This port expired on: 2019-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-01-26 20:18:57
- Last Update: 2019-09-01 15:40:05
- SVN Revision: 510697
- License: LGPL3+
- WWW:
- https://puredocs.bitbucket.io/pure-mpfr.html
- Description:
- pure-mpfr makes the MPFR multiprecision floats (henceforth referred to as
mpfr numbers or values) available in Pure, so that they work with the other
types of Pure numbers in an almost seamless fashion.
WWW: https://puredocs.bitbucket.io/pure-mpfr.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pure-mpfr>0:math/pure-mpfr
- No installation instructions:
- This port has been deleted.
- PKGNAME: pure-mpfr
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pure/pure-mpfr-0.5.tar.gz) = 39d2255c2c0c2d60ce727be178b5e5a06f7c92eb365976c49c4a34b1edc576e7
SIZE (pure/pure-mpfr-0.5.tar.gz) = 25365
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake : devel/gmake
- Library dependencies:
-
- libpure.so : lang/pure
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pure-mpfr-0.5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- pkgconfig pure
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5 01 Sep 2019 15:40:05 |
rene |
Remove expired ports:
2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
2019-08-31 lang/dmd1: No longer supported upstream
2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in
various ways with remotely recent compilers
2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35 |
0.5 08 Jun 2019 11:46:55 |
antoine |
Chase llvm35 expiration |
0.5 15 Mar 2017 11:36:33 |
amdmi3 |
- Fix WWW: |
0.5 16 Feb 2017 09:01:33 |
amdmi3 |
- Fix license
- Switch to options helpers |
0.5 13 Jan 2016 07:52:32 |
vanilla |
Upgrade to 0.5. |
0.4_1 01 Jan 2016 15:54:38 |
rakuco |
Fix MASTER_SITES for pure-* ports in math/.
cdn.bitbucket.org returns HTTP 403, switch to bitbucket.org to unbreak
fetching. |
0.4_1 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
0.4_1 19 Apr 2015 15:14:27 |
tijl |
Revert r384280 after fixing the cause of the problem in lang/pure (r384293) |
0.4_1 19 Apr 2015 11:15:40 |
amdmi3 |
- Fix build on amd64 (needs -fPIC)
MFH: 2015Q2 |
0.4_1 07 Aug 2014 14:42:46 |
vanilla |
1: Stagify.
2: Strip binary. |
0.4_1 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
0.4_1 21 Feb 2014 13:38:05 |
ehaupt |
Remove trailing whitespaces from category math |
0.4_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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) |
0.4_1 06 Nov 2013 22:50:22 |
delphij |
Update to 0.57.
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer |
0.4 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.4 14 Aug 2013 14:58:37 |
marino |
math/pure-mpfr: USES+= pkgconfig
Approved by: bapt/culor (mentors, implicit) lichray (maintainer) |
0.4 10 Jul 2013 21:28:57 |
bapt |
Fix PORTSDIR not already defined by using relative path |
0.4 10 Jul 2013 21:11:24 |
bapt |
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake
Reported by: marino |
0.4 26 Jan 2012 20:18:33 |
pav |
- Add a couple of pure extensions:
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> |