Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2003 09:39:17 -0800 (PST)
From:      Dirk-Willem van Gulik <dirkx@webweaving.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60766: New port: widentd - identd deamon for firewall/nat machines with fake fixed reply.
Message-ID:  <200312311739.hBVHdHni079226@skutsje.san.webweaving.org>
Resent-Message-ID: <200312311750.hBVHoB8D096088@freefall.freebsd.org>

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

>Number:         60766
>Category:       ports
>Synopsis:       New port: widentd - identd deamon for firewall/nat machines with fake fixed reply.
>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:   Wed Dec 31 09:50:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dirk-Willem van Gulik
>Release:        FreeBSD 4.6-STABLE-20020831 i386
>Organization:
WebWeaving
>Environment:
System: FreeBSD skutsje.san.webweaving.org 4.6-STABLE-20020831 FreeBSD 4.6-STABLE-20020831 #3: Thu Apr 24 11:03:42 PDT 2003 dirkx@skutsje.san.webweaving.org:/usr/src/sys/compile/SKUTSJE i386

	FreeBSD 4.x and above.
>Description:
widentd is a small ident/rfc1413 deamon which provides a fixed
(and fake) auth reply regardless of the ip/port pair quoted.

Its intended use is on firewalls and NAT machines - where you
may want to simply syphon off auth-requests from for example
irc servers.

Author: Dirk-Willem van Gulik / dirkx@webweaving.org
WWW: http://www.weweaving.org/identd

>How-To-Repeat:
	n/a
>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:
#
#	windentd
#	windentd/files
#	windentd/Makefile
#	windentd/distinfo
#	windentd/pkg-descr
#	windentd/pkg-plist
#
echo c - windentd
mkdir -p windentd > /dev/null 2>&1
echo c - windentd/files
mkdir -p windentd/files > /dev/null 2>&1
echo x - windentd/Makefile
sed 's/^X//' >windentd/Makefile << 'END-of-windentd/Makefile'
X# ex:ts=8
X# New ports collection makefile for:	widentd
X# Date created:			Mar 3, 2001
X# Whom:				Dirk-Willem van Gulik / dirkx@webweaving.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	widentd
XPORTVERSION=	1.02
XCATEGORIES=	net
XMASTER_SITES=	http://www.webweaving.org/widentd/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	dirkx@webweaving.org
XCOMMENT=	"RFC1413 auth/identd deamon which provides a fake/fixed reply for firewalls/NAT machines."
X
XMAN8=           widentd.8
XMANCOMPRESSED=  yes
X
XBINDIR=             ${PREFIX}/bin
XMAKE_ENV+=      BINDIR="${PREFIX}/sbin"
X
X.include <bsd.port.pre.mk>
X
X.include <bsd.port.post.mk>
END-of-windentd/Makefile
echo x - windentd/distinfo
sed 's/^X//' >windentd/distinfo << 'END-of-windentd/distinfo'
XMD5 (widentd-1.02.tgz) = f1069128ae3bf1d1f4113de317dc344f
END-of-windentd/distinfo
echo x - windentd/pkg-descr
sed 's/^X//' >windentd/pkg-descr << 'END-of-windentd/pkg-descr'
Xwidentd is a small ident/rfc1413 deamon which provides a fixed
X(and fake) auth reply regardless of the ip/port pair quoted.
X
XIts intended use is on firewalls and NAT machines - where you
Xmay want to simply syphon off auth-requests from for example
Xirc servers.
X
XAuthor: Dirk-Willem van Gulik / dirkx@webweaving.org
XWWW: http://www.weweaving.org/identd
END-of-windentd/pkg-descr
echo x - windentd/pkg-plist
sed 's/^X//' >windentd/pkg-plist << 'END-of-windentd/pkg-plist'
Xsbin/widentd
END-of-windentd/pkg-plist
exit

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



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