pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Nmap-Parser This perl module is here to ease th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd76f4d10fc1
branches:  trunk
changeset: 494615:bd76f4d10fc1
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu May 26 11:05:30 2005 +0000

description:
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:

 net/p5-Nmap-Parser/DESCR    |   6 ++++++
 net/p5-Nmap-Parser/Makefile |  20 ++++++++++++++++++++
 net/p5-Nmap-Parser/PLIST    |   1 +
 net/p5-Nmap-Parser/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 33a00c5c07ac -r bd76f4d10fc1 net/p5-Nmap-Parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Nmap-Parser/DESCR  Thu May 26 11:05:30 2005 +0000
@@ -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 -r 33a00c5c07ac -r bd76f4d10fc1 net/p5-Nmap-Parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Nmap-Parser/Makefile       Thu May 26 11:05:30 2005 +0000
@@ -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@localhost
+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 -r 33a00c5c07ac -r bd76f4d10fc1 net/p5-Nmap-Parser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Nmap-Parser/PLIST  Thu May 26 11:05:30 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/26 11:05:30 adrianp Exp $
diff -r 33a00c5c07ac -r bd76f4d10fc1 net/p5-Nmap-Parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Nmap-Parser/distinfo       Thu May 26 11:05:30 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index