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

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ganglia-webfrontend
8
PORTNAME=	ganglia-webfrontend
9
PORTVERSION=	2.5.3
9
PORTVERSION=	2.5.4
10
CATEGORIES=	sysutils net parallel www
10
CATEGORIES=	sysutils net parallel www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	ganglia
12
MASTER_SITE_SUBDIR=	ganglia
Lines 33-39 WWWGRP?= www Link Here
33
#
33
#
34
WEBFRONTDIR=	${WWWDOCROOT}/${WEBFRONTURL}
34
WEBFRONTDIR=	${WWWDOCROOT}/${WEBFRONTURL}
35
PKGOPTS=	${FILESDIR}/pkg-opts
35
PKGOPTS=	${FILESDIR}/pkg-opts
36
EXCEPTFILES=	AUTHORS ChangeLog COPYING
36
EXCEPTFILES=	AUTHORS ChangeLog COPYING webfrontend.spec
37
37
38
options:
38
options:
39
	@ ${ECHO_MSG} "===>  Build options for ${PKGNAME}:"
39
	@ ${ECHO_MSG} "===>  Build options for ${PKGNAME}:"
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ganglia-webfrontend-2.5.3.tar.gz) = bb16ba799049a52de4dd13c9495c704f
1
MD5 (ganglia-webfrontend-2.5.4.tar.gz) = 952b32c343c797f07688f354170d7c59
(-)pkg-plist (+5 lines)
Lines 12-20 Link Here
12
%%WEBFRONTDIR%%/header.php
12
%%WEBFRONTDIR%%/header.php
13
%%WEBFRONTDIR%%/host_view.php
13
%%WEBFRONTDIR%%/host_view.php
14
%%WEBFRONTDIR%%/index.php
14
%%WEBFRONTDIR%%/index.php
15
%%WEBFRONTDIR%%/info.php
15
%%WEBFRONTDIR%%/meta_view.php
16
%%WEBFRONTDIR%%/meta_view.php
16
%%WEBFRONTDIR%%/node_legend.html
17
%%WEBFRONTDIR%%/node_legend.html
17
%%WEBFRONTDIR%%/physical_view.php
18
%%WEBFRONTDIR%%/physical_view.php
19
%%WEBFRONTDIR%%/pie.php
18
%%WEBFRONTDIR%%/private_clusters
20
%%WEBFRONTDIR%%/private_clusters
19
%%WEBFRONTDIR%%/show_node.php
21
%%WEBFRONTDIR%%/show_node.php
20
%%WEBFRONTDIR%%/styles.css
22
%%WEBFRONTDIR%%/styles.css
Lines 41-52 Link Here
41
%%WEBFRONTDIR%%/templates/default/images/grid_75-100.jpg
43
%%WEBFRONTDIR%%/templates/default/images/grid_75-100.jpg
42
%%WEBFRONTDIR%%/templates/default/images/grid_overloaded.jpg
44
%%WEBFRONTDIR%%/templates/default/images/grid_overloaded.jpg
43
%%WEBFRONTDIR%%/templates/default/images/grid_private.jpg
45
%%WEBFRONTDIR%%/templates/default/images/grid_private.jpg
46
%%WEBFRONTDIR%%/templates/default/cluster_extra.tpl
44
%%WEBFRONTDIR%%/templates/default/cluster_view.tpl
47
%%WEBFRONTDIR%%/templates/default/cluster_view.tpl
45
%%WEBFRONTDIR%%/templates/default/footer.tpl
48
%%WEBFRONTDIR%%/templates/default/footer.tpl
46
%%WEBFRONTDIR%%/templates/default/header-nobanner.tpl
49
%%WEBFRONTDIR%%/templates/default/header-nobanner.tpl
47
%%WEBFRONTDIR%%/templates/default/header.tpl
50
%%WEBFRONTDIR%%/templates/default/header.tpl
51
%%WEBFRONTDIR%%/templates/default/host_extra.tpl
48
%%WEBFRONTDIR%%/templates/default/host_view.tpl
52
%%WEBFRONTDIR%%/templates/default/host_view.tpl
49
%%WEBFRONTDIR%%/templates/default/meta_view.tpl
53
%%WEBFRONTDIR%%/templates/default/meta_view.tpl
54
%%WEBFRONTDIR%%/templates/default/node_extra.tpl
50
%%WEBFRONTDIR%%/templates/default/physical_view.tpl
55
%%WEBFRONTDIR%%/templates/default/physical_view.tpl
51
%%WEBFRONTDIR%%/templates/default/show_node.tpl
56
%%WEBFRONTDIR%%/templates/default/show_node.tpl
52
%%WEBFRONTDIR%%/templates/default/grid_tree.tpl
57
%%WEBFRONTDIR%%/templates/default/grid_tree.tpl
(-)files/patch-conf.php (-4 / +4 lines)
Lines 1-8 Link Here
1
1
2
$FreeBSD: ports/sysutils/ganglia-webfrontend/files/patch-conf.php,v 1.1 2003/09/29 14:08:41 edwin Exp $
2
$FreeBSD$
3
3
4
--- conf.php.orig	Thu Feb 20 18:10:49 2003
4
--- conf.php.orig	Mon Aug 11 15:56:15 2003
5
+++ conf.php	Thu Feb 20 18:14:37 2003
5
+++ conf.php	Tue Oct 28 11:59:38 2003
6
@@ -22,12 +22,12 @@
6
@@ -22,12 +22,12 @@
7
 #$gmetad_root = "/usr/local/gmetad";
7
 #$gmetad_root = "/usr/local/gmetad";
8
 
8
 
Lines 12-18 $FreeBSD: ports/sysutils/ganglia-webfron Link Here
12
 $rrds = "$gmetad_root/rrds";
12
 $rrds = "$gmetad_root/rrds";
13
 
13
 
14
 # Leave this alone if rrdtool is installed in $gmetad_root,
14
 # Leave this alone if rrdtool is installed in $gmetad_root,
15
 # otherwise, change it if it's installed elsewhere (like /usr/bin)
15
 # otherwise, change it if it is installed elsewhere (like /usr/bin)
16
-define("RRDTOOL", "/usr/bin/rrdtool");
16
-define("RRDTOOL", "/usr/bin/rrdtool");
17
+define("RRDTOOL", "%%PREFIX%%/bin/rrdtool");
17
+define("RRDTOOL", "%%PREFIX%%/bin/rrdtool");

Return to bug 58658