mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -3376,6 +3376,7 @@
|
||||||
SUBDIR += rubygem-polyglot
|
SUBDIR += rubygem-polyglot
|
||||||
SUBDIR += rubygem-popen4
|
SUBDIR += rubygem-popen4
|
||||||
SUBDIR += rubygem-ptreloaded
|
SUBDIR += rubygem-ptreloaded
|
||||||
|
SUBDIR += rubygem-railsless-deploy
|
||||||
SUBDIR += rubygem-rake
|
SUBDIR += rubygem-rake
|
||||||
SUBDIR += rubygem-rapt
|
SUBDIR += rubygem-rapt
|
||||||
SUBDIR += rubygem-rascut
|
SUBDIR += rubygem-rascut
|
||||||
|
|
22
devel/rubygem-railsless-deploy/Makefile
Normal file
22
devel/rubygem-railsless-deploy/Makefile
Normal 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>
|
2
devel/rubygem-railsless-deploy/distinfo
Normal file
2
devel/rubygem-railsless-deploy/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/railsless-deploy-1.0.2.gem) = f1903653b720dbaa9ac019b8eb12419c28e244d22b4245d31f124449d592e687
|
||||||
|
SIZE (rubygem/railsless-deploy-1.0.2.gem) = 11264
|
6
devel/rubygem-railsless-deploy/pkg-descr
Normal file
6
devel/rubygem-railsless-deploy/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue