pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

postgresql-timescaledb: Add package.



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Thu Oct 8 14:57:30 2020 +0000
Changeset:	078b25d639475a1d5f59504b63c2cb22096b30f4

Modified Files:
	Makefile
Added Files:
	postgresql-timescaledb/DESCR
	postgresql-timescaledb/Makefile
	postgresql-timescaledb/PLIST
	postgresql-timescaledb/distinfo

Log Message:
postgresql-timescaledb: Add package.

TimescaleDB is an open-source time-series database optimized for fast
ingest and complex queries. It speaks "full SQL" and is correspondingly
easy to use like a traditional relational database, yet scales in ways
previously reserved for NoSQL databases.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=078b25d639475a1d5f59504b63c2cb22096b30f4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                        |  1 +
 postgresql-timescaledb/DESCR    |  6 +++++
 postgresql-timescaledb/Makefile | 37 ++++++++++++++++++++++++++++++
 postgresql-timescaledb/PLIST    | 50 +++++++++++++++++++++++++++++++++++++++++
 postgresql-timescaledb/distinfo |  6 +++++
 5 files changed, 100 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8df01186e5..9d44cf0b8d 100644
--- a/Makefile
+++ b/Makefile
@@ -3002,6 +3002,7 @@ SUBDIR+=	portscout
 SUBDIR+=	posh
 SUBDIR+=	postal2-mpdemo-bin
 SUBDIR+=	postfix-logwatch
+SUBDIR+=	postgresql-timescaledb
 SUBDIR+=	postoffice
 SUBDIR+=	postr
 SUBDIR+=	povray
diff --git a/postgresql-timescaledb/DESCR b/postgresql-timescaledb/DESCR
new file mode 100644
index 0000000000..aeaf5b73c1
--- /dev/null
+++ b/postgresql-timescaledb/DESCR
@@ -0,0 +1,6 @@
+TimescaleDB is an open-source time-series database optimized for fast ingest
+and complex queries. It speaks "full SQL" and is correspondingly easy to use
+like a traditional relational database, yet scales in ways previously reserved
+for NoSQL databases.
+
+WWW: https://docs.timescale.com/latest/introduction
diff --git a/postgresql-timescaledb/Makefile b/postgresql-timescaledb/Makefile
new file mode 100644
index 0000000000..138fb306c1
--- /dev/null
+++ b/postgresql-timescaledb/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+
+DISTNAME=	timescaledb-1.7.4
+PKGNAME=	postgresql${PGSQL_VERSION}-${DISTNAME}
+CATEGORIES=	databases
+MASTER_SITES=	${MASTER_SITE_GITHUB:=timescale/}
+
+MAINTAINER=	otis%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/timescale/timescaledb/
+COMMENT=	The timescaledb extension for PostgreSQL
+LICENSE=	apache-2.0
+
+DEPENDS+=	postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
+
+USE_TOOLS+=	cmake gmake
+
+CONFIGURE_ARGS+=	-DUSE_OPENSSL=0
+CONFIGURE_ARGS+=	-DREGRESS_CHECKS=OFF
+
+.include "../../mk/bsd.prefs.mk"
+
+do-configure:
+	cd ${WRKSRC} && \
+	   ${SETENV} ${CONFIGURE_ENV} ./bootstrap ${CONFIGURE_ARGS}
+
+do-build:
+	cd ${WRKSRC}/build && \
+	   ${SETENV} ${MAKE_ENV} \
+	   ${MAKE} DESTDIR=${DESTDIR} PREFIX=${PREFIX}
+
+do-install:
+	cd ${WRKSRC}/build && \
+	   ${SETENV} ${INSTALL_ENV} \
+	   ${MAKE} DESTDIR=${DESTDIR} PREFIX=${PREFIX} install
+
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/postgresql-timescaledb/PLIST b/postgresql-timescaledb/PLIST
new file mode 100644
index 0000000000..abeb5850b4
--- /dev/null
+++ b/postgresql-timescaledb/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD$
+lib/postgresql/timescaledb-${PKGVERSION}.so
+lib/postgresql/timescaledb-tsl-${PKGVERSION}.so
+lib/postgresql/timescaledb.so
+share/postgresql/extension/timescaledb--0.1.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.10.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.10.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.11.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.12.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.12.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.2.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.3.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.4.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.4.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.4.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.5.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.6.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.6.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.7.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.7.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.8.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.9.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.9.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--0.9.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.0.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.0.0-rc1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.0.0-rc2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.0.0-rc3--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.0.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.1.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.1.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.2.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.2.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.2.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.3.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.3.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.3.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.4.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.4.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.4.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.5.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.5.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.6.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.6.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.7.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.7.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.7.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.7.3--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb.control
diff --git a/postgresql-timescaledb/distinfo b/postgresql-timescaledb/distinfo
new file mode 100644
index 0000000000..687ff46cdf
--- /dev/null
+++ b/postgresql-timescaledb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (timescaledb-1.7.4.tar.gz) = e53b6dcedffe01b29a78c5b2dd35687c40b08da1
+RMD160 (timescaledb-1.7.4.tar.gz) = 86c06b8483a7e00cd316f0e03cab0f9414a0df81
+SHA512 (timescaledb-1.7.4.tar.gz) = 87e2009ecce9235b480a97a623a4a97fb7c79c3f8dcc07d1b56a8602673dc65f62eff6e55cec30b8277caa3accae5771e58b564a1a5c1bf530abdbb1bb1b3d2f
+Size (timescaledb-1.7.4.tar.gz) = 1974350 bytes


Home | Main Index | Thread Index | Old Index