diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2018-08-09 03:41:38 +0800 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2018-08-09 03:41:38 +0800 |
commit | f8efca453584116489f4dd535f46d5d596fb8791 (patch) | |
tree | a69023e53018a0e2c4e669843a659fbc23cce9be /devel | |
parent | c4879535dc62c3e3f3f519ec8dd7380ffe083b20 (diff) | |
download | freebsd-ports-gnome-f8efca453584116489f4dd535f46d5d596fb8791.tar.gz freebsd-ports-gnome-f8efca453584116489f4dd535f46d5d596fb8791.tar.zst freebsd-ports-gnome-f8efca453584116489f4dd535f46d5d596fb8791.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-cookbook-omnifetch/Makefile | 19 | ||||
-rw-r--r-- | devel/rubygem-cookbook-omnifetch/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-cookbook-omnifetch/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
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 <zi@FreeBSD.org> +# $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 <bsd.port.mk> 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 |