diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-28 19:03:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-28 19:03:30 +0000 |
commit | 1dbc83c78ebc943a7aeb6e30f8a3b41d14d1a8a8 (patch) | |
tree | 193a07d7c78153267d5a9492ed6159e460f78493 /sysutils | |
parent | 6cf93767382ecb050279b108ce16e087ec9e3503 (diff) | |
download | ports-1dbc83c78ebc943a7aeb6e30f8a3b41d14d1a8a8.tar.gz ports-1dbc83c78ebc943a7aeb6e30f8a3b41d14d1a8a8.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-harrow/Makefile | 16 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-harrow/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rubygem-capistrano-harrow/pkg-descr | 7 |
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 |