Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 19:03:30 +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: r414188 - in head/sysutils: . rubygem-capistrano-harrow
Message-ID:  <201604281903.u3SJ3UKB039840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 28 19:03:30 2016
New Revision: 414188
URL: https://svnweb.freebsd.org/changeset/ports/414188

Log:
  - Add rubygem-capistrano-harrow 0.3.2
  
  Capistrano::Harrow is a plugin for tighter integration with Harrow.io whilst
  using Capistrano.
  
  Harrow.io is a continuous integration and deployment solution for people who
  like software that works like Capistrano does.
  
  WWW: https://github.com/harrowio/capistrano-harrow

Added:
  head/sysutils/rubygem-capistrano-harrow/
  head/sysutils/rubygem-capistrano-harrow/Makefile   (contents, props changed)
  head/sysutils/rubygem-capistrano-harrow/distinfo   (contents, props changed)
  head/sysutils/rubygem-capistrano-harrow/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Apr 28 19:03:25 2016	(r414187)
+++ head/sysutils/Makefile	Thu Apr 28 19:03:30 2016	(r414188)
@@ -898,6 +898,7 @@
     SUBDIR += rubygem-bundler_ext
     SUBDIR += rubygem-capistrano
     SUBDIR += rubygem-capistrano-ext
+    SUBDIR += rubygem-capistrano-harrow
     SUBDIR += rubygem-chef
     SUBDIR += rubygem-chef-api
     SUBDIR += rubygem-chef-zero

Added: head/sysutils/rubygem-capistrano-harrow/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-capistrano-harrow/Makefile	Thu Apr 28 19:03:30 2016	(r414188)
@@ -0,0 +1,16 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	capistrano-harrow
+PORTVERSION=	0.3.2
+CATEGORIES=	sysutils rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Capistrano plugin for integration with Harrow.io
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/sysutils/rubygem-capistrano-harrow/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-capistrano-harrow/distinfo	Thu Apr 28 19:03:30 2016	(r414188)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/capistrano-harrow-0.3.2.gem) = 7ea46569f174156e54a274a73645e68a8b20caae7d2d642c17297e3add154dcd
+SIZE (rubygem/capistrano-harrow-0.3.2.gem) = 29696

Added: head/sysutils/rubygem-capistrano-harrow/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-capistrano-harrow/pkg-descr	Thu Apr 28 19:03:30 2016	(r414188)
@@ -0,0 +1,7 @@
+Capistrano::Harrow is a plugin for tighter integration with Harrow.io whilst
+using Capistrano.
+
+Harrow.io is a continuous integration and deployment solution for people who
+like software that works like Capistrano does.
+
+WWW: https://github.com/harrowio/capistrano-harrow



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