aboutsummaryrefslogtreecommitdiff
path: root/security/knocker
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-29 23:53:40 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-29 23:53:40 +0000
commit492002c8fb8b486cc02ad52f35f4dddb40abdb9d (patch)
treef3bf047f87f462aaa2843bf4c4809ba635986f19 /security/knocker
parent71ea9495ad4130fe1ba627c229f7db7721302b6d (diff)
downloadports-492002c8fb8b486cc02ad52f35f4dddb40abdb9d.tar.gz
ports-492002c8fb8b486cc02ad52f35f4dddb40abdb9d.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>
Notes
Notes: svn path=/head/; revision=45596
Diffstat (limited to 'security/knocker')
-rw-r--r--security/knocker/Makefile24
-rw-r--r--security/knocker/distinfo1
-rw-r--r--security/knocker/pkg-comment1
-rw-r--r--security/knocker/pkg-descr8
-rw-r--r--security/knocker/pkg-plist1
5 files changed, 35 insertions, 0 deletions
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