Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 00:45:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445972 - in head/devel: . rubygem-mixlib-archive
Message-ID:  <201707160045.v6G0junL052049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul 16 00:45:56 2017
New Revision: 445972
URL: https://svnweb.freebsd.org/changeset/ports/445972

Log:
  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

Added:
  head/devel/rubygem-mixlib-archive/
  head/devel/rubygem-mixlib-archive/Makefile   (contents, props changed)
  head/devel/rubygem-mixlib-archive/distinfo   (contents, props changed)
  head/devel/rubygem-mixlib-archive/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jul 16 00:45:21 2017	(r445971)
+++ head/devel/Makefile	Sun Jul 16 00:45:56 2017	(r445972)
@@ -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

Added: head/devel/rubygem-mixlib-archive/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mixlib-archive/Makefile	Sun Jul 16 00:45:56 2017	(r445972)
@@ -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>

Added: head/devel/rubygem-mixlib-archive/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mixlib-archive/distinfo	Sun Jul 16 00:45:56 2017	(r445972)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500157056
+SHA256 (rubygem/mixlib-archive-0.4.1.gem) = f319d7767f4473dcfe5fc64efa7d9d803252580593a1f5afecb031b4f38da6ac
+SIZE (rubygem/mixlib-archive-0.4.1.gem) = 12288

Added: head/devel/rubygem-mixlib-archive/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mixlib-archive/pkg-descr	Sun Jul 16 00:45:56 2017	(r445972)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707160045.v6G0junL052049>