Port details |
- intervaltree Minimal C++ interval tree implementation
- g20151213_2 math
=0 g20151213_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Dependent ports now use GH_TUPLE
This port expired on: 2022-07-22
- Maintainer: jwb@FreeBSD.org
- Port Added: 2018-04-16 18:56:04
- Last Update: 2022-07-27 11:41:58
- Commit Hash: 3bc1119
- 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.
WWW: https://github.com/ekg/intervaltree
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- intervaltree>0:math/intervaltree
- No installation instructions:
- This port has been deleted.
- PKGNAME: intervaltree
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1523601658
SHA256 (ekg-intervaltree-g20151213-8fc4be91866237995e1105689d84bece619f4663_GH0.tar.gz) = 126f0d0d313e43cd32a07b3a2e573112f4a0e69f5d1618fa38185b93c0f6a696
SIZE (ekg-intervaltree-g20151213-8fc4be91866237995e1105689d84bece619f4663_GH0.tar.gz) = 71387
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_intervaltree
- USES:
- compiler:c++0x
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20151213_2 27 Jul 2022 11:41:58 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-07-22 math/intervaltree: Dependent ports now use GH_TUPLE
2022-07-24 security/gnomint: Abandonware, depending on gconf2
2022-07-24 japanese/im-ja: Abandonware, depending on gconf2
2022-07-25 sysutils/mgeupsd: Last release is 23 years old. It is not clear what
devices are supported. |
g20151213_2 22 May 2022 17:58:31 |
Jason W. Bacon (jwb) |
math/intervaltree: Deprecate
Dependent ports now use GH_TUPLE
PR: 263940
Reported by: fuz@fuz.su |
g20151213_2 16 Jun 2021 09:00:22 |
Piotr Kubaj (pkubaj) |
math/intervaltree: fix build on powerpc
Same issue as on i386. |
g20151213_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20151213_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20151213_2 26 Jul 2019 20:46:57 |
gerald |
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 |
g20151213_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
g20151213 18 Sep 2018 07:56:07 |
linimon |
Fix build on gcc-based archs such as powerpc64. I had already
independently tested this patch before the PR came in.
PR: 231426
Submitted by: pkubaj@anongoth.pl
Approved by: portmgr (tier-2 blanket) |
g20151213 16 Apr 2018 19:18:04 |
jwb |
math/intervaltree: Remove invalid category |
g20151213 16 Apr 2018 18:55:55 |
jwb |
math/intervaltree: Minimal C++ interval tree implementation
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D15105 |