diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-04 15:57:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-04 15:57:52 +0800 |
commit | f738fede69b19c8a6711cb132c82c4d2212aeedd (patch) | |
tree | 1c5bac8f5759553a3104861a43f9162978256a86 /net/wackamole | |
parent | 07bc19b2fa0156669c892fc993a5fc9dbe9e345f (diff) | |
download | freebsd-ports-gnome-f738fede69b19c8a6711cb132c82c4d2212aeedd.tar.gz freebsd-ports-gnome-f738fede69b19c8a6711cb132c82c4d2212aeedd.tar.zst freebsd-ports-gnome-f738fede69b19c8a6711cb132c82c4d2212aeedd.zip |
Wackamole is an application that helps with making a cluster highly
available.
It manages a bunch of virtual IPs, that should be available
to the outside world at all times. Wackamole ensures that a single
machine within a cluster is listening on each virtual IP address
that Wackamole manages. If it discovers that particular machines
within the cluster are not alive, it will almost immediately ensure
that other machines acquire these public IPs.
At no time will more than one machine listen on any virtual IP.
Wackamole also works toward achieving a balanced distribution of
number IPs on the machine within the cluster it manages.
WWW: http://www.backhand.org/wackamole/
PR: ports/112368
Submitted by: Marcin Cieslak <saper at system.pl>
Diffstat (limited to 'net/wackamole')
-rw-r--r-- | net/wackamole/Makefile | 25 | ||||
-rw-r--r-- | net/wackamole/distinfo | 3 | ||||
-rw-r--r-- | net/wackamole/pkg-descr | 15 | ||||
-rw-r--r-- | net/wackamole/pkg-plist | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/net/wackamole/Makefile b/net/wackamole/Makefile new file mode 100644 index 000000000000..55873157a69e --- /dev/null +++ b/net/wackamole/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: wackamole +# Date created: 2007-05-02 +# Whom: Marcin Cieslak <saper@system.pl> +# +# $FreeBSD$ +# + +PORTNAME= wackamole +PORTVERSION= 2.1.3 +CATEGORIES= net +MASTER_SITES= http://mirrors.omniti.com/wackamole/ + +MAINTAINER= saper@system.pl +COMMENT= Peer-to-peer high availability cluster + +LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread + +GNU_CONFIGURE= yes + +CONFIGURE_ENV+= YACC=${YACC} + +MAN5= wackamole.conf.5 +MAN8= wackamole.8 wackatrl.8 + +.include <bsd.port.mk> diff --git a/net/wackamole/distinfo b/net/wackamole/distinfo new file mode 100644 index 000000000000..69bc8959f9ec --- /dev/null +++ b/net/wackamole/distinfo @@ -0,0 +1,3 @@ +MD5 (wackamole-2.1.3.tar.gz) = 25a2f9a664d534aa6e6d355144298cf8 +SHA256 (wackamole-2.1.3.tar.gz) = c4c80640bd26710121be687e16422783bacac8bfee168004ce9d165dce21ef87 +SIZE (wackamole-2.1.3.tar.gz) = 180948 diff --git a/net/wackamole/pkg-descr b/net/wackamole/pkg-descr new file mode 100644 index 000000000000..ffd27dd41b80 --- /dev/null +++ b/net/wackamole/pkg-descr @@ -0,0 +1,15 @@ +Wackamole is an application that helps with making a cluster highly +available. + +It manages a bunch of virtual IPs, that should be available +to the outside world at all times. Wackamole ensures that a single +machine within a cluster is listening on each virtual IP address +that Wackamole manages. If it discovers that particular machines +within the cluster are not alive, it will almost immediately ensure +that other machines acquire these public IPs. +At no time will more than one machine listen on any virtual IP. + +Wackamole also works toward achieving a balanced distribution of +number IPs on the machine within the cluster it manages. + +WWW: http://www.backhand.org/wackamole/ diff --git a/net/wackamole/pkg-plist b/net/wackamole/pkg-plist new file mode 100644 index 000000000000..c23f1f3ac77c --- /dev/null +++ b/net/wackamole/pkg-plist @@ -0,0 +1,4 @@ +@comment $FreeBSD$ +etc/wackamole.conf.sample +sbin/wackamole +sbin/wackatrl |