mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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>
This commit is contained in:
parent
b25dfdb1fc
commit
28f0d3bd5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164463
@ -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
|
||||
|
33
www/rubygem-mongrel_cluster/Makefile
Normal file
33
www/rubygem-mongrel_cluster/Makefile
Normal file
@ -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>
|
3
www/rubygem-mongrel_cluster/distinfo
Normal file
3
www/rubygem-mongrel_cluster/distinfo
Normal file
@ -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
|
5
www/rubygem-mongrel_cluster/pkg-descr
Normal file
5
www/rubygem-mongrel_cluster/pkg-descr
Normal file
@ -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/
|
15
www/rubygem-mongrel_cluster/pkg-plist
Normal file
15
www/rubygem-mongrel_cluster/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user