Import ndiff 0.4.

Submitted by Brian Caswell <bmc@mitre.org>.

ndiff compares two nmap scans and outputs the differences.  It
allows monitoring of your network(s) for interesting changes in
port states and visible hosts.
This commit is contained in:
naddy 2001-01-17 02:24:23 +00:00
parent c8998e79f0
commit fcf114f0bf
5 changed files with 53 additions and 0 deletions

22
net/ndiff/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/17 02:24:23 naddy Exp $
DISTNAME= NDiff-0.04
PKGNAME= ${DISTNAME:L}
CATEGORIES= net perl5
NEED_VERSION= 1.351
HOMEPAGE= http://www.vinecorp.com/ndiff/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Brian Caswell <bmc@mitre.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= nmap::net/nmap
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

3
net/ndiff/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (NDiff-0.04.tar.gz) = 7632c51a575bd5eb7adc6bf258f4b7ed
RMD160 (NDiff-0.04.tar.gz) = a2e91b24bd26a7b002ebc97049c822953939d0d2
SHA1 (NDiff-0.04.tar.gz) = 28cf755fe8e0646f7583b24738940a37d742378e

1
net/ndiff/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
compare two nmap scans and outputs the differences

7
net/ndiff/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
ndiff compares two nmap scans and outputs the differences. It
allows monitoring of your network(s) for interesting changes in
port states and visible hosts. Viewing results in this manner
eliminates the need to sift through voluminous raw scan output
in search of the few noteworthy differences.
WWW: ${HOMEPAGE}

20
net/ndiff/pkg/PLIST Normal file
View File

@ -0,0 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/17 02:24:23 naddy Exp $
bin/ndiff
bin/ndiff2html
bin/ngen
bin/nrun
libdata/perl5/site_perl/PortScan/DataStore.pm
libdata/perl5/site_perl/PortScan/NmapFile.pm
libdata/perl5/site_perl/PortScan/PortSpec.pm
libdata/perl5/site_perl/PortScan/ScanComparison.pm
libdata/perl5/site_perl/PortScan/ScanContext.pm
libdata/perl5/site_perl/PortScan/ScanSet.pm
libdata/perl5/site_perl/PortScan/ScannedHost.pm
libdata/perl5/site_perl/PortScan/SetOps.pm
libdata/perl5/site_perl/PortScan/ndiff.conf.sample
man/man1/ndiff.1
man/man1/ndiff2html.1
man/man1/ngen.1
man/man1/nrun.1
man/man3/NDiff_Quickstart.3
@dirrm libdata/perl5/site_perl/PortScan