mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/pg_cron: New port
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. Sponsored by: Bounce Commerce
This commit is contained in:
@@ -550,6 +550,7 @@
|
||||
SUBDIR += pgFormatter
|
||||
SUBDIR += pg_activity
|
||||
SUBDIR += pg_citus
|
||||
SUBDIR += pg_cron
|
||||
SUBDIR += pg_dirtyread
|
||||
SUBDIR += pg_ed25519
|
||||
SUBDIR += pg_filedump
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
PORTNAME= pg_cron
|
||||
PORTVERSION= 1.6.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= tz@FreeBSD.org
|
||||
COMMENT= Cron-based job scheduler for PostgreSQL that runs inside the database
|
||||
WWW= https://github.com/citusdata/pg_cron
|
||||
|
||||
LICENSE= PostgreSQL
|
||||
|
||||
USES= gmake pgsql:10+
|
||||
|
||||
WANT_PGSQL= server
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= citusdata
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
MAKE_ARGS= INSTALL="${INSTALL} -c"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1730153844
|
||||
SHA256 (citusdata-pg_cron-v1.6.4_GH0.tar.gz) = 52d1850ee7beb85a4cb7185731ef4e5a90d1de216709d8988324b0d02e76af61
|
||||
SIZE (citusdata-pg_cron-v1.6.4_GH0.tar.gz) = 55141
|
||||
@@ -0,0 +1,5 @@
|
||||
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that
|
||||
runs inside the database as an extension. It uses the same syntax as regular
|
||||
cron, but it allows you to schedule PostgreSQL commands directly from the
|
||||
database. You can also use '[1-59] seconds' to schedule a job based on an
|
||||
interval.
|
||||
@@ -0,0 +1,10 @@
|
||||
lib/postgresql/pg_cron.so
|
||||
share/postgresql/extension/pg_cron--1.0--1.1.sql
|
||||
share/postgresql/extension/pg_cron--1.0.sql
|
||||
share/postgresql/extension/pg_cron--1.1--1.2.sql
|
||||
share/postgresql/extension/pg_cron--1.2--1.3.sql
|
||||
share/postgresql/extension/pg_cron--1.3--1.4.sql
|
||||
share/postgresql/extension/pg_cron--1.4--1.4-1.sql
|
||||
share/postgresql/extension/pg_cron--1.4-1--1.5.sql
|
||||
share/postgresql/extension/pg_cron--1.5--1.6.sql
|
||||
share/postgresql/extension/pg_cron.control
|
||||
Reference in New Issue
Block a user