diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-02-04 19:46:44 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-02-04 19:46:44 +0000 |
commit | 8a0166ef84fb785686209502dc4652056902acf5 (patch) | |
tree | 4e7caff7c13c39b97d4ac58912a1ee86fca07544 | |
parent | f72f765aaed09eddee5a8ea688a1980b860ae742 (diff) | |
download | ports-8a0166ef84fb785686209502dc4652056902acf5.tar.gz ports-8a0166ef84fb785686209502dc4652056902acf5.zip |
Notes
-rw-r--r-- | net/pen/Makefile | 9 | ||||
-rw-r--r-- | net/pen/distinfo | 4 | ||||
-rw-r--r-- | net/pen/pkg-descr | 9 |
3 files changed, 12 insertions, 10 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index aea3f354eb3a..75ddd906524c 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -2,12 +2,12 @@ # $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 @@ -25,7 +25,7 @@ PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \ 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 @@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} KQUEUE_CONFIGURE_ON= --with-kqueue KQUEUE_CONFIGURE_OFF= --with-poll +DEBUG_CONFIGURE_ENABLE= debugging post-patch: @${REINPLACE_CMD} 's/-pg//' ${WRKSRC}/configure diff --git a/net/pen/distinfo b/net/pen/distinfo index 6cebbc2b87c7..a94c3e2d97a2 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -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 diff --git a/net/pen/pkg-descr b/net/pen/pkg-descr index 410d796ead97..d0ae1e8696ac 100644 --- a/net/pen/pkg-descr +++ b/net/pen/pkg-descr @@ -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/ |