Date: Wed, 6 Dec 2000 13:13:24 -0800 (PST) From: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23337: [NEW PORT] net/balance Message-ID: <200012062113.eB6LDOG49137@mothra.ecs.csus.edu> Resent-Message-ID: <200012061950.eB6Jo1i76987@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23337 >Category: ports >Synopsis: [NEW PORT] net/balance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 06 11:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 4.2-STABLE i386 >Organization: randomnetworks.com >Environment: ports collection >Description: [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 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012062113.eB6LDOG49137>