diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-30 07:53:40 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-30 07:53:40 +0800 |
commit | 8ce1124ff27d2b34c957e68abbf5f6480f2a1ba1 (patch) | |
tree | 8d5b34499c293c2528284412818e8ce509ca8172 /security | |
parent | 89cb124834e295d611bbb7fdcc66e2b10e91533b (diff) | |
download | freebsd-ports-gnome-8ce1124ff27d2b34c957e68abbf5f6480f2a1ba1.tar.gz freebsd-ports-gnome-8ce1124ff27d2b34c957e68abbf5f6480f2a1ba1.tar.zst freebsd-ports-gnome-8ce1124ff27d2b34c957e68abbf5f6480f2a1ba1.zip |
New port knocker version 0.3.0, A simple and easy to use TCP only
port scanner (Console version)
PR: 29108
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/knocker/Makefile | 24 | ||||
-rw-r--r-- | security/knocker/distinfo | 1 | ||||
-rw-r--r-- | security/knocker/pkg-comment | 1 | ||||
-rw-r--r-- | security/knocker/pkg-descr | 8 | ||||
-rw-r--r-- | security/knocker/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 03bebc8cd981..d66bdd6d8383 100644 --- a/security/Makefile +++ b/security/Makefile @@ -62,6 +62,7 @@ SUBDIR += keynote SUBDIR += keyprint SUBDIR += kmap + SUBDIR += knocker SUBDIR += krb5 SUBDIR += kssh SUBDIR += l0pht-watch diff --git a/security/knocker/Makefile b/security/knocker/Makefile new file mode 100644 index 000000000000..492fdc225ae4 --- /dev/null +++ b/security/knocker/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: knocker +# Date created: Tue Jul 10 01:42:52 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= knocker +PORTVERSION= 0.3.0 +CATEGORIES= security net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pat@databits.net + +GNU_CONFIGURE= yes + +MAN1= ${PORTNAME}.1 + +pre-patch: + @${PERL} -pi.orig -e 's|-lpthread|${PTHREAD_LIBS}|' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/security/knocker/distinfo b/security/knocker/distinfo new file mode 100644 index 000000000000..8f32b5d5e8f0 --- /dev/null +++ b/security/knocker/distinfo @@ -0,0 +1 @@ +MD5 (knocker-0.3.0.tar.gz) = 7f8508dadd2e50e184b6a68f751c74ef diff --git a/security/knocker/pkg-comment b/security/knocker/pkg-comment new file mode 100644 index 000000000000..48c0fcdc26e1 --- /dev/null +++ b/security/knocker/pkg-comment @@ -0,0 +1 @@ +A simple and easy to use TCP only port scanner (Console version) diff --git a/security/knocker/pkg-descr b/security/knocker/pkg-descr new file mode 100644 index 000000000000..80a21770bf80 --- /dev/null +++ b/security/knocker/pkg-descr @@ -0,0 +1,8 @@ +Knocker is a simple and easy to use TCP (no UDP yet) security port +scanner which is able to analyze hosts and all of the different +services started on them. (Console version) + +WWW: http://knocker.sourceforge.net/ +Author: Gabriele Giorgetti <g.gabriele@europe.com> + +- Patrick Li <pat@databits.net> diff --git a/security/knocker/pkg-plist b/security/knocker/pkg-plist new file mode 100644 index 000000000000..b0bf5bba0252 --- /dev/null +++ b/security/knocker/pkg-plist @@ -0,0 +1 @@ +bin/knocker |