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
Port details
intervaltree Minimal C++ interval tree implementation
0.1.2 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: jwb@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-18 15:02:58
Last Update: 2025-02-18 14:56:30
Commit Hash: 03b4820
License: MIT
WWW:
https://github.com/ekg/intervaltree
Description:
An interval tree can be used to efficiently find a set of numeric intervals overlapping or containing another interval. This library provides a basic implementation of an interval tree using C++ templates, allowing the insertion of arbitrary types into the tree.
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 (5 items)
Collapse this list.
  1. bin/interval_tree_test
  2. include/intervaltree/IntervalTree.h
  3. /usr/local/share/licenses/intervaltree-0.1.2/catalog.mk
  4. /usr/local/share/licenses/intervaltree-0.1.2/LICENSE
  5. /usr/local/share/licenses/intervaltree-0.1.2/MIT
Collapse this list.
Dependency lines:
  • intervaltree>0:devel/intervaltree
To install the port:
cd /usr/ports/devel/intervaltree/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/intervaltree
  • pkg install intervaltree
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: intervaltree
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1739809365 SHA256 (ekg-intervaltree-0.1-2-gaa59377_GH0.tar.gz) = 4813653eade9572ed39a70e578958ccce845506ef23f609f680040d92c1d8868 SIZE (ekg-intervaltree-0.1-2-gaa59377_GH0.tar.gz) = 72565

Packages (timestamps in pop-ups are UTC):
intervaltree
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest----0.1.2---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.1.2--0.1.2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. biology/freebayes

Configuration Options:
No options to configure
Options name:
devel_intervaltree
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ekg/intervaltree/tar.gz/0.1-2-gaa59377?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.1.2
18 Feb 2025 14:56:30
commit hash: 03b4820d4c5b4063fc31cdffaf3efc5365771e73commit hash: 03b4820d4c5b4063fc31cdffaf3efc5365771e73commit hash: 03b4820d4c5b4063fc31cdffaf3efc5365771e73commit hash: 03b4820d4c5b4063fc31cdffaf3efc5365771e73 files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
devel/intervaltree: Minimal C++ interval tree implementation

An interval tree can be used to efficiently find a set of numeric
intervals overlapping or containing another interval.  This library
provides a basic implementation of an interval tree using C++
templates, allowing the insertion of arbitrary types into the tree.

Unbundled from biology/freebayes

Number of commits found: 1