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) combination for a given watch list. This is what FreshPorts will look for.

Port details
primesieve Fast prime number generator
8.0,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 8.0,1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-05-08 05:50:57
Last Update: 2023-03-30 17:27:26
Commit Hash: a8f3562
License: BSD2CLAUSE
WWW:
https://github.com/kimwalisch/primesieve
Description:
primesieve is a program and C/C++ library that generates primes using a highly optimized sieve of Eratosthenes implementation. It counts the primes below 10^10 in just 0.4 seconds on an Intel Core i7-6700 CPU (4 x 3.4 GHz). primesieve can generate primes and prime k-tuplets up to 2^64.
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 (23 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/primesieve-8.0,1/catalog.mk
  3. /usr/local/share/licenses/primesieve-8.0,1/LICENSE
  4. /usr/local/share/licenses/primesieve-8.0,1/BSD2CLAUSE
  5. bin/primesieve
  6. include/primesieve.h
  7. include/primesieve.hpp
  8. include/primesieve/StorePrimes.hpp
  9. include/primesieve/iterator.h
  10. include/primesieve/iterator.hpp
  11. include/primesieve/primesieve_error.hpp
  12. lib/cmake/primesieve/primesieveConfig.cmake
  13. lib/cmake/primesieve/primesieveConfigVersion.cmake
  14. lib/cmake/primesieve/primesieveShared-release.cmake
  15. lib/cmake/primesieve/primesieveShared.cmake
  16. lib/libprimesieve.so
  17. lib/libprimesieve.so.10
  18. lib/libprimesieve.so.10.0.0
  19. libdata/pkgconfig/primesieve.pc
  20. share/man/man1/primesieve.1.gz
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • primesieve>0:math/primesieve
To install the port:
cd /usr/ports/math/primesieve/ && make install clean
To add the package, run one of these commands:
  • pkg install math/primesieve
  • pkg install primesieve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: primesieve
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1657053368 SHA256 (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 9fba723221535dbf1e30c582c5009eeb032464704da01a0c8541d8cf2a698803 SIZE (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 119635

Packages (timestamps in pop-ups are UTC):
primesieve
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.0,18.0,17.68.0,18.0,1-7.5-
FreeBSD:13:quarterly8.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,1
FreeBSD:14:latest8.0,18.0,18.08.0,18.0,18.0,1-8.0,1
FreeBSD:14:quarterly8.0,18.0,1-8.0,18.0,18.0,18.0,18.0,1
FreeBSD:15:latest8.0,18.0,1n/a8.0,1n/a8.0,18.0,18.0,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. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. math/openturns
  2. math/primecount
  3. math/py-primecountpy

Configuration Options:
No options to configure
Options name:
math_primesieve
USES:
cmake:testing compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kimwalisch/primesieve/tar.gz/v8.0?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.0,1
30 Mar 2023 17:27:26
commit hash: a8f356250ce4de730b366240549e1a6917598216commit hash: a8f356250ce4de730b366240549e1a6917598216commit hash: a8f356250ce4de730b366240549e1a6917598216commit hash: a8f356250ce4de730b366240549e1a6917598216 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/primesieve: Downgrade 11.0 → 8.0

This reverts commit 3f7f802f078ba08655c39af2615707e49b5bf202.

math/primesieve was upgrded by mistake when its dependencies
fail to build and can't be upgraded at this time.

Reported by:	thierry@
11.0
29 Mar 2023 04:32:00
commit hash: 3f7f802f078ba08655c39af2615707e49b5bf202commit hash: 3f7f802f078ba08655c39af2615707e49b5bf202commit hash: 3f7f802f078ba08655c39af2615707e49b5bf202commit hash: 3f7f802f078ba08655c39af2615707e49b5bf202 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/primesieve: Update 8.0 → 11.0

Reported by:	portscout
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)
8.0
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)
8.0
05 Jul 2022 21:11:24
commit hash: 8aa9418c75b53e5aee68caee7db78202f5c0cf32commit hash: 8aa9418c75b53e5aee68caee7db78202f5c0cf32commit hash: 8aa9418c75b53e5aee68caee7db78202f5c0cf32commit hash: 8aa9418c75b53e5aee68caee7db78202f5c0cf32 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/primesieve: Update 7.9 -> 8.0

Reported by:	portscout
7.9
16 May 2022 06:49:43
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
7.9
05 May 2022 07:33:47
commit hash: 43bd5f45e2ed5e1511c1d5f09993312987f54743commit hash: 43bd5f45e2ed5e1511c1d5f09993312987f54743commit hash: 43bd5f45e2ed5e1511c1d5f09993312987f54743commit hash: 43bd5f45e2ed5e1511c1d5f09993312987f54743 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/primesieve: Update 7.8 -> 7.9

Reported by:	portscout
7.8
06 Feb 2022 17:43:13
commit hash: 4876fd519acbf0d2b60c6d03f712a1e97241a8c9commit hash: 4876fd519acbf0d2b60c6d03f712a1e97241a8c9commit hash: 4876fd519acbf0d2b60c6d03f712a1e97241a8c9commit hash: 4876fd519acbf0d2b60c6d03f712a1e97241a8c9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/primesieve: Update 7.7 -> 7.8
7.7
12 Dec 2021 21:52:38
commit hash: 4755a14ad39187b86c5871febee951ad25de7534commit hash: 4755a14ad39187b86c5871febee951ad25de7534commit hash: 4755a14ad39187b86c5871febee951ad25de7534commit hash: 4755a14ad39187b86c5871febee951ad25de7534 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/primesieve: Update 7.6 -> 7.7

Reported by:	portscout
7.6
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
7.6
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.6
09 Jan 2021 06:17:49
Revision:560835Original commit files touched by this commit
yuri search for other commits by this committer
math/primesieve: Update 7.5 -> 7.6

Reported by:	portscout
7.5
28 Dec 2019 07:08:38
Revision:521062Original commit files touched by this commit
yuri search for other commits by this committer
math/primesieve: Update 7.4-26 -> 7.5

Reported by:	portscout
7.4.26_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
7.4.26
08 May 2019 05:50:42
Revision:500995Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/primesieve: Fast prime number generator

Number of commits found: 15