From 8d23e628364f6a1a68647e408e7ade7010f27511 Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 7 Feb 2005 14:39:27 +0000 Subject: Initial import of ganglia-webfrontend: Ganglia provides a complete real-time monitoring and execution environment that is in use by hundreds of universities, private and government laboratories and commercial cluster implementors around the world. Whether you want to monitor hundreds of computers in real-time across a university campus or around the world, ganglia is for you. The ganglia web frontend provides access to the data collected by the monitoring core (parallel/ganglia-monitor-core) via the web. --- www/ganglia-webfrontend/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 www/ganglia-webfrontend/Makefile (limited to 'www/ganglia-webfrontend/Makefile') diff --git a/www/ganglia-webfrontend/Makefile b/www/ganglia-webfrontend/Makefile new file mode 100644 index 00000000000..a7a469044d1 --- /dev/null +++ b/www/ganglia-webfrontend/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/07 14:39:27 jschauma Exp $ +# + +DISTNAME= ganglia-webfrontend-2.5.7 +CATEGORIES= www parallel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/} + +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>=2.5.7:../../parallel/ganglia-monitor-core + +NO_BUILD= YES + +DOCROOT= ${PREFIX}/share/httpd/htdocs/ganglia +MESSAGE_SUBST+= PREFIX=${PREFIX} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} + +do-configure: + ${SED} -e "s|@PREFIX@|${PREFIX}|g" ${WRKSRC}/conf.php > \ + ${WRKSRC}/conf.php.tmp && \ + ${MV} ${WRKSRC}/conf.php.tmp ${WRKSRC}/conf.php + ${RM} ${WRKSRC}/conf.php.orig ${WRKSRC}/templates/default/footer.tpl.orig + +do-install: + ${INSTALL_DATA_DIR} ${DOCROOT} + cd ${WRKSRC} && ${PAX} -rw . ${DOCROOT}/ + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3