diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-04-03 19:15:20 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-04-03 19:15:20 +0000 |
commit | 45dde91cba86d106649d67de6908ab99287bca82 (patch) | |
tree | 9f9d5cceb330068a21951d1657f24a738e9b37d9 /www | |
parent | a89a07221d555da11091368adcd0c876373ec6cd (diff) | |
download | pkgsrc-45dde91cba86d106649d67de6908ab99287bca82.tar.gz |
Update to 3.0.1 and switch to .tar.bz2 distfile.
Changes:
* web/pie.php (1.5): Updated the file to explicitly reflect that
this file was/is released into the public domain
* web/header.php (1.6): Make some more information available to
templates.
* web/host_view.php (1.5): Patched web frontend to report
gmond_started
http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=31
* web/: cluster_view.php (1.6), conf.php (1.6),
templates/default/cluster_view.tpl (1.7): Make packet graph
optional in a way that allows new optional graphs to be easily
added as well. Fix bug reported by Koo Kee Kiat relating to null
arrays.
* web/conf.php (1.5): Use the generated version.php instead of hard
coding the value here.
* web/: conf.php (1.4), get_context.php (1.6), graph.php (1.8),
templates/default/cluster_view.tpl (1.6),
templates/default/host_view.tpl (1.7): MKN: Add cpu_wio to the CPU
Summary. Lost in the CVS wars :-) MKN: Add Packets/sec summary to
Cluster and Host view. Ditto lost. MKN: Bring version to 3.0.0 to
be in line with release name.
Diffstat (limited to 'www')
-rw-r--r-- | www/ganglia-webfrontend/Makefile | 11 | ||||
-rw-r--r-- | www/ganglia-webfrontend/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/www/ganglia-webfrontend/Makefile b/www/ganglia-webfrontend/Makefile index 80c3ab0c4b7..553e7f3ddf0 100644 --- a/www/ganglia-webfrontend/Makefile +++ b/www/ganglia-webfrontend/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.2 2005/02/10 02:34:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/03 19:15:20 jschauma Exp $ # -DISTNAME= ganglia-3.0.0 -PKGNAME= ganglia-webfrontend-3.0.0 +DISTNAME= ganglia-3.0.1 +PKGNAME= ganglia-webfrontend-3.0.1 CATEGORIES= www parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://ganglia.sourceforge.net/ COMMENT= PHP based frontend for the Ganglia Cluster Monitor DEPENDS+= ap-php>=4.1:../../www/ap-php -DEPENDS+= ganglia-monitor-core>=3.0.0:../../parallel/ganglia-monitor-core +DEPENDS+= ganglia-monitor-core>=3.0.1:../../parallel/ganglia-monitor-core NO_BUILD= YES -WRKSRC= ${WRKDIR}/ganglia-3.0.0/web/ +WRKSRC= ${WRKDIR}/${DISTNAME}/web/ DOCROOT= ${PREFIX}/share/httpd/htdocs/ganglia MESSAGE_SUBST+= PREFIX=${PREFIX} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} diff --git a/www/ganglia-webfrontend/distinfo b/www/ganglia-webfrontend/distinfo index 3eb6e3f3ba3..622fef6415c 100644 --- a/www/ganglia-webfrontend/distinfo +++ b/www/ganglia-webfrontend/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 14:08:30 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/04/03 19:15:20 jschauma Exp $ -SHA1 (ganglia-3.0.0.tar.gz) = e669aa828e10a5f71e90c8226ba41566b5fb9e42 -RMD160 (ganglia-3.0.0.tar.gz) = 275223015556b7a0b32c1a2b2932a29061f3d847 -Size (ganglia-3.0.0.tar.gz) = 3389093 bytes +SHA1 (ganglia-3.0.1.tar.bz2) = 3e5c4ec4a509713974dd1e8d516127f6aa2c5a20 +RMD160 (ganglia-3.0.1.tar.bz2) = 1f0ecc7388f1058d64df9ab98734810a983e6d26 +Size (ganglia-3.0.1.tar.bz2) = 2649342 bytes SHA1 (patch-aa) = 8f16c03a3f6c4234e2fbb742f54f748ff18e52b4 SHA1 (patch-ab) = e78f35ea283860b345db4a4247b28898034cd7fd |