Add rubygem-mixlib-archive 0.4.1
Mixlib::Archive is a simple interface to various archive formats. WWW: https://www.chef.io/ WWW: https://github.com/chef/mixlib-archive
This commit is contained in:
parent
449f56d71a
commit
786505b28f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445972
4 changed files with 29 additions and 0 deletions
|
@ -5466,6 +5466,7 @@
|
|||
SUBDIR += rubygem-method_source
|
||||
SUBDIR += rubygem-micromachine
|
||||
SUBDIR += rubygem-minitest
|
||||
SUBDIR += rubygem-mixlib-archive
|
||||
SUBDIR += rubygem-mixlib-authentication
|
||||
SUBDIR += rubygem-mixlib-cli
|
||||
SUBDIR += rubygem-mixlib-config
|
||||
|
|
21
devel/rubygem-mixlib-archive/Makefile
Normal file
21
devel/rubygem-mixlib-archive/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mixlib-archive
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple interface to various archive formats
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-mixlib-archive/distinfo
Normal file
3
devel/rubygem-mixlib-archive/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1500157056
|
||||
SHA256 (rubygem/mixlib-archive-0.4.1.gem) = f319d7767f4473dcfe5fc64efa7d9d803252580593a1f5afecb031b4f38da6ac
|
||||
SIZE (rubygem/mixlib-archive-0.4.1.gem) = 12288
|
4
devel/rubygem-mixlib-archive/pkg-descr
Normal file
4
devel/rubygem-mixlib-archive/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Mixlib::Archive is a simple interface to various archive formats.
|
||||
|
||||
WWW: https://www.chef.io/
|
||||
WWW: https://github.com/chef/mixlib-archive
|
Loading…
Reference in a new issue