update to 0.97a
This commit is contained in:
parent
d68bbb33d2
commit
b88a7a4fa5
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/11 21:10:33 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/03/27 00:00:49 sthen Exp $
|
||||
|
||||
COMMENT= graphical network traffic map
|
||||
|
||||
DISTNAME= php-weathermap-0.96a
|
||||
DISTNAME= php-weathermap-0.97a
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
CATEGORIES= net www
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (php-weathermap-0.96a.zip) = 1+5jBqjHkNS/l3Lo6o9Dhw==
|
||||
RMD160 (php-weathermap-0.96a.zip) = jSur+McFDlCdbFVCJ6/38ZLtx3I=
|
||||
SHA1 (php-weathermap-0.96a.zip) = eRbgOyNz7mYtFi66R2cZ+56rZnQ=
|
||||
SHA256 (php-weathermap-0.96a.zip) = VUlNDkEVSkg8vADgm5Ex8y6vXZTSUDC6aC7XlOBWX3k=
|
||||
SIZE (php-weathermap-0.96a.zip) = 2883600
|
||||
MD5 (php-weathermap-0.97a.zip) = frcCQ/7xY3IUI7PofX6EtA==
|
||||
RMD160 (php-weathermap-0.97a.zip) = ldwQ0lkY2IEPVSwA9bc939OvsVg=
|
||||
SHA1 (php-weathermap-0.97a.zip) = 98nG0cN7DWxg4QEfNRMww5bQV6Q=
|
||||
SHA256 (php-weathermap-0.97a.zip) = WwxEjiAn4ipsrMOgeHHos9BffJJ645M6nFClMy0CnqU=
|
||||
SIZE (php-weathermap-0.97a.zip) = 2927302
|
||||
|
@ -5,3 +5,6 @@ customisation features and an optional map editor are provided.
|
||||
Support is built in for RRD, MRTG (RRD and old log-format), and
|
||||
tab-delimited text files. Other sources are via plugins or external
|
||||
scripts. Weathermap can also be integrated with Cacti.
|
||||
|
||||
This package installs to ${INSTDIR}; you might want to symlink
|
||||
it from a suitable location, e.g. ln -s ../weathermap /var/www/htdocs
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/11 21:10:33 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/03/27 00:00:49 sthen Exp $
|
||||
weathermap/
|
||||
weathermap/CHANGES
|
||||
weathermap/COPYING
|
||||
@ -24,6 +24,7 @@ weathermap/configs/simple.conf-dist
|
||||
@sample weathermap/configs/simple.conf
|
||||
@mode
|
||||
@group
|
||||
weathermap/convert-to-dsstats.php
|
||||
weathermap/docs/
|
||||
weathermap/docs/example/
|
||||
weathermap/docs/example/Gradient_BK_800.png
|
||||
@ -122,6 +123,8 @@ weathermap/images/background1_950x625_197.jpg
|
||||
weathermap/images/blue-ball-64.png
|
||||
weathermap/images/blueboard1024.png
|
||||
weathermap/images/btn_recalc.png
|
||||
weathermap/images/button_editgroups.png
|
||||
weathermap/images/button_settings.gif
|
||||
weathermap/images/bw_gradient_1024.png
|
||||
weathermap/images/comment.png
|
||||
weathermap/images/cross.png
|
||||
@ -165,6 +168,7 @@ weathermap/lib/datasources/README.txt
|
||||
weathermap/lib/datasources/WeatherMapDataSource_cactihost.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_cactithold.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_dbsample.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_dsstats.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_external.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_fping.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_mrtg.php
|
||||
@ -174,6 +178,7 @@ weathermap/lib/datasources/WeatherMapDataSource_snmp.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_static.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_tabfile.php
|
||||
weathermap/lib/datasources/WeatherMapDataSource_time.php
|
||||
weathermap/lib/ds-common.php
|
||||
weathermap/lib/index.php
|
||||
weathermap/lib/poller-common.php
|
||||
weathermap/lib/post/
|
||||
@ -194,6 +199,7 @@ weathermap/overlib.js
|
||||
weathermap/random-bits/
|
||||
weathermap/random-bits/README
|
||||
weathermap/random-bits/auto-overlib.pl
|
||||
weathermap/random-bits/bristle.php
|
||||
weathermap/random-bits/cacti-integrate.php
|
||||
weathermap/random-bits/cacti-mapper.php
|
||||
weathermap/random-bits/map-split.php
|
||||
@ -204,6 +210,7 @@ weathermap/random-bits/suite-2.png
|
||||
weathermap/setup.php
|
||||
weathermap/weathermap
|
||||
weathermap/weathermap-cacti-plugin-mgmt.php
|
||||
weathermap/weathermap-cacti-plugin.css
|
||||
weathermap/weathermap-cacti-plugin.php
|
||||
weathermap/weathermap-cacti-rebuild.php
|
||||
weathermap/weathermap.conf-dist
|
||||
|
Loading…
Reference in New Issue
Block a user