[Frugalware-darcs] frugalware-current: munin-1.2.3-1-i686

2006-05-13 Thread crazy
[munin-1.2.3-1-i686
crazy [EMAIL PROTECTED]**20060513152239
 * sec - SBU
] {
hunk ./extra/source/network/munin/FrugalBuild 2
-# Compiling Time: 9 sec
+# Compiling Time: 0.01 SBU
hunk ./extra/source/network/munin/FrugalBuild 43
-# vim: ft=sh
-
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: munin-1.2.3-1-i686

2006-03-08 Thread crazy
[munin-1.2.3-1-i686
crazy [EMAIL PROTECTED]**20060309062305
 * fixing url() | up2date()
] {
hunk ./extra/source/network/munin/FrugalBuild 9
-url=http://www.linpro.no/projects/munin/;
+url=http://munin.projects.linpro.no/;
hunk ./extra/source/network/munin/FrugalBuild 13
-up2date=lynx -dump http://sourceforge.net/projects/munin|grep 'stable \['|sed 
's/.*\]\([0-9\.]*\) .*/\1/'
-source=(http://puzzle.dl.sourceforge.net/sourceforge/munin/munin_$pkgver.tar.gz
 Makefile.config munin.cron munin.logrotate rrdtool12.patch)
+up2date=lynx -dump $url|grep 'Stable'|sed 's/.*: \(.*\)\ .*D.*/\1/'
+source=(http://puzzle.dl.sourceforge.net/sourceforge/munin/munin_$pkgver.tar.gz
  Makefile.config munin.cron munin.logrotate rrdtool12.patch)
}
___
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs


[Frugalware-darcs] frugalware-current: munin-1.2.3-1-i686

2005-09-06 Thread VMiklos
Tue Sep  6 22:01:17 CEST 2005  VMiklos [EMAIL PROTECTED]
  * munin-1.2.3-1-i686
  new package
  from Zoltan Kiss [EMAIL PROTECTED]
diff -rN -u old-frugalware-current/extra/source/network/munin/FrugalBuild 
new-frugalware-current/extra/source/network/munin/FrugalBuild
--- old-frugalware-current/extra/source/network/munin/FrugalBuild   
1970-01-01 01:00:00.0 +0100
+++ new-frugalware-current/extra/source/network/munin/FrugalBuild   
2005-09-06 22:02:19.0 +0200
@@ -0,0 +1,43 @@
+# Last Modified: Tue, 06 Sep 2005 18:16:16 +0200
+# Compiling Time: 9 sec
+# Maintainer: Zoltan Kiss [EMAIL PROTECTED]
+
+pkgname=munin
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=Munin is a tool for graphing all sorts of information about one or 
more servers and displaying it in a web interface.
+url=http://www.linpro.no/projects/munin/;
+depends=('rrdtool=1.2.11-2' 'perl-html-template')
+groups=('network-extra')
+archs=('i686')
+up2date=lynx -dump http://sourceforge.net/projects/munin|grep 'stable \['|sed 
's/.*\]\([0-9\.]*\) .*/\1/'
+source=(http://puzzle.dl.sourceforge.net/sourceforge/munin/munin_$pkgver.tar.gz
 Makefile.config munin.cron munin.logrotate rrdtool12.patch)
+sha1sums=('ed9a556a7540fb93c5c8d504c595af631e9ec80f' \
+ '2a673dd3cc2765a430d42d3d99acec8dd52beb6f' \
+ '876dfcb7c1690be14611db4e9d55b9b40cedac88' \
+ 'a1ce31369c2278c1f53509178856341f9a9f6cc6' \
+ 'bedd8559834956b87190dcb9718d9d6463db88b9')
+   
+build()
+{
+   Fpatchall
+   cp -f $Fsrcdir/Makefile.config ./
+   make install-main DESTDIR=$Fdestdir
+   Ffile var/spool/cron/crontabs/munin.cron
+   Fmv var/spool/cron/crontabs/munin.cron var/spool/cron/crontabs/munin
+   Ffile etc/logrotate.d/munin.logrotate
+   Fmv etc/logrotate.d/munin.logrotate etc/logrotate.d/munin
+
+   Fsed $Fdestdir  $Fdestdir/etc/munin/munin.conf
+   Fsed $Fdestdir/  $Fdestdir/usr/bin/munin-cron
+   Fsed $Fdestdir  $Fdestdir/usr/lib/perl5/site_perl/`perl -e 'printf 
%vd, $^V'`/Munin.pm
+   Fsed $Fdestdir  $Fdestdir/usr/share/munin/munin-graph
+   Fsed $Fdestdir  $Fdestdir/usr/share/munin/munin-html
+   Fsed $Fdestdir  $Fdestdir/usr/share/munin/munin-limits
+   Fsed $Fdestdir  $Fdestdir/usr/share/munin/munin-update
+   Fsed $Fdestdir  $Fdestdir/usr/libexec/cgi-bin/munin-cgi-graph
+}
+
+# optimalization OK
+
+# vim: ft=sh
diff -rN -u old-frugalware-current/extra/source/network/munin/Makefile.config 
new-frugalware-current/extra/source/network/munin/Makefile.config
--- old-frugalware-current/extra/source/network/munin/Makefile.config   
1970-01-01 01:00:00.0 +0100
+++ new-frugalware-current/extra/source/network/munin/Makefile.config   
2005-09-06 22:02:19.0 +0200
@@ -0,0 +1,88 @@
+# This file specifies where Munin will look for things after you've
+# run 'make' in the source directory.  Modify it to suit your needs.
+
+# DESTDIR is empty during building, and optionally set to point to
+# a shadow tree during make install.
+
+#
+# the base of the Munin installation.
+# 
+PREFIX = $(DESTDIR)/
+
+# Where Munin keeps its configurations (server.conf, client.conf, ++)
+CONFDIR= $(DESTDIR)/etc/munin
+
+# Server only - where to put munin-cron
+BINDIR = $(PREFIX)/usr/bin
+
+# Client only - where to put munin-node, munin-node-configure, and munin-run
+SBINDIR= $(PREFIX)/usr/sbin
+
+# Where to put text and html documentation
+DOCDIR = $(PREFIX)/usr/share/doc/munin
+
+# Where to put man pages
+MANDIR = $(PREFIX)/usr/share/man/munin
+
+# Where to put internal binaries and plugin repository
+LIBDIR = $(PREFIX)/usr/share/munin
+
+# Server only - Output directory
+HTMLDIR= $(PREFIX)/var/www/html/munin
+CGIDIR = $(PREFIX)/usr/libexec/cgi-bin
+
+# Client only - Where to put RRD files and other intenal data
+DBDIR  = $(DESTDIR)/var/lib/munin
+
+# Client only - Where plugins should put their states. Must be writable by
+# group munin, and should be preserved between reboots
+PLUGSTATE  = $(DBDIR)/plugin-state
+
+# Where Munin should place its logs.
+LOGDIR = $(DESTDIR)/var/log/munin
+
+# Location of PID files and other statefiles. On the server, must be
+# writable by the user munin.
+STATEDIR   = $(DESTDIR)/var/run/munin
+
+# The perl interpreter to use
+PERL   = $(shell which perl)
+
+# The python interpreter to use (used by some plugins)
+PYTHON = /usr/bin/env python
+
+# Server only - Where to install the perl libraries
+PERLLIB= $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed 
s/[\';]//g)
+
+# Client only - Install plugins for this architecture
+OSTYPE = $(shell uname | tr '[A-Z]' '[a-z]')
+
+# How to figure out the hostname. (Only used in default configuration
+# files)
+HOSTNAME   = localhost.localdomain
+
+# Munin version number.
+VERSION= $(shell cat RELEASE)
+
+# User to run munin as
+USER   = munin
+GROUP  = munin
+
+# Default user to run the plugins as
+PLUGINUSER =