diff options
author | adrianp <adrianp> | 2005-05-26 11:05:30 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-05-26 11:05:30 +0000 |
commit | 9dc0050320b28d7ad66d58ccd20cea4ae1694b4b (patch) | |
tree | c4c88d787cdbc4bfd9f0bf21659d74a317f17670 /net | |
parent | 7875306652903bf176e0ff9a05487a3376a851b2 (diff) | |
download | pkgsrc-9dc0050320b28d7ad66d58ccd20cea4ae1694b4b.tar.gz |
This perl module is here to ease the pain of developing scripts or collecting
network information from nmap scans. Nmap::Parser does its task by parsing the
information in the output of an nmap scan by using the xml-formatted output.
An nmap parser for xml scan data using perl. Nmap Parser is a PERL module that
makes developing security and audit tools using nmap and perl easier.
This is p5-Nmap-Parser version 0.80
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Nmap-Parser/DESCR | 6 | ||||
-rw-r--r-- | net/p5-Nmap-Parser/Makefile | 20 | ||||
-rw-r--r-- | net/p5-Nmap-Parser/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Nmap-Parser/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Nmap-Parser/DESCR b/net/p5-Nmap-Parser/DESCR new file mode 100644 index 00000000000..32204548f61 --- /dev/null +++ b/net/p5-Nmap-Parser/DESCR @@ -0,0 +1,6 @@ +This perl module is here to ease the pain of developing scripts or collecting +network information from nmap scans. Nmap::Parser does its task by parsing +the information in the output of an nmap scan by using the xml-formatted +output. An nmap parser for xml scan data using perl. Nmap Parser is a PERL +module that makes developing security and audit tools using nmap and perl +easier. diff --git a/net/p5-Nmap-Parser/Makefile b/net/p5-Nmap-Parser/Makefile new file mode 100644 index 00000000000..d3cbea82b72 --- /dev/null +++ b/net/p5-Nmap-Parser/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/26 11:05:30 adrianp Exp $ +# + +DISTNAME= Nmap-Parser-0.80 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Nmap/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://www.nmapparser.com/ +COMMENT= Parse nmap scan data with perl + +DEPENDS+= p5-XML-Twig-[0-9]*:../../textproc/p5-XML-Twig + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Nmap/Parser/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Nmap-Parser/PLIST b/net/p5-Nmap-Parser/PLIST new file mode 100644 index 00000000000..4dc843c9b20 --- /dev/null +++ b/net/p5-Nmap-Parser/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/26 11:05:30 adrianp Exp $ diff --git a/net/p5-Nmap-Parser/distinfo b/net/p5-Nmap-Parser/distinfo new file mode 100644 index 00000000000..33a44f0804a --- /dev/null +++ b/net/p5-Nmap-Parser/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/26 11:05:30 adrianp Exp $ + +SHA1 (Nmap-Parser-0.80.tar.gz) = 2a760d6da80edfda773121332978a5580c52f9af +RMD160 (Nmap-Parser-0.80.tar.gz) = 17559481f14f768d5a364a22fb6ee5cd4dfa4e3f +Size (Nmap-Parser-0.80.tar.gz) = 51936 bytes |