af9a FreshPorts -- math/mpfr
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
mpfr 3.1.2 math on this many watch lists=41 search for ports that depend on this port
A library for multiple-precision floating-point computations
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Aug 2005 14:01:36
Also Listed In: devel
License: LGPL3


The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding).  It
is based on the GMP multiple-precision library.

The main goal of MPFR is to provide a library for multiple-precision
floating-point computation which is both efficient and has a well-defined
semantics.  It copies the good ideas from the ANSI/IEEE-754 standard for
double-precision floating-point arithmetic (53-bit mantissa).

WWW: http://www.mpfr.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool
Required Libraries:
  1. math/gmp

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/math/mpfr/ && make install clean
To add the package: pkg_add -r mpfr


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mpfr-3.1.2/
  2. http://www.mpfr.org/mpfr-current/

Number of commits found: 31

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
14 Mar 2013 13:55:46
Original commit files touched by this commit  3.1.2
ale search for other commits by this committer
Update to 3.1.2 release.
13 Aug 2012 14:45:36
Original commit files touched by this commit  3.1.1
ale search for other commits by this committer
Update to 3.1.1 release and enable TLS on supported FreeBSD versions.
09 May 2012 10:27:06
Original commit files touched by this commit  3.1.0_3
ale search for other commits by this committer
Update to patch level 10.

Note: use gnu patch since patch04 seems to trigger a bug
(or at least a different / not expected behavior of base patch)
13 Nov 2011 12:16:00
Original commit files touched by this commit  3.1.0_2
ale search for other commits by this committer
Update to patch level 3.

Feature safe:   yes
24 Oct 2011 04:17:38
Original commit files touched by this commit  3.1.0_1
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
08 Oct 2011 15:45:17
Original commit files touched by this commit  3.1.0_1
ale search for other commits by this committer
Pet portlint and fix NOPORTDOCS.

PR:             ports/161397
Submitted by:   swills
07 Oct 2011 07:42:43
Original commit files touched by this commit  3.1.0_1
ale search for other commits by this committer
Update to -p1 patch-release.
06 Oct 2011 12:28:46
Original commit files touched by this commit  3.1.0
ale search for other commits by this committer
Update to 3.1.0 release.
Do not enable thread-safe support, since
"it seems that the initialisation of Thread Local Storage
 variables to some values which are function address doesn't work
 inside a shared library on FreeBSD"
10 May 2011 10:12:45
Original commit files touched by this commit  3.0.1
ale search for other commits by this committer
Update to 3.0.1 (patch 4) release.
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.0.0
miwi search for other commits by this committer
- Get Rid MD5 support
11 Jun 2010 15:08:51
Original commit files touched by this commit  3.0.0
ale search for other commits by this committer
Update to 3.0.0 release.
04 Jun 2010 08:09:20
Original commit files touched by this commit  2.4.2_1
pav search for other commits by this committer
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:             ports/146329
Submitted by:   mm
With hat:       portmgr
19 Apr 2010 10:43:43
Original commit files touched by this commit  2.4.2_1
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
01 Dec 2009 11:33:12
Original commit files touched by this commit  2.4.2
ale search for other commits by this committer
Update to 2.4.2 release.
13 May 2009 09:46:02
Original commit files touched by this commit  2.4.1_1
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
26 Feb 2009 07:00:04
Original commit files touched by this commit  2.4.1
ale search for other commits by this committer
Update to 2.4.1 release.
30 Jan 2009 23:14:27
Original commit files touched by this commit  2.4.0
ale search for other commits by this committer
Update to 2.4.0 release.

PR:             ports/131045
Submitted by:   Wen Heping <wenheping@gmail.com>
23 Sep 2008 05:45:08
Original commit files touched by this commit  2.3.2
ale search for other commits by this committer
Update to 2.3.2 release.
25 Jun 2008 10:34:43
Original commit files touched by this commit  2.3.1
ale search for other commits by this committer
Add regression-test target.

Submitted by:   Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
30 Jan 2008 07:09:08
Original commit files touched by this commit  2.3.1
ale search for other commits by this committer
Update to 2.3.1 release.
30 Aug 2007 09:55:17
Original commit files touched by this commit  2.3.0
ale search for other commits by this committer
Update to 2.3.0 release.
23 Jul 2007 09:36:52
Original commit files touched by this commit  2.2.1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
30 Nov 2006 21:20:07
Original commit files touched by this commit  2.2.1
ale search for other commits by this committer
Update to 2.2.1 release.
19 Nov 2006 18:15:12
Original commit files touched by this commit  2.2.0_3
ale search for other commits by this committer
Update to 2.2.0 patchset 16.
10 May 2006 14:46:48
Original commit files touched by this commit  2.2.0_2
ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.2.0_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 12:56:47
Original commit files touched by this commit  2.2.0
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.2.0
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
30 Sep 2005 19:47:20
Original commit files touched by this commit  2.2.0
ale search for other commits by this committer
Correct typo.

Submitted by:   Vincent Lefevre
24 Sep 2005 10:18:03
Original commit files touched by this commit  2.2.0
ale search for other commits by this committer
Update to 2.2.0 release:
- Install shared library
- Make fetchable again
29 Aug 2005 14:00:55
Original commit files touched by this commit  2.1.2
ale search for other commits by this committer
Add mpfr 2.1.2, a library for multiple-precision floating-point
computations.

PR:             ports/84724
Submitted by:   Steven G. Kargl <kargl@troutmask.apl.washington.edu>

Number of commits found: 31

283b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0