[NEW PORT] net/balance From the pkg-descr: Balance is a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax. The latest release now supports the definition of channel groups and connection counting and handling boosting the power and versatility of balance one big step further. How-To-Repeat: # 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: # # balance # balance/Makefile # balance/distinfo # balance/pkg-comment # balance/pkg-descr # balance/pkg-plist # echo c - balance mkdir -p balance > /dev/null 2>&1 echo x - balance/Makefile sed 's/^X//' >balance/Makefile << 'END-of-balance/Makefile' X# New ports collection makefile for: balance X# Date created: Wed 6 Dec 2000 X# Whom: Joseph Scott <joseph@randomnetworks.com> X# X# $FreeBSD$ X# X XPORTNAME= balance XPORTVERSION= 2.16 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= balance X#MASTER_SITES= http://download.sourceforge.net/balance/ X XMAINTAINER= joseph@randomnetworks.com X XALL_TARGET= balance X XMAN1= balance.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1 X Xpost-install: X strip ${PREFIX}/bin/balance X X.include <bsd.port.mk> END-of-balance/Makefile echo x - balance/distinfo sed 's/^X//' >balance/distinfo << 'END-of-balance/distinfo' XMD5 (balance-2.16.tar.gz) = 230bf1e87c75f0a008f4f7285a298f1f END-of-balance/distinfo echo x - balance/pkg-comment sed 's/^X//' >balance/pkg-comment << 'END-of-balance/pkg-comment' XBalance is a simple but powerful generic tcp proxy with round robin load balanc ing and failover mechanisms. END-of-balance/pkg-comment echo x - balance/pkg-descr sed 's/^X//' >balance/pkg-descr << 'END-of-balance/pkg-descr' XBalance is a simple but powerful generic tcp proxy with round robin load Xbalancing and failover mechanisms. Its behaviour can be controlled at runtime Xusing a simple command line syntax. X XThe latest release now supports the definition of channel groups and Xconnection counting and handling boosting the power and versatility of Xbalance one big step further. X XWWW: http://balance.sourceforge.net/ END-of-balance/pkg-descr echo x - balance/pkg-plist sed 's/^X//' >balance/pkg-plist << 'END-of-balance/pkg-plist' Xbin/balance END-of-balance/pkg-plist exit
State Changed From-To: open->closed Committed, thanks. Yet another mangled Makefile though. :(