aboutsummaryrefslogtreecommitdiff
path: root/net/pen
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-02-16 17:15:35 +0000
committerRene Ladan <rene@FreeBSD.org>2019-02-16 17:15:35 +0000
commitdcc3c125c3a850c4ab3b4b8b4ad092a8506a8b97 (patch)
treec39f91291bca7a9017fb711f580af2dfdbbfb88b /net/pen
parentd46064a146ec58e8dde07b7ab64c39e401a438db (diff)
downloadports-dcc3c125c3a850c4ab3b4b8b4ad092a8506a8b97.tar.gz
ports-dcc3c125c3a850c4ab3b4b8b4ad092a8506a8b97.zip
Notes
Diffstat (limited to 'net/pen')
-rw-r--r--net/pen/Makefile48
-rw-r--r--net/pen/distinfo3
-rw-r--r--net/pen/files/pen.in27
-rw-r--r--net/pen/pkg-descr7
4 files changed, 0 insertions, 85 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
deleted file mode 100644
index 0756c933a767..000000000000
--- a/net/pen/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= pen
-PORTVERSION= 0.34.1
-CATEGORIES= net
-MASTER_SITES= http://siag.nu/pub/pen/
-
-MAINTAINER= danilo@FreeBSD.org
-COMMENT= Load balancer for UDP and TCP based protocols
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= libGeoIP.so:net/GeoIP
-
-DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
-EXPIRATION_DATE=2019-02-15
-
-GNU_CONFIGURE= yes
-USES= ssl
-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= 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 <bsd.port.mk>
diff --git a/net/pen/distinfo b/net/pen/distinfo
deleted file mode 100644
index 14f7a1e476e7..000000000000
--- a/net/pen/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1487541920
-SHA256 (pen-0.34.1.tar.gz) = 2b640795029df9d1672e17202c109cc5d42538f6754a6070dc27da640881e864
-SIZE (pen-0.34.1.tar.gz) = 184622
diff --git a/net/pen/files/pen.in b/net/pen/files/pen.in
deleted file mode 100644
index 6f4986633097..000000000000
--- a/net/pen/files/pen.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: pen
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-
-#
-# Add the following lines to /etc/rc.conf to enable pen:
-#
-# pen_enable="YES"
-# pen_flags="<set as needed>"
-
-. /etc/rc.subr
-
-name=pen
-rcvar=pen_enable
-
-command=%%PREFIX%%/bin/pen
-
-pen_enable=${pen_enable:-"NO"}
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/net/pen/pkg-descr b/net/pen/pkg-descr
deleted file mode 100644
index 222d98bd4f69..000000000000
--- a/net/pen/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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/