diff options
author | will <will@FreeBSD.org> | 2000-03-27 17:58:45 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-27 17:58:45 +0800 |
commit | 8a9e889bb453d522622822f9d770c3196f3547c2 (patch) | |
tree | c370c0e3bcce4c8183c55778a19661d2dfede849 | |
parent | 890adeca65fca2780593e6f3a33915baf6c8eadf (diff) | |
download | freebsd-ports-gnome-8a9e889bb453d522622822f9d770c3196f3547c2.tar.gz freebsd-ports-gnome-8a9e889bb453d522622822f9d770c3196f3547c2.tar.zst freebsd-ports-gnome-8a9e889bb453d522622822f9d770c3196f3547c2.zip |
Add ident2, a way for people running behind a natd server to use ident.
PR: 15192
Submitted by: Rod Taylor <rod@zort.on.ca>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ident2/Makefile | 20 | ||||
-rw-r--r-- | security/ident2/distinfo | 1 | ||||
-rw-r--r-- | security/ident2/pkg-comment | 1 | ||||
-rw-r--r-- | security/ident2/pkg-descr | 7 | ||||
-rw-r--r-- | security/ident2/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6463065b4ded..8c3494dde41c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -23,6 +23,7 @@ SUBDIR += gpasman SUBDIR += gtkportscan SUBDIR += heimdal + SUBDIR += ident2 SUBDIR += identify SUBDIR += its4 SUBDIR += john diff --git a/security/ident2/Makefile b/security/ident2/Makefile new file mode 100644 index 000000000000..0cdb289f0b9a --- /dev/null +++ b/security/ident2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ident2 +# Version required: 1.0 +# Date created: 30 Nov 1999 +# Whom: rod@zort.on.ca +# +# $FreeBSD$ +# + +DISTNAME= ident2-v1.0_FINAL +PKGNAME= ident2-1.0 +CATEGORIES= security net +MASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \ + http://www.oscentral.org/files/software/ + +MAINTAINER= rod@zort.on.ca + +GNU_CONFIGURE= yes +MAN8= ident2.8 + +.include <bsd.port.mk> diff --git a/security/ident2/distinfo b/security/ident2/distinfo new file mode 100644 index 000000000000..38d5c58d8e6e --- /dev/null +++ b/security/ident2/distinfo @@ -0,0 +1 @@ +MD5 (ident2-v1.0_FINAL.tar.gz) = 6d6f5b90d9af84c42ffb37e70c81f3d8 diff --git a/security/ident2/pkg-comment b/security/ident2/pkg-comment new file mode 100644 index 000000000000..625816ada2a7 --- /dev/null +++ b/security/ident2/pkg-comment @@ -0,0 +1 @@ +An RFC1413 identification server which also supports random replies. diff --git a/security/ident2/pkg-descr b/security/ident2/pkg-descr new file mode 100644 index 000000000000..597349ca6eac --- /dev/null +++ b/security/ident2/pkg-descr @@ -0,0 +1,7 @@ +This ident daemon runs as either a standalong daemon or as a child of inetd. +Replies of your choice can be generated through a .ident file in the users +home directory. A .noident will make it do an ident will not be conducted +if the file is found in the users home directory. + +The server can also send random replies to all requests. This simplifies +the problem of using IRC through a NATD network. diff --git a/security/ident2/pkg-plist b/security/ident2/pkg-plist new file mode 100644 index 000000000000..3c26e634fa27 --- /dev/null +++ b/security/ident2/pkg-plist @@ -0,0 +1 @@ +sbin/ident2 |