diff options
author | pav <pav@FreeBSD.org> | 2004-01-01 02:29:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-01 02:29:44 +0800 |
commit | 6e54afc3c7c1a945fd71593606286d93fb5a5ccc (patch) | |
tree | 1f4a31067f8c01ce07084237b111373acf1bcc9c | |
parent | 4b09342ceeacd10ab9bb1355d5c84b514167a04a (diff) | |
download | freebsd-ports-gnome-6e54afc3c7c1a945fd71593606286d93fb5a5ccc.tar.gz freebsd-ports-gnome-6e54afc3c7c1a945fd71593606286d93fb5a5ccc.tar.zst freebsd-ports-gnome-6e54afc3c7c1a945fd71593606286d93fb5a5ccc.zip |
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>
-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 |