diff options
author | swills <swills@FreeBSD.org> | 2012-05-10 11:21:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-10 11:21:02 +0800 |
commit | cc741c2c20ef7ade12325faf65fb8610edd466fd (patch) | |
tree | 312f93b4eddd1e9ef0fb772b99f044cca303050f /net-mgmt | |
parent | e3ec6bfcf0733d15ca497e3890442f656c2b38f1 (diff) | |
download | freebsd-ports-gnome-cc741c2c20ef7ade12325faf65fb8610edd466fd.tar.gz freebsd-ports-gnome-cc741c2c20ef7ade12325faf65fb8610edd466fd.tar.zst freebsd-ports-gnome-cc741c2c20ef7ade12325faf65fb8610edd466fd.zip |
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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rubygem-visage-app/Makefile | 28 | ||||
-rw-r--r-- | net-mgmt/rubygem-visage-app/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/rubygem-visage-app/pkg-descr | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 2b6a01dacf18..86c5fade5a1b 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -267,6 +267,7 @@ SUBDIR += routers2-extras SUBDIR += rrdbot SUBDIR += rubygem-snmp + SUBDIR += rubygem-visage-app SUBDIR += satellite SUBDIR += sblim-wbemcli SUBDIR += scdp diff --git a/net-mgmt/rubygem-visage-app/Makefile b/net-mgmt/rubygem-visage-app/Makefile new file mode 100644 index 000000000000..b5c3e30181c2 --- /dev/null +++ b/net-mgmt/rubygem-visage-app/Makefile @@ -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> diff --git a/net-mgmt/rubygem-visage-app/distinfo b/net-mgmt/rubygem-visage-app/distinfo new file mode 100644 index 000000000000..757eb4acc365 --- /dev/null +++ b/net-mgmt/rubygem-visage-app/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/visage-app-2.1.0.gem) = 5e98eaadeef0bdf70b58cfc6ac2127f5771fb5f951cdd798b38eac502e280a3f +SIZE (rubygem/visage-app-2.1.0.gem) = 337920 diff --git a/net-mgmt/rubygem-visage-app/pkg-descr b/net-mgmt/rubygem-visage-app/pkg-descr new file mode 100644 index 000000000000..da4f9145b7f0 --- /dev/null +++ b/net-mgmt/rubygem-visage-app/pkg-descr @@ -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 |