Port details |
- mprime Great Internet Mersenne Prime Search
- 30.19b14 math =4 30.19b14Version of this port present on the latest quarterly branch.
- Maintainer: rozhuk.im@gmail.com
- Port Added: 2003-04-29 14:49:55
- Last Update: 2024-05-09 06:27:32
- Commit Hash: 7ae2545
- People watching this port, also watch:: mplayer, nmap, nvidia-settings, wine, nvidia-driver
- Also Listed In: benchmarks net
- License: EULA
- WWW:
- https://www.mersenne.org/
- Description:
- This program is used to find Mersenne Prime numbers as part of Great
Internet Mersenne Prime Search initiative (GIMPS) since 1996. See
http://primes.utm.edu/mersenne/index.html for a description
of Mersenne primes.
Mersenne number can be proved composite (not prime) by either finding
a factor or by running a Lucas-Lehmer primality test.
To use this program you must agree to the terms and conditions, prize
rules, etc. at https://www.mersenne.org/legal/.
- ¦ ¦ ¦ ¦
- 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/mprime/ && make install clean
- To add the package, run one of these commands:
- pkg install math/mprime
- pkg install mprime
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mprime
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1714771984
SHA256 (p95v3019b14.source.zip) = 49fd8e44d8755a4c05915085b0b15c3589f232cfd539028bbab2c01ffc8ad548
SIZE (p95v3019b14.source.zip) = 40668660
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:
-
- circular_buffer.hpp : devel/boost-libs
- as : devel/binutils
- Library dependencies:
-
- libcurl.so : ftp/curl
- libhwloc.so.15 : devel/hwloc2
- libgmp.so : math/gmp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_mprime
- USES:
- localbase zip
- 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 |
30.19b14 09 May 2024 06:27:32 |
Fernando Apesteguía (fernape) Author: Ivan Rozhuk |
math/mprime: update to 30.19b14
PR: 278724
Reported by: rozhuk.im@gmail.com (maintainer) |
30.19b13 31 Mar 2024 13:00:53 |
Wen Heping (wen) |
math/mprime: Update to 30.19b13
PR: 278054
Reported by: maintainer |
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) |
30.7b9_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 ) |
30.7b9_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
30.7b9 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 ) |
30.7b9 13 Jul 2022 05:11:59 |
Yuri Victorovich (yuri) |
math/mprime: Fix build on i386 by adding USES=localbase
The gmp.h header wasn't found because /usr/local/include wasn't
in the search path on i386.
Reported by: fallout
Approved by: portmgr (blanket unbreak) |
30.7b9 28 Jun 2022 16:03:16 |
Neel Chauhan (nc) Author: Rozhuk Ivan |
math/mprime: update to 30.7b9
PR: 264934 |
29.8b3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
29.8b3_2 11 Jan 2021 20:26:11 |
jwb |
math/mprime: Switch from hwloc to hwloc2
Moving all ports to hwloc2 since it conflicts with hwloc
PR: 252523
Submitted by: jwb
Approved by: rozhuk.im@gmail.com |
29.8b3_1 23 May 2019 11:26:29 |
swills |
math/mprime: fix i386 build
Bump PORTREVISION due to CFLAGS change
PR: 237844
Submitted by: rozhuk.im@gmail.com (maintainer) |
29.8b3 12 May 2019 02:00:14 |
swills |
math/mprime: update to 29.8b3
PR: 237844
Submitted by: rozhuk.im@gmail.com (maintainer) |
29.4b7_1 12 Apr 2019 20:17:32 |
swills |
math/mprime: avoid runtime issue
PR: 236546
Submitted by: rozhuk.im@gmail.com (maintainer) |
29.4b7 23 Nov 2018 13:04:12 |
swills |
math/mprime: update to 29.4b7
PR: 233261
Submitted by: rozhuk.im@gmail.com (maintainer) |
28.10 31 Aug 2018 09:38:12 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
28.10 22 Nov 2017 17:40:24 |
swills |
math/mprime: Fix some issues from the previous commit
Put back original creator and whitespace
Fix patching
Greatly simplify the Makefile
Make it LOCALBASE safe
Reported by: danfe
Pointyhat to: swills |
28.10 21 Nov 2017 22:43:07 |
swills |
math/mprime: Update to 28.10
While here:
* Set maintainer to submitter
* Add License file
* Appease portlint by tweaking comment and moving ONLY_FOR_ARCHES
PR: 219432
Submitted by: rozhuk.im@gmail.com |
26.6 29 Mar 2017 05:18:31 |
danfe |
- Resurrect `math/mprime' and unbreak (stagify)
- Update to version 26.6, the latest for the i386 binary
- Do not mangle version with `0.0.'-prefix, use official one
- Add missing LIB_DEPENDS against `misc/compat9x'
- Define DOCS option and use target helper target to install
- Make installation commands vocal (unmute them)
- Update and tidy up port description text while here
- Drop deprecated @dirrm entry from pkg-plist
TIMESTAMP (mprime266-FreeBSD.tar.gz) = 1302303090 |
0.0.24.14 01 Sep 2014 21:26:00 |
bapt |
Remove non staged ports without pending PR from ma* |
0.0.24.14 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
0.0.24.14 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.0.24.14 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.0.24.14 08 Sep 2010 22:04:45 |
pgollucci |
- use SUB_FILES appropriately instead of SED directly
PR: ports/142812
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (nivit ; 231 days) |
0.0.24.14 01 Apr 2007 07:33:25 |
lioux |
Give maintainership to Nicola Vitale <nivit@FreeBSD.org>. |
0.0.24.14 21 Nov 2006 22:09:11 |
pav |
- Update to 24.14
PR: ports/91558
Submitted by: Piet Delport <pjd@satori.za.net>
Approved by: maintainer timeout (lioux; 11 months) |
0.0.23.5 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
0.0.23.5 28 May 2005 20:31:14 |
lioux |
Switch to static binary distribution instead of building from source:
current sources .obj coff-i386 format cannot be changed into .o
elf32-i386 by any of our native tools. Only the devel/mingw32-binutils
port can handle coff-i386 but it cannot generate .elf32-i386. Even
using a middle way format (coff-i386 -> srec -> elf32-i386) does
not help: the .o still do not link correctly. |
0.0.23.5 22 May 2005 15:03:37 |
lioux |
o Update distfile's checksum; thus, removing BROKEN status
o There are no changes between the old and new distfiles, the file
was just re-compressed |
0.0.23.5 28 Feb 2005 04:31:21 |
kris |
BROKEN: Size mismatch |
0.0.23.5 25 Dec 2004 11:43:58 |
lioux |
Remove deprecated USE_SIZE |
0.0.23.5 04 Mar 2004 02:44:49 |
lioux |
Add net as secondary category since this is a distributed effort |
0.0.23.5 26 Feb 2004 23:39:27 |
lioux |
o Update to mprime core version 23.5
o Port's Makefile
- move some lines from post-patch to do-configure target
since they DO configure the port's build |
0.0.22.12_1 08 Feb 2004 01:14:05 |
lioux |
USE_SIZEify |
0.0.22.12_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.0.22.12 29 Apr 2003 12:23:05 |
lioux |
New port mprime version 0.0.22.12: mersenne.org distributed Great
Internet Mersenne Prime Search |