Port details |
- mpir Multiprecision integer, rational, floating point numbers library
- 3.0.0_1 math =2 3.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2014-07-15 14:23:17
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- https://www.mpir.org
- Description:
- MPIR is an open source multiprecision integer (bignum) library forked
from the GMP (GNU Multi Precision) project. It consists of much code
from past GMP releases, in combination with much original contributed
code.
MPIR is constructed by a developer and vendor friendly community of
professional and amateur mathematicians, computer scientists and
hobbyists.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/mpir/ && make install clean
- To add the package, run one of these commands:
- pkg install math/mpir
- pkg install mpir
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mpir
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1497579770
SHA256 (mpir-3.0.0.tar.bz2) = 52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb
SIZE (mpir-3.0.0.tar.bz2) = 2572041
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- yasm : devel/yasm
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- comms/gnuradio
- for Libraries
-
- cad/meshlab
- finance/alkimia
- math/sage
-
Deleted ports which required this port:
- for Run
-
- comms/gnuradio
Configuration Options:
- No options to configure
- Options name:
- math_mpir
- USES:
- libtool tar:bzip2
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.0_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
3.0.0_1 28 Jun 2022 00:27:04 |
Yuri Victorovich (yuri) |
math/mpir: Change MASTER_SITES to https |
3.0.0_1 28 Jun 2022 00:24:58 |
Yuri Victorovich (yuri) |
math/mpir: Correct COMMENT; Change WWW to https
Approved by: portmgr (blanket) |
3.0.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.0_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
3.0.0 16 Jun 2018 08:34:34 |
amdmi3 |
- Fix LICENSE
- Switch to new test framework
Approved by: portmgr blanket |
3.0.0 16 Jun 2017 08:46:15 |
wen |
- Update to 3.0.0
- Take maintainership |
2.7.2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.7.2 21 Nov 2015 17:20:24 |
rakuco |
Update math/mpir to 2.7.2.
- Set LICENSE_FILE.
- Depend on devel/yasm instead of building a bundled yasm.
- Remove post-install target, the build system takes care of creating the
proper soversion symlinks.
- Bump PORTREVISION in dependent ports due to a change in the soversion
number. |
2.7.0 30 Jul 2015 01:38:42 |
wen |
- Update to 2.7.0
PR: 201848
Submitted by: tkato432@yahoo.com |
2.7.0.a12 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
2.7.0.a12 07 Oct 2014 10:06:22 |
gahr |
- Update to 2.7.0-alpha12
Announcement:
https://groups.google.com/forum/#!topic/mpir-devel/9a9MWwp2sFA |
2.7.0.a11 15 Sep 2014 08:03:49 |
gahr |
- Update to 2.7.0-alpha11 |
2.7.0.a10 29 Jul 2014 10:33:54 |
gahr |
- Update to 2.7.0-alpha10
Announcement:
https://groups.google.com/d/msg/mpir-devel/-E0FeqfyHEI/uUFAEsBMJOwJ |
2.7.0.a9 15 Jul 2014 14:23:12 |
gahr |
New port: math/mpir
MPIR is an open source multiprecision integer (bignum) library forked from the
GMP (GNU Multi Precision) project. It consists of much code from past GMP
releases, in combination with much original contributed code.
MPIR is constructed by a developer and vendor friendly community of
professional and amateur mathematicians, computer scientists and hobbyists.
WWW: http://www.mpir.org |