mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add pen
A load balancer for "simple" tcp based protocols
This commit is contained in:
parent
8b5eb42027
commit
16fafce74e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49992
@ -316,6 +316,7 @@
|
||||
SUBDIR += pchar
|
||||
SUBDIR += pcnfsd
|
||||
SUBDIR += pdnsd
|
||||
SUBDIR += pen
|
||||
SUBDIR += perldap
|
||||
SUBDIR += pfinger
|
||||
SUBDIR += pim6dd
|
||||
|
22
net/pen/Makefile
Normal file
22
net/pen/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: pen
|
||||
# Date created: Nov 13, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pen
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
||||
http://siag.nu/pub/pen/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-daemon
|
||||
|
||||
MAN1= mergelogs.1 pen.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/pen/distinfo
Normal file
1
net/pen/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pen-0.5.0.tar.gz) = f0c4b00232cd3c79bef0aa042a78a32d
|
10
net/pen/files/patch-mergelogs.c
Normal file
10
net/pen/files/patch-mergelogs.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- mergelogs.c.orig Tue Nov 13 21:45:26 2001
|
||||
+++ mergelogs.c Tue Nov 13 21:45:38 2001
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <netdb.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
18
net/pen/files/patch-pen.c
Normal file
18
net/pen/files/patch-pen.c
Normal file
@ -0,0 +1,18 @@
|
||||
--- pen.c.orig Tue Nov 13 21:43:24 2001
|
||||
+++ pen.c Tue Nov 13 21:43:37 2001
|
||||
@@ -17,6 +17,7 @@
|
||||
MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
@@ -31,7 +32,6 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/socket.h>
|
||||
-#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
1
net/pen/pkg-comment
Normal file
1
net/pen/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A load balancer for "simple" tcp based protocols
|
6
net/pen/pkg-descr
Normal file
6
net/pen/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
||||
WWW: http://siag.nu/pen/
|
2
net/pen/pkg-plist
Normal file
2
net/pen/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/mergelogs
|
||||
bin/pen
|
Loading…
Reference in New Issue
Block a user