security/afterglow, new port submission Fix: MD5 (afterglow-1.5.tar.gz) = 9482ea9dcf0e1dad984084cadf97b653 SHA256 (afterglow-1.5.tar.gz) = cba1ad5a9529d8cf54d0c1fbeb672051ac3e8e87567e05887d722959a6c1f618 SIZE (afterglow-1.5.tar.gz) = 35619 --- distinfo ends here --- %%DATADIR%%/data/example.dot %%DATADIR%%/data/firewall.count.csv %%DATADIR%%/data/firewall.count.tm3 %%DATADIR%%/data/firewall.csv %%DATADIR%%/data/firewall.tm3 %%DATADIR%%/data/generate.pl %%DATADIR%%/data/userLogin.csv %%DATADIR%%/data/userLogin.csv2 %%DATADIR%%/data/vulnerabilities.2.csv %%DATADIR%%/data/vulnerabilities.csv %%DATADIR%%/data/vulnerabilities.list %%DATADIR%%/database/README %%DATADIR%%/database/attackchains.pl %%DATADIR%%/database/createDB.sql %%DATADIR%%/database/deltacalc.pl %%DATADIR%%/database/deltacalc2.pl %%DATADIR%%/database/iptolong.pl %%DATADIR%%/database/snortalert.pl %%DATADIR%%/database/snortdirection.pl %%DATADIR%%/database/snortservice.pl %%DATADIR%%/database/subquery.pl %%DATADIR%%/database/tcpdump2sql.pl %%DATADIR%%/graph/README %%DATADIR%%/graph/afterglow-lgl.pl %%DATADIR%%/graph/afterglow-lgl2.pl %%DATADIR%%/graph/afterglow-walrus.pl %%DATADIR%%/graph/afterglow.pl %%DATADIR%%/graph/color.properties %%DATADIR%%/parsers/README %%DATADIR%%/parsers/color.properties %%DATADIR%%/parsers/color.sendmail.properties %%DATADIR%%/parsers/pf2csv.pl %%DATADIR%%/parsers/sendmail_parser.pl %%DATADIR%%/parsers/tcpdump2csv.pl @dirrm %%DATADIR%%/parsers @dirrm %%DATADIR%%/graph @dirrm %%DATADIR%%/database @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% --- pkg-plist ends here -----GqiNKLTN2ph9xui8yQbqmllnOWR0ot8ZeIuq4V2AH6JH9NYC Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile" # New ports collection makefile for: afterglow # Date created: 1 Aug 2007 # Whom: pauls # # $FreeBSD$ # PORTNAME= afterglow PORTVERSION= 1.5 CATEGORIES= security graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= afterglow MAINTAINER= pauls@utdallas.edu COMMENT= A collection of graph-generating scripts RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} 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 do-install: ${MKDIR} ${DATADIR} ${MKDIR} ${DATADIR}/data ${MKDIR} ${DATADIR}/database ${MKDIR} ${DATADIR}/graph ${MKDIR} ${DATADIR}/parsers (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data "! -name generate.pl") (cd ${WRKSRC}/src/perl/database/ && ${COPYTREE_SHARE} \* ${DATADIR}/database "! -name *\.pl") (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \* ${DATADIR}/graph "! -name *\.pl") (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \* ${DATADIR}/parsers "! -name *\.pl") ${INSTALL_SCRIPT} ${WRKSRC}/data/generate.pl ${DATADIR}/data/ .for f in ${DB_SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/database/${f} ${DATADIR}/database/${f} .endfor .for f in ${GRAPH_SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/graph/${f} ${DATADIR}/graph/${f} .endfor .for f in ${PARSERS} ${INSTALL_SCRIPT} ${WRKSRC}/src/perl/parsers/${f} ${DATADIR}/parsers/${f} .endfor .include <bsd.port.mk>
State Changed From-To: open->closed Committed, thanks!
edwin 2007-09-08 05:49:35 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/afterglow Makefile distinfo pkg-descr pkg-plist 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> Revision Changes Path 1.918 +1 -0 ports/security/Makefile 1.1 +50 -0 ports/security/afterglow/Makefile (new) 1.1 +3 -0 ports/security/afterglow/distinfo (new) 1.1 +7 -0 ports/security/afterglow/pkg-descr (new) 1.1 +39 -0 ports/security/afterglow/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"