forked from Lainports/freebsd-ports
DMitry (Deepmagic Information Gathering Tool) is a UNIX/Linux command line
program coded purely in C with the ability to gather as much information as possible about a host. PR: ports/77142 Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be>, James Greig <james@mor-pah.net>
This commit is contained in:
parent
f5e2178e11
commit
e90ca987dd
5 changed files with 43 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
SUBDIR += digest
|
||||
SUBDIR += dirmngr
|
||||
SUBDIR += dissembler
|
||||
SUBDIR += dmitry
|
||||
SUBDIR += donkey
|
||||
SUBDIR += doorman
|
||||
SUBDIR += doscan
|
||||
|
|
|
|||
30
security/dmitry/Makefile
Normal file
30
security/dmitry/Makefile
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: DMitry
|
||||
# Date created: 5 Feb 2005
|
||||
# Whom: Vaida Bogdan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DMitry
|
||||
PORTVERSION= 1.2a
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.mor-pah.net/code/ \
|
||||
http://www.deepmagic.org.uk/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Deepmagic Information Gathering Tool
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
MAN1= dmitry.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/dmitry/distinfo
Normal file
2
security/dmitry/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
MD5 (DMitry-1.2a.tar.gz) = 5917242266383be3aa7e0e618ae0c015
|
||||
SIZE (DMitry-1.2a.tar.gz) = 197156
|
||||
8
security/dmitry/pkg-descr
Normal file
8
security/dmitry/pkg-descr
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DMitry (Deepmagic Information Gathering Tool) is a UNIX/Linux command line
|
||||
program coded purely in C with the ability to gather as much information as
|
||||
possible about a host.
|
||||
|
||||
WWW: http://www.mor-pah.net
|
||||
|
||||
- Vaida Bogdan
|
||||
vaidab@safe-mail.net
|
||||
2
security/dmitry/pkg-plist
Normal file
2
security/dmitry/pkg-plist
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bin/dmitry
|
||||
bin/dmitrybot
|
||||
Loading…
Add table
Reference in a new issue