initial import of Nmap::Parser 1.05

This module implements a interface to the information contained in an
nmap scan.  It is implemented by parsing the xml scan data that is
generated by nmap. This will enable anyone who utilizes nmap to quickly
create fast and robust security scripts that utilize the powerful port
scanning abilities of nmap.

submitted by Jasper Lievisse
This commit is contained in:
msf 2006-05-05 21:22:40 +00:00
parent 47745bc9f4
commit 8ad38b8f84
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/05 21:22:40 msf Exp $
COMMENT= "perl module for parsing nmap XML reports"
DISTNAME= Nmap-Parser-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
HOMEPAGE= http://npx.sourceforge.net/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Nmap/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::net/nmap \
:p5-XML-Twig->=3.16:textproc/p5-XML-Twig
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Nmap-Parser-1.05.tar.gz) = 5d5f113a9d166b07e041a5dc52f9c3ee
RMD160 (Nmap-Parser-1.05.tar.gz) = 61f22fa7d20497068afe14711c279bb4cf3540e7
SHA1 (Nmap-Parser-1.05.tar.gz) = e7c66709e6b0c8b40ea6f54ec6c6569d101f3f5c
SIZE (Nmap-Parser-1.05.tar.gz) = 34451

View File

@ -0,0 +1,5 @@
This module implements a interface to the information contained in an
nmap scan. It is implemented by parsing the xml scan data that is
generated by nmap. This will enable anyone who utilizes nmap to quickly
create fast and robust security scripts that utilize the powerful port
scanning abilities of nmap.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/05 21:22:40 msf Exp $
${P5SITE}/Nmap/
${P5SITE}/Nmap/Parser.pm
@man man/man3p/Nmap::Parser.3p