pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ganglia-webfrontend Update to 3.0.1 and switch to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70f58223bdfb
branches: trunk
changeset: 492018:70f58223bdfb
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Apr 03 19:15:20 2005 +0000
description:
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:
www/ganglia-webfrontend/Makefile | 11 ++++++-----
www/ganglia-webfrontend/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r 3f459719f1bb -r 70f58223bdfb www/ganglia-webfrontend/Makefile
--- a/www/ganglia-webfrontend/Makefile Sun Apr 03 19:13:50 2005 +0000
+++ b/www/ganglia-webfrontend/Makefile Sun Apr 03 19:15:20 2005 +0000
@@ -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@localhost
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 -r 3f459719f1bb -r 70f58223bdfb www/ganglia-webfrontend/distinfo
--- a/www/ganglia-webfrontend/distinfo Sun Apr 03 19:13:50 2005 +0000
+++ b/www/ganglia-webfrontend/distinfo Sun Apr 03 19:15:20 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index