head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.06.28.18.37.19;	author az;	state Exp;
branches;
next	1.18;

1.18
date	2011.03.23.16.30.48;	author dhn;	state Exp;
branches;
next	1.17;

1.17
date	2011.03.13.21.30.58;	author bapt;	state Exp;
branches;
next	1.16;

1.16
date	2007.09.30.04.55.31;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2007.06.29.19.33.24;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2006.05.11.12.52.54;	author itetcu;	state Exp;
branches;
next	1.13;

1.13
date	2004.05.26.07.06.01;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.24.12.03.43;	author ijliao;	state Exp;
branches;
next	1.11;

1.11
date	2003.10.10.16.45.18;	author nork;	state Exp;
branches;
next	1.10;

1.10
date	2003.10.05.04.03.00;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2003.05.13.10.14.51;	author demon;	state Exp;
branches;
next	1.8;

1.8
date	2003.05.11.04.50.59;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.10.49;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2002.10.24.02.55.15;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2002.08.24.03.48.24;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2002.02.16.02.49.42;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.26.08.22.16;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.01.09.23.17;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.30.00.24.02;	author kris;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:	snortsnarf
# Date created:		29 July 2001
# Whom:			Kris Kennaway <kris@@FreeBSD.org>
#
# $FreeBSD: head/security/snortsnarf/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	snortsnarf
PORTVERSION=	1.0
PORTEPOCH=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Initial%20Release%20${PORTVERSION}
DISTNAME=	SnortSnarf-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Generate HTML report summaries from snort incident alerts

RUN_DEPENDS=	p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules

NO_BUILD=	yes
USE_PERL5_RUN=	yes

post-patch:
	@@${SED} -e 's|\./include|${PREFIX}/libdata/${PORTNAME}|' \
		< ${WRKSRC}/snortsnarf.pl > ${WRKSRC}/snortsnarf

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/snortsnarf ${LOCALBASE}/bin
	@@${MKDIR} ${PREFIX}/libdata/snortsnarf
	@@(cd ${WRKSRC}/include \
		&& ${COPYTREE_SHARE} . ${PREFIX}/libdata/${PORTNAME})
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for file in README Usage
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.19
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@- Update to 1.0
- Update WWW
- Remove MD5 checksum

PR:		ports/155797
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules
@


1.17
log
@Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d9 2
a10 1
PORTVERSION=	050314
d12 2
a13 2
MASTER_SITES=	http://www.snort.org/dl/contrib/data_analysis/snortsnarf/
DISTNAME=	SnortSnarf-${PORTVERSION}.1
a17 3
DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

d21 5
a25 1
USE_PERL5=	yes
d28 4
a31 16
	${SED} s,%LOCALBASE%,${LOCALBASE}, < ${WRKSRC}/snortsnarf.pl > ${WRKSRC}/snortsnarf
	${INSTALL_SCRIPT} ${WRKSRC}/snortsnarf ${LOCALBASE}/bin/snortsnarf
	${MKDIR} ${LOCALBASE}/libdata/snortsnarf
	${MKDIR} ${LOCALBASE}/libdata/snortsnarf/SnortSnarf
.for i in IPAddrContact.pm ann_xml.pl web_utils.pl xml_help.pl
	${INSTALL_DATA} ${WRKSRC}/include/${i} ${LOCALBASE}/libdata/snortsnarf/
.endfor
.for i in AlertBase.pm HTMLOutput.pm MemTimeBase.pm MultiStore.pm \
	MemPacket.pm HTMLMemStorage.pm Filtering.pm PacketBase.pm \
	AllMods.pm BasicFilters.pm KnownEquiv.pm SnortFileInput.pm \
	HTMLAnomMemStorage.pm Input.pm SorterBase.pm Sort.pm \
	StorageBase.pm MemAlert.pm BasicSorters.pm Filter.pm \
	SnortRules.pm MemStorage.pm SnortDBInput.pm TimeFilters.pm \
	IPObfuscater.pm
	${INSTALL_DATA} ${WRKSRC}/include/SnortSnarf/${i} ${LOCALBASE}/libdata/snortsnarf/SnortSnarf/
.endfor
d33 3
a35 3
	${MKDIR} ${LOCALBASE}/share/doc/snortsnarf
.for i in README Usage
	${INSTALL_DATA} ${WRKSRC}/${i} ${LOCALBASE}/share/doc/snortsnarf
@


1.16
log
@Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional.  This will
be needed for the conditional inclusion of bsd.perl.mk.
@
text
@d17 3
@


1.15
log
@Reset rainer.alves@@gmail.com by request due to current lack of time to
work on FreeBSD.
@
text
@d20 1
@


1.14
log
@Update to 050314.
Pass maintainership to submiter.

PR:		ports/97118
Submitted by:	Rainer Alves <rainer.alves@@gmail.com>
Approved by:	lawrance (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	rainer.alves@@gmail.com
@


1.13
log
@- Fix MASTER_SITES

PR:		ports/67198
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d9 1
a9 2
PORTVERSION=	021111
PORTREVISION=	1
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.silicondefense.com/software/snortsnarf/
@


1.11
log
@Fix run error by missing IPObfuscater.pm.
Bump PORTREVISION accordingly.

PR:		ports/55569
Submitted by:	Andrew Thompson <andy@@fud.org.nz>
@
text
@d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules
@


1.10
log
@Drop maintainership
@
text
@d10 1
d35 2
a36 1
	SnortRules.pm MemStorage.pm SnortDBInput.pm TimeFilters.pm
@


1.9
log
@Depend on p5-Time-modules rather than p5-Time.
@
text
@d14 1
a14 1
MAINTAINER=	kris@@FreeBSD.org
@


1.8
log
@Update to snortsnarf 021111.1

PR:		ports/48410 (based on)
Submitted by:	Larry Daberko <larry@@daberko.net>
@
text
@d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	021017
@


1.6
log
@Update to snortsnarf 021017
@
text
@d15 1
@


1.5
log
@Update to snortsnarf-020516.1

Submitted by:	"Chris Knight" <chris@@aims.com.au>
PR:		ports/40943
@
text
@d9 1
a9 1
PORTVERSION=	020516
@


1.4
log
@Update to snortsnarf 020126
@
text
@d9 1
a9 1
PORTVERSION=	020126
d33 1
a33 1
	SnortRules.pm MemStorage.pm
@


1.3
log
@Update to snortsnarf 020124.1
@
text
@d9 1
a9 1
PORTVERSION=	020124
@


1.2
log
@Upgrade to snortsnarf 010821
@
text
@d9 1
a9 1
PORTVERSION=	010821
@


1.1
log
@Add snortsnarf-010523 (version numbering changed from the vendor scheme of
MMDDYY to make it monotonic).  This is a utility for generating a set of
HTML reports/summaries based on snort alert files.

At the moment we only enable the HTML generation features.  There are other
features such as the ability to annotate incidents in the report which
are not currently enabled.
@
text
@d9 1
a9 1
PORTVERSION=	010523
d12 1
a12 1
DISTNAME=	SnortSnarf-052301.1
@

