svn commit: r330641 - in head/databases: . p5-Bucardo
Mathieu Arnold
mat at FreeBSD.org
Thu Oct 17 13:44:06 UTC 2013
Author: mat
Date: Thu Oct 17 13:44:04 2013
New Revision: 330641
URL: http://svnweb.freebsd.org/changeset/ports/330641
Log:
Add p5-Bucardo 4.5.0, asynchronous PostgreSQL replication system.
Added:
head/databases/p5-Bucardo/
head/databases/p5-Bucardo/Makefile (contents, props changed)
head/databases/p5-Bucardo/distinfo (contents, props changed)
head/databases/p5-Bucardo/pkg-descr (contents, props changed)
head/databases/p5-Bucardo/pkg-plist (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Thu Oct 17 13:41:44 2013 (r330640)
+++ head/databases/Makefile Thu Oct 17 13:44:04 2013 (r330641)
@@ -268,6 +268,7 @@
SUBDIR += p5-BDB
SUBDIR += p5-BSON
SUBDIR += p5-BerkeleyDB
+ SUBDIR += p5-Bucardo
SUBDIR += p5-CDB_File
SUBDIR += p5-CDB_File-Generator
SUBDIR += p5-Cache-BDB
Added: head/databases/p5-Bucardo/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-Bucardo/Makefile Thu Oct 17 13:44:04 2013 (r330641)
@@ -0,0 +1,36 @@
+# Created by: Mathieu Arnold <mat at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Bucardo
+PORTVERSION= 4.5.0
+CATEGORIES= databases perl5
+MASTER_SITES= http://bucardo.org/downloads/ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= mat/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mat at FreeBSD.org
+COMMENT= Asynchronous PostgreSQL replication system
+
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= p5-DBI>=1.51:${PORTSDIR}/databases/p5-DBI \
+ p5-DBD-Pg>=2.0:${PORTSDIR}/databases/p5-DBD-Pg \
+ p5-DBIx-Safe>=1.2.4:${PORTSDIR}/databases/p5-DBIx-Safe
+RUN_DEPENDS= p5-DBI>=1.51:${PORTSDIR}/databases/p5-DBI \
+ p5-DBD-Pg>=2.0:${PORTSDIR}/databases/p5-DBD-Pg \
+ p5-DBIx-Safe>=1.2.4:${PORTSDIR}/databases/p5-DBIx-Safe
+
+USES= perl5
+USE_PERL5= configure
+
+post-patch:
+ @${REINPLACE_CMD} 's/INSTALL_BASE/DESTDIR/;s/bucardo_ctl.1pm/bucardo_ctl.1/' \
+ ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} 's=/usr/local=${PREFIX}=' ${WRKSRC}/Makefile.PL \
+ ${WRKSRC}/bucardo_ctl ${WRKSRC}/scripts/bucardo_ctl.rc
+
+post-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/scripts/bucardo_ctl.rc ${STAGEDIR}${PREFIX}/etc/rc.d/bucardo
+
+.include <bsd.port.mk>
Added: head/databases/p5-Bucardo/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-Bucardo/distinfo Thu Oct 17 13:44:04 2013 (r330641)
@@ -0,0 +1,2 @@
+SHA256 (Bucardo-4.5.0.tar.gz) = 15272b196f3c84c99a4662ca440e8a3b8299b8333e92cb43d1edcb14cac6a091
+SIZE (Bucardo-4.5.0.tar.gz) = 192027
Added: head/databases/p5-Bucardo/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-Bucardo/pkg-descr Thu Oct 17 13:44:04 2013 (r330641)
@@ -0,0 +1,7 @@
+Bucardo is an asynchronous PostgreSQL replication system, allowing for both
+multi-master and multi-slave operations. It was developed at Backcountry.com by
+Jon Jensen and Greg Sabino Mullane of End Point Corporation, and is now in use
+at many other organizations. Bucardo is free and open source software released
+under the BSD license.
+
+WWW: http://bucardo.org/wiki/Bucardo
Added: head/databases/p5-Bucardo/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/p5-Bucardo/pkg-plist Thu Oct 17 13:44:04 2013 (r330641)
@@ -0,0 +1,7 @@
+bin/bucardo_ctl
+etc/rc.d/bucardo
+%%PERL5_MAN3%%/Bucardo.3.gz
+%%SITE_PERL%%/Bucardo.pm
+man/man1/bucardo_ctl.1.gz
+share/bucardo/bucardo.schema
+ at dirrm share/bucardo
More information about the svn-ports-all
mailing list