pkgsrc/www/mongrel/PLIST
jlam 0ba4a27721 Update mongrel to version 1.1.4. Changes from version 1.0.1 include:
+ 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-04-04 15:25:27 +00:00

89 lines
3.2 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2008/04/04 15:25:27 jlam Exp $
bin/mongrel_rails
${GEM_HOME}/cache/mongrel-${PKGVERSION}.gem
${GEM_LIBDIR}/.require_paths
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/bin/mongrel_rails
${GEM_LIBDIR}/examples/builder.rb
${GEM_LIBDIR}/examples/camping/README
${GEM_LIBDIR}/examples/camping/blog.rb
${GEM_LIBDIR}/examples/camping/tepee.rb
${GEM_LIBDIR}/examples/httpd.conf
${GEM_LIBDIR}/examples/mime.yaml
${GEM_LIBDIR}/examples/mongrel.conf
${GEM_LIBDIR}/examples/mongrel_simple_ctrl.rb
${GEM_LIBDIR}/examples/mongrel_simple_service.rb
${GEM_LIBDIR}/examples/monitrc
${GEM_LIBDIR}/examples/random_thrash.rb
${GEM_LIBDIR}/examples/simpletest.rb
${GEM_LIBDIR}/examples/webrick_compare.rb
${GEM_LIBDIR}/ext/http11/ext_help.h
${GEM_LIBDIR}/ext/http11/extconf.rb
${GEM_LIBDIR}/ext/http11/http11.c
${GEM_LIBDIR}/ext/http11/http11_parser.c
${GEM_LIBDIR}/ext/http11/http11_parser.h
${GEM_LIBDIR}/ext/http11/http11_parser.java.rl
${GEM_LIBDIR}/ext/http11/http11_parser.rl
${GEM_LIBDIR}/ext/http11/http11_parser_common.rl
${GEM_LIBDIR}/ext/http11_java/Http11Service.java
${GEM_LIBDIR}/ext/http11_java/org/jruby/mongrel/Http11.java
${GEM_LIBDIR}/ext/http11_java/org/jruby/mongrel/Http11Parser.java
${GEM_LIBDIR}/lib/http11.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/mongrel.rb
${GEM_LIBDIR}/lib/mongrel/camping.rb
${GEM_LIBDIR}/lib/mongrel/cgi.rb
${GEM_LIBDIR}/lib/mongrel/command.rb
${GEM_LIBDIR}/lib/mongrel/configurator.rb
${GEM_LIBDIR}/lib/mongrel/const.rb
${GEM_LIBDIR}/lib/mongrel/debug.rb
${GEM_LIBDIR}/lib/mongrel/gems.rb
${GEM_LIBDIR}/lib/mongrel/handlers.rb
${GEM_LIBDIR}/lib/mongrel/header_out.rb
${GEM_LIBDIR}/lib/mongrel/http_request.rb
${GEM_LIBDIR}/lib/mongrel/http_response.rb
${GEM_LIBDIR}/lib/mongrel/init.rb
${GEM_LIBDIR}/lib/mongrel/mime_types.yml
${GEM_LIBDIR}/lib/mongrel/rails.rb
${GEM_LIBDIR}/lib/mongrel/stats.rb
${GEM_LIBDIR}/lib/mongrel/tcphack.rb
${GEM_LIBDIR}/lib/mongrel/uri_classifier.rb
${GEM_LIBDIR}/mongrel-public_cert.pem
${GEM_LIBDIR}/mongrel.gemspec
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/test/mime.yaml
${GEM_LIBDIR}/test/mongrel.conf
${GEM_LIBDIR}/test/test_cgi_wrapper.rb
${GEM_LIBDIR}/test/test_command.rb
${GEM_LIBDIR}/test/test_conditional.rb
${GEM_LIBDIR}/test/test_configurator.rb
${GEM_LIBDIR}/test/test_debug.rb
${GEM_LIBDIR}/test/test_handlers.rb
${GEM_LIBDIR}/test/test_http11.rb
${GEM_LIBDIR}/test/test_redirect_handler.rb
${GEM_LIBDIR}/test/test_request_progress.rb
${GEM_LIBDIR}/test/test_response.rb
${GEM_LIBDIR}/test/test_stats.rb
${GEM_LIBDIR}/test/test_uriclassifier.rb
${GEM_LIBDIR}/test/test_ws.rb
${GEM_LIBDIR}/test/testhelp.rb
${GEM_LIBDIR}/tools/trickletest.rb
${GEM_HOME}/specifications/mongrel-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/tools
@dirrm ${GEM_LIBDIR}/test
@dirrm ${GEM_LIBDIR}/lib/mongrel
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/ext/http11_java/org/jruby/mongrel
@dirrm ${GEM_LIBDIR}/ext/http11_java/org/jruby
@dirrm ${GEM_LIBDIR}/ext/http11_java/org
@dirrm ${GEM_LIBDIR}/ext/http11_java
@dirrm ${GEM_LIBDIR}/ext/http11
@dirrm ${GEM_LIBDIR}/ext
@dirrm ${GEM_LIBDIR}/examples/camping
@dirrm ${GEM_LIBDIR}/examples
@dirrm ${GEM_LIBDIR}/bin
@dirrm ${GEM_LIBDIR}