From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 19:54:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE8E45C4; Mon, 23 Jun 2014 19:54:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D682DE6; Mon, 23 Jun 2014 19:54:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NJsikY019837; Mon, 23 Jun 2014 19:54:44 GMT (envelope-from robak@svn.freebsd.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NJshse019829; Mon, 23 Jun 2014 19:54:43 GMT (envelope-from robak@svn.freebsd.org) Message-Id: <201406231954.s5NJshse019829@svn.freebsd.org> From: Bartek Rutkowski Date: Mon, 23 Jun 2014 19:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359002 - in head/devel: . rubygem-rrd-ffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 19:54:44 -0000 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@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 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