diff options
author | will <will@FreeBSD.org> | 2000-12-19 12:17:21 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 12:17:21 +0000 |
commit | e6d6b54a027cac05cd617b2f59b0569b67bdbfdd (patch) | |
tree | f7109fed4dfb03b9c9de9d657c05416cbb2bb6ca /net/balance | |
parent | 9b225879c83fcd0c781cdd5b4639e309a803df4e (diff) | |
download | FreeBSD-ports-e6d6b54a027cac05cd617b2f59b0569b67bdbfdd.zip FreeBSD-ports-e6d6b54a027cac05cd617b2f59b0569b67bdbfdd.tar.gz |
Add balance 2.16, a generic tcp proxy with round robin load balancing
and failover mechanisms.
PR: 23337
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'net/balance')
-rw-r--r-- | net/balance/Makefile | 27 | ||||
-rw-r--r-- | net/balance/distinfo | 1 | ||||
-rw-r--r-- | net/balance/pkg-comment | 1 | ||||
-rw-r--r-- | net/balance/pkg-descr | 9 | ||||
-rw-r--r-- | net/balance/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile new file mode 100644 index 0000000..471e6f5 --- /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 <joseph@randomnetworks.com> +# +# $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 <bsd.port.mk> diff --git a/net/balance/distinfo b/net/balance/distinfo new file mode 100644 index 0000000..3ca0cd1 --- /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 0000000..6b547a1 --- /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 0000000..3a12b01 --- /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 0000000..010b8ed --- /dev/null +++ b/net/balance/pkg-plist @@ -0,0 +1 @@ +bin/balance |