svn commit: r389197 - in head/devel: . rubygem-bosh-template

Steve Wills swills at FreeBSD.org
Thu Jun 11 12:46:15 UTC 2015


Author: swills
Date: Thu Jun 11 12:46:13 2015
New Revision: 389197
URL: https://svnweb.freebsd.org/changeset/ports/389197

Log:
  devel/rubygem-bosh-template: create port
  
  Renders bosh templates
  
  WWW: https://github.com/cloudfoundry/bosh

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun 11 12:16:29 2015	(r389196)
+++ head/devel/Makefile	Thu Jun 11 12:46:13 2015	(r389197)
@@ -4464,6 +4464,7 @@
     SUBDIR += rubygem-blobstore_client
     SUBDIR += rubygem-blockenspiel
     SUBDIR += rubygem-bones
+    SUBDIR += rubygem-bosh-template
     SUBDIR += rubygem-bosh_common
     SUBDIR += rubygem-bson
     SUBDIR += rubygem-bson1

Added: head/devel/rubygem-bosh-template/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bosh-template/Makefile	Thu Jun 11 12:46:13 2015	(r389197)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	bosh-template
+PORTVERSION=	1.2941.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Renders bosh templates
+
+RUN_DEPENDS=	rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+PLIST_FILES=	bin/bosh-template
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-bosh-template/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bosh-template/distinfo	Thu Jun 11 12:46:13 2015	(r389197)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/bosh-template-1.2941.0.gem) = 32e84192e87f88863acb943966bba45ae21bd11aa9cde541752b22d9bd366455
+SIZE (rubygem/bosh-template-1.2941.0.gem) = 6656

Added: head/devel/rubygem-bosh-template/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bosh-template/pkg-descr	Thu Jun 11 12:46:13 2015	(r389197)
@@ -0,0 +1,3 @@
+Renders bosh templates
+
+WWW: https://github.com/cloudfoundry/bosh


More information about the svn-ports-all mailing list