Remove mongrel. This was the first decent ruby webserver, but it's only

built for ruby 1.8.  Any remaining users should switch to unicorn, which
is derived from mongrel.

OK sthen@
This commit is contained in:
jeremy 2014-09-27 16:49:24 +00:00
parent 5991728e21
commit a3e7840213
6 changed files with 0 additions and 165 deletions

View File

@ -1,32 +0,0 @@
# $OpenBSD: Makefile,v 1.22 2013/05/26 09:30:55 kirby Exp $
COMMENT= fast HTTP library and server for Ruby
DISTNAME= mongrel-1.1.5
REVISION = 6
CATEGORIES= www
HOMEPAGE= http://rubyforge.org/projects/mongrel/
# Ruby License
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
FLAVORS= ruby18
FLAVOR= ruby18
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-daemons,${MODRUBY_FLAVOR}>=1.0.3 \
devel/ruby-gem_plugin,${MODRUBY_FLAVOR}>=0.2.3 \
devel/ruby-fastthread,${MODRUBY_FLAVOR}>=1.0.1
CONFIGURE_STYLE=ruby gem ext
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
do-test:
@cd ${WRKDIST} && touch Rakefile && ${RUBY} setup.rb test && \
rm -f Rakefile
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (mongrel-1.1.5.gem) = Ph6W+gS7flLYZ3xDeY6Rf/LtixL+8SZ4xG6weHGvJg4=
SIZE (mongrel-1.1.5.gem) = 105472

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-_metadata,v 1.1 2010/11/08 23:28:56 jeremy Exp $
--- .metadata.orig Thu Nov 4 11:41:03 2010
+++ .metadata Thu Nov 4 11:41:27 2010
@@ -82,15 +82,6 @@ dependencies:
- !ruby/object:Gem::Version
version: 1.0.1
version:
-- !ruby/object:Gem::Dependency
- name: cgi_multipart_eof_fix
- version_requirement:
- version_requirements: !ruby/object:Gem::Requirement
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- version: "2.4"
- version:
description: A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.
email: ""
executables:

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-lib_mongrel_rb,v 1.2 2007/12/22 11:35:48 bernd Exp $
We don't need the cgi_multipart_eof_fix gem to be installed. The Ruby
CGI problem got fixed in lang/ruby.
--- lib/mongrel.rb.orig Mon Dec 17 20:41:38 2007
+++ lib/mongrel.rb Mon Dec 17 20:42:14 2007
@@ -13,7 +13,6 @@ require 'http11'
# Gem conditional loader
require 'mongrel/gems'
-Mongrel::Gems.require 'cgi_multipart_eof_fix'
Mongrel::Gems.require 'fastthread'
require 'thread'

View File

@ -1,4 +0,0 @@
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.

View File

@ -1,93 +0,0 @@
@comment $OpenBSD: PLIST,v 1.7 2011/11/09 00:17:38 jeremy Exp $
${GEM_BIN}/mongrel_rails${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/Manifest
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/TODO
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/mongrel_rails
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/builder.rb
${GEM_LIB}/gems/${DISTNAME}/examples/camping/
${GEM_LIB}/gems/${DISTNAME}/examples/camping/README
${GEM_LIB}/gems/${DISTNAME}/examples/camping/blog.rb
${GEM_LIB}/gems/${DISTNAME}/examples/camping/tepee.rb
${GEM_LIB}/gems/${DISTNAME}/examples/httpd.conf
${GEM_LIB}/gems/${DISTNAME}/examples/mime.yaml
${GEM_LIB}/gems/${DISTNAME}/examples/mongrel.conf
${GEM_LIB}/gems/${DISTNAME}/examples/mongrel_simple_ctrl.rb
${GEM_LIB}/gems/${DISTNAME}/examples/mongrel_simple_service.rb
${GEM_LIB}/gems/${DISTNAME}/examples/monitrc
${GEM_LIB}/gems/${DISTNAME}/examples/random_thrash.rb
${GEM_LIB}/gems/${DISTNAME}/examples/simpletest.rb
${GEM_LIB}/gems/${DISTNAME}/examples/webrick_compare.rb
${GEM_LIB}/gems/${DISTNAME}/ext/
${GEM_LIB}/gems/${DISTNAME}/ext/http11/
${GEM_LIB}/gems/${DISTNAME}/ext/http11/Makefile
${GEM_LIB}/gems/${DISTNAME}/ext/http11/ext_help.h
${GEM_LIB}/gems/${DISTNAME}/ext/http11/extconf.rb
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11.c
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11.o
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11.so
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11_parser.c
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11_parser.h
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11_parser.java.rl
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11_parser.o
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11_parser.rl
${GEM_LIB}/gems/${DISTNAME}/ext/http11/http11_parser_common.rl
${GEM_LIB}/gems/${DISTNAME}/ext/http11/mkmf.log
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/Http11Service.java
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/org/
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/org/jruby/
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/org/jruby/mongrel/
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/org/jruby/mongrel/Http11.java
${GEM_LIB}/gems/${DISTNAME}/ext/http11_java/org/jruby/mongrel/Http11Parser.java
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/http11.so
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/camping.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/cgi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/command.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/configurator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/const.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/debug.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/gems.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/handlers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/header_out.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/http_request.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/http_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/init.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/mime_types.yml
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/rails.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/stats.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/tcphack.rb
${GEM_LIB}/gems/${DISTNAME}/lib/mongrel/uri_classifier.rb
${GEM_LIB}/gems/${DISTNAME}/mongrel-public_cert.pem
${GEM_LIB}/gems/${DISTNAME}/mongrel.gemspec
${GEM_LIB}/gems/${DISTNAME}/setup.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/mime.yaml
${GEM_LIB}/gems/${DISTNAME}/test/mongrel.conf
${GEM_LIB}/gems/${DISTNAME}/test/test_cgi_wrapper.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_command.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_conditional.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_configurator.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_debug.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_handlers.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_http11.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_redirect_handler.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_request_progress.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_response.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_stats.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_uriclassifier.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_ws.rb
${GEM_LIB}/gems/${DISTNAME}/test/testhelp.rb
${GEM_LIB}/gems/${DISTNAME}/tools/
${GEM_LIB}/gems/${DISTNAME}/tools/trickletest.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec