From f8efca453584116489f4dd535f46d5d596fb8791 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Wed, 8 Aug 2018 19:41:38 +0000 Subject: [PATCH] New port: devel/rubygem-cookbook-omnifetch: Library code to fetch Chef cookbooks from a variety of sources to a local cache. WWW: https://rubygems.org/gems/cookbook-omnifetch --- devel/Makefile | 1 + devel/rubygem-cookbook-omnifetch/Makefile | 19 +++++++++++++++++++ devel/rubygem-cookbook-omnifetch/distinfo | 3 +++ devel/rubygem-cookbook-omnifetch/pkg-descr | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 devel/rubygem-cookbook-omnifetch/Makefile create mode 100644 devel/rubygem-cookbook-omnifetch/distinfo create mode 100644 devel/rubygem-cookbook-omnifetch/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index f26467ebdc4b..1e282b8b503e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5529,6 +5529,7 @@ SUBDIR += rubygem-configatron SUBDIR += rubygem-configstruct SUBDIR += rubygem-configuration + SUBDIR += rubygem-cookbook-omnifetch SUBDIR += rubygem-cool.io SUBDIR += rubygem-corefines SUBDIR += rubygem-crack diff --git a/devel/rubygem-cookbook-omnifetch/Makefile b/devel/rubygem-cookbook-omnifetch/Makefile new file mode 100644 index 000000000000..fe4732d28361 --- /dev/null +++ b/devel/rubygem-cookbook-omnifetch/Makefile @@ -0,0 +1,19 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= cookbook-omnifetch +PORTVERSION= 0.8.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library to fetch Chef cookbooks from a variety of sources + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-mixlib-archive>0:devel/rubygem-mixlib-archive + +USES= gem +USE_RUBY= yes + +.include diff --git a/devel/rubygem-cookbook-omnifetch/distinfo b/devel/rubygem-cookbook-omnifetch/distinfo new file mode 100644 index 000000000000..094c99bccb03 --- /dev/null +++ b/devel/rubygem-cookbook-omnifetch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1533757196 +SHA256 (rubygem/cookbook-omnifetch-0.8.0.gem) = 3710fbd8fa36231188a7bdf45cf94eb41d9b2924dc323bef55372991e51fa936 +SIZE (rubygem/cookbook-omnifetch-0.8.0.gem) = 25600 diff --git a/devel/rubygem-cookbook-omnifetch/pkg-descr b/devel/rubygem-cookbook-omnifetch/pkg-descr new file mode 100644 index 000000000000..2bd6320617cf --- /dev/null +++ b/devel/rubygem-cookbook-omnifetch/pkg-descr @@ -0,0 +1,4 @@ +Library code to fetch Chef cookbooks from a variety of sources to a local +cache. + +WWW: https://rubygems.org/gems/cookbook-omnifetch