From owner-svn-ports-head@freebsd.org Sat Oct 24 16:11:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35C19A1D6E7; Sat, 24 Oct 2015 16:11:46 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DEA7A966; Sat, 24 Oct 2015 16:11:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9OGBjgA079177; Sat, 24 Oct 2015 16:11:45 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9OGBieo079173; Sat, 24 Oct 2015 16:11:44 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201510241611.t9OGBieo079173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 24 Oct 2015 16:11:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2015 16:11:46 -0000 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 +# $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 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/