Bug 297163 - [NEW PORT] databases/redistimeseries: Time-series data structure for Redis
Summary: [NEW PORT] databases/redistimeseries: Time-series data structure for Redis
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
: 297164 (view as bug list)
Depends on:
Blocks:
 
Reported: 2026-07-30 11:19 UTC by Martin Bardarov
Modified: 2026-08-11 06:45 UTC (History)
0 users

See Also:


Attachments
redistimeseries port patch (12.56 KB, patch)
2026-07-30 11:19 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:19:23 UTC
Created attachment 273309 [details]
redistimeseries port patch

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 Mark Linimon freebsd_committer freebsd_triage 2026-07-30 13:13:39 UTC
*** Bug 297164 has been marked as a duplicate of this bug. ***
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2026-07-30 13:14:10 UTC
^Triage: bugmeister note: AI-derived software.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2026-07-30 14:09:55 UTC
(In reply to Mark Linimon from comment #2)
I believe that I made this comment in error.
Comment 4 Martin Bardarov 2026-08-11 06:45:49 UTC
Any update?