Index: head/net/pen/Makefile =================================================================== --- head/net/pen/Makefile (revision 378412) +++ head/net/pen/Makefile (revision 378413) @@ -1,42 +1,43 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.25.1 +PORTVERSION= 0.26.1 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Load balancer for simple TCP based protocols +MAINTAINER= danilo@FreeBSD.org +COMMENT= Load balancer for UDP and TCP based protocols LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP GNU_CONFIGURE= yes USE_OPENSSL= yes USE_RC_SUBR= pen CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \ --with-ssl=${OPENSSLBASE} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \ bin/penlogd man/man1/mergelogs.1.gz \ man/man1/pen.1.gz man/man1/penctl.1.gz \ man/man1/penlog.1.gz man/man1/penlogd.1.gz -OPTIONS_DEFINE= DOCS KQUEUE +OPTIONS_DEFINE= DEBUG DOCS KQUEUE OPTIONS_DEFAULT=KQUEUE KQUEUE_DESC= Use kqueue backend .if defined(WITH_FDSETSIZE) CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} .endif KQUEUE_CONFIGURE_ON= --with-kqueue KQUEUE_CONFIGURE_OFF= --with-poll +DEBUG_CONFIGURE_ENABLE= debugging post-patch: @${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure .include Index: head/net/pen/distinfo =================================================================== --- head/net/pen/distinfo (revision 378412) +++ head/net/pen/distinfo (revision 378413) @@ -1,2 +1,2 @@ -SHA256 (pen-0.25.1.tar.gz) = 2dd9ca3b2f8057b9e59ddf07000a34649835ad23b45e6d34e8b9422d3dcb5270 -SIZE (pen-0.25.1.tar.gz) = 150231 +SHA256 (pen-0.26.1.tar.gz) = e8272f95075e0c198f5cc5d69291b9bc6d596ddc3a099cd5d4777c81c48c8905 +SIZE (pen-0.26.1.tar.gz) = 159567 Index: head/net/pen/pkg-descr =================================================================== --- head/net/pen/pkg-descr (revision 378412) +++ head/net/pen/pkg-descr (revision 378413) @@ -1,6 +1,7 @@ -This is pen, a load balancer for "simple" tcp based protocols such as http -or smtp. It 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. +This is pen, a load balancer for udp and tcp based protocols such as +dns, http or smtp. It 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. WWW: http://siag.nu/pen/