ports/173674: port update, security/afterglow
Paul Schmehl
pauls at utdallas.edu
Sat Nov 17 03:40:00 UTC 2012
>Number: 173674
>Category: ports
>Synopsis: port update, security/afterglow
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 17 03:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Paul Schmehl
>Release: FreeBSD 8.3-PRERELEASE amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #1: Wed Mar 7 18:01:57 UTC 2012 root at hostname.utdallas.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
port update, security/afterglow, update to version 1.6.2
>How-To-Repeat:
>Fix:
--- afterglow.diff begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 307498)
+++ Makefile (working copy)
@@ -6,51 +6,40 @@
#
PORTNAME= afterglow
-PORTVERSION= 1.6.0
-PORTREVISION= 1
-CATEGORIES= security graphics
+PORTVERSION= 1.6.2
+CATEGORIES= security graphics net-mgmt
MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION}
MAINTAINER= pauls at 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}
-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
-
do-install:
${MKDIR} ${DATADIR}/data
${MKDIR} ${DATADIR}/charts
- ${MKDIR} ${DATADIR}/graph/Text
+ ${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")
- ${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
+ (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_BIN} \* ${DATADIR}/parsers "-name *\.pl")
.include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo (revision 307498)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (afterglow-1.6.0.tar.gz) = 14feec9e943a4223c53e06fb9df2bffdeb29f88482020f600c2794c685e6e17e
-SIZE (afterglow-1.6.0.tar.gz) = 74194
+SHA256 (afterglow-1.6.2.tar.gz) = f40c562c2c849b42ed8c44c88d9a1018a8e33024e4fd368490790f55810589d8
+SIZE (afterglow-1.6.2.tar.gz) = 103662
Index: pkg-descr
===================================================================
--- pkg-descr (revision 307498)
+++ pkg-descr (working copy)
@@ -2,6 +2,6 @@
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}
+%%DATADIR%%
WWW: http://sourceforge.net/projects/afterglow
Index: pkg-message
===================================================================
--- pkg-message (revision 0)
+++ pkg-message (working copy)
@@ -0,0 +1,7 @@
+AfterGlow is a collection of scripts which facilitate
+the process of generating graphs. It is the most downloaded
+security visualization tool of all times.
+
+Afterglow documentation may be found online at
+http://afterglow.sourceforge.net/ including a FAQ, manual
+and screenshots. Be sure to read the documentation carefully.
Index: pkg-plist
===================================================================
--- pkg-plist (revision 307498)
+++ pkg-plist (working copy)
@@ -19,12 +19,16 @@
%%DATADIR%%/graph/README
%%DATADIR%%/graph/Text/CSV.pm
%%DATADIR%%/graph/Text/CSV_PP.pm
-%%DATADIR%%/graph/afterglow-lgl.pl
%%DATADIR%%/graph/afterglow.pl
%%DATADIR%%/graph/color.tcpspy
+%%DATADIR%%/graph/gdf.properties
%%DATADIR%%/graph/sample.properties
-%%DATADIR%%/loganalysis/Anonymous.pm
+%%DATADIR%%/loganalysis/Crypt/Rijndael.pm
+%%DATADIR%%/loganalysis/IP/Anonymous.pm
%%DATADIR%%/loganalysis/README
+%%DATADIR%%/loganalysis/Text/CSV.pm
+%%DATADIR%%/loganalysis/Text/CSV_PP.pm
+%%DATADIR%%/loganalysis/anon.pl
%%DATADIR%%/loganalysis/anonymize.pl
%%DATADIR%%/loganalysis/capper.pl
%%DATADIR%%/loganalysis/merge_logs.pl
@@ -40,6 +44,9 @@
%%DATADIR%%/parsers/snortalert2csv.pl
%%DATADIR%%/parsers/tcpdump2csv.pl
@dirrm %%DATADIR%%/parsers
+ at dirrm %%DATADIR%%/loganalysis/Text
+ at dirrm %%DATADIR%%/loganalysis/IP
+ at dirrm %%DATADIR%%/loganalysis/Crypt
@dirrm %%DATADIR%%/loganalysis
@dirrm %%DATADIR%%/graph/Text
@dirrm %%DATADIR%%/graph
--- afterglow.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list