Date: Wed, 8 Aug 2018 19:19:40 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476662 - in head/devel: . rubygem-mixlib-install Message-ID: <201808081919.w78JJepZ056632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Aug 8 19:19:40 2018 New Revision: 476662 URL: https://svnweb.freebsd.org/changeset/ports/476662 Log: New port: devel/rubygem-mixlib-install: A library for interacting with Chef Software Inc's software distribution systems. WWW: https://rubygems.org/gems/mixlib-install Added: head/devel/rubygem-mixlib-install/ head/devel/rubygem-mixlib-install/Makefile (contents, props changed) head/devel/rubygem-mixlib-install/distinfo (contents, props changed) head/devel/rubygem-mixlib-install/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 8 19:15:47 2018 (r476661) +++ head/devel/Makefile Wed Aug 8 19:19:40 2018 (r476662) @@ -5751,6 +5751,7 @@ SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config + SUBDIR += rubygem-mixlib-install SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mixlib-versioning Added: head/devel/rubygem-mixlib-install/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mixlib-install/Makefile Wed Aug 8 19:19:40 2018 (r476662) @@ -0,0 +1,23 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mixlib-install +PORTVERSION= 3.11.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A library to manipulate Chef in Chef + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-mixlib-shellout>0:devel/rubygem-mixlib-shellout \ + rubygem-mixlib-versioning>0:devel/rubygem-mixlib-versioning \ + rubygem-thor>=0:devel/rubygem-thor + +USES= gem +USE_RUBY= yes + +PLIST_FILES= bin/mixlib-install + +.include <bsd.port.mk> Added: head/devel/rubygem-mixlib-install/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mixlib-install/distinfo Wed Aug 8 19:19:40 2018 (r476662) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533755829 +SHA256 (rubygem/mixlib-install-3.11.2.gem) = 0f9eef3b78c811c1148f874b6284cf78e1dca848edf6a14d30e16fc2ab682afb +SIZE (rubygem/mixlib-install-3.11.2.gem) = 43520 Added: head/devel/rubygem-mixlib-install/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-mixlib-install/pkg-descr Wed Aug 8 19:19:40 2018 (r476662) @@ -0,0 +1,4 @@ +A library for interacting with Chef Software Inc's software distribution +systems. + +WWW: https://rubygems.org/gems/mixlib-install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808081919.w78JJepZ056632>