notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
gmp-ecm Elliptic Curve Method for Integer Factorization
7.0.5_1 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.0.5Version of this port present on the latest quarterly branch.
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 search for ports maintained by this maintainer
Port Added: 2006-06-03 14:00:51
Last Update: 2024-01-29 14:08:39
Commit Hash: a73c6fb
License: GPLv2+ LGPL21+
WWW:
https://gforge.inria.fr/projects/ecm/
Description:
GMP-ECM is a program to factor integers using the Elliptic Curve Method (ECM), based on the GNU MP multiprecision library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/ecm
  2. include/ecm.h
  3. lib/libecm.so
  4. lib/libecm.so.1
  5. lib/libecm.so.1.0.0
  6. share/man/man1/ecm.1.gz
  7. /usr/local/share/licenses/gmp-ecm-7.0.5_1/catalog.mk
  8. /usr/local/share/licenses/gmp-ecm-7.0.5_1/LICENSE
  9. /usr/local/share/licenses/gmp-ecm-7.0.5_1/GPLv2+
  10. /usr/local/share/licenses/gmp-ecm-7.0.5_1/LGPL21+
Collapse this list.
Dependency lines:
  • gmp-ecm>0:math/gmp-ecm
To install the port:
cd /usr/ports/math/gmp-ecm/ && make install clean
To add the package, run one of these commands:
  • pkg install math/gmp-ecm
  • pkg install gmp-ecm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gmp-ecm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1700324792 SHA256 (ecm-7.0.5.tar.gz) = c721dd22e557c4a5dac9ac7e156a400cd2298812dd1f9b56e89966de01471ba8 SIZE (ecm-7.0.5.tar.gz) = 1159568

Packages (timestamps in pop-ups are UTC):
gmp-ecm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.5_17.0.5_17.0.4_17.0.5_17.0.5_1-7.0.4_1-
FreeBSD:13:quarterly7.0.57.0.57.0.4_17.0.57.0.57.0.57.0.57.0.5
FreeBSD:14:latest7.0.5_17.0.5_17.0.4_17.0.5_17.0.5_17.0.4_1-7.0.4_1
FreeBSD:14:quarterly7.0.57.0.5-7.0.57.0.57.0.57.0.57.0.5
FreeBSD:15:latest7.0.5_17.0.5_1n/a7.0.5_1n/a7.0.5_17.0.5_17.0.5_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libgmp.so : math/gmp
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. math/msieve*
  2. Collapse this list of deleted ports.
for Libraries
  1. math/cado-nfs
  2. math/giacxcas
  3. math/py-symengine
  4. math/sage
  5. math/symengine

Configuration Options:
No options to configure
Options name:
math_gmp-ecm
USES:
gmake libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.inria.fr/zimmerma/ecm/uploads/89f6f0d65d3e980cef33dc922004e4b2/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.5_1
29 Jan 2024 14:08:39
commit hash: a73c6fbff1f1daa0a2d74e732727c6d9634bad40commit hash: a73c6fbff1f1daa0a2d74e732727c6d9634bad40commit hash: a73c6fbff1f1daa0a2d74e732727c6d9634bad40commit hash: a73c6fbff1f1daa0a2d74e732727c6d9634bad40 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/gmp-ecm: Moved man to share/man

Approved by:    portmgr (blanket)
7.0.5
19 Nov 2023 09:34:29
commit hash: c696d5b0e3b3d29ce93d9daaa14bca100826a36ccommit hash: c696d5b0e3b3d29ce93d9daaa14bca100826a36ccommit hash: c696d5b0e3b3d29ce93d9daaa14bca100826a36ccommit hash: c696d5b0e3b3d29ce93d9daaa14bca100826a36c files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
math/gmp-ecm: upgrade to 7.0.5

Changelog at <https://gitlab.inria.fr/zimmerma/ecm/-/blob/master/ChangeLog>.

Also add a test target.

PR:		268927
Reported by:	dclarke (at) blastwave.org
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
7.0.4_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
7.0.4_1
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
7.0.4_1
06 Sep 2021 21:13:27
commit hash: 3f85df49256b7bd28441e3babed9727005dce586commit hash: 3f85df49256b7bd28441e3babed9727005dce586commit hash: 3f85df49256b7bd28441e3babed9727005dce586commit hash: 3f85df49256b7bd28441e3babed9727005dce586 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
7.0.4_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
7.0.4_1
04 Jan 2021 15:39:31
Revision:560301Original commit files touched by this commit
ehaupt search for other commits by this committer
ECM is now included as bin2ecm in cmdpack. As a positive side effect it no
longer conflicts with math/gmp-ecm.
7.0.4
03 Apr 2018 08:18:06
Revision:466286Original commit files touched by this commit
culot search for other commits by this committer
- Update to 7.0.4

Changes:	https://gforge.inria.fr/forum/forum.php?forum_id=11510
PR:		227106
Submitted by:	yuri@
6.3_2
24 Oct 2017 09:04:27
Revision:452760Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
6.3_2
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
6.3_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
6.3_2
17 Aug 2014 12:41:59
Revision:365180Original commit files touched by this commit
tijl search for other commits by this committer
Add USES=libtool
6.3_1
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
6.3_1
05 Feb 2014 12:00:05
Revision:342688Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
6.3_1
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
6.3_1
11 Jun 2012 09:26:14
Original commit files touched by this commit
ehaupt search for other commits by this committer
Register CONFLICTS

Submitted by:   "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
6.3
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
6.3
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
6.3
20 Oct 2010 05:53:20
Original commit files touched by this commit
culot search for other commits by this committer
Update my MAINTAINER address to culot@FreeBSD.org.

Approved by:    sahil@ (mentor)
6.3
03 Aug 2010 20:33:07
Original commit files touched by this commit
bapt search for other commits by this committer
- Update to 6.3
- Submitter is now maintainer
- Add license

PR:             ports/149054
Submitted by:   Frederic Culot <frederic _at_ culot.org> (maintainer)
Approved by:    tabthorpe@ (co-mentor)
6.2.3
19 Apr 2010 10:43:43
Original commit files touched by this commit
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)
6.2.0_1
13 May 2009 09:46:02
Original commit files touched by this commit
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
6.2.0
30 May 2008 19:39:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 6.2.0

PR:             124044
Submitted by:   Ports Fury
6.1.2
01 Mar 2007 01:00:47
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 6.1.2
- Reset maintainership to ports@FreeBSD.org

PR:             ports/109560
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
6.1
03 Jun 2006 13:57:46
Original commit files touched by this commit
clsung search for other commits by this committer
Add gmp-ecm 6.1, elliptic Curve Method for Integer Factorization.

PR:             ports/98391
Submitted by:   Gea-Suan Lin <gslin@gslin.org>

Number of commits found: 26