View | Details | Raw Unified | Return to bug 196013 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	flowviewer
4
PORTNAME=	flowviewer
5
PORTVERSION=	4.5
5
PORTVERSION=	4.5
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
MASTER_SITES=	SF/${PORTNAME}
8
MASTER_SITES=	SF/${PORTNAME}
8
DISTNAME=	FlowViewer_${DISTVERSION}
9
DISTNAME=	FlowViewer_${DISTVERSION}
Lines 36-43 Link Here
36
		FlowViewer_UI.pm FlowViewer_Utilities.pm FlowGrapher_Colors \
37
		FlowViewer_UI.pm FlowViewer_Utilities.pm FlowGrapher_Colors \
37
		FlowMonitor_Collector FlowMonitor_Grapher \
38
		FlowMonitor_Collector FlowMonitor_Grapher \
38
		FlowMonitor_Recreate FlowMonitor_Thumbnail FlowViewer_CleanASCache \
39
		FlowMonitor_Recreate FlowMonitor_Thumbnail FlowViewer_CleanASCache \
39
		FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK \
40
		FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK
40
		NamedInterfaces_Devices NamedInterfaces_Exporters
41
PLIST_DATA=	FG_button.png FM_button.png FV_button.png FlowViewer.css
41
PLIST_DATA=	FG_button.png FM_button.png FV_button.png FlowViewer.css
42
PLIST_TOOLS=	flowcapture_restart resize_rrdtools flowmonitor_grapher_nonlazy \
42
PLIST_TOOLS=	flowcapture_restart resize_rrdtools flowmonitor_grapher_nonlazy \
43
		date_to_epoch_gm performance_check flowmonitor_restart \
43
		date_to_epoch_gm performance_check flowmonitor_restart \
Lines 69-75 Link Here
69
do-install:
69
do-install:
70
	${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}
70
	${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}
71
	${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tools
71
	${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tools
72
	${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.dist
72
	${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.sample
73
	${INSTALL_DATA} ${WRKSRC}/NamedInterfaces_Devices ${STAGEDIR}${FLOWVIEWERDIR}/NamedInterfaces_Devices.sample
74
	${INSTALL_DATA} ${WRKSRC}/NamedInterfaces_Exporters ${STAGEDIR}${FLOWVIEWERDIR}/NamedInterfaces_Exporters.sample
73
	${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tmp ${STAGEDIR}${FLOWVIEWERDIR}/reports ${STAGEDIR}${FLOWVIEWERDIR}/graphs \
75
	${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tmp ${STAGEDIR}${FLOWVIEWERDIR}/reports ${STAGEDIR}${FLOWVIEWERDIR}/graphs \
74
	${STAGEDIR}${FLOWVIEWERDIR}/monitor ${STAGEDIR}${FLOWVIEWERDIR}/working ${STAGEDIR}${FLOWVIEWERDIR}/saves \
76
	${STAGEDIR}${FLOWVIEWERDIR}/monitor ${STAGEDIR}${FLOWVIEWERDIR}/working ${STAGEDIR}${FLOWVIEWERDIR}/saves \
75
	${STAGEDIR}${FLOWVIEWERDIR}/names ${STAGEDIR}${FLOWVIEWERDIR}/ipsets ${STAGEDIR}${FLOWVIEWERDIR}/filters \
77
	${STAGEDIR}${FLOWVIEWERDIR}/names ${STAGEDIR}${FLOWVIEWERDIR}/ipsets ${STAGEDIR}${FLOWVIEWERDIR}/filters \
(-)pkg-plist (-3 / +3 lines)
Lines 23-29 Link Here
23
%%FLOWVIEWERDIR%%/FlowViewer_CleanFiles
23
%%FLOWVIEWERDIR%%/FlowViewer_CleanFiles
24
%%FLOWVIEWERDIR%%/FlowViewer_CleanHostCache
24
%%FLOWVIEWERDIR%%/FlowViewer_CleanHostCache
25
%%FLOWVIEWERDIR%%/FlowViewer_CleanSiLK
25
%%FLOWVIEWERDIR%%/FlowViewer_CleanSiLK
26
%%FLOWVIEWERDIR%%/FlowViewer_Configuration.pm.dist
26
%%FLOWVIEWERDIR%%/FlowViewer_Configuration.pm.sample
27
%%FLOWVIEWERDIR%%/FlowViewer_Main.cgi
27
%%FLOWVIEWERDIR%%/FlowViewer_Main.cgi
28
%%FLOWVIEWERDIR%%/FlowViewer_Replay.cgi
28
%%FLOWVIEWERDIR%%/FlowViewer_Replay.cgi
29
%%FLOWVIEWERDIR%%/FlowViewer_Save.cgi
29
%%FLOWVIEWERDIR%%/FlowViewer_Save.cgi
Lines 31-38 Link Here
31
%%FLOWVIEWERDIR%%/FlowViewer_Sort.cgi
31
%%FLOWVIEWERDIR%%/FlowViewer_Sort.cgi
32
%%FLOWVIEWERDIR%%/FlowViewer_UI.pm
32
%%FLOWVIEWERDIR%%/FlowViewer_UI.pm
33
%%FLOWVIEWERDIR%%/FlowViewer_Utilities.pm
33
%%FLOWVIEWERDIR%%/FlowViewer_Utilities.pm
34
%%FLOWVIEWERDIR%%/NamedInterfaces_Devices
34
%%FLOWVIEWERDIR%%/NamedInterfaces_Devices.sample
35
%%FLOWVIEWERDIR%%/NamedInterfaces_Exporters
35
%%FLOWVIEWERDIR%%/NamedInterfaces_Exporters.sample
36
%%FLOWVIEWERDIR%%/dscan.suppress.dst
36
%%FLOWVIEWERDIR%%/dscan.suppress.dst
37
%%FLOWVIEWERDIR%%/dscan.suppress.src
37
%%FLOWVIEWERDIR%%/dscan.suppress.src
38
%%FLOWVIEWERDIR%%/tools/analyze_flowmonitor_debug
38
%%FLOWVIEWERDIR%%/tools/analyze_flowmonitor_debug
(-)files/pkg-message.in (-2 / +4 lines)
Lines 2-9 Link Here
2
2
3
    %%FLOWVIEWERDIR%%
3
    %%FLOWVIEWERDIR%%
4
4
5
Please copy FlowViewer_Configuration.pm.dist to FlowViewer_Configuration.pm
5
Please copy FlowViewer_Configuration.pm.sample to FlowViewer_Configuration.pm,
6
and edit it to suit your needs.
6
NamedInterfaces_Devices.sample to NamedInterfaces_Devices,
7
NamedInterfaces_Exporters.sample to NamedInterfaces_Exporters
8
and edit them to suit your needs.
7
9
8
To make FlowViewer available through your web site, I suggest
10
To make FlowViewer available through your web site, I suggest
9
that you add something like the following to httpd.conf:
11
that you add something like the following to httpd.conf:

Return to bug 196013