aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-28 19:03:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-28 19:03:30 +0000
commit1dbc83c78ebc943a7aeb6e30f8a3b41d14d1a8a8 (patch)
tree193a07d7c78153267d5a9492ed6159e460f78493 /sysutils
parent6cf93767382ecb050279b108ce16e087ec9e3503 (diff)
downloadports-1dbc83c78ebc943a7aeb6e30f8a3b41d14d1a8a8.tar.gz
ports-1dbc83c78ebc943a7aeb6e30f8a3b41d14d1a8a8.zip
- 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
Notes
Notes: svn path=/head/; revision=414188
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-capistrano-harrow/Makefile16
-rw-r--r--sysutils/rubygem-capistrano-harrow/distinfo2
-rw-r--r--sysutils/rubygem-capistrano-harrow/pkg-descr7
4 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 23d4a20c9758..0b18ca2628b9 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -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
diff --git a/sysutils/rubygem-capistrano-harrow/Makefile b/sysutils/rubygem-capistrano-harrow/Makefile
new file mode 100644
index 000000000000..815917c0fecc
--- /dev/null
+++ b/sysutils/rubygem-capistrano-harrow/Makefile
@@ -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>
diff --git a/sysutils/rubygem-capistrano-harrow/distinfo b/sysutils/rubygem-capistrano-harrow/distinfo
new file mode 100644
index 000000000000..33d5ffccc669
--- /dev/null
+++ b/sysutils/rubygem-capistrano-harrow/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/capistrano-harrow-0.3.2.gem) = 7ea46569f174156e54a274a73645e68a8b20caae7d2d642c17297e3add154dcd
+SIZE (rubygem/capistrano-harrow-0.3.2.gem) = 29696
diff --git a/sysutils/rubygem-capistrano-harrow/pkg-descr b/sysutils/rubygem-capistrano-harrow/pkg-descr
new file mode 100644
index 000000000000..81c44dc446c0
--- /dev/null
+++ b/sysutils/rubygem-capistrano-harrow/pkg-descr
@@ -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