From e6d6b54a027cac05cd617b2f59b0569b67bdbfdd Mon Sep 17 00:00:00 2001 From: will Date: Tue, 19 Dec 2000 12:17:21 +0000 Subject: Add balance 2.16, a generic tcp proxy with round robin load balancing and failover mechanisms. PR: 23337 Submitted by: Joseph Scott --- net/Makefile | 1 + net/balance/Makefile | 27 +++++++++++++++++++++++++++ net/balance/distinfo | 1 + net/balance/pkg-comment | 1 + net/balance/pkg-descr | 9 +++++++++ net/balance/pkg-plist | 1 + 6 files changed, 40 insertions(+) create mode 100644 net/balance/Makefile create mode 100644 net/balance/distinfo create mode 100644 net/balance/pkg-comment create mode 100644 net/balance/pkg-descr create mode 100644 net/balance/pkg-plist (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 9ccf8b2113e6..5d73bcd0276b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -15,6 +15,7 @@ SUBDIR += arpwatch SUBDIR += arts++ SUBDIR += ascend-radius + SUBDIR += balance SUBDIR += bb SUBDIR += bind8 SUBDIR += bind9 diff --git a/net/balance/Makefile b/net/balance/Makefile new file mode 100644 index 000000000000..471e6f5e0b82 --- /dev/null +++ b/net/balance/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: balance +# Date created: Wed 6 Dec 2000 +# Whom: Joseph Scott +# +# $FreeBSD$ +# + +PORTNAME= balance +PORTVERSION= 2.16 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= balance + +MAINTAINER= joseph@randomnetworks.com + +ALL_TARGET= balance + +MAN1= balance.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1 + +post-install: + @strip ${PREFIX}/bin/balance + +.include diff --git a/net/balance/distinfo b/net/balance/distinfo new file mode 100644 index 000000000000..3ca0cd14e71f --- /dev/null +++ b/net/balance/distinfo @@ -0,0 +1 @@ +MD5 (balance-2.16.tar.gz) = 230bf1e87c75f0a008f4f7285a298f1f diff --git a/net/balance/pkg-comment b/net/balance/pkg-comment new file mode 100644 index 000000000000..6b547a1649bb --- /dev/null +++ b/net/balance/pkg-comment @@ -0,0 +1 @@ +Simple but powerful generic tcp proxy with round robin features diff --git a/net/balance/pkg-descr b/net/balance/pkg-descr new file mode 100644 index 000000000000..3a12b01488b0 --- /dev/null +++ b/net/balance/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://balance.sourceforge.net/ diff --git a/net/balance/pkg-plist b/net/balance/pkg-plist new file mode 100644 index 000000000000..010b8ed360d6 --- /dev/null +++ b/net/balance/pkg-plist @@ -0,0 +1 @@ +bin/balance -- cgit