diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-28 20:46:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-28 20:46:26 +0000 |
commit | 8ccb5f12e74f2cf83f50b8cab360391f0fa24ba8 (patch) | |
tree | f2e13f49ac06428c8716abc6c84b2265ef25f902 /net/balance/Makefile | |
parent | a765c85f212ecd96cab1f1fada704aa592c65d0f (diff) | |
download | pkgsrc-8ccb5f12e74f2cf83f50b8cab360391f0fa24ba8.tar.gz |
Import balance from pkgsrc-wip. Packaged by pancake.
Balance is a successful load balancing solution being 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.
Diffstat (limited to 'net/balance/Makefile')
-rw-r--r-- | net/balance/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile new file mode 100644 index 00000000000..cf6206a0ac6 --- /dev/null +++ b/net/balance/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/28 20:46:26 minskim Exp $ +# + +DISTNAME= balance-3.15 +CATEGORIES= net +MASTER_SITES= http://www.inlab.de/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.inlab.de/balance.html +COMMENT= TCP loadbalancer with roundrobin and failover + +BUILD_TARGET= balance + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1/ + +.include "../../mk/bsd.pkg.mk" |