Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 16:11:44 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400129 - in head/devel: . rubygem-ruby-libvirt
Message-ID:  <201510241611.t9OGBieo079173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sat Oct 24 16:11:44 2015
New Revision: 400129
URL: https://svnweb.freebsd.org/changeset/ports/400129

Log:
  devel/rubygem-ruby-libvirt: add ruby bindings for libvirt

Added:
  head/devel/rubygem-ruby-libvirt/
  head/devel/rubygem-ruby-libvirt/Makefile   (contents, props changed)
  head/devel/rubygem-ruby-libvirt/distinfo   (contents, props changed)
  head/devel/rubygem-ruby-libvirt/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Oct 24 15:38:13 2015	(r400128)
+++ head/devel/Makefile	Sat Oct 24 16:11:44 2015	(r400129)
@@ -4921,6 +4921,7 @@
     SUBDIR += rubygem-ruby-atmos-pure
     SUBDIR += rubygem-ruby-bugzilla
     SUBDIR += rubygem-ruby-filemagic
+    SUBDIR += rubygem-ruby-libvirt
     SUBDIR += rubygem-ruby-ole
     SUBDIR += rubygem-ruby-prof
     SUBDIR += rubygem-ruby-progressbar

Added: head/devel/rubygem-ruby-libvirt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-ruby-libvirt/Makefile	Sat Oct 24 16:11:44 2015	(r400129)
@@ -0,0 +1,22 @@
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ruby-libvirt
+PORTVERSION=	0.5.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	novel@FreeBSD.org
+COMMENT=	Ruby bindings for libvirt
+
+LICENSE=	LGPL21
+
+LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
+
+USES=		pkgconfig
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-ruby-libvirt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-ruby-libvirt/distinfo	Sat Oct 24 16:11:44 2015	(r400129)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ruby-libvirt-0.5.2.gem) = 6dcf7e4f0f839d78fa807dd3414c16a1f19a3caf13131645c5b6143f1d5ed8a2
+SIZE (rubygem/ruby-libvirt-0.5.2.gem) = 109056

Added: head/devel/rubygem-ruby-libvirt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-ruby-libvirt/pkg-descr	Sat Oct 24 16:11:44 2015	(r400129)
@@ -0,0 +1,3 @@
+ruby-libvirt provides Ruby bindings for libvirt.
+
+WWW: http://libvirt.org/ruby/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510241611.t9OGBieo079173>