svn commit: r400129 - in head/devel: . rubygem-ruby-libvirt

Roman Bogorodskiy novel at FreeBSD.org
Sat Oct 24 16:11:46 UTC 2015


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ruby-libvirt
+PORTVERSION=	0.5.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	novel at 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/


More information about the svn-ports-head mailing list