svn commit: r414188 - in head/sysutils: . rubygem-capistrano-harrow
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 28 19:03:31 UTC 2016
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= capistrano-harrow
+PORTVERSION= 0.3.2
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list