Bug 297164 - [NEW PORT] databases/redistimeseries: Time-series data structure for Redis
Summary: [NEW PORT] databases/redistimeseries: Time-series data structure for Redis
Status: Closed DUPLICATE of bug 297163
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-30 11:20 UTC by Martin Bardarov
Modified: 2026-07-30 13:13 UTC (History)
0 users

See Also:


Attachments
poudriere (25.48 KB, text/plain)
2026-07-30 11:22 UTC, Martin Bardarov
no flags Details
redistimeseries port patch (12.56 KB, patch)
2026-07-30 11:22 UTC, Martin Bardarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Bardarov 2026-07-30 11:20:33 UTC
Product: Ports & Packages
Component: Individual Port(s)
Summary: [NEW PORT] databases/redistimeseries: Time-series data structure for Redis

Description:

This adds a standalone port for RedisTimeSeries 1.12.14, a Redis module
providing native time-series data structures, ingestion, retention,
aggregation, downsampling, and label-based queries.

The port installs:

    /usr/local/lib/redistimeseries.so

Maintainer:

    core-platform-scrum@redis.com

QA:

* portlint -A: OK ("looks fine")
* portfmt and portclippy: OK
* make fetch/extract/patch/build/stage/check-plist/stage-qa/package: OK
* make install and make deinstall: OK
* make package as an unprivileged user: OK
* poudriere testport: OK
  FreeBSD 15.1-RELEASE-p1 amd64
* Redis 7.4.9 runtime smoke test: OK
  TS.CREATE, TS.ADD, and TS.GET succeeded

stage-qa prints the heuristic warning:

    Warning: you might not need LIB_DEPENDS on libevent.so

The resulting module has direct NEEDED entries for libevent-2.1.so.7 and
libevent_pthreads-2.1.so.7, both provided by devel/libevent, so the dependency
is required.

Attachments:

* 0001-databases-redistimeseries-Add-new-port.patch
* redistimeseries-1.12.14-poudriere.log
Comment 1 Martin Bardarov 2026-07-30 11:22:14 UTC
Created attachment 273310 [details]
poudriere
Comment 2 Martin Bardarov 2026-07-30 11:22:52 UTC
Created attachment 273311 [details]
redistimeseries port patch
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2026-07-30 13:13:39 UTC

*** This bug has been marked as a duplicate of bug 297163 ***