KDE-compliant GUI front end for the nmap port scanning tool.
This commit is contained in:
parent
cae9020a73
commit
86cc54597c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21653
5 changed files with 46 additions and 0 deletions
23
security/kmap/Makefile
Normal file
23
security/kmap/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: kmap
|
||||
# Version required: 0.4
|
||||
# Date created: Fri Sep 10, 1999
|
||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= kmap-0.4
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.islc.net/~icszepp/kmap/
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11
|
||||
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_QT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/kmap/distinfo
Normal file
1
security/kmap/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (kmap-0.4.tar.gz) = bd517509844b2ac9bf4e9ed53de7f175
|
1
security/kmap/pkg-comment
Normal file
1
security/kmap/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
KDE GUI frontend for the nmap scanning utility
|
6
security/kmap/pkg-descr
Normal file
6
security/kmap/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
kmap is a KDE-compliant GUI front end for the nmap port scanning tool.
|
||||
|
||||
WWW: http://www.islc.net/~icszepp/kmap/index.html
|
||||
|
||||
-- David
|
||||
obrien@cs.ucdavis.edu
|
15
security/kmap/pkg-plist
Normal file
15
security/kmap/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
@comment $FreeBSD: /tmp/pcvs/ports/security/kmap/Attic/pkg-plist,v 1.1.1.1 1999-09-11 03:38:47 obrien Exp $
|
||||
bin/kmap
|
||||
share/doc/HTML/en/kmap/index.html
|
||||
share/doc/HTML/en/kmap/index-1.html
|
||||
share/doc/HTML/en/kmap/index-2.html
|
||||
share/doc/HTML/en/kmap/index-3.html
|
||||
share/doc/HTML/en/kmap/index-4.html
|
||||
share/doc/HTML/en/kmap/index-5.html
|
||||
share/doc/HTML/en/kmap/index-6.html
|
||||
share/applnk/Applications/kmap.kdelnk
|
||||
share/icons/kmap.xpm
|
||||
share/icons/mini/kmap.xpm
|
||||
share/locale/hr/LC_MESSAGES/kmap.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/kmap.mo
|
||||
@dirrm share/doc/HTML/en/kmap
|
Loading…
Reference in a new issue