summaryrefslogtreecommitdiff
path: root/net/fair-identd
diff options
context:
space:
mode:
authorrh <rh>2000-12-12 10:28:45 +0000
committerrh <rh>2000-12-12 10:28:45 +0000
commit0d12212966f74bf72381948db800d5fbf0547d41 (patch)
tree8e5abdf28de848e02234fb7c2194e67543afe2eb /net/fair-identd
parent27c6995b5c164cfd294091dbbbdc9a3b8b6f0843 (diff)
downloadpkgsrc-0d12212966f74bf72381948db800d5fbf0547d41.tar.gz
Initial import of fair-identd-20000201, a small, fast identd that is
RFC-1413 compliant, but returns no useful information.
Diffstat (limited to 'net/fair-identd')
-rw-r--r--net/fair-identd/Makefile24
-rw-r--r--net/fair-identd/files/md53
-rw-r--r--net/fair-identd/pkg/COMMENT1
-rw-r--r--net/fair-identd/pkg/DESCR16
-rw-r--r--net/fair-identd/pkg/PLIST2
5 files changed, 46 insertions, 0 deletions
diff --git a/net/fair-identd/Makefile b/net/fair-identd/Makefile
new file mode 100644
index 00000000000..2bc2fa914b0
--- /dev/null
+++ b/net/fair-identd/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 10:28:45 rh Exp $
+#
+
+DISTNAME= identd
+PKGNAME= fair-${DISTNAME}-20000201
+CATEGORIES= net security
+MASTER_SITES= http://www.clock.org/~fair/opinion/
+EXTRACT_SUFX= .c
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.clock.org/~fair/opinion/identd.html
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+ ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
+
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}${EXTRACT_SUFX}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/libexec
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/fair-identd/files/md5 b/net/fair-identd/files/md5
new file mode 100644
index 00000000000..1c9bc5bc5b8
--- /dev/null
+++ b/net/fair-identd/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/12 10:28:45 rh Exp $
+
+MD5 (identd.c) = 7158de9b339f239a129eee0ad431128b
diff --git a/net/fair-identd/pkg/COMMENT b/net/fair-identd/pkg/COMMENT
new file mode 100644
index 00000000000..db4d234bd11
--- /dev/null
+++ b/net/fair-identd/pkg/COMMENT
@@ -0,0 +1 @@
+fast RFC-1413 identd running under inetd that returns no useful info
diff --git a/net/fair-identd/pkg/DESCR b/net/fair-identd/pkg/DESCR
new file mode 100644
index 00000000000..72063bb1c78
--- /dev/null
+++ b/net/fair-identd/pkg/DESCR
@@ -0,0 +1,16 @@
+This is Eric E. Fair's implementation of identd:
+
+ A proper identification protocol (RFC 1413) implementation,
+ providing all the utility, security, and authentication of
+ all other implementations of this protocol, without all the
+ expensive and pointless grovelling in /dev/kmem.
+
+ Careful design and software engineering makes this software
+ efficient, fast, compact, scalable, and completely maintenance
+ free.
+
+ Anyone who feels the need to use a daemon more complex than
+ this one should go read section 6 of RFC 1413 very carefully,
+ and think again.
+
+ Erik E. Fair <fair@clock.org>, February 1, 2000
diff --git a/net/fair-identd/pkg/PLIST b/net/fair-identd/pkg/PLIST
new file mode 100644
index 00000000000..1d2afb0169d
--- /dev/null
+++ b/net/fair-identd/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/12 10:28:45 rh Exp $
+libexec/identd