diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-30 08:56:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-30 08:56:51 +0800 |
commit | 1d25ee49bdc61af3a66a38b56a0d94781724b492 (patch) | |
tree | be3fe0e338deebf70785d06459129d6910e60b1b /security | |
parent | d12bae446689f45f2e9a7b8e39f69a73a38a9ef6 (diff) | |
download | freebsd-ports-graphics-1d25ee49bdc61af3a66a38b56a0d94781724b492.tar.gz freebsd-ports-graphics-1d25ee49bdc61af3a66a38b56a0d94781724b492.tar.zst freebsd-ports-graphics-1d25ee49bdc61af3a66a38b56a0d94781724b492.zip |
New port gtk-knocker version 0.2.0: A simple and easy to use TCP
only port scanner (GTK+ version)
PR: 29109
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/gtk-knocker/Makefile | 29 | ||||
-rw-r--r-- | security/gtk-knocker/distinfo | 1 | ||||
-rw-r--r-- | security/gtk-knocker/pkg-comment | 1 | ||||
-rw-r--r-- | security/gtk-knocker/pkg-descr | 8 | ||||
-rw-r--r-- | security/gtk-knocker/pkg-plist | 4 |
6 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 556826314eb..7993d799163 100644 --- a/security/Makefile +++ b/security/Makefile @@ -47,6 +47,7 @@ SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpgme + SUBDIR += gtk-knocker SUBDIR += gtkportscan SUBDIR += heimdal SUBDIR += hlfl diff --git a/security/gtk-knocker/Makefile b/security/gtk-knocker/Makefile new file mode 100644 index 00000000000..fe032ab188c --- /dev/null +++ b/security/gtk-knocker/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gtk-knocker +# Date created: Tue Jul 10 02:18:39 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= knocker +PORTVERSION= 0.2.0 +CATEGORIES= security net x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= gtk- +DISTNAME= gtk-${PORTNAME}-${PORTVERSION} + +MAINTAINER= pat@databits.net + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_XPM= yes +USE_GTK= yes + +MAN1= gtk-knocker.1 + +pre-patch: + @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/security/gtk-knocker/distinfo b/security/gtk-knocker/distinfo new file mode 100644 index 00000000000..b1acd01924d --- /dev/null +++ b/security/gtk-knocker/distinfo @@ -0,0 +1 @@ +MD5 (gtk-knocker-0.2.0.tar.gz) = c6677199dc7bf603056387033f4a9e44 diff --git a/security/gtk-knocker/pkg-comment b/security/gtk-knocker/pkg-comment new file mode 100644 index 00000000000..5bb89fc6996 --- /dev/null +++ b/security/gtk-knocker/pkg-comment @@ -0,0 +1 @@ +A simple and easy to use TCP only port scanner (GTK+ version) diff --git a/security/gtk-knocker/pkg-descr b/security/gtk-knocker/pkg-descr new file mode 100644 index 00000000000..ffbc5681642 --- /dev/null +++ b/security/gtk-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. (GTK+ version) + +WWW: http://knocker.sourceforge.net/ +Author: Gabriele Giorgetti <g.gabriele@europe.com> + +- Patrick Li <pat@databits.net> diff --git a/security/gtk-knocker/pkg-plist b/security/gtk-knocker/pkg-plist new file mode 100644 index 00000000000..697cc4f8263 --- /dev/null +++ b/security/gtk-knocker/pkg-plist @@ -0,0 +1,4 @@ +bin/gtk-knocker +share/gtk-knocker/pixmaps/knocker.xpm +@dirrm share/gtk-knocker/pixmaps +@dirrm share/gtk-knocker |