Skip site navigation (1)Skip section navigation (2)
Date:      24 Jun 2004 20:05:06 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68290: New port: net/plugdaemon, a TCP/IP redirecting proxy
Message-ID:  <20040624200506.27984.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200406242010.i5OKAMvR024564@freefall.freebsd.org>

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

>Number:         68290
>Category:       ports
>Synopsis:       New port: net/plugdaemon, a TCP/IP redirecting proxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 24 20:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.9-STABLE FreeBSD 4.9-STABLE #15: Wed Nov 19 21:41:32 PST 2003 lx@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

  Plugdaemon acts as a "dumb proxy", forwarding a TCP/IP stream from a port
  on one host to a possibly different port on a separate host. It runs as a
  daemon to reduce latency in setting up a connection, and optionally logs
  every connection via syslog.

>How-To-Repeat:
>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:
#
#	plugdaemon
#	plugdaemon/Makefile
#	plugdaemon/distinfo
#	plugdaemon/files
#	plugdaemon/files/patch-Makefile
#	plugdaemon/pkg-descr
#
echo c - plugdaemon
mkdir -p plugdaemon > /dev/null 2>&1
echo x - plugdaemon/Makefile
sed 's/^X//' >plugdaemon/Makefile << 'END-of-plugdaemon/Makefile'
X# New ports collection makefile for:	plugdaemon
X# Date created:		Thu Jun 24 12:38:31 PDT 2004
X# Whom:			David Thiel <lx@redundancy.redundancy.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	plugdaemon
XPORTVERSION=	2.5.3
XCATEGORIES=	net
XMASTER_SITES=	http://www.taronga.com/plugdaemon/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	lx@redundancy.redundancy.org
XCOMMENT=	Plug proxy daemon, forwards TCP/IP connections
X
XMAN1=		plug.1
XPLIST_FILES=	sbin/plug
X
X.include <bsd.port.mk>
END-of-plugdaemon/Makefile
echo x - plugdaemon/distinfo
sed 's/^X//' >plugdaemon/distinfo << 'END-of-plugdaemon/distinfo'
XMD5 (plugdaemon-2.5.3.tgz) = e3c5cc0e0228595bcdca32b98d64f7e8
END-of-plugdaemon/distinfo
echo c - plugdaemon/files
mkdir -p plugdaemon/files > /dev/null 2>&1
echo x - plugdaemon/files/patch-Makefile
sed 's/^X//' >plugdaemon/files/patch-Makefile << 'END-of-plugdaemon/files/patch-Makefile'
X--- Makefile.orig	Thu Jun 24 12:46:54 2004
X+++ Makefile	Thu Jun 24 12:49:07 2004
X@@ -10,8 +10,8 @@
X #CFLAGS=-O2 -Wall -s -static
X #LFLAGS=-s -static
X # gcc
X-CC=cc
X-CFLAGS=-O -g -Wall
X+CC?=cc
X+CFLAGS+=-O -g -Wall
X LFLAGS=
X # cc
X #CC=cc
X@@ -41,6 +41,6 @@
X tar: $T.tgz
X 
X install: plug
X-	install -C -m 0755 plug /usr/local/sbin
X-	install -C -m 0644 plug.1 /usr/local/man/man1
X+	install -C -m 0755 plug ${PREFIX}/sbin
X+	install -C -m 0644 plug.1 ${PREFIX}/man/man1
X 
END-of-plugdaemon/files/patch-Makefile
echo x - plugdaemon/pkg-descr
sed 's/^X//' >plugdaemon/pkg-descr << 'END-of-plugdaemon/pkg-descr'
XPlugdaemon acts as a "dumb proxy", forwarding a TCP/IP stream from a port
Xon one host to a possibly different port on a separate host. It runs as a
Xdaemon to reduce latency in setting up a connection, and optionally logs
Xevery connection via syslog.
X
XWWW: http://www.taronga.com/plugdaemon/
END-of-plugdaemon/pkg-descr
exit

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



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