diff --git a/devel/Makefile b/devel/Makefile index e245ed794f9b..01790a0aeded 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-railsless-deploy/Makefile b/devel/rubygem-railsless-deploy/Makefile new file mode 100644 index 000000000000..b93503da0f92 --- /dev/null +++ b/devel/rubygem-railsless-deploy/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rubygem-railsless-deploy +# Date created: 2011-08-31 +# Whom: Steve Wills +# +# $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 diff --git a/devel/rubygem-railsless-deploy/distinfo b/devel/rubygem-railsless-deploy/distinfo new file mode 100644 index 000000000000..3fc1fc0f7405 --- /dev/null +++ b/devel/rubygem-railsless-deploy/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/railsless-deploy-1.0.2.gem) = f1903653b720dbaa9ac019b8eb12419c28e244d22b4245d31f124449d592e687 +SIZE (rubygem/railsless-deploy-1.0.2.gem) = 11264 diff --git a/devel/rubygem-railsless-deploy/pkg-descr b/devel/rubygem-railsless-deploy/pkg-descr new file mode 100644 index 000000000000..97bdd591af83 --- /dev/null +++ b/devel/rubygem-railsless-deploy/pkg-descr @@ -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