head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.12.17.18.28.30;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.01.00;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.30.12.36.09;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2011.03.19.10.24.32;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2011.03.17.17.50.49;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2011.03.17.17.26.28;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2010.07.29.01.41.05;	author sahil;	state Exp;
branches;
next	1.5;

1.5
date	2010.03.28.06.43.16;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.05.11.43.44;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.34.47;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.00.45;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.08.05.49.35;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309117
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309117 | wxs | 2012-12-17 18:23:30 +0000 (Mon, 17 Dec 2012) | 5 lines
## SVN ##
## SVN ## Update to 1.6.2.
## SVN ##
## SVN ## PR:		ports/173674
## SVN ## Submitted by:	Paul Schmehl <pauls@@utdallas.edu> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	afterglow
# Date created:				1 Aug 2007
# Whom:					pauls
#
# $FreeBSD: head/security/afterglow/Makefile 309117 2012-12-17 18:23:30Z wxs $
#

PORTNAME=	afterglow
PORTVERSION=	1.6.2
CATEGORIES=	security graphics net-mgmt
MASTER_SITES=	SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION}

MAINTAINER=	pauls@@utdallas.edu
COMMENT=	A collection of graph-generating scripts

LICENSE=	GPLv2

RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz \
		p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
		p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
		p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous

NO_BUILD=	yes
USE_LDCONFIG=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

do-install:
	${MKDIR} ${DATADIR}/data
	${MKDIR} ${DATADIR}/charts
	${MKDIR} ${DATADIR}/graph
	${MKDIR} ${DATADIR}/loganalysis
	${MKDIR} ${DATADIR}/parsers
	(cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data "! -name generate.pl")
	(cd ${WRKSRC}/data/ && ${COPYTREE_BIN} \* ${DATADIR}/data "-name generate.pl")
	(cd ${WRKSRC}/src/perl/charts/ && ${COPYTREE_SHARE} \* ${DATADIR}/charts "! -name *\.pl")
	(cd ${WRKSRC}/src/perl/charts/ && ${COPYTREE_BIN} \* ${DATADIR}/charts "-name *\.pl")
	(cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \* ${DATADIR}/graph "! -name *\.pl")
	(cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_BIN} \* ${DATADIR}/graph "-name *\.pl")
	(cd ${WRKSRC}/src/perl/loganalysis/ && ${COPYTREE_SHARE} \* ${DATADIR}/loganalysis "! ( -name *\.pl -or -name *\.sh )")
	(cd ${WRKSRC}/src/perl/loganalysis/ && ${COPYTREE_BIN} \* ${DATADIR}/loganalysis "( -name *\.pl -or -name *\.sh )")
	(cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \* ${DATADIR}/parsers "! -name *\.pl")
	(cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_BIN} \* ${DATADIR}/parsers "-name *\.pl")

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/afterglow/Makefile 300897 2012-07-14 14:29:18Z beat $
d9 2
a10 3
PORTVERSION=	1.6.0
PORTREVISION=	1
CATEGORIES=	security graphics
d16 2
d24 1
a27 5
CHARTS_SCRIPTS=	bar.pl bar2.pl boxplot.pl bubble.pl scatter.pl trendline.pl trendline2.pl
GRAPH_SCRIPTS=	afterglow.pl afterglow-lgl.pl
LOGANALYSIS_SCRIPTS=	 anonymize.pl capper.pl merge_logs.pl overview.sh random_logs.pl
PARSERS=	argus2csv.pl ipfw2csv.pl pf2csv.pl sendmail_parser.pl snortalert2csv.pl tcpdump2csv.pl

d31 1
a31 1
	${MKDIR} ${DATADIR}/graph/Text
d35 1
d37 1
d39 1
d41 1
d43 1
a43 13
	${INSTALL_SCRIPT} ${WRKSRC}/data/generate.pl ${DATADIR}/data/
.for f in ${CHARTS_SCRIPTS}
		${INSTALL_SCRIPT} ${WRKSRC}/src/perl/charts/${f} ${DATADIR}/charts/${f}
.endfor
.for f in ${GRAPH_SCRIPTS}
		${INSTALL_SCRIPT} ${WRKSRC}/src/perl/graph/${f} ${DATADIR}/graph/${f}
.endfor
.for f in ${LOGANALYSIS_SCRIPTS}
		${INSTALL_SCRIPT} ${WRKSRC}/src/perl/loganalysis/${f} ${DATADIR}/loganalysis/${f}
.endfor
.for f in ${PARSERS}
		${INSTALL_SCRIPT} ${WRKSRC}/src/perl/parsers/${f} ${DATADIR}/parsers/${f}
.endfor
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Readd p5-IP-Anonymous port in a correct directory
@
text
@d18 1
a18 1
		${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \
@


1.8
log
@- Fix INDEX
@
text
@d20 1
a20 1
		p5-Net-IP-Anonymous>=0:${PORTSDIR}/net/p5-Net-IP-Anonymous
@


1.7
log
@- Add missing RUN_DEPS

PR:		154343
Submitted by:	Paul Schmehl <pauls@@utdallas.edu>
@
text
@d20 1
a20 1
		p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous
@


1.6
log
@- Update to 1.6.0

PR:		ports/148971
Submitted by:	Paul Schmehl <pauls@@utdallas.edu> (maintainer)
@
text
@d10 1
d17 4
a20 1
RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
@


1.5
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	1.5
PORTREVISION=	3
d22 4
a25 5
DB_SCRIPTS=	attackchains.pl deltacalc2.pl deltacalc.pl iptolong.pl \
		snortalert.pl snortdirection.pl snortservice.pl subquery.pl \
		tcpdump2sql.pl
GRAPH_SCRIPTS=	afterglow-lgl.pl afterglow-lgl2.pl afterglow-walrus.pl afterglow.pl
PARSERS=	pf2csv.pl sendmail_parser.pl tcpdump2csv.pl
a27 1
	${MKDIR} ${DATADIR}
d29 3
a31 2
	${MKDIR} ${DATADIR}/database
	${MKDIR} ${DATADIR}/graph
d34 1
a34 1
	(cd ${WRKSRC}/src/perl/database/ && ${COPYTREE_SHARE} \* ${DATADIR}/database "! -name *\.pl")
d36 1
d39 2
a40 2
.for f in ${DB_SCRIPTS}
		${INSTALL_SCRIPT} ${WRKSRC}/src/perl/database/${f} ${DATADIR}/database/${f}
d45 3
@


1.4
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	afterglow
@


1.1
log
@new port: security/afterglow, a collection of graph-generating scripts

	AfterGlow is a collection of scripts which facilitate the
	process of generating event graphs and treemaps. AfterGlow
	1.x is written in Perl and generates output that can be
	read by GraphViz or LGL.  All the scripts and other files
	for afterglow are installed in ${DATADIR}

	WWW: http://sourceforge.net/projects/afterglow

PR:		ports/115186
Submitted by:	Paul Schmehl <pauls@@utdallas.edu>
@
text
@d10 1
@

