summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-27 09:58:45 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-27 09:58:45 +0000
commit42def776970f35e4a5d66da9a996d8a1f97df487 (patch)
treeeae5a42b9cf641c5612e2e587202f7085002e237 /security
parentUpdate to 0.16d. Shuffle PLIST around a bit. (diff)
Add ident2, a way for people running behind a natd server to use ident.
PR: 15192 Submitted by: Rod Taylor <rod@zort.on.ca>
Notes
Notes: svn path=/head/; revision=27079
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ident2/Makefile20
-rw-r--r--security/ident2/distinfo1
-rw-r--r--security/ident2/pkg-comment1
-rw-r--r--security/ident2/pkg-descr7
-rw-r--r--security/ident2/pkg-plist1
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