update to 0.15, with many bugfixes.
maintainer timeout, ok naddy@
This commit is contained in:
parent
8b6afd7b17
commit
dab26207a6
@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2004/12/16 00:31:24 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2005/08/09 18:30:31 aanriot Exp $
|
||||
|
||||
COMMENT= "load balancer for simple TCP-based protocols"
|
||||
|
||||
VERSION= 0.10.1
|
||||
DISTNAME= pen-${VERSION}
|
||||
DISTNAME= pen-0.15.0
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://siag.nu/pen/
|
||||
|
||||
MASTER_SITES= http://siag.nu/pub/pen/ \
|
||||
http://mirror.csoft.org/pen/
|
||||
MASTER_SITES= http://siag.nu/pub/pen/
|
||||
|
||||
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
|
||||
|
||||
@ -20,5 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/pen
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pen
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (pen-0.10.1.tar.gz) = 629e0b162e131ed6e00aef709f3ee5e1
|
||||
RMD160 (pen-0.10.1.tar.gz) = 0f90fba3062c4cf24309ecdf7e15d08fa47bc1da
|
||||
SHA1 (pen-0.10.1.tar.gz) = 9684db94c03a8244076f7367b59617b41b867466
|
||||
SIZE (pen-0.10.1.tar.gz) = 88753
|
||||
MD5 (pen-0.15.0.tar.gz) = d68e7d77e10f694bedffd3ef02d05bef
|
||||
RMD160 (pen-0.15.0.tar.gz) = 9f9ecccfd1e1958aca48e7e76d216b2f16a249b4
|
||||
SHA1 (pen-0.15.0.tar.gz) = 543995208da58aec8b0850079b2d9175fca916e9
|
||||
SIZE (pen-0.15.0.tar.gz) = 112886
|
||||
|
@ -1,6 +1,7 @@
|
||||
Allows several servers to appear as one to the outside and automatically
|
||||
detects servers that are down and distributes clients among the available
|
||||
servers. This gives high availability and scalable performance.
|
||||
detects servers that are down and distributes clients among the
|
||||
available servers. This gives high availability and scalable
|
||||
performance.
|
||||
|
||||
The load balancing algorithm keeps track of clients and will try to send
|
||||
them back to the server they visited the last time. The client table has
|
||||
@ -10,7 +11,8 @@ pen detects that a server is unavailable, it scans for another starting
|
||||
with the server after the most recently used one. That way we get load
|
||||
balancing and "fair" failover for free.
|
||||
|
||||
A side-effect of the load-balancing is that several logfiles are produced,
|
||||
and all accesses seem to come from the load balancer. The program mergelogs
|
||||
solves this problem by merging pen's log file with the ones produced by the
|
||||
web servers.
|
||||
A side-effect of the load-balancing is that several logfiles are
|
||||
produced, and all accesses seem to come from the load balancer. The
|
||||
program mergelogs solves this problem by merging pen's log file with the
|
||||
ones produced by the web servers.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:17:44 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/08/09 18:30:31 aanriot Exp $
|
||||
bin/mergelogs
|
||||
bin/pen
|
||||
bin/penctl
|
||||
@ -9,3 +9,10 @@ bin/penlogd
|
||||
@man man/man1/penctl.1
|
||||
@man man/man1/penlog.1
|
||||
@man man/man1/penlogd.1
|
||||
share/doc/pen/
|
||||
@comment share/doc/pen/AUTHORS
|
||||
@comment share/doc/pen/COPYING
|
||||
@comment share/doc/pen/ChangeLog
|
||||
share/doc/pen/HOWTO
|
||||
share/doc/pen/README
|
||||
share/doc/pen/penstats
|
||||
|
Loading…
x
Reference in New Issue
Block a user