aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-mongrel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.5Cheng-Lung Sung2008-09-273-236/+60
| | | | Notes: svn path=/head/; revision=220885
* - Update to 1.1.4Cheng-Lung Sung2008-04-142-4/+4
| | | | Notes: svn path=/head/; revision=211228
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+4
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Update to 1.1.3Cheng-Lung Sung2008-02-122-4/+4
| | | | | | | | | | | | - Fix security flaw of DirHandler (CVE-2007-6612) Changes: PR: ports/120236 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Security: CVE-2007-6612 Notes: svn path=/head/; revision=207041
* - Update to 1.1.1Cheng-Lung Sung2007-12-143-510/+277
| | | | | | | Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Notes: svn path=/head/; revision=203530
* - Update cgi_multipart_eof_fix to 2.3Cheng-Lung Sung2007-09-203-46/+45
| | | | | | | | | | Now cgi_multipart_eof_fix is a part of mongrel project on RubyForge PR: ports/116102 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Notes: svn path=/head/; revision=199797
* - unbreakCheng-Lung Sung2007-08-143-7/+16
| | | | | | | - cgi_multipart_eof_fix-2.2 rerolled, bump PORTREVISION Notes: svn path=/head/; revision=197626
* BROKEN: Size mismatchKris Kennaway2007-08-051-0/+2
| | | | Notes: svn path=/head/; revision=197123
* - Update cgi_multipart_eof_fix to 2.2Cheng-Lung Sung2007-08-013-29/+32
| | | | | | | | | | - Now cgi_multipart_eof_fix doesn't load on Ruby > 1.8.5 PR: ports/115066 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Notes: svn path=/head/; revision=196868
* - Fix build with Ruby 1.8.6 by updating cgi_multipart_eof_fix to 2.1Cheng-Lung Sung2007-04-043-18/+31
| | | | | | | | | | | - Remove pre-install section - Bump PORTREVISION PR: ports/111215 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Notes: svn path=/head/; revision=189170
* - Update to Release 1.0 (though the distfile says 1.0.1)Cheng-Lung Sung2007-03-063-131/+161
| | | | | | | - I'll maintain it for a while Notes: svn path=/head/; revision=186661
* - Drop maintainershipPav Lucistnik2007-01-261-1/+1
| | | | | | | | PR: ports/108376 Submitted by: Rui Lopes <rgl@ruilopes.com> (maintainer) Notes: svn path=/head/; revision=183354
* - Update to 0.3.13.4Cheng-Lung Sung2006-09-253-267/+274
| | | | | | | | PR: ports/103596 Submitted by: maintainer (Rui Lopes) Notes: svn path=/head/; revision=173759
* - Update to 0.3.13.3Cheng-Lung Sung2006-08-303-90/+99
| | | | | | | | PR: ports/102632 Submitted by: maintainer (Rui Lopes) Notes: svn path=/head/; revision=171645
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* Update to 0.3.13.1Mathieu Arnold2006-06-233-76/+91
| | | | | | | | PR: 99267 Submitted by: maintainer Notes: svn path=/head/; revision=166103
* Update to 0.3.13.Stefan Walter2006-06-173-181/+224
| | | | | | | | | PR: 99078 Submitted by: maintainer Approved by: arved (mentor) Notes: svn path=/head/; revision=165658
* Mongrel is a fast HTTP library and server for Ruby that is intended forPav Lucistnik2006-06-054-0/+522
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. It also supports a complete plugin system based on RubyGems called GemPlugins. WWW: http://mongrel.rubyforge.org/ PR: ports/97530 Submitted by: Rui Lopes <rgl@ruilopes.com> Notes: svn path=/head/; revision=164461