ports/163022: New port: databases/p5-bucardo Asynchronous PostgreSQL replication system

Mykhaylo Yehorov yehorov at gmail.com
Mon Jan 23 14:16:19 UTC 2012


On Fri, Dec 2, 2011 at 19:10,  <FreeBSD-gnats-submit at freebsd.org> wrote:
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=163022
>
>>Category:       ports
>>Responsible:    freebsd-ports-bugs
>>Synopsis:       New port: databases/p5-bucardo Asynchronous PostgreSQL replication system
>>Arrival-Date:   Fri Dec 02 17:10:07 UTC 2011

Upstream has released a new version.

-- 
Mykhaylo Yehorov
-------------- next part --------------
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-bucardo
#	p5-bucardo/pkg-descr
#	p5-bucardo/distinfo
#	p5-bucardo/Makefile
#	p5-bucardo/pkg-install
#	p5-bucardo/pkg-plist
#
echo c - p5-bucardo
mkdir -p p5-bucardo > /dev/null 2>&1
echo x - p5-bucardo/pkg-descr
sed 's/^X//' >p5-bucardo/pkg-descr << '02cabe2bdc5e2a3eb59e5d7b14b7e66f'
XBucardo is an asynchronous PostgreSQL replication system,
Xallowing for both multi-master and multi-slave operations.
XIt was developed at Backcountry.com by Jon Jensen and Greg Sabino Mullane
Xof End Point Corporation, and is now in use at many other organizations.
XBucardo is free and open source software released under the BSD license.
X
XWWW: http://bucardo.org/wiki/Bucardo
02cabe2bdc5e2a3eb59e5d7b14b7e66f
echo x - p5-bucardo/distinfo
sed 's/^X//' >p5-bucardo/distinfo << '677a276800aeb39fdc033bf4ff314448'
XSHA256 (Bucardo-4.4.8.tar.gz) = 1068b7371ab0c7d442653a1f22130787ecea8e0de036a2e5458f06fd7621cdfa
XSIZE (Bucardo-4.4.8.tar.gz) = 191737
677a276800aeb39fdc033bf4ff314448
echo x - p5-bucardo/Makefile
sed 's/^X//' >p5-bucardo/Makefile << '07aec001a6f362b260f88e4b55813414'
X# New ports collection makefile for:	databases/p5-bucardo
X# Date created:				2 December 2011
X# Whom:					Mykhaylo Yehorov <yehorov at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bucardo
XPORTVERSION=	4.4.8
XCATEGORIES=	databases perl5
XMASTER_SITES=	http://bucardo.org/downloads/
XDISTNAME=	Bucardo-${PORTVERSION}
X
XMAINTAINER=	yehorov at gmail.com
XCOMMENT=	Asynchronous PostgreSQL replication system
X
XRUN_DEPENDS=	postgresql-plperl>=8.1.0:${PORTSDIR}/databases/p5-postgresql-plperl \
X		p5-Sys-Syslog>=0.13:${PORTSDIR}/sysutils/p5-Sys-Syslog \
X		p5-DBIx-Safe>=1.2.4:${PORTSDIR}/databases/p5-DBIx-Safe
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		bucardo_ctl.1pm
X
Xpost-install:
X	@${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/scripts/bucardo_ctl.rc ${PREFIX}/etc/rc.d/bucardo_ctl
X	@${MKDIR} /var/run/bucardo
X
X.include <bsd.port.mk>
07aec001a6f362b260f88e4b55813414
echo x - p5-bucardo/pkg-install
sed 's/^X//' >p5-bucardo/pkg-install << 'ae3f269894b52fad7176156c22f63d70'
X#!/bin/sh
X
Xif [ "$2" = "POST-INSTALL" ] ; then
X	mkdir -p /var/run/bucardo 2>/dev/null
Xfi
X
Xexit 0
ae3f269894b52fad7176156c22f63d70
echo x - p5-bucardo/pkg-plist
sed 's/^X//' >p5-bucardo/pkg-plist << '3f96839caf8d135e6819b41a488b9317'
X%%SITE_PERL%%/Bucardo.pm
Xbin/bucardo_ctl
Xshare/bucardo/bucardo.schema
Xetc/rc.d/bucardo_ctl
3f96839caf8d135e6819b41a488b9317
exit



More information about the freebsd-ports-bugs mailing list