Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL

for interacting with RRDs.

WWW: http://rubygems.org/gems/errand
This commit is contained in:
Steve Wills 2012-05-10 02:22:17 +00:00
parent ca3fe0bf69
commit b017d313fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296338
4 changed files with 29 additions and 0 deletions

View file

@ -3698,6 +3698,7 @@
SUBDIR += rubygem-echoe SUBDIR += rubygem-echoe
SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-edavis10-object_daddy
SUBDIR += rubygem-elif SUBDIR += rubygem-elif
SUBDIR += rubygem-errand
SUBDIR += rubygem-eventmachine SUBDIR += rubygem-eventmachine
SUBDIR += rubygem-execjs SUBDIR += rubygem-execjs
SUBDIR += rubygem-extlib SUBDIR += rubygem-extlib

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-errand
# Date created: 17 January 2012
# Whom: Brad Davis <brd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= errand
PORTVERSION= 0.7.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= brd@FreeBSD.org
COMMENT= Ruby bindings for RRD
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/errand-0.7.3.gem) = cdef9ccd4b07245a2636a71081f7de1bf5439ca48240642c5348cbcaefead5ee
SIZE (rubygem/errand-0.7.3.gem) = 8704

View file

@ -0,0 +1,4 @@
Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL
for interacting with RRDs.
WWW: http://rubygems.org/gems/errand