1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Visage is a web interface for viewing collectd statistics. It also provides a

JSON interface onto collectd's RRD data, giving you an easy way to mash up the
data.

WWW: http://rubygems.org/gems/visage-app
This commit is contained in:
Steve Wills 2012-05-10 03:21:02 +00:00
parent 122ea7d170
commit 611143d7fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296340
4 changed files with 36 additions and 0 deletions

View File

@ -267,6 +267,7 @@
SUBDIR += routers2-extras
SUBDIR += rrdbot
SUBDIR += rubygem-snmp
SUBDIR += rubygem-visage-app
SUBDIR += satellite
SUBDIR += sblim-wbemcli
SUBDIR += scdp

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: rubygem-visage
# Date created: 17 January 2012
# Whom: Brad Davis <brd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= visage-app
PORTVERSION= 2.1.0
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= brd@FreeBSD.org
COMMENT= Graph tool for Collectd
RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
rubygem-haml>=3.1.4:${PORTSDIR}/www/rubygem-haml \
rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra \
rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/visage-app
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/visage-app-2.1.0.gem) = 5e98eaadeef0bdf70b58cfc6ac2127f5771fb5f951cdd798b38eac502e280a3f
SIZE (rubygem/visage-app-2.1.0.gem) = 337920

View File

@ -0,0 +1,5 @@
Visage is a web interface for viewing collectd statistics. It also provides a
JSON interface onto collectd's RRD data, giving you an easy way to mash up the
data.
WWW: http://rubygems.org/gems/visage-app