summaryrefslogtreecommitdiff
path: root/security/qident
diff options
context:
space:
mode:
authorad <ad>2001-08-28 10:39:35 +0000
committerad <ad>2001-08-28 10:39:35 +0000
commit8154e35a181586208836ae6cb501a4d2376890f9 (patch)
tree79432b449b4c7e275da07ed70f9f7cbe64c093a4 /security/qident
parente99f0c8d70529bf30c29a3bb22ddf9c759714565 (diff)
downloadpkgsrc-8154e35a181586208836ae6cb501a4d2376890f9.tar.gz
qident, a small program to query a remote ident server using libident.
Diffstat (limited to 'security/qident')
-rw-r--r--security/qident/Makefile15
-rw-r--r--security/qident/distinfo4
-rw-r--r--security/qident/pkg/DESCR2
-rw-r--r--security/qident/pkg/PLIST4
4 files changed, 25 insertions, 0 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile
new file mode 100644
index 00000000000..0a57c628302
--- /dev/null
+++ b/security/qident/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/28 10:39:35 ad Exp $
+
+DISTNAME= qident-1.0
+CATEGORIES= security net
+MASTER_SITES= http://www.netbsd.org/~ad/qident/
+
+DEPENDS= libident>=0.22:../../security/libident
+
+MAINTAINER= ad@netbsd.org
+HOMEPAGE= http://www.netbsd.org/~ad/qident/
+COMMENT= Small program to query an ident protocol server (rfc1413)
+
+MANCOMPRESSED_IF_MANZ= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/qident/distinfo b/security/qident/distinfo
new file mode 100644
index 00000000000..e2a9e70ac83
--- /dev/null
+++ b/security/qident/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/28 10:39:35 ad Exp $
+
+SHA1 (qident-1.0.tar.gz) = 67c55d34ddb008bf1a1da82ddd684f895d7e0ef0
+Size (qident-1.0.tar.gz) = 2610 bytes
diff --git a/security/qident/pkg/DESCR b/security/qident/pkg/DESCR
new file mode 100644
index 00000000000..0af87e345d8
--- /dev/null
+++ b/security/qident/pkg/DESCR
@@ -0,0 +1,2 @@
+A small program to query an ident protocol server (rfc1413). Uses the
+`libident' library.
diff --git a/security/qident/pkg/PLIST b/security/qident/pkg/PLIST
new file mode 100644
index 00000000000..dabf7db4b0c
--- /dev/null
+++ b/security/qident/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/28 10:39:35 ad Exp $
+bin/qident
+man/man1/qident.1
+man/cat1/qident.0