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>
This commit is contained in:
parent
c699ee2c14
commit
5ca172b384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45600
6 changed files with 44 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
SUBDIR += gpa
|
||||
SUBDIR += gpasman
|
||||
SUBDIR += gpgme
|
||||
SUBDIR += gtk-knocker
|
||||
SUBDIR += gtkportscan
|
||||
SUBDIR += heimdal
|
||||
SUBDIR += hlfl
|
||||
|
|
29
security/gtk-knocker/Makefile
Normal file
29
security/gtk-knocker/Makefile
Normal file
|
@ -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>
|
1
security/gtk-knocker/distinfo
Normal file
1
security/gtk-knocker/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gtk-knocker-0.2.0.tar.gz) = c6677199dc7bf603056387033f4a9e44
|
1
security/gtk-knocker/pkg-comment
Normal file
1
security/gtk-knocker/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A simple and easy to use TCP only port scanner (GTK+ version)
|
8
security/gtk-knocker/pkg-descr
Normal file
8
security/gtk-knocker/pkg-descr
Normal file
|
@ -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>
|
4
security/gtk-knocker/pkg-plist
Normal file
4
security/gtk-knocker/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/gtk-knocker
|
||||
share/gtk-knocker/pixmaps/knocker.xpm
|
||||
@dirrm share/gtk-knocker/pixmaps
|
||||
@dirrm share/gtk-knocker
|
Loading…
Reference in a new issue