svn commit: r476665 - in head/devel: . rubygem-chef-provisioning

Ryan Steinmetz zi at FreeBSD.org
Wed Aug 8 19:33:26 UTC 2018


Author: zi
Date: Wed Aug  8 19:33:24 2018
New Revision: 476665
URL: https://svnweb.freebsd.org/changeset/ports/476665

Log:
  New port: devel/rubygem-chef-provisioning:
  
  A library for creating machines and infrastructures idempotently in Chef.
  
  WWW: https://rubygems.org/gems/chef-provisioning

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Aug  8 19:29:42 2018	(r476664)
+++ head/devel/Makefile	Wed Aug  8 19:33:24 2018	(r476665)
@@ -5499,6 +5499,7 @@
     SUBDIR += rubygem-celluloid-pool
     SUBDIR += rubygem-celluloid-supervision
     SUBDIR += rubygem-cf-uaa-lib
+    SUBDIR += rubygem-chef-provisioning
     SUBDIR += rubygem-cheffish
     SUBDIR += rubygem-childprocess
     SUBDIR += rubygem-chronic

Added: head/devel/rubygem-chef-provisioning/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-chef-provisioning/Makefile	Wed Aug  8 19:33:24 2018	(r476665)
@@ -0,0 +1,27 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	chef-provisioning
+PORTVERSION=	2.7.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	A library for creating machines and infrastructures idempotently in Chef
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-cheffish>=4.0:devel/rubygem-cheffish \
+		rubygem-inifile>=2.0.2:textproc/rubygem-inifile \
+		rubygem-mixlib-install>=1.0:devel/rubygem-mixlib-install \
+		rubygem-net-scp>=1.0:security/rubygem-net-scp \
+		rubygem-net-ssh4>=2.9:security/rubygem-net-ssh4 \
+		rubygem-net-ssh-gateway>=1.2:security/rubygem-net-ssh-gateway \
+		rubygem-winrm>=2.0:sysutils/rubygem-winrm \
+		rubygem-winrm-elevated>=1.0:sysutils/rubygem-winrm-elevated \
+		rubygem-winrm-fs>=1.0:sysutils/rubygem-winrm-fs
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-chef-provisioning/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-chef-provisioning/distinfo	Wed Aug  8 19:33:24 2018	(r476665)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1533754449
+SHA256 (rubygem/chef-provisioning-2.7.1.gem) = df62b368fdb4161927f704954214e3c9d3283c60526755f9d777ff059b200a40
+SIZE (rubygem/chef-provisioning-2.7.1.gem) = 66048

Added: head/devel/rubygem-chef-provisioning/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-chef-provisioning/pkg-descr	Wed Aug  8 19:33:24 2018	(r476665)
@@ -0,0 +1,3 @@
+A library for creating machines and infrastructures idempotently in Chef.
+
+WWW: https://rubygems.org/gems/chef-provisioning


More information about the svn-ports-all mailing list