updated to version 0.97c
This commit is contained in:
parent
8944680a12
commit
d561f79a7e
3 changed files with 36 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/02/18 09:55:06 ahp-nils Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/05/27 11:54:23 ahp-nils Exp $
|
||||
#
|
||||
|
||||
DISTNAME= php-weathermap-0.97a
|
||||
PKGNAME= cacti-plugin-weathermap-0.97a
|
||||
DISTNAME= php-weathermap-0.97c
|
||||
PKGNAME= cacti-plugin-weathermap-0.97c
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.network-weathermap.com/files/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
|
|
@ -1,19 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2013/02/18 09:55:06 ahp-nils Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2014/05/27 11:54:23 ahp-nils Exp $
|
||||
share/cacti/plugins/weathermap/CHANGES
|
||||
share/cacti/plugins/weathermap/COPYING
|
||||
share/cacti/plugins/weathermap/HTML_ImageMap.class.php
|
||||
share/cacti/plugins/weathermap/README
|
||||
share/cacti/plugins/weathermap/WeatherMap.functions.php
|
||||
share/cacti/plugins/weathermap/WeatherMapLink.class.php
|
||||
share/cacti/plugins/weathermap/WeatherMapNode.class.php
|
||||
share/cacti/plugins/weathermap/Weathermap.class.php
|
||||
share/cacti/plugins/weathermap/cacti-pick.php
|
||||
share/cacti/plugins/weathermap/check-gdbug.php
|
||||
share/cacti/plugins/weathermap/check.php
|
||||
share/cacti/plugins/weathermap/configs/.htaccess
|
||||
share/cacti/plugins/weathermap/configs/index.php
|
||||
share/cacti/plugins/weathermap/configs/simple.conf
|
||||
share/cacti/plugins/weathermap/convert-to-dsstats.php
|
||||
share/cacti/plugins/weathermap/docs/example/Gradient_BK_800.png
|
||||
share/cacti/plugins/weathermap/docs/example/Vera.ttf
|
||||
share/cacti/plugins/weathermap/docs/example/VeraBI.ttf
|
||||
|
@ -33,6 +27,12 @@ share/cacti/plugins/weathermap/docs/example/graph_image.png
|
|||
share/cacti/plugins/weathermap/docs/example/graph_page.html
|
||||
share/cacti/plugins/weathermap/docs/example/my_router.png
|
||||
share/cacti/plugins/weathermap/docs/example/overlib.js
|
||||
share/cacti/plugins/weathermap/docs/fonts/PTC55F-webfont.ttf
|
||||
share/cacti/plugins/weathermap/docs/fonts/PTC75F-webfont.ttf
|
||||
share/cacti/plugins/weathermap/docs/fonts/PTN57F-webfont.ttf
|
||||
share/cacti/plugins/weathermap/docs/fonts/PTN77F-webfont.ttf
|
||||
share/cacti/plugins/weathermap/docs/fonts/PTS55F-webfont.ttf
|
||||
share/cacti/plugins/weathermap/docs/fonts/PTS75F-webfont.ttf
|
||||
share/cacti/plugins/weathermap/docs/howto.pdf
|
||||
share/cacti/plugins/weathermap/docs/howto.png
|
||||
share/cacti/plugins/weathermap/docs/images/arrowstyle-classic.png
|
||||
|
@ -68,6 +68,8 @@ share/cacti/plugins/weathermap/docs/images/viastyle-curved.png
|
|||
share/cacti/plugins/weathermap/docs/images/weathermap-example.png
|
||||
share/cacti/plugins/weathermap/docs/images/weathermap-mini.png
|
||||
share/cacti/plugins/weathermap/docs/index.html
|
||||
share/cacti/plugins/weathermap/docs/kube101/css/kube.min.css
|
||||
share/cacti/plugins/weathermap/docs/manual.css
|
||||
share/cacti/plugins/weathermap/docs/pages/advanced.html
|
||||
share/cacti/plugins/weathermap/docs/pages/cacti-plugin.html
|
||||
share/cacti/plugins/weathermap/docs/pages/changes.html
|
||||
|
@ -83,12 +85,12 @@ share/cacti/plugins/weathermap/docs/pages/install-cli.html
|
|||
share/cacti/plugins/weathermap/docs/pages/main.html
|
||||
share/cacti/plugins/weathermap/docs/pages/targets.html
|
||||
share/cacti/plugins/weathermap/docs/pages/upgrading.html
|
||||
share/cacti/plugins/weathermap/docs/pages/weathermap.css
|
||||
share/cacti/plugins/weathermap/editor-config.php-dist
|
||||
share/cacti/plugins/weathermap/editor-resources/editor.css
|
||||
share/cacti/plugins/weathermap/editor-resources/editor.js
|
||||
share/cacti/plugins/weathermap/editor-resources/exclamation.png
|
||||
share/cacti/plugins/weathermap/editor-resources/index.php
|
||||
share/cacti/plugins/weathermap/editor-resources/jquery-latest.min.js
|
||||
share/cacti/plugins/weathermap/editor.css
|
||||
share/cacti/plugins/weathermap/editor.inc.php
|
||||
share/cacti/plugins/weathermap/editor.js
|
||||
share/cacti/plugins/weathermap/editor-resources/oldeditor.css
|
||||
share/cacti/plugins/weathermap/editor.php
|
||||
share/cacti/plugins/weathermap/images/Cloud-Filled.png
|
||||
share/cacti/plugins/weathermap/images/Cloud-line.png
|
||||
|
@ -144,12 +146,18 @@ share/cacti/plugins/weathermap/images/wrench_orange.png
|
|||
share/cacti/plugins/weathermap/images/yellow-ball-64.png
|
||||
share/cacti/plugins/weathermap/index.php
|
||||
share/cacti/plugins/weathermap/lib/.htaccess
|
||||
share/cacti/plugins/weathermap/lib/HTML_ImageMap.class.php
|
||||
share/cacti/plugins/weathermap/lib/WeatherMap.functions.php
|
||||
share/cacti/plugins/weathermap/lib/WeatherMap.keywords.inc.php
|
||||
share/cacti/plugins/weathermap/lib/WeatherMapLink.class.php
|
||||
share/cacti/plugins/weathermap/lib/WeatherMapNode.class.php
|
||||
share/cacti/plugins/weathermap/lib/Weathermap.class.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/README.txt
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_cactihost.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_cactithold.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_dbsample.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_dsstats.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_external.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_external.php.disabled
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_fping.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_mrtg.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_rrd.php
|
||||
|
@ -158,23 +166,28 @@ share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_snmp.php
|
|||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_static.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_tabfile.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_time.php
|
||||
share/cacti/plugins/weathermap/lib/datasources/WeatherMapDataSource_wmdata.php
|
||||
share/cacti/plugins/weathermap/lib/ds-common.php
|
||||
share/cacti/plugins/weathermap/lib/editor.inc.php
|
||||
share/cacti/plugins/weathermap/lib/index.php
|
||||
share/cacti/plugins/weathermap/lib/poller-common.php
|
||||
share/cacti/plugins/weathermap/lib/post/WeatherMapPostProcessorTest.php
|
||||
share/cacti/plugins/weathermap/lib/pre/WeatherMapPreProcessorTest.php
|
||||
share/cacti/plugins/weathermap/lib/post/WeatherMapPostProcessorExample.php
|
||||
share/cacti/plugins/weathermap/lib/pre/WeatherMapPreProcessorExample.php
|
||||
share/cacti/plugins/weathermap/logout.php
|
||||
share/cacti/plugins/weathermap/net-data.txt
|
||||
share/cacti/plugins/weathermap/output/.htaccess
|
||||
share/cacti/plugins/weathermap/output/dummy-file.delete-me
|
||||
share/cacti/plugins/weathermap/output/index.php
|
||||
share/cacti/plugins/weathermap/overlib.js
|
||||
share/cacti/plugins/weathermap/random-bits/.htaccess
|
||||
share/cacti/plugins/weathermap/random-bits/README
|
||||
share/cacti/plugins/weathermap/random-bits/auto-overlib.pl
|
||||
share/cacti/plugins/weathermap/random-bits/bristle.php
|
||||
share/cacti/plugins/weathermap/random-bits/cacti-integrate.php
|
||||
share/cacti/plugins/weathermap/random-bits/cacti-mapper.php
|
||||
share/cacti/plugins/weathermap/random-bits/convert-to-dsstats.php
|
||||
share/cacti/plugins/weathermap/random-bits/index.php
|
||||
share/cacti/plugins/weathermap/random-bits/map-split.php
|
||||
share/cacti/plugins/weathermap/random-bits/query_weathermap_runtime.php
|
||||
share/cacti/plugins/weathermap/random-bits/suite-1.conf
|
||||
share/cacti/plugins/weathermap/random-bits/suite-1.png
|
||||
share/cacti/plugins/weathermap/random-bits/suite-2.conf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2013/02/18 09:55:06 ahp-nils Exp $
|
||||
$NetBSD: distinfo,v 1.4 2014/05/27 11:54:23 ahp-nils Exp $
|
||||
|
||||
SHA1 (php-weathermap-0.97a.zip) = f7c9c6d1c37b0d6c60e1011f351330c396d057a4
|
||||
RMD160 (php-weathermap-0.97a.zip) = 95dc10d25918d8810f552c00f5b73ddfd3afb158
|
||||
Size (php-weathermap-0.97a.zip) = 2927302 bytes
|
||||
SHA1 (php-weathermap-0.97c.zip) = dcc94c1c08155483afd8ab9549ca25c8d40d30f9
|
||||
RMD160 (php-weathermap-0.97c.zip) = 76181bfbf6850157265d1851897ada95007c1898
|
||||
Size (php-weathermap-0.97c.zip) = 2997650 bytes
|
||||
|
|
Loading…
Reference in a new issue