mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -3698,6 +3698,7 @@
|
|||
SUBDIR += rubygem-echoe
|
||||
SUBDIR += rubygem-edavis10-object_daddy
|
||||
SUBDIR += rubygem-elif
|
||||
SUBDIR += rubygem-errand
|
||||
SUBDIR += rubygem-eventmachine
|
||||
SUBDIR += rubygem-execjs
|
||||
SUBDIR += rubygem-extlib
|
||||
|
|
22
devel/rubygem-errand/Makefile
Normal file
22
devel/rubygem-errand/Makefile
Normal 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>
|
2
devel/rubygem-errand/distinfo
Normal file
2
devel/rubygem-errand/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/errand-0.7.3.gem) = cdef9ccd4b07245a2636a71081f7de1bf5439ca48240642c5348cbcaefead5ee
|
||||
SIZE (rubygem/errand-0.7.3.gem) = 8704
|
4
devel/rubygem-errand/pkg-descr
Normal file
4
devel/rubygem-errand/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue