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:
Sunpoet Po-Chuan Hsieh 2017-07-16 00:45:56 +00:00
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

View file

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

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

View 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

View 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