From owner-svn-ports-all@freebsd.org Thu Apr 28 19:03:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A09E1B1F4D2; Thu, 28 Apr 2016 19:03:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62EA61FFB; Thu, 28 Apr 2016 19:03:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3SJ3UTI039844; Thu, 28 Apr 2016 19:03:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3SJ3UKB039840; Thu, 28 Apr 2016 19:03:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604281903.u3SJ3UKB039840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Apr 2016 19:03:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 19:03:31 -0000 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 +# $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 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