svn commit: r359002 - in head/devel: . rubygem-rrd-ffi
Bartek Rutkowski
robak at FreeBSD.org
Mon Jun 23 19:54:44 UTC 2014
Author: robak
Date: Mon Jun 23 19:54:43 2014
New Revision: 359002
URL: http://svnweb.freebsd.org/changeset/ports/359002
QAT: https://qat.redports.org/buildarchive/r359002/
Log:
New port devel/rubygem-rrd-ffi: Ruby bindings for many RRD functions
Provides bindings for many RRD functions (using ffi gem and librrd),
as well as DSLs for graphic and rrd building.
Approved by: swills (mentor)
Added:
head/devel/rubygem-rrd-ffi/
head/devel/rubygem-rrd-ffi/Makefile (contents, props changed)
head/devel/rubygem-rrd-ffi/distinfo (contents, props changed)
head/devel/rubygem-rrd-ffi/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jun 23 19:47:54 2014 (r359001)
+++ head/devel/Makefile Mon Jun 23 19:54:43 2014 (r359002)
@@ -4388,6 +4388,7 @@
SUBDIR += rubygem-require_all
SUBDIR += rubygem-rgl
SUBDIR += rubygem-rr
+ SUBDIR += rubygem-rrd-ffi
SUBDIR += rubygem-rscm
SUBDIR += rubygem-rspec
SUBDIR += rubygem-rspec-core
Added: head/devel/rubygem-rrd-ffi/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rrd-ffi/Makefile Mon Jun 23 19:54:43 2014 (r359002)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= rrd-ffi
+PORTVERSION= 0.2.14
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= robak at FreeBSD.org
+COMMENT= Ruby bindings for RRD functions
+
+LICENSE= MIT
+
+RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
+ rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
+ rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-rrd-ffi/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rrd-ffi/distinfo Mon Jun 23 19:54:43 2014 (r359002)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rrd-ffi-0.2.14.gem) = bc5c753f538956d48ed68bf4780e523e67ea2546a780bb79fd688fd520cf0184
+SIZE (rubygem/rrd-ffi-0.2.14.gem) = 24064
Added: head/devel/rubygem-rrd-ffi/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rrd-ffi/pkg-descr Mon Jun 23 19:54:43 2014 (r359002)
@@ -0,0 +1,4 @@
+rrd-ffi provides bindings for many RRD functions (using ffi gem and librrd),
+as well as DSLs for graphic and rrd building.
+
+WWW: https://github.com/morellon/rrd-ffi
More information about the svn-ports-all
mailing list