Replacement for the rails deploy strategy which ships with Capistrano, allows

you to deploy any platform with ease; some people have had huge success with
this deploying rails projects where they needed to customise their deploy
strategy beyond the code which ships with the Capistrano gem.

WWW:	http://rubygems.org/gems/railsless-deploy
This commit is contained in:
Steve Wills 2011-09-01 19:24:38 +00:00
parent 1c2a1b2bc0
commit be548aa819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281003
4 changed files with 31 additions and 0 deletions

View file

@ -3376,6 +3376,7 @@
SUBDIR += rubygem-polyglot
SUBDIR += rubygem-popen4
SUBDIR += rubygem-ptreloaded
SUBDIR += rubygem-railsless-deploy
SUBDIR += rubygem-rake
SUBDIR += rubygem-rapt
SUBDIR += rubygem-rascut

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-railsless-deploy
# Date created: 2011-08-31
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= railsless-deploy
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Replacement for the rails deploy strategy which ships with Capistrano
RUN_DEPENDS= rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/railsless-deploy-1.0.2.gem) = f1903653b720dbaa9ac019b8eb12419c28e244d22b4245d31f124449d592e687
SIZE (rubygem/railsless-deploy-1.0.2.gem) = 11264

View file

@ -0,0 +1,6 @@
Replacement for the rails deploy strategy which ships with Capistrano, allows
you to deploy any platform with ease; some people have had huge success with
this deploying rails projects where they needed to customise their deploy
strategy beyond the code which ships with the Capistrano gem.
WWW: http://rubygems.org/gems/railsless-deploy