mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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:
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
|
@ -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
|
||||
|
|
19
devel/rubygem-cookbook-omnifetch/Makefile
Normal file
19
devel/rubygem-cookbook-omnifetch/Makefile
Normal 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>
|
3
devel/rubygem-cookbook-omnifetch/distinfo
Normal file
3
devel/rubygem-cookbook-omnifetch/distinfo
Normal 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
|
4
devel/rubygem-cookbook-omnifetch/pkg-descr
Normal file
4
devel/rubygem-cookbook-omnifetch/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue