From owner-svn-ports-head@freebsd.org Wed Aug 8 19:41:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A352E1068EA8; Wed, 8 Aug 2018 19:41:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A62C90868; Wed, 8 Aug 2018 19:41:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21817716E; Wed, 8 Aug 2018 19:41:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w78JfdHo069366; Wed, 8 Aug 2018 19:41:39 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w78Jfcbr069362; Wed, 8 Aug 2018 19:41:38 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201808081941.w78Jfcbr069362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 8 Aug 2018 19:41:38 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/devel: . rubygem-cookbook-omnifetch X-SVN-Commit-Revision: 476666 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 19:41:39 -0000 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 +# $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 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