Date: Fri, 3 Aug 2007 20:33:47 -0500 (CDT) From: Paul Schmehl <pauls@utdallas.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115186: security/afterglow, new port submission Message-ID: <20070804013347.BC318261824@utd59514.utdallas.edu> Resent-Message-ID: <200708040140.l741eBoK091884@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115186 >Category: ports >Synopsis: security/afterglow, new port submission >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 04 01:40:10 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 6.0-SECURITY i386 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Wed Feb 14 12:22:36 UTC 2007 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: security/afterglow, new port submission >How-To-Repeat: >Fix: --- Makefile begins here --- # 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> --- Makefile ends here --- --- distinfo begins here --- MD5 (afterglow-1.5.tar.gz) = 9482ea9dcf0e1dad984084cadf97b653 SHA256 (afterglow-1.5.tar.gz) = cba1ad5a9529d8cf54d0c1fbeb672051ac3e8e87567e05887d722959a6c1f618 SIZE (afterglow-1.5.tar.gz) = 35619 --- distinfo ends here --- --- pkg-descr begins here --- 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 --- pkg-descr ends here --- --- pkg-plist begins 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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070804013347.BC318261824>