# 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