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
This commit is contained in:
Ryan Steinmetz 2018-08-08 19:41:38 +00:00
parent c4879535dc
commit f8efca4535
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476666
4 changed files with 27 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1533757196
SHA256 (rubygem/cookbook-omnifetch-0.8.0.gem) = 3710fbd8fa36231188a7bdf45cf94eb41d9b2924dc323bef55372991e51fa936
SIZE (rubygem/cookbook-omnifetch-0.8.0.gem) = 25600

View file

@ -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