Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 09:57:49 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38683: New port: net/pen
Message-ID:  <20020529085749.1493137E@host217-39-111-112.in-addr.btopenworld.com>

next in thread | raw e-mail | index | archive | help

>Number:         38683
>Category:       ports
>Synopsis:       New port: net/pen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 02:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-RC i386
>Organization:
Student
>Environment:
System: FreeBSD 4.6-RC i386
	
>Description:
	New port: net/pen

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.

	
>How-To-Repeat:
	NA.
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pen/Makefile
#	pen/distinfo
#	pen/pkg-comment
#	pen/pkg-descr
#	pen/pkg-plist
#
echo x - pen/Makefile
sed 's/^X//' >pen/Makefile << 'END-of-pen/Makefile'
X#
X# Ports collection makefile for: pen
X# Date created: 				29/05/2002
X# Whom:				Dominic Marks <dominic_marks@btinternet.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pen
XPORTVERSION=	0.7.0
XCATEGORIES=	net
XMASTER_SITES=	ftp://siag.nu/pub/pen/
X
XMAINTAINER=	dominc_marks@btinternet.com
X
XGNU_CONFIGURE=	yes
XMAN1=	pen.1 penctl.1 mergelogs.1
X
X.include <bsd.port.mk>
END-of-pen/Makefile
echo x - pen/distinfo
sed 's/^X//' >pen/distinfo << 'END-of-pen/distinfo'
XMD5 (pen-0.7.0.tar.gz) = 4d45604244c2179659419d3545e6bd18
END-of-pen/distinfo
echo x - pen/pkg-comment
sed 's/^X//' >pen/pkg-comment << 'END-of-pen/pkg-comment'
XPen is a load balancer for TCP based protocols
END-of-pen/pkg-comment
echo x - pen/pkg-descr
sed 's/^X//' >pen/pkg-descr << 'END-of-pen/pkg-descr'
XThis is pen, a load balancer for "simple" tcp based protocols such as
Xhttp or smtp. It allows several servers to appear as one to the outside
Xand automatically detects servers that are down and distributes clients
Xamong the available servers. This gives high availability and scalable
Xperformance.
X
XWWW: http://siag.nu/pen/
END-of-pen/pkg-descr
echo x - pen/pkg-plist
sed 's/^X//' >pen/pkg-plist << 'END-of-pen/pkg-plist'
Xbin/pen
Xbin/penctl
Xbin/mergelogs
END-of-pen/pkg-plist
exit

	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020529085749.1493137E>