From owner-svn-ports-all@FreeBSD.ORG Fri Aug 1 07:06:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D87CCFD5; Fri, 1 Aug 2014 07:06:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5D032204; Fri, 1 Aug 2014 07:06:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s71767kZ017136; Fri, 1 Aug 2014 07:06:07 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s71766Sh017130; Fri, 1 Aug 2014 07:06:06 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201408010706.s71766Sh017130@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 1 Aug 2014 07:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363688 - in head/databases: . bucardo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 07:06:08 -0000 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 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 +# $FreeBSD$ + +PORTNAME= bucardo +PORTVERSION= 5.1.1 +CATEGORIES= databases perl5 +MASTER_SITES= http://bucardo.org/downloads/ +DISTNAME= Bucardo-${PORTVERSION} + +MAINTAINER= michelle@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 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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bucardo +@dirrmtry %%DATADIR%%