Date: Wed, 8 Aug 2018 19:41:38 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476666 - in head/devel: . rubygem-cookbook-omnifetch Message-ID: <201808081941.w78Jfcbr069362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Aug 8 19:41:38 2018 New Revision: 476666 URL: https://svnweb.freebsd.org/changeset/ports/476666 Log: 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 Added: head/devel/rubygem-cookbook-omnifetch/ head/devel/rubygem-cookbook-omnifetch/Makefile (contents, props changed) head/devel/rubygem-cookbook-omnifetch/distinfo (contents, props changed) head/devel/rubygem-cookbook-omnifetch/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 8 19:33:24 2018 (r476665) +++ head/devel/Makefile Wed Aug 8 19:41:38 2018 (r476666) @@ -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 Added: head/devel/rubygem-cookbook-omnifetch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cookbook-omnifetch/Makefile Wed Aug 8 19:41:38 2018 (r476666) @@ -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> Added: head/devel/rubygem-cookbook-omnifetch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cookbook-omnifetch/distinfo Wed Aug 8 19:41:38 2018 (r476666) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533757196 +SHA256 (rubygem/cookbook-omnifetch-0.8.0.gem) = 3710fbd8fa36231188a7bdf45cf94eb41d9b2924dc323bef55372991e51fa936 +SIZE (rubygem/cookbook-omnifetch-0.8.0.gem) = 25600 Added: head/devel/rubygem-cookbook-omnifetch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cookbook-omnifetch/pkg-descr Wed Aug 8 19:41:38 2018 (r476666) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808081941.w78Jfcbr069362>