Add collectd-web

This commit is contained in:
Keke 2017-11-27 11:36:13 -04:00
parent a16055d711
commit 7727142e64
5 changed files with 237 additions and 0 deletions

View File

@ -414,6 +414,7 @@ SUBDIR+= coldfire
SUBDIR+= collectd-CGP
SUBDIR+= collectd-haproxy
SUBDIR+= collectd-redis
SUBDIR+= collectd-web
SUBDIR+= collectd-unbound
SUBDIR+= colord
SUBDIR+= colord-gtk

0
collectd-web/DESCR Normal file
View File

39
collectd-web/Makefile Normal file
View File

@ -0,0 +1,39 @@
# $NetBSD$
DISTNAME= collectd-web-0.4.1
CATEGORIES= www
GITHUB_PROJECT= collectd-web
MASTER_SITES= ${MASTER_SITE_GITHUB:=httpdss/}
EXTRACT_SUFX= .zip
MAINTAINER= kethzer.dr@gmail.com
HOMEPAGE= https://github.com/httpdss/
COMMENT= Web interface for Collectd
LICENSE= gnu-gpl-v2
NO_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= pax unzip
AUTO_MKDIRS= yes
#EXTRACT_ONLY= # empty
REPLACE_PERL+= cgi-bin/*.pl
REPLACE_PERL+= cgi-bin/*.cgi
INSTALLATION_DIRS= share/collectd-web
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LANGUAGES= # none
DEPENDS+= fcgiwrap>=1.1.0:../../www/fcgiwrap
DEPENDS+= spawn-fcgi>=1.6.3:../../www/spawn-fcgi
DEPENDS+= p5-HTTP-Parser>=0.06:../../www/p5-HTTP-Parser
DEPENDS+= p5-JSON>=2.94:../../converters/p5-JSON
DEPENDS+= p5-RRD-Simple>=1.44:../../databases/p5-RRD-Simple
DEPENDS+= p5-CGI>=4.36:../../www/p5-CGI
#DEPENDS+= cgic>=2.02:../../www/cgic
#DEPENDS+= fcgi>=2.4.0:../../www/fcgi
do-install:
cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${PREFIX}/${INSTALLATION_DIRS}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

191
collectd-web/PLIST Normal file
View File

@ -0,0 +1,191 @@
@comment $NetBSD$
share/collectd-web/.gitignore
share/collectd-web/.project
share/collectd-web/.pydevproject
share/collectd-web/AUTHORS
share/collectd-web/CHANGELOG
share/collectd-web/COPYING
share/collectd-web/README.rst
share/collectd-web/cgi-bin/.htaccess
share/collectd-web/cgi-bin/check_perl_modules.pl
share/collectd-web/cgi-bin/collection.modified.cgi
share/collectd-web/cgi-bin/graphdefs.cgi
share/collectd-web/cgi-bin/time.cgi
share/collectd-web/check_deps.sh
share/collectd-web/docs/Makefile
share/collectd-web/docs/conf.py
share/collectd-web/docs/index.rst
share/collectd-web/docs/make.bat
share/collectd-web/docs/setup.rst
share/collectd-web/docs/usage.rst
share/collectd-web/index.html
share/collectd-web/iphone/index.html
share/collectd-web/media/css/base.css
share/collectd-web/media/css/blueprint/ie.css
share/collectd-web/media/css/blueprint/plugins/buttons/icons/cross.png
share/collectd-web/media/css/blueprint/plugins/buttons/icons/key.png
share/collectd-web/media/css/blueprint/plugins/buttons/icons/tick.png
share/collectd-web/media/css/blueprint/plugins/buttons/readme.txt
share/collectd-web/media/css/blueprint/plugins/buttons/screen.css
share/collectd-web/media/css/blueprint/plugins/fancy-type/readme.txt
share/collectd-web/media/css/blueprint/plugins/fancy-type/screen.css
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/doc.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/email.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/external.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/feed.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/im.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/pdf.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/visited.png
share/collectd-web/media/css/blueprint/plugins/link-icons/icons/xls.png
share/collectd-web/media/css/blueprint/plugins/link-icons/readme.txt
share/collectd-web/media/css/blueprint/plugins/link-icons/screen.css
share/collectd-web/media/css/blueprint/plugins/rtl/readme.txt
share/collectd-web/media/css/blueprint/plugins/rtl/screen.css
share/collectd-web/media/css/blueprint/plugins/silksprite/sprite.css
share/collectd-web/media/css/blueprint/plugins/silksprite/sprites.png
share/collectd-web/media/css/blueprint/print.css
share/collectd-web/media/css/blueprint/screen.css
share/collectd-web/media/css/blueprint/src/forms.css
share/collectd-web/media/css/blueprint/src/grid.css
share/collectd-web/media/css/blueprint/src/grid.png
share/collectd-web/media/css/blueprint/src/ie.css
share/collectd-web/media/css/blueprint/src/print.css
share/collectd-web/media/css/blueprint/src/reset.css
share/collectd-web/media/css/blueprint/src/typography.css
share/collectd-web/media/css/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png
share/collectd-web/media/css/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png
share/collectd-web/media/css/custom-theme/images/ui-bg_flat_10_000000_40x100.png
share/collectd-web/media/css/custom-theme/images/ui-bg_glass_100_f6f6f6_1x400.png
share/collectd-web/media/css/custom-theme/images/ui-bg_glass_100_fdf5ce_1x400.png
share/collectd-web/media/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png
share/collectd-web/media/css/custom-theme/images/ui-bg_gloss-wave_35_f6a828_500x100.png
share/collectd-web/media/css/custom-theme/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
share/collectd-web/media/css/custom-theme/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
share/collectd-web/media/css/custom-theme/images/ui-icons_222222_256x240.png
share/collectd-web/media/css/custom-theme/images/ui-icons_228ef1_256x240.png
share/collectd-web/media/css/custom-theme/images/ui-icons_ef8c08_256x240.png
share/collectd-web/media/css/custom-theme/images/ui-icons_ffd27a_256x240.png
share/collectd-web/media/css/custom-theme/images/ui-icons_ffffff_256x240.png
share/collectd-web/media/css/custom-theme/jquery-ui-1.8.custom.css
share/collectd-web/media/css/custom-theme/jquery-ui-1.8.iphone.css
share/collectd-web/media/images/filetypes/SVG.png
share/collectd-web/media/images/graph-load.png
share/collectd-web/media/images/loading.gif
share/collectd-web/media/images/question.png
share/collectd-web/media/images/shortcut-icon.png
share/collectd-web/media/jqtouch/.htaccess
share/collectd-web/media/jqtouch/LICENSE.txt
share/collectd-web/media/jqtouch/README.txt
share/collectd-web/media/jqtouch/demos/clock/clock.css
share/collectd-web/media/jqtouch/demos/clock/icon.png
share/collectd-web/media/jqtouch/demos/clock/img/face.png
share/collectd-web/media/jqtouch/demos/clock/img/hour.png
share/collectd-web/media/jqtouch/demos/clock/img/minute.png
share/collectd-web/media/jqtouch/demos/clock/img/second.png
share/collectd-web/media/jqtouch/demos/clock/img/startup.png
share/collectd-web/media/jqtouch/demos/clock/index.html
share/collectd-web/media/jqtouch/demos/customanimation/index.html
share/collectd-web/media/jqtouch/demos/customanimation/jqt_startup.png
share/collectd-web/media/jqtouch/demos/customanimation/jqtouch.png
share/collectd-web/media/jqtouch/demos/customanimation2/index.html
share/collectd-web/media/jqtouch/demos/customanimation2/jqt_startup.png
share/collectd-web/media/jqtouch/demos/customanimation2/jqtouch.png
share/collectd-web/media/jqtouch/demos/ext_autotitles/index.html
share/collectd-web/media/jqtouch/demos/ext_autotitles/jqt_startup.png
share/collectd-web/media/jqtouch/demos/ext_autotitles/jqtouch.png
share/collectd-web/media/jqtouch/demos/ext_floaty/index.html
share/collectd-web/media/jqtouch/demos/ext_floaty/jqt_startup.png
share/collectd-web/media/jqtouch/demos/ext_floaty/jqtouch.png
share/collectd-web/media/jqtouch/demos/ext_location/index.html
share/collectd-web/media/jqtouch/demos/ext_location/jqt_startup.png
share/collectd-web/media/jqtouch/demos/ext_location/jqtouch.png
share/collectd-web/media/jqtouch/demos/ext_offline/.htaccess
share/collectd-web/media/jqtouch/demos/ext_offline/cache.manifest
share/collectd-web/media/jqtouch/demos/ext_offline/index.html
share/collectd-web/media/jqtouch/demos/ext_offline/jqt_startup.png
share/collectd-web/media/jqtouch/demos/ext_offline/jqtouch.png
share/collectd-web/media/jqtouch/demos/ext_offline/sample.htaccess
share/collectd-web/media/jqtouch/demos/main/ajax.html
share/collectd-web/media/jqtouch/demos/main/ajax_post.php
share/collectd-web/media/jqtouch/demos/main/index.html
share/collectd-web/media/jqtouch/demos/main/jqt_startup.png
share/collectd-web/media/jqtouch/demos/main/jqtouch.png
share/collectd-web/media/jqtouch/demos/todo/icon.png
share/collectd-web/media/jqtouch/demos/todo/index.html
share/collectd-web/media/jqtouch/demos/todo/startup.png
share/collectd-web/media/jqtouch/extensions/jqt.autotitles.js
share/collectd-web/media/jqtouch/extensions/jqt.floaty.js
share/collectd-web/media/jqtouch/extensions/jqt.location.js
share/collectd-web/media/jqtouch/extensions/jqt.offline.js
share/collectd-web/media/jqtouch/jqtouch/jqt_startup.png
share/collectd-web/media/jqtouch/jqtouch/jqtouch.css
share/collectd-web/media/jqtouch/jqtouch/jqtouch.js
share/collectd-web/media/jqtouch/jqtouch/jqtouch.min.css
share/collectd-web/media/jqtouch/jqtouch/jqtouch.min.js
share/collectd-web/media/jqtouch/jqtouch/jqtouch.png
share/collectd-web/media/jqtouch/jqtouch/jqtouch.transitions.js
share/collectd-web/media/jqtouch/jqtouch/jquery.1.3.2.min.js
share/collectd-web/media/jqtouch/sample.htaccess
share/collectd-web/media/jqtouch/themes/apple/img/backButton.png
share/collectd-web/media/jqtouch/themes/apple/img/blueButton.png
share/collectd-web/media/jqtouch/themes/apple/img/cancel.png
share/collectd-web/media/jqtouch/themes/apple/img/chevron.png
share/collectd-web/media/jqtouch/themes/apple/img/grayButton.png
share/collectd-web/media/jqtouch/themes/apple/img/listArrowSel.png
share/collectd-web/media/jqtouch/themes/apple/img/listGroup.png
share/collectd-web/media/jqtouch/themes/apple/img/loadinfo.net.gif
share/collectd-web/media/jqtouch/themes/apple/img/loading.gif
share/collectd-web/media/jqtouch/themes/apple/img/on_off.png
share/collectd-web/media/jqtouch/themes/apple/img/pinstripes.png
share/collectd-web/media/jqtouch/themes/apple/img/selection.png
share/collectd-web/media/jqtouch/themes/apple/img/thumb.png
share/collectd-web/media/jqtouch/themes/apple/img/toggle.png
share/collectd-web/media/jqtouch/themes/apple/img/toggleOn.png
share/collectd-web/media/jqtouch/themes/apple/img/toolButton.png
share/collectd-web/media/jqtouch/themes/apple/img/toolbar.png
share/collectd-web/media/jqtouch/themes/apple/img/whiteButton.png
share/collectd-web/media/jqtouch/themes/apple/theme.css
share/collectd-web/media/jqtouch/themes/apple/theme.min.css
share/collectd-web/media/jqtouch/themes/jqt/img/back_button.png
share/collectd-web/media/jqtouch/themes/jqt/img/back_button_clicked.png
share/collectd-web/media/jqtouch/themes/jqt/img/button.png
share/collectd-web/media/jqtouch/themes/jqt/img/button_clicked.png
share/collectd-web/media/jqtouch/themes/jqt/img/chevron.png
share/collectd-web/media/jqtouch/themes/jqt/img/chevron_circle.png
share/collectd-web/media/jqtouch/themes/jqt/img/grayButton.png
share/collectd-web/media/jqtouch/themes/jqt/img/loading.gif
share/collectd-web/media/jqtouch/themes/jqt/img/on_off.png
share/collectd-web/media/jqtouch/themes/jqt/img/rowhead.png
share/collectd-web/media/jqtouch/themes/jqt/img/toggle.png
share/collectd-web/media/jqtouch/themes/jqt/img/toggleOn.png
share/collectd-web/media/jqtouch/themes/jqt/img/toolbar.png
share/collectd-web/media/jqtouch/themes/jqt/img/whiteButton.png
share/collectd-web/media/jqtouch/themes/jqt/theme.css
share/collectd-web/media/jqtouch/themes/jqt/theme.min.css
share/collectd-web/media/js/base.js
share/collectd-web/media/js/external/TimeSpan-1.2.min.js
share/collectd-web/media/js/external/date.js
share/collectd-web/media/js/external/jStore-1.2.0-production/engines/jStore.Dom-min.js
share/collectd-web/media/js/external/jStore-1.2.0-production/engines/jStore.Flash-min.js
share/collectd-web/media/js/external/jStore-1.2.0-production/engines/jStore.Gears-min.js
share/collectd-web/media/js/external/jStore-1.2.0-production/engines/jStore.Html5-min.js
share/collectd-web/media/js/external/jStore-1.2.0-production/engines/jStore.IE-min.js
share/collectd-web/media/js/external/jStore-1.2.0-production/jStore.Flash.html
share/collectd-web/media/js/external/jStore-1.2.0-production/jStore.swf
share/collectd-web/media/js/external/jStore-1.2.0-production/jquery.jstore-all-min.js
share/collectd-web/media/js/external/jStore-1.2.0-production/jquery.jstore-min.js
share/collectd-web/media/js/external/jquery-1.4.4.min.js
share/collectd-web/media/js/external/jquery.jixedbar.js
share/collectd-web/media/js/graph-menu.js
share/collectd-web/media/js/jquery-ui-1.8.custom.min.js
share/collectd-web/media/js/jquery.history.fixed.js
share/collectd-web/media/js/jquery.history.js
share/collectd-web/media/js/jquery.jclock.js
share/collectd-web/media/js/jquery.livequery.js
share/collectd-web/media/js/jquery.metadata.min.js
share/collectd-web/media/js/jquery.validate.pack.js
share/collectd-web/media/libs/backbone.js
share/collectd-web/media/libs/backbone.localStorage.js
share/collectd-web/media/libs/json2.js
share/collectd-web/media/libs/underscore.js
share/collectd-web/runserver.py

6
collectd-web/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (collectd-web-0.4.1.zip) = 4cd43b3a31081c61e3a968152b37aa16107b5cce
RMD160 (collectd-web-0.4.1.zip) = 2555cf419ee8e36b3bd59de2d43b205ded6cd88e
SHA512 (collectd-web-0.4.1.zip) = 836d5b9b8fe7e89797c5ce08d216e39d513fe15791a642b9c42b54e1b49d6be2af257d9270b377ad4a288bccf0092dbfdade65ac56c0c4e6418df0c271291a16
Size (collectd-web-0.4.1.zip) = 979647 bytes