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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
kassert Karlsruhe assertion library for C++
0.2.1 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-18 14:27:08
Last Update: 2025-02-18 14:16:11
Commit Hash: f98a15e
License: MIT
WWW:
https://kamping-site.github.io/kassert/
Description:
KAssert is the assertion library used by KaMPIng, the Karlsruhe MPI Wrapper. However, KAssert does not depend on MPI and can be used in non-MPI code. Features: - Assertion levels to distinguish between computationally cheap and expensive assertions - Expression decomposition to give more insights into failed assertions - Throwing assertions
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 (13 items)
Collapse this list.
  1. /usr/local/share/licenses/kassert-0.2.1/catalog.mk
  2. /usr/local/share/licenses/kassert-0.2.1/LICENSE
  3. /usr/local/share/licenses/kassert-0.2.1/MIT
  4. include/kassert/internal/assertion_macros.hpp
  5. include/kassert/internal/expression_decomposition.hpp
  6. include/kassert/internal/logger.hpp
  7. include/kassert/kassert.hpp
  8. lib/cmake/kassert/kassertConfig.cmake
  9. lib/cmake/kassert/kassertConfigVersion.cmake
  10. lib/cmake/kassert/kassertTargets.cmake
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • kassert>0:devel/kassert
To install the port:
cd /usr/ports/devel/kassert/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/kassert
  • pkg install kassert
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kassert
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1739545454 SHA256 (kamping-site-kassert-v0.2.1_GH0.tar.gz) = 319d0a55868cb0081cbc8b811857f2ef7c19a449fa77af16147a1ab69ba3d9c9 SIZE (kamping-site-kassert-v0.2.1_GH0.tar.gz) = 65773

Expand this list (2 items)

Collapse this list.

SHA256 (jothepro-doxygen-awesome-css-v2.3.3_GH0.tar.gz) = 9646af5b5a7a40a248198840f43b88eb03b6ec818840d529b940d4f0744f9fc3 SIZE (jothepro-doxygen-awesome-css-v2.3.3_GH0.tar.gz) = 5959319

Collapse this list.


Packages (timestamps in pop-ups are UTC):
kassert
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.10.2.1-0.2.10.2.1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest0.2.10.2.1-0.2.10.2.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.2.10.2.1n/a0.2.1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. doxygen>=1.9.0 : devel/doxygen
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Test dependencies:
  1. googletest>0 : devel/googletest
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for kassert-0.2.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_kassert
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kamping-site/kassert/tar.gz/v0.2.1?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
0.2.1
18 Feb 2025 14:16:11
commit hash: f98a15e4881cc2c27bcd4ee7ada192491e1fa868commit hash: f98a15e4881cc2c27bcd4ee7ada192491e1fa868commit hash: f98a15e4881cc2c27bcd4ee7ada192491e1fa868commit hash: f98a15e4881cc2c27bcd4ee7ada192491e1fa868 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/kassert: Karlsruhe assertion library for C++

KAssert is the assertion library used by KaMPIng, the Karlsruhe MPI
Wrapper. However, KAssert does not depend on MPI and can be used in
non-MPI code.

Features:

 - Assertion levels to distinguish between computationally cheap and
   expensive assertions
 - Expression decomposition to give more insights into failed
   assertions
 - Throwing assertions

WWW: https://kamping-site.github.io/kassert/

This port is a dependency for an upcoming port of the KaMPIng library.

The port calls for doxygen>=1.10.0 to build its documentation, but
the update is currently blocked (bug #279330).  Cross fingers and
use whatever Doxygen we have.

Number of commits found: 1