From owner-svn-ports-head@FreeBSD.ORG Thu Oct 17 13:44:06 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id DFC2816A; Thu, 17 Oct 2013 13:44:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD3B220D6; Thu, 17 Oct 2013 13:44:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9HDi5h0007878; Thu, 17 Oct 2013 13:44:05 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9HDi4EM007872; Thu, 17 Oct 2013 13:44:04 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201310171344.r9HDi4EM007872@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 17 Oct 2013 13:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330641 - in head/databases: . p5-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 13:44:06 -0000 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 +# $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 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