Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 13:44:04 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330641 - in head/databases: . p5-Bucardo
Message-ID:  <201310171344.r9HDi4EM007872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
+@dirrm share/bucardo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310171344.r9HDi4EM007872>