From owner-freebsd-ports Wed May 29 2: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E294237B405 for ; Wed, 29 May 2002 02:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4T903l53527; Wed, 29 May 2002 02:00:03 -0700 (PDT) (envelope-from gnats) Received: from host217-39-111-112.in-addr.btopenworld.com (host217-39-111-112.in-addr.btopenworld.com [217.39.111.112]) by hub.freebsd.org (Postfix) with ESMTP id 4A40537B405 for ; Wed, 29 May 2002 01:57:53 -0700 (PDT) Received: by host217-39-111-112.in-addr.btopenworld.com (Postfix, from userid 1001) id 1493137E; Wed, 29 May 2002 09:57:49 +0100 (BST) Message-Id: <20020529085749.1493137E@host217-39-111-112.in-addr.btopenworld.com> Date: Wed, 29 May 2002 09:57:49 +0100 (BST) From: Dominic Marks Reply-To: Dominic Marks To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38683: New port: net/pen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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