summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-12-02 15:37:29 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-12-02 15:37:29 +0000
commit0f1c879e37ddb0d10e494ba112c8f77e320b927a (patch)
tree9917d1cbfc492f5b293bef7042836d1000353455
parentAdd new barman user and group prior to adding the eponymous port. (diff)
New port:
pgespresso is an extension to postgresql that adds functions and views to be used by Barman, the disaster recovery tool WWW: https://github.com/2ndquadrant-it/pgespresso
Notes
Notes: svn path=/head/; revision=373767
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pgespresso/Makefile33
-rw-r--r--databases/pgespresso/distinfo2
-rw-r--r--databases/pgespresso/pkg-descr4
4 files changed, 40 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index a2f249f7fb98..404881b039c7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -538,6 +538,7 @@
SUBDIR += pgbadger
SUBDIR += pgbouncer
SUBDIR += pgdbf
+ SUBDIR += pgespresso
SUBDIR += pgfouine
SUBDIR += pglesslog
SUBDIR += pgloader
diff --git a/databases/pgespresso/Makefile b/databases/pgespresso/Makefile
new file mode 100644
index 000000000000..5053ec1aaabc
--- /dev/null
+++ b/databases/pgespresso/Makefile
@@ -0,0 +1,33 @@
+# Created by: MAtthew Seaman
+# $FreeBSD$
+
+PORTNAME= pgespresso
+PORTVERSION= 1.0
+CATEGORIES= databases
+
+MAINTAINER= matthew@FreeBSD.org
+COMMENT= Optional extension to Barman backup and recovery manager
+
+LICENSE= PostgreSQL
+
+USE_GITHUB= yes
+GH_ACCOUNT= 2ndquadrant-it
+GH_COMMIT= 5715bb9
+
+USES= gmake pgsql:9.2+
+WANT_PGSQL= server
+
+PLIST_FILES= lib/postgresql/pgespresso.so \
+ share/postgresql/extension/pgespresso--1.0.sql \
+ share/postgresql/extension/pgespresso.control
+
+PORTDOCS= README.asciidoc
+
+INSTALL_TARGET= install-strip
+MAKE_ARGS= INSTALL="${INSTALL} -c"
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+
+.include <bsd.port.mk>
diff --git a/databases/pgespresso/distinfo b/databases/pgespresso/distinfo
new file mode 100644
index 000000000000..f05047590253
--- /dev/null
+++ b/databases/pgespresso/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pgespresso-1.0.tar.gz) = 45766b7d82962ea9f74f75eb2cf235252c21e0ae842cb81363600c7823fab03d
+SIZE (pgespresso-1.0.tar.gz) = 9471
diff --git a/databases/pgespresso/pkg-descr b/databases/pgespresso/pkg-descr
new file mode 100644
index 000000000000..c448cc9b15c7
--- /dev/null
+++ b/databases/pgespresso/pkg-descr
@@ -0,0 +1,4 @@
+pgespresso is an extension to postgresql that adds functions and views
+to be used by Barman, the disaster recovery tool
+
+WWW: https://github.com/2ndquadrant-it/pgespresso