Port details |
- p5-Bucardo Asynchronous PostgreSQL replication system
- 5.6.0 databases =4 5.6.0Version of this port present on the latest quarterly branch.
- Maintainer: mat@FreeBSD.org
- Port Added: 2013-10-17 13:44:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: acme-tiny, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, prestashop
- Also Listed In: perl5
- License: BSD2CLAUSE
- WWW:
- https://bucardo.org/Bucardo/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Bucardo>0:databases/p5-Bucardo
- To install the port:
- cd /usr/ports/databases/p5-Bucardo/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-Bucardo
- pkg install p5-Bucardo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Bucardo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1585595870
SHA256 (Bucardo-5.6.0.tar.gz) = 80ec23d2f362f41bb2cf6ab18bb3d21882a7457eb1784130135152f1786fdf01
SIZE (Bucardo-5.6.0.tar.gz) = 335100
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-boolean>=0 : devel/p5-boolean
- p5-DBD-Pg>=2.0 : databases/p5-DBD-Pg
- p5-DBI>=1.51 : databases/p5-DBI
- p5-DBIx-Safe>=1.2.4 : databases/p5-DBIx-Safe
- p5-Encode-Locale>=0 : converters/p5-Encode-Locale
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-boolean>=0 : devel/p5-boolean
- p5-DBD-Pg>=2.0 : databases/p5-DBD-Pg
- p5-DBI>=1.51 : databases/p5-DBI
- p5-DBIx-Safe>=1.2.4 : databases/p5-DBIx-Safe
- p5-Encode-Locale>=0 : converters/p5-Encode-Locale
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_p5-Bucardo
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.6.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.6.0 21 Jun 2021 07:53:42 |
Mathieu Arnold (mat) |
databases/p5-Bucardo: Fix redirect in WWW/MASTER_SITES |
5.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.6.0 31 Aug 2020 13:11:55 |
mat |
Cleanup a few of my ports.
No functional changes. |
5.6.0 30 Mar 2020 19:28:32 |
mat |
Update to 5.6.0. |
5.5.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
5.5.0_1 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
5.5.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.5.0 07 Nov 2018 15:09:20 |
mat |
Update to 5.5.0
The rc script is no longer provided, so integrate it here. Also install
some extra scripts to help with admin tasks. |
5.4.1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
5.4.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
5.4.1 13 Jan 2016 14:11:17 |
mat |
Update to 5.4.1.
Sponsored by: Absolight |
5.3.1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
5.3.1 20 Apr 2015 13:11:45 |
mat |
Fix with Perl 5.21.6+ (ExtUtils::MakeMaker 6.99 -> 7.02)
Sponsored by: Absolight |
5.3.1 11 Mar 2015 15:03:36 |
mat |
Update to 5.3.1.
Sponsored by: Absolight |
5.3.0 24 Dec 2014 11:54:03 |
mat |
Update to 5.3.0.
Sponsored by: Absolight |
5.2.0 19 Dec 2014 14:14:30 |
mat |
Update to 5.2.0.
Sponsored by: Absolight |
5.1.2_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
5.1.2_2 16 Oct 2014 11:16:53 |
mat |
Update to 5.1.2.
Sponsored by: Absolight |
5.1.1_2 02 Oct 2014 16:37:02 |
mat |
Cleanup @dirrm* from my ports.
Sponsored by: Absolight |
5.1.1_2 10 Sep 2014 12:13:06 |
mat |
Add two missing dependencies.
PR: 193201
Submitted by: Michelle Sullivan
Sponsored by: Absolight |
5.1.1_1 04 Aug 2014 14:20:24 |
mat |
Correct the bucardo.1 man page name.
Noticed by: Michelle Sullivan
Sponsored by: Absolight |
5.1.1 24 Jul 2014 09:30:11 |
mat |
Update to 5.1.1.
Sponsored by: Absolight |
5.1.0 21 Jul 2014 17:45:22 |
mat |
Update to 5.1.0.
Sponsored by: Absolight |
5.0.0 24 Jun 2014 16:28:45 |
mat |
Update to 5.0.0.
Sponsored by: Absolight |
4.5.0_2 09 Jun 2014 12:31:18 |
mat |
- Set license to BSD2CLAUSE.
- Set rcvar to bucardo_ctl_enable; do not call set_rcvar.
PR: 190124
Submitted by: olgeni@
Sponsored by: Absolight |
4.5.0_1 14 Nov 2013 10:33:14 |
mat |
Set default bucardo_ctl_enable
PR: 183613
Submitted by: olgeni |
4.5.0 22 Oct 2013 16:06:10 |
mat |
Be less silent when installing things. |
4.5.0 17 Oct 2013 13:44:04 |
mat |
Add p5-Bucardo 4.5.0, asynchronous PostgreSQL replication system. |