Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
SnortSnarf is a Perl program to take files of alerts from the free Snort
Intrusion Detection System, produce HTML output intended for diagnostic
inspection and tracking down problems.

View File

@@ -0,0 +1,36 @@
# $NetBSD: Makefile,v 1.21 2013/05/31 12:41:58 wiz Exp $
#
DISTNAME= SnortSnarf-050314.1
PKGNAME= ${DISTNAME:S/SnortSnarf-/snortsnarf-20/}
PKGREVISION= 2
CATEGORIES= security net
MASTER_SITES= http://www.snort.org/dl/contrib/data_analysis/snortsnarf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.silicondefense.com/software/snortsnarf/
COMMENT= Generate HTML report summaries from snort incident alerts
DEPENDS+= p5-Time-modules>=101.062101:../../time/p5-Time-modules
NO_BUILD= YES
USE_TOOLS+= pax perl:run
REPLACE_PERL= snortsnarf.pl include/ann_xml.pl include/web_utils.pl \
include/xml_help.pl
SUBST_CLASSES+= paths
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= snortsnarf.pl
SUBST_SED.paths= -e "s|./include|${PREFIX}/share/snortsnarf|g"
SUBST_MESSAGE.paths= Fixing paths.
INSTALLATION_DIRS= bin share/snortsnarf share/doc/snortsnarf
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snortsnarf.pl ${DESTDIR}${PREFIX}/bin/snortsnarf.pl
cd ${WRKSRC}/include && pax -rw -pm * ${DESTDIR}${PREFIX}/share/snortsnarf
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/snortsnarf
${INSTALL_DATA} ${WRKSRC}/Usage ${DESTDIR}${PREFIX}/share/doc/snortsnarf
.include "../../mk/bsd.pkg.mk"

34
security/snortsnarf/PLIST Normal file
View File

@@ -0,0 +1,34 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:39 joerg Exp $
bin/snortsnarf.pl
share/doc/snortsnarf/README
share/doc/snortsnarf/Usage
share/snortsnarf/IPAddrContact.pm
share/snortsnarf/SnortSnarf/AlertBase.pm
share/snortsnarf/SnortSnarf/AllMods.pm
share/snortsnarf/SnortSnarf/BasicFilters.pm
share/snortsnarf/SnortSnarf/BasicSorters.pm
share/snortsnarf/SnortSnarf/Filter.pm
share/snortsnarf/SnortSnarf/Filtering.pm
share/snortsnarf/SnortSnarf/HTMLAnomMemStorage.pm
share/snortsnarf/SnortSnarf/HTMLMemStorage.pm
share/snortsnarf/SnortSnarf/HTMLOutput+other.pm
share/snortsnarf/SnortSnarf/HTMLOutput.pm
share/snortsnarf/SnortSnarf/IPObfuscater.pm
share/snortsnarf/SnortSnarf/Input.pm
share/snortsnarf/SnortSnarf/KnownEquiv.pm
share/snortsnarf/SnortSnarf/MemAlert.pm
share/snortsnarf/SnortSnarf/MemPacket.pm
share/snortsnarf/SnortSnarf/MemStorage.pm
share/snortsnarf/SnortSnarf/MemTimeBase.pm
share/snortsnarf/SnortSnarf/MultiStore.pm
share/snortsnarf/SnortSnarf/PacketBase.pm
share/snortsnarf/SnortSnarf/SnortDBInput.pm
share/snortsnarf/SnortSnarf/SnortFileInput.pm
share/snortsnarf/SnortSnarf/SnortRules.pm
share/snortsnarf/SnortSnarf/Sort.pm
share/snortsnarf/SnortSnarf/SorterBase.pm
share/snortsnarf/SnortSnarf/StorageBase.pm
share/snortsnarf/SnortSnarf/TimeFilters.pm
share/snortsnarf/ann_xml.pl
share/snortsnarf/web_utils.pl
share/snortsnarf/xml_help.pl

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2005/04/02 13:02:27 adrianp Exp $
SHA1 (SnortSnarf-050314.1.tar.gz) = 4c740c485e3a3d902f0fb1edd4e67938478f0772
RMD160 (SnortSnarf-050314.1.tar.gz) = e5c1a778ec800dd173e344b42cf1df567f8d40ba
Size (SnortSnarf-050314.1.tar.gz) = 144103 bytes