diff options
author | minskim <minskim@pkgsrc.org> | 2006-11-01 06:38:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-11-01 06:38:47 +0000 |
commit | dc43a592489505fbdd3b3da7a8ddab013672ae68 (patch) | |
tree | 11b441f65b1be0d6cba45302b8d3b4fd8bb351fb /www/mongrel/patches | |
parent | ec9aed962f17131dd0ece5f24a22e535d650353a (diff) | |
download | pkgsrc-dc43a592489505fbdd3b3da7a8ddab013672ae68.tar.gz |
Import mongrel.
Mongrel is a fast HTTP library and server for Ruby that is intended
for hosting Ruby web applications of any kind using plain HTTP rather
than FastCGI or SCGI. It is framework agnostic and already supports
Ruby On Rails, Og+Nitro, and Camping frameworks.
Diffstat (limited to 'www/mongrel/patches')
-rw-r--r-- | www/mongrel/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/mongrel/patches/patch-aa b/www/mongrel/patches/patch-aa new file mode 100644 index 00000000000..8b4fcba579f --- /dev/null +++ b/www/mongrel/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/11/01 06:38:48 minskim Exp $ + +--- Rakefile.orig 2006-10-14 21:35:20.000000000 -0700 ++++ Rakefile +@@ -26,7 +26,7 @@ task :compile => [:http11] do + end + end + +-task :package => [:clean,:compile,:test,:rerdoc] ++task :package => [:compile] + + task :ragel do + sh %{/usr/local/bin/ragel ext/http11/http11_parser.rl | /usr/local/bin/rlcodegen -G2 -o ext/http11/http11_parser.c} +@@ -73,8 +73,6 @@ setup_gem(name, version) do |spec| + spec.files += ['lib/http11.so'] + spec.extensions.clear + spec.platform = Gem::Platform::WIN32 +- else +- spec.add_dependency('daemons', '>= 0.4.2') + end + + spec.add_dependency('gem_plugin', '>= 0.2.1') |