View | Details | Raw Unified | Return to bug 105088
Collapse All | Expand All

(-)/usr/home/samm/tmp/flowviewer/Makefile (+6 lines)
Lines 61-66 Link Here
61
	@${INSTALL_DATA} ${WRKSRC}/FlowTracker.png ${FLOWVIEWERDIR}
61
	@${INSTALL_DATA} ${WRKSRC}/FlowTracker.png ${FLOWVIEWERDIR}
62
	@${INSTALL_DATA} ${WRKSRC}/FlowTracker_Links.png ${FLOWVIEWERDIR}
62
	@${INSTALL_DATA} ${WRKSRC}/FlowTracker_Links.png ${FLOWVIEWERDIR}
63
	@${INSTALL_DATA} ${WRKSRC}/FlowViewer.png ${FLOWVIEWERDIR}
63
	@${INSTALL_DATA} ${WRKSRC}/FlowViewer.png ${FLOWVIEWERDIR}
64
	@${MKDIR} ${FLOWVIEWERDIR}/tmp ${FLOWVIEWERDIR}/reports \
65
	${FLOWVIEWERDIR}/graphs ${FLOWVIEWERDIR}/tracker 
66
	@${CHOWN} ${WWWOWN}:${WWWGRP} ${FLOWVIEWERDIR}/tmp \
67
	${FLOWVIEWERDIR}/reports ${FLOWVIEWERDIR}/graphs \
68
	${FLOWVIEWERDIR}/tracker
69
64
.if !defined(NOPORTDOCS)
70
.if !defined(NOPORTDOCS)
65
	@${MKDIR} ${DOCSDIR}
71
	@${MKDIR} ${DOCSDIR}
66
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
72
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
(-)/usr/home/samm/tmp/flowviewer/files/patch-config (-6 / +6 lines)
Lines 1-6 Link Here
1
--- FlowViewer_Configuration.pm.dist	Tue Oct 17 23:39:53 2006
1
--- FlowViewer_Configuration.pm.orig	Wed Oct  4 23:19:00 2006
2
+++ FlowViewer_Configuration.pm	Wed Oct 18 00:19:10 2006
2
+++ FlowViewer_Configuration.pm	Thu Nov  2 22:21:03 2006
3
@@ -43,22 +43,25 @@
3
@@ -43,22 +43,26 @@
4
 
4
 
5
 # Directories and Files:
5
 # Directories and Files:
6
 
6
 
Lines 12-18 Link Here
12
-$tracker_short           = "/FlowTracker";
12
-$tracker_short           = "/FlowTracker";
13
-$cgi_bin_directory       = "/htp/cgi-bin/FlowViewer_3.0";
13
-$cgi_bin_directory       = "/htp/cgi-bin/FlowViewer_3.0";
14
-$cgi_bin_short           = "/cgi-bin/FlowViewer_3.0";
14
-$cgi_bin_short           = "/cgi-bin/FlowViewer_3.0";
15
-$work_directory          = "/tmp";
16
+$reports_directory       = "%%FLOWVIEWERDIR%%/reports";
15
+$reports_directory       = "%%FLOWVIEWERDIR%%/reports";
17
+$reports_short           = "/FlowViewer/reports";
16
+$reports_short           = "/FlowViewer/reports";
18
+$graphs_directory        = "%%FLOWVIEWERDIR%%/graphs";
17
+$graphs_directory        = "%%FLOWVIEWERDIR%%/graphs";
Lines 25-35 Link Here
25
+$reports_short           = "/FlowViewer/reports";
24
+$reports_short           = "/FlowViewer/reports";
26
+$graphs_directory        = "%%FLOWVIEWERDIR%%/graphs";
25
+$graphs_directory        = "%%FLOWVIEWERDIR%%/graphs";
27
+$graphs_short            = "/FlowViewer/graphs";
26
+$graphs_short            = "/FlowViewer/graphs";
27
 $work_directory          = "/tmp";
28
 $names_directory         = "/tmp";
28
 $names_directory         = "/tmp";
29
-$filter_directory        = "/htp/cgi-bin/Flow_Temp/FlowTracker_Filters";
29
-$filter_directory        = "/htp/cgi-bin/Flow_Temp/FlowTracker_Filters";
30
-$rrdtool_directory       = "/htp/cgi-bin/Flow_Temp/FlowTracker_RRDtool";
30
-$rrdtool_directory       = "/htp/cgi-bin/Flow_Temp/FlowTracker_RRDtool";
31
+$filter_directory        = "%%FLOWVIEWERDIR%%/tracker_filters";
31
+$filter_directory        = "%%FLOWVIEWERDIR%%/tmp/filters";
32
+$rrdtool_directory       = "%%FLOWVIEWERDIR%%/tracket_rrdtools";
32
+$rrdtool_directory       = "%%FLOWVIEWERDIR%%/tmp/rrdtools";
33
 
33
 
34
-$flow_data_directory     = "/htp/flows";
34
-$flow_data_directory     = "/htp/flows";
35
-$flow_bin_directory      = "/usr/bin";
35
-$flow_bin_directory      = "/usr/bin";
(-)/usr/home/samm/tmp/flowviewer/files/pkg-message.in (-2 / +2 lines)
Lines 8-17 Link Here
8
To make FlowViewer available through your web site, I suggest
8
To make FlowViewer available through your web site, I suggest
9
that you add something like the following to httpd.conf:
9
that you add something like the following to httpd.conf:
10
10
11
    Alias /FlowViewer/ "%%FLOWVIEWERDIR%%"
11
    Alias /FlowViewer/ "%%FLOWVIEWERDIR%%/"
12
12
13
13
14
    <Directory "%%FLOWVIEWERDIR%%">
14
    <Directory "%%FLOWVIEWERDIR%%/">
15
        Options +ExecCGI
15
        Options +ExecCGI
16
        AddHandler cgi-script .cgi
16
        AddHandler cgi-script .cgi
17
        Order allow,deny
17
        Order allow,deny
(-)/usr/home/samm/tmp/flowviewer/pkg-plist (-1 / +5 lines)
Lines 15-19 Link Here
15
%%FLOWVIEWERDIR%%/FlowTracker_Links.png
15
%%FLOWVIEWERDIR%%/FlowTracker_Links.png
16
%%FLOWVIEWERDIR%%/FlowViewer.png
16
%%FLOWVIEWERDIR%%/FlowViewer.png
17
%%PORTDOCS%%%%DOCSDIR%%/README
17
%%PORTDOCS%%%%DOCSDIR%%/README
18
@dirrm %%FLOWVIEWERDIR%%
18
@dirrmtry %%FLOWVIEWERDIR%%/reports
19
@dirrmtry %%FLOWVIEWERDIR%%/graphs
20
@dirrmtry %%FLOWVIEWERDIR%%/tracker
21
@dirrmtry %%FLOWVIEWERDIR%%/tmp
22
@dirrmtry %%FLOWVIEWERDIR%%
19
%%PORTDOCS%%@dirrm %%DOCSDIR%%
23
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 105088