diff options
author | pav <pav@FreeBSD.org> | 2006-06-05 22:35:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-05 22:35:18 +0800 |
commit | 6775b2d40f63bdf6801376f30e16432cd96db0e0 (patch) | |
tree | ce66bc789851c9b05b589a7f60483ce54fd55021 /www | |
parent | 64aa0cc3a78678bc5fed159da92ac593c7c5eb0e (diff) | |
download | freebsd-ports-gnome-6775b2d40f63bdf6801376f30e16432cd96db0e0.tar.gz freebsd-ports-gnome-6775b2d40f63bdf6801376f30e16432cd96db0e0.tar.zst freebsd-ports-gnome-6775b2d40f63bdf6801376f30e16432cd96db0e0.zip |
Mongrel plugin that provides commands and Capistrano tasks for managing
multiple Mongrel processes.
WWW: http://fluxura.com/
WWW: http://rubyforge.org/projects/railsmachine/
PR: ports/97533
Submitted by: Rui Lopes <rgl@ruilopes.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-mongrel_cluster/Makefile | 33 | ||||
-rw-r--r-- | www/rubygem-mongrel_cluster/distinfo | 3 | ||||
-rw-r--r-- | www/rubygem-mongrel_cluster/pkg-descr | 5 | ||||
-rw-r--r-- | www/rubygem-mongrel_cluster/pkg-plist | 15 |
5 files changed, 57 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8803f356fb6b..9cc2b9c4f54a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -870,6 +870,7 @@ SUBDIR += rubygem-actionwebservice SUBDIR += rubygem-bluecloth SUBDIR += rubygem-mongrel + SUBDIR += rubygem-mongrel_cluster SUBDIR += rubygem-rails SUBDIR += rubygem-redcloth SUBDIR += sarg diff --git a/www/rubygem-mongrel_cluster/Makefile b/www/rubygem-mongrel_cluster/Makefile new file mode 100644 index 000000000000..7b234f475bba --- /dev/null +++ b/www/rubygem-mongrel_cluster/Makefile @@ -0,0 +1,33 @@ +# Ports collection makefile for: mongrel_cluster +# Date created: 20 May 2006 +# Whom: Rui Lopes (<rgl ruilopes com>) +# +# $FreeBSD$ + +PORTNAME= mongrel_cluster +PORTVERSION= 0.1.1 +CATEGORIES= www rubygems +MASTER_SITES= http://rubyforge.org/frs/download.php/10258/ + +MAINTAINER= rgl@ruilopes.com +COMMENT= Manages multiple Mongrel processes + +BUILD_DEPENDS= rubygem-mongrel>=0.3.12.4:${PORTSDIR}/www/rubygem-mongrel +RUN_DEPENDS= ${BUILD_DEPENDS} + +# This target is only meant to be used by the port maintainer. +x-generate-plist: + (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \ + | ${SED} -E \ + 's,.*share/nls/.+$$,,g \ + ;s,^${CACHE_DIR}(/.+)$$,%%CACHE_DIR%%\1,g \ + ;s,${GEM_DOC_DIR}(/.+)?$$,%%GEM_DOC_DIR%%\1,g \ + ;s,${GEM_LIB_DIR}(/.+)?$$,%%GEM_LIB_DIR%%\1,g \ + ;s,^${SPEC_DIR}(/.+)$$,%%SPEC_DIR%%\1,g \ + ;s,^${GEMS_BASE_DIR}/(.+)$$,\1,g \ + ;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \ + ' | ${TR} -s '\n') > temp-pkg-plist + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include <bsd.port.post.mk> diff --git a/www/rubygem-mongrel_cluster/distinfo b/www/rubygem-mongrel_cluster/distinfo new file mode 100644 index 000000000000..1aa064dffcfa --- /dev/null +++ b/www/rubygem-mongrel_cluster/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/mongrel_cluster-0.1.1.gem) = 611758593df62289904b4027fe6c683d +SHA256 (rubygem/mongrel_cluster-0.1.1.gem) = 46225f6b3208300d9303d92713c84c2a5f0215032803c1cc5275a4e3625be5d6 +SIZE (rubygem/mongrel_cluster-0.1.1.gem) = 8192 diff --git a/www/rubygem-mongrel_cluster/pkg-descr b/www/rubygem-mongrel_cluster/pkg-descr new file mode 100644 index 000000000000..9cf6a291b8cb --- /dev/null +++ b/www/rubygem-mongrel_cluster/pkg-descr @@ -0,0 +1,5 @@ +Mongrel plugin that provides commands and Capistrano tasks for managing +multiple Mongrel processes. + +WWW: http://fluxura.com/ +WWW: http://rubyforge.org/projects/railsmachine/ diff --git a/www/rubygem-mongrel_cluster/pkg-plist b/www/rubygem-mongrel_cluster/pkg-plist new file mode 100644 index 000000000000..4a9d1f79742b --- /dev/null +++ b/www/rubygem-mongrel_cluster/pkg-plist @@ -0,0 +1,15 @@ +%%CACHE_DIR%%/mongrel_cluster-0.1.1.gem +%%GEM_LIB_DIR%%/COPYING +%%GEM_LIB_DIR%%/LICENSE +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/Rakefile +%%GEM_LIB_DIR%%/lib/mongrel_cluster/init.rb +%%GEM_LIB_DIR%%/lib/mongrel_cluster/recipes.rb +%%GEM_LIB_DIR%%/resources/defaults.yaml +%%GEM_LIB_DIR%%/tools/rakehelp.rb +%%SPEC_DIR%%/mongrel_cluster-0.1.1.gemspec +@dirrm %%GEM_LIB_DIR%%/tools +@dirrm %%GEM_LIB_DIR%%/resources +@dirrm %%GEM_LIB_DIR%%/lib/mongrel_cluster +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%% |