Friday, July 31, 2020

NEW: databases/timescaledb 1.7.2

Comments? OK?

Martin

# $OpenBSD: Makefile,v $

Makefile
COMMENT = extension to scale PostgreSQL for time-series data
GH_ACCOUNT = timescale
GH_PROJECT = timescaledb
GH_TAGNAME = 1.7.2

CATEGORIES = databases
HOMEPAGE = https://www.timescale.com/

# ALv2
PERMIT_PACKAGE = Yes

WANTLIB = c crypto pq ssl

COMPILER = base-clang ports-gcc

MODULES = devel/cmake

LIB_DEPENDS = databases/postgresql
BUILD_DEPENDS = databases/postgresql,-server
RUN_DEPENDS = databases/postgresql,-server

CONFIGURE_ARGS += -DREGRESS_CHECKS=OFF

.include <bsd.port.mk>

distinfo
SHA256 (timescaledb-1.7.2.tar.gz) = 7066e554fd82f31a74367761ef40cc174d6a9ce9f27d76f81cd3f95093fbc772
SIZE (timescaledb-1.7.2.tar.gz) = 1962929

pkg/DESCR
TimescaleDB scales PostgreSQL for time-series data via automatic
partitioning across time and space (partitioning key), yet retains
the standard PostgreSQL interface.

TimescaleDB packaged as a PostreSQL extension with full SQL support.

pkg/PLIST
@comment $OpenBSD: PLIST,v$
@so lib/postgresql/timescaledb-1.7.2.so
@so lib/postgresql/timescaledb-tsl-1.7.2.so
@so lib/postgresql/timescaledb.so
share/postgresql/extension/timescaledb--0.1.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.10.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.10.1--1.7.2.sql
share/postgresql/extension/timescaledb--0.11.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.12.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.12.1--1.7.2.sql
share/postgresql/extension/timescaledb--0.2.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.3.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.4.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.4.1--1.7.2.sql
share/postgresql/extension/timescaledb--0.4.2--1.7.2.sql
share/postgresql/extension/timescaledb--0.5.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.6.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.6.1--1.7.2.sql
share/postgresql/extension/timescaledb--0.7.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.7.1--1.7.2.sql
share/postgresql/extension/timescaledb--0.8.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.9.0--1.7.2.sql
share/postgresql/extension/timescaledb--0.9.1--1.7.2.sql
share/postgresql/extension/timescaledb--0.9.2--1.7.2.sql
share/postgresql/extension/timescaledb--1.0.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.0.0-rc1--1.7.2.sql
share/postgresql/extension/timescaledb--1.0.0-rc2--1.7.2.sql
share/postgresql/extension/timescaledb--1.0.0-rc3--1.7.2.sql
share/postgresql/extension/timescaledb--1.0.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.1.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.1.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.2.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.2.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.2.2--1.7.2.sql
share/postgresql/extension/timescaledb--1.3.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.3.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.3.2--1.7.2.sql
share/postgresql/extension/timescaledb--1.4.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.4.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.4.2--1.7.2.sql
share/postgresql/extension/timescaledb--1.5.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.5.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.6.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.6.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.7.0--1.7.2.sql
share/postgresql/extension/timescaledb--1.7.1--1.7.2.sql
share/postgresql/extension/timescaledb--1.7.2.sql
share/postgresql/extension/timescaledb.control

No comments:

Post a Comment