Add rubygem-ovirt-engine-sdk 4.2.3
The oVirt Ruby SDK is a Ruby gem that simplyfies access to the oVirt Engine API. WWW: https://ovirt.org/ WWW: https://github.com/oVirt/ovirt-engine-sdk-ruby
This commit is contained in:
parent
884456bfdb
commit
5282cbf7ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466652
4 changed files with 30 additions and 0 deletions
|
@ -1253,6 +1253,7 @@
|
|||
SUBDIR += rubygem-omniauth-twitter12
|
||||
SUBDIR += rubygem-open-uri-cached
|
||||
SUBDIR += rubygem-opennebula
|
||||
SUBDIR += rubygem-ovirt-engine-sdk
|
||||
SUBDIR += rubygem-packetfu
|
||||
SUBDIR += rubygem-pcaprub
|
||||
SUBDIR += rubygem-private_address_check
|
||||
|
|
22
net/rubygem-ovirt-engine-sdk/Makefile
Normal file
22
net/rubygem-ovirt-engine-sdk/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ovirt-engine-sdk
|
||||
PORTVERSION= 4.2.3
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby SDK for the oVirt Engine API
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
RUN_DEPENDS= rubygem-json>=1:devel/rubygem-json
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_RUBY= yes
|
||||
USES= gem gnome
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-ovirt-engine-sdk/distinfo
Normal file
3
net/rubygem-ovirt-engine-sdk/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1523011143
|
||||
SHA256 (rubygem/ovirt-engine-sdk-4.2.3.gem) = 89a7e2e14db60765f9a8097deed07526b2d88bd04afe41e0c52ccacca5e224fc
|
||||
SIZE (rubygem/ovirt-engine-sdk-4.2.3.gem) = 318976
|
4
net/rubygem-ovirt-engine-sdk/pkg-descr
Normal file
4
net/rubygem-ovirt-engine-sdk/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The oVirt Ruby SDK is a Ruby gem that simplyfies access to the oVirt Engine API.
|
||||
|
||||
WWW: https://ovirt.org/
|
||||
WWW: https://github.com/oVirt/ovirt-engine-sdk-ruby
|
Loading…
Reference in a new issue