summaryrefslogtreecommitdiff
path: root/www/mongrel
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-15/+1
2008-10-07Update mongrel to 1.1.5.minskim3-13/+12
This version fixes bug where num_processors is not actually set from mongrel_rails.
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-04Update mongrel to version 1.1.4. Changes from version 1.0.1 include:jlam8-483/+191
+ Remove dependencies on cgi_multipart_eof_fix and fastthread because newer versions of Ruby required by pkgsrc don't need it. Also remove signatures from the gem as these have been modified by pkgsrc. v1.0.2. Signed gem; many minor bugfixes and patches. v1.0.3. Fix user-switching bug. v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug. v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. v1.1.1. Fix mongrel_rails restart bug; fix bug with Rack status codes. v1.1.2. Fix worker termination bug; fix JRuby 1.0.3 load order issue; fix require issue on systems without Rubygems. v1.1.3. Fix security flaw of DirHandler v1.1.4. Fix camping handler. Correct treatment of @throttle parameter.
2008-03-29Add RUBY_REQD to 1.8.6.110. Advised from obache@ via private mail.taca1-1/+2
2008-03-29Remove dependency to ruby-fastthread since it was already incorporatedtaca1-2/+2
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it. Bump PKGREVISION.
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca1-2/+1
In this case, simply remove REPLACE_RUBY_PAT because file under ${WRKSRC}/examples should be replaced.
2007-04-30Generate dynamically the list of files created by rdoc. rdoc seems to useminskim4-808/+411
different numbering in creating HTML files on different platforms.
2007-04-30Update mongrel to 1.0.1.minskim5-174/+219
The first official production quality version. See ChangeLog for the complete list of changes. http://mongrel.rubyforge.org/releases/ChangeLog
2006-11-01Import mongrel.minskim5-0/+850
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.