diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-06 16:26:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-06 16:26:14 +0000 |
commit | 5282cbf7edda2095b9eb5e75755dbdf8a2ece811 (patch) | |
tree | e4baea5dc9dbe0516504da97a528de2950a25934 /net/rubygem-ovirt-engine-sdk | |
parent | 884456bfdb48b3390fd7873251c4be4c008300ef (diff) |
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
Notes
Notes:
svn path=/head/; revision=466652
Diffstat (limited to 'net/rubygem-ovirt-engine-sdk')
-rw-r--r-- | net/rubygem-ovirt-engine-sdk/Makefile | 22 | ||||
-rw-r--r-- | net/rubygem-ovirt-engine-sdk/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-ovirt-engine-sdk/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/rubygem-ovirt-engine-sdk/Makefile b/net/rubygem-ovirt-engine-sdk/Makefile new file mode 100644 index 000000000000..a7055b6970c1 --- /dev/null +++ b/net/rubygem-ovirt-engine-sdk/Makefile @@ -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> diff --git a/net/rubygem-ovirt-engine-sdk/distinfo b/net/rubygem-ovirt-engine-sdk/distinfo new file mode 100644 index 000000000000..ff6329ae18f8 --- /dev/null +++ b/net/rubygem-ovirt-engine-sdk/distinfo @@ -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 diff --git a/net/rubygem-ovirt-engine-sdk/pkg-descr b/net/rubygem-ovirt-engine-sdk/pkg-descr new file mode 100644 index 000000000000..946caf6a8b88 --- /dev/null +++ b/net/rubygem-ovirt-engine-sdk/pkg-descr @@ -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 |