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 on branch 2022Q3
libdivide Fast prime counting function implementations
5.0 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 5.0Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-27 14:48:09
Last Update: 2022-08-27 14:44:27
Commit Hash: 9b27d49
License: ZLIB BSL
WWW:
https://github.com/ridiculousfish/libdivide/
Description:
libdivide allows you to replace expensive integer divides with comparatively cheap multiplication and bitshifts. Compilers usually do this, but only when the divisor is known at compile time. libdivide allows you to take advantage of it at runtime. The result is that integer division can become faster - a lot faster. Furthermore, libdivide allows you to divide SIMD vectors by runtime constants, which is especially nice because SIMD typically lacks integer division. WWW: https://libdivide.com/ WWW: https://github.com/ridiculousfish/libdivide/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. include/libdivide.h
  2. lib/cmake/libdivide/libdivideConfig.cmake
  3. lib/cmake/libdivide/libdivideConfigVersion.cmake
  4. /usr/local/share/licenses/libdivide-5.0/catalog.mk
  5. /usr/local/share/licenses/libdivide-5.0/LICENSE
  6. /usr/local/share/licenses/libdivide-5.0/ZLIB
  7. /usr/local/share/licenses/libdivide-5.0/BSL
Collapse this list.
Dependency lines:
  • libdivide>0:math/libdivide
To install the port:
cd /usr/ports/math/libdivide/ && make install clean
To add the package, run one of these commands:
  • pkg install math/libdivide
  • pkg install libdivide
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libdivide
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1638115355 SHA256 (ridiculousfish-libdivide-5.0_GH0.tar.gz) = 01ffdf90bc475e42170741d381eb9cfb631d9d7ddac7337368bcd80df8c98356 SIZE (ridiculousfish-libdivide-5.0_GH0.tar.gz) = 680611

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_libdivide
USES:
cmake 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/ridiculousfish/libdivide/tar.gz/5.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.0
27 Aug 2022 14:44:27
commit hash: 9b27d492beb59e256c8f092c4af2da6d7c996255commit hash: 9b27d492beb59e256c8f092c4af2da6d7c996255commit hash: 9b27d492beb59e256c8f092c4af2da6d7c996255commit hash: 9b27d492beb59e256c8f092c4af2da6d7c996255 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
Author: Robert Clausecker
math/libdivide: fix build on armv6/armv7

The NEON code included in this library is for arm64 only.
Disable use of NEON on armv6/armv7.

See <https://github.com/ridiculousfish/libdivide/issues/102>.

PR:		265870
Reported by:	fuz (at) fuz.su

(cherry picked from commit fbab55b27f97ce1d6cf067a1583b28716f2e127c)

Number of commits found: 1