diff options
author | ad <ad@pkgsrc.org> | 2001-08-28 10:39:35 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2001-08-28 10:39:35 +0000 |
commit | 8262ecc149d72e1b916df56094b6007595dd0a40 (patch) | |
tree | 79432b449b4c7e275da07ed70f9f7cbe64c093a4 /security | |
parent | 9e965896f6f32edd95ccc5749e48129aef0c7fe1 (diff) | |
download | pkgsrc-8262ecc149d72e1b916df56094b6007595dd0a40.tar.gz |
qident, a small program to query a remote ident server using libident.
Diffstat (limited to 'security')
-rw-r--r-- | security/qident/Makefile | 15 | ||||
-rw-r--r-- | security/qident/distinfo | 4 | ||||
-rw-r--r-- | security/qident/pkg/DESCR | 2 | ||||
-rw-r--r-- | security/qident/pkg/PLIST | 4 |
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 |