svn commit: r363688 - in head/databases: . bucardo
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Aug 1 07:06:08 UTC 2014
Author: vanilla
Date: Fri Aug 1 07:06:06 2014
New Revision: 363688
URL: http://svnweb.freebsd.org/changeset/ports/363688
QAT: https://qat.redports.org/buildarchive/r363688/
Log:
Add bucardo 5.1.1, multi-Master Async Postgres Replication system.
PR: ports/192228
Submitted by: Michelle Sullivan <michelle at sorbs.net>
Added:
head/databases/bucardo/
head/databases/bucardo/Makefile (contents, props changed)
head/databases/bucardo/distinfo (contents, props changed)
head/databases/bucardo/pkg-descr (contents, props changed)
head/databases/bucardo/pkg-plist (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Fri Aug 1 04:16:01 2014 (r363687)
+++ head/databases/Makefile Fri Aug 1 07:06:06 2014 (r363688)
@@ -23,6 +23,7 @@
SUBDIR += autobackupmysql
SUBDIR += bbdb
SUBDIR += beansdb
+ SUBDIR += bucardo
SUBDIR += buzhug
SUBDIR += c3p0
SUBDIR += cassandra
Added: head/databases/bucardo/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/bucardo/Makefile Fri Aug 1 07:06:06 2014 (r363688)
@@ -0,0 +1,36 @@
+# Created by: Michelle Sullivan <michelle at sorbs.net>
+# $FreeBSD$
+
+PORTNAME= bucardo
+PORTVERSION= 5.1.1
+CATEGORIES= databases perl5
+MASTER_SITES= http://bucardo.org/downloads/
+DISTNAME= Bucardo-${PORTVERSION}
+
+MAINTAINER= michelle at sorbs.net
+COMMENT= Multi-Master Async Postgres Replication system
+
+LICENSE= BSD2CLAUSE
+
+BUILD_DEPENDS= p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \
+ p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI \
+ p5-DBIx-Safe>=1.2.5:${PORTSDIR}/databases/p5-DBIx-Safe \
+ p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \
+ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \
+ p5-ExtUtils-MakeMaker>=6.32:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
+ p5-Scalar-List-Utils>=1.0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
+ p5-Net>=1.0:${PORTSDIR}/net/p5-Net \
+ p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \
+ p5-Sys-Syslog>=0.13:${PORTSDIR}/sysutils/p5-Sys-Syslog \
+ p5-Test-Harness>=2.03:${PORTSDIR}/devel/p5-Test-Harness \
+ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USE_PERL5= configure
+USES= perl5
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|INSTALL_BASE|DESTDIR|g' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>
Added: head/databases/bucardo/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/bucardo/distinfo Fri Aug 1 07:06:06 2014 (r363688)
@@ -0,0 +1,2 @@
+SHA256 (Bucardo-5.1.1.tar.gz) = 73fec278e83ccd561050d24816438db34d0b68fb9bc44bf4d27c5885ad31597f
+SIZE (Bucardo-5.1.1.tar.gz) = 313409
Added: head/databases/bucardo/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/bucardo/pkg-descr Fri Aug 1 07:06:06 2014 (r363688)
@@ -0,0 +1,9 @@
+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/
Added: head/databases/bucardo/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/bucardo/pkg-plist Fri Aug 1 07:06:06 2014 (r363688)
@@ -0,0 +1,8 @@
+bin/bucardo
+%%PERL5_MAN3%%/Bucardo.3.gz
+%%SITE_PERL%%/Bucardo.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bucardo/.packlist
+man/man1/bucardo.1pm.gz
+%%DATADIR%%/bucardo.schema
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bucardo
+ at dirrmtry %%DATADIR%%
More information about the svn-ports-head
mailing list