From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 2 20:00:11 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 590D816A402 for ; Wed, 2 May 2007 20:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 34A0013C484 for ; Wed, 2 May 2007 20:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l42K0BRR035123 for ; Wed, 2 May 2007 20:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l42K0BqR035122; Wed, 2 May 2007 20:00:11 GMT (envelope-from gnats) Resent-Date: Wed, 2 May 2007 20:00:11 GMT Resent-Message-Id: <200705022000.l42K0BqR035122@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A586B16A404 for ; Wed, 2 May 2007 19:51:49 +0000 (UTC) (envelope-from saper@saper.info) Received: from system.pl (system.pl [87.98.232.30]) by mx1.freebsd.org (Postfix) with ESMTP id 22D4D13C4C5 for ; Wed, 2 May 2007 19:51:48 +0000 (UTC) (envelope-from saper@saper.info) Received: (qmail 28832 invoked from network); 2 May 2007 21:25:06 +0200 Received: from unknown (HELO saperski.saper.info) (81.210.232.24) by system.pl with (DHE-RSA-AES256-SHA encrypted) SMTP; 2 May 2007 21:25:06 +0200 Received: from saperski.saper.info (saper@saperski.saper.info [127.0.0.1]) by saperski.saper.info (8.13.8/8.13.8) with ESMTP id l42JOfRj032349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 2 May 2007 21:24:42 +0200 (CEST) (envelope-from saper@saperski.saper.info) Received: (from saper@localhost) by saperski.saper.info (8.13.8/8.13.8/Submit) id l42JOfxv032348; Wed, 2 May 2007 21:24:41 +0200 (CEST) (envelope-from saper) Message-Id: <200705021924.l42JOfxv032348@saperski.saper.info> Date: Wed, 2 May 2007 21:24:41 +0200 (CEST) From: Marcin Cieslak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112368: [NEW PORT] net/wackamole: Peer-to-peer high availability cluster X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 20:00:11 -0000 >Number: 112368 >Category: ports >Synopsis: [NEW PORT] net/wackamole: Peer-to-peer high availability cluster >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 02 20:00:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD saperski.saper.info 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Wed Oct 18 07:23:52 CEST 2006 >Description: 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/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- wackamole-2.1.3.shar begins here --- # 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: # # wackamole # wackamole/pkg-descr # wackamole/Makefile # wackamole/pkg-plist # wackamole/distinfo # echo c - wackamole mkdir -p wackamole > /dev/null 2>&1 echo x - wackamole/pkg-descr sed 's/^X//' >wackamole/pkg-descr << 'END-of-wackamole/pkg-descr' XWackamole is an application that helps with making a cluster highly Xavailable. X XIt manages a bunch of virtual IPs, that should be available Xto the outside world at all times. Wackamole ensures that a single Xmachine within a cluster is listening on each virtual IP address Xthat Wackamole manages. If it discovers that particular machines Xwithin the cluster are not alive, it will almost immediately ensure Xthat other machines acquire these public IPs. XAt no time will more than one machine listen on any virtual IP. X XWackamole also works toward achieving a balanced distribution of Xnumber IPs on the machine within the cluster it manages. X XWWW: http://www.backhand.org/wackamole/ END-of-wackamole/pkg-descr echo x - wackamole/Makefile sed 's/^X//' >wackamole/Makefile << 'END-of-wackamole/Makefile' X# New ports collection makefile for: wackamole X# Date created: 2007-05-02 X# Whom: Marcin Cieslak X# X# $FreeBSD$ X# X XPORTNAME= wackamole XPORTVERSION= 2.1.3 XCATEGORIES= net XMASTER_SITES= #http://www.backhand.org/wackamole/download/download.cgi X XMAINTAINER= saper@system.pl XCOMMENT= Peer-to-peer high availability cluster X XLIB_DEPENDS= spread.1:${PORTSDIR}/net/spread X XGNU_CONFIGURE= yes X X.include X X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) XECHO_MSG=/usr/bin/printf XIGNORE=:\n Please fill in the form at http://www.backhand.org/wackamole/download/download.cgi\n \ Xand download the "${DISTNAME}${EXTRACT_SUFX}" file into the ${DISTDIR} directory\n X.endif X XMAN5= wackamole.conf.5 XMAN8= wackamole.8 wackatrl.8 X X.include END-of-wackamole/Makefile echo x - wackamole/pkg-plist sed 's/^X//' >wackamole/pkg-plist << 'END-of-wackamole/pkg-plist' X@comment $FreeBSD$ Xetc/wackamole.conf.sample Xsbin/wackamole Xsbin/wackatrl END-of-wackamole/pkg-plist echo x - wackamole/distinfo sed 's/^X//' >wackamole/distinfo << 'END-of-wackamole/distinfo' XMD5 (wackamole-2.1.3.tar.gz) = 25a2f9a664d534aa6e6d355144298cf8 XSHA256 (wackamole-2.1.3.tar.gz) = c4c80640bd26710121be687e16422783bacac8bfee168004ce9d165dce21ef87 XSIZE (wackamole-2.1.3.tar.gz) = 180948 END-of-wackamole/distinfo exit --- wackamole-2.1.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: