diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 18:29:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 18:29:44 +0000 |
commit | d1c457057748c3940b8c25598b68db5cfeea753a (patch) | |
tree | d1b9a90248d4e78904be8bd7d18ac78b8266214f | |
parent | Add gweled, a GNOME version of the games "Bejeweled" or "Diamond Mine." (diff) |
Add widentd, 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.
PR: ports/60766
Submitted by: Dirk-Willem van Gulik <dirkx@skutsje.san.webweaving.org>
Notes
Notes:
svn path=/head/; revision=97005
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/widentd/Makefile | 23 | ||||
-rw-r--r-- | net/widentd/distinfo | 1 | ||||
-rw-r--r-- | net/widentd/pkg-descr | 9 | ||||
-rw-r--r-- | net/widentd/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 86cf04899f73..7d4e5457f710 100644 --- a/net/Makefile +++ b/net/Makefile @@ -749,6 +749,7 @@ SUBDIR += whatmask SUBDIR += whois SUBDIR += wide-dhcp + SUBDIR += widentd SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet diff --git a/net/widentd/Makefile b/net/widentd/Makefile new file mode 100644 index 000000000000..4e09fd2279e5 --- /dev/null +++ b/net/widentd/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: widentd +# Date created: Mar 3, 2001 +# Whom: Dirk-Willem van Gulik / dirkx@webweaving.org +# +# $FreeBSD$ +# + +PORTNAME= widentd +PORTVERSION= 1.02 +CATEGORIES= net +MASTER_SITES= http://www.webweaving.org/widentd/ +EXTRACT_SUFX= .tgz + +MAINTAINER= dirkx@webweaving.org +COMMENT= RFC1413 auth/identd daemon with fixed fake reply + +MAN8= widentd.8 +MANCOMPRESSED= yes + +MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" + +.include <bsd.port.mk> diff --git a/net/widentd/distinfo b/net/widentd/distinfo new file mode 100644 index 000000000000..b54fb9b453af --- /dev/null +++ b/net/widentd/distinfo @@ -0,0 +1 @@ +MD5 (widentd-1.02.tgz) = f1069128ae3bf1d1f4113de317dc344f diff --git a/net/widentd/pkg-descr b/net/widentd/pkg-descr new file mode 100644 index 000000000000..4eabc6d3ec1b --- /dev/null +++ b/net/widentd/pkg-descr @@ -0,0 +1,9 @@ +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 diff --git a/net/widentd/pkg-plist b/net/widentd/pkg-plist new file mode 100644 index 000000000000..d7cc03152f21 --- /dev/null +++ b/net/widentd/pkg-plist @@ -0,0 +1 @@ +sbin/widentd |