svn commit: r373767 - in head/databases: . pgespresso
Matthew Seaman
matthew at FreeBSD.org
Tue Dec 2 15:37:31 UTC 2014
Author: matthew
Date: Tue Dec 2 15:37:29 2014
New Revision: 373767
URL: https://svnweb.freebsd.org/changeset/ports/373767
QAT: https://qat.redports.org/buildarchive/r373767/
Log:
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
Added:
head/databases/pgespresso/
head/databases/pgespresso/Makefile (contents, props changed)
head/databases/pgespresso/distinfo (contents, props changed)
head/databases/pgespresso/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Tue Dec 2 15:26:51 2014 (r373766)
+++ head/databases/Makefile Tue Dec 2 15:37:29 2014 (r373767)
@@ -538,6 +538,7 @@
SUBDIR += pgbadger
SUBDIR += pgbouncer
SUBDIR += pgdbf
+ SUBDIR += pgespresso
SUBDIR += pgfouine
SUBDIR += pglesslog
SUBDIR += pgloader
Added: head/databases/pgespresso/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pgespresso/Makefile Tue Dec 2 15:37:29 2014 (r373767)
@@ -0,0 +1,33 @@
+# Created by: MAtthew Seaman
+# $FreeBSD$
+
+PORTNAME= pgespresso
+PORTVERSION= 1.0
+CATEGORIES= databases
+
+MAINTAINER= matthew at 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>
Added: head/databases/pgespresso/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pgespresso/distinfo Tue Dec 2 15:37:29 2014 (r373767)
@@ -0,0 +1,2 @@
+SHA256 (pgespresso-1.0.tar.gz) = 45766b7d82962ea9f74f75eb2cf235252c21e0ae842cb81363600c7823fab03d
+SIZE (pgespresso-1.0.tar.gz) = 9471
Added: head/databases/pgespresso/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pgespresso/pkg-descr Tue Dec 2 15:37:29 2014 (r373767)
@@ -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
More information about the svn-ports-all
mailing list