summaryrefslogtreecommitdiff
path: root/net/pen/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-09-13 15:09:38 +0000
committerrh <rh>2001-09-13 15:09:38 +0000
commiteaeba40ee095d14382d0b45b048054f223d8b319 (patch)
tree969a041b3bd5918599b927bc1b9585bbd6abd93c /net/pen/Makefile
parentfed85bfa132b731be5072e4776354e1e67c6b42c (diff)
downloadpkgsrc-eaeba40ee095d14382d0b45b048054f223d8b319.tar.gz
Update pen to 0.4.0. Notable changes include:
010912 When storing part of the buffer for a renewed attempt, store the *end*, not the beginning. Affects copy_up and copy_down. Autoconf. Use daemon() if available. Make sure that we don't try to close uninitialized file handles in add_client. New option -n to not make sockets nonblocking (mainly useful for debugging). 010911 Make sure that remaining data is stored away when we get EAGAIN in copy_up. Released 0.3.3. 010909 Added -p argument to store process id in a file (Andreas Wrede). Made the sockets nonblocking. Handle EAGAIN in copy_up/down. Released 0.3.2. 010908 Ignore SIGPIPE. Released 0.3.1. 010827 Option -h uses a hash on the client IP address for the initial server selection. Option -s ("stubborn") prevents failover to another server if the initial choice is unavailable. 010824 Use getport for the local port as well.
Diffstat (limited to 'net/pen/Makefile')
-rw-r--r--net/pen/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
index 6d886f681f7..2b2023a96a7 100644
--- a/net/pen/Makefile
+++ b/net/pen/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/08/21 12:00:14 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/13 15:09:38 rh Exp $
#
-DISTNAME= pen-0.2.0
+DISTNAME= pen-0.4.0
CATEGORIES= net
MASTER_SITES= http://siag.nu/pub/pen/ \
ftp://siag.nu/pub/pen/
@@ -10,13 +10,13 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://siag.nu/pen/
COMMENT= load balancer for "simple" tcp based protocols
-NO_CONFIGURE= YES
+GNU_CONFIGURE= YES
-do-install:
-.for prg in pen mergelogs
- ${INSTALL_PROGRAM} ${WRKSRC}/${prg} ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/${prg}.1 ${PREFIX}/man/man8/${prg}.8
-.endfor
+post-install:
+#.for prg in pen mergelogs
+# ${INSTALL_PROGRAM} ${WRKSRC}/${prg} ${PREFIX}/sbin
+# ${INSTALL_MAN} ${WRKSRC}/${prg}.1 ${PREFIX}/man/man8/${prg}.8
+#.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pen
.for doc in COPYING ChangeLog README
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/pen