mod_spdy is an Apache 2.x filter module that provides SPDY support in the Apache HTTPD web server. Because mod_spdy is an Apache module, it can be loaded into currently deployed Apache HTTPD 2.x web servers using mod_so. This module is still an early beta and is not yet suitable for production environments.
Responsible Changed From-To: freebsd-ports-bugs->apache apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: apache->swills I'll take it.
I found some errrors on this port. Please wait until sending new one. -- Masaki TAGAWA
- Updated mod_spdy to 0.9.1.5 - Changed the way to handle mod_ssl.so -- Masaki TAGAWA
swills 2012-05-04 13:37:52 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_spdy Makefile distinfo pkg-descr pkg-plist www/mod_spdy/files patch-apache_spdy_session_io.cc patch-apache_spdy_stream_task_factory.cc patch-base.gypi patch-build_modssl_with_npn.sh patch-common.h patch-make.py patch-mod_spdy.cc patch-pthread_shared_mem.cc patch-python_arch.sh patch-python_arch2.sh patch-spdy_protocol_test.cc patch-stack_trace_posix.cc pkg-message.in Log: mod_spdy is an Apache 2.x filter module that provides SPDY support in the Apache HTTPD web server. Because mod_spdy is an Apache module, it can be loaded into currently deployed Apache HTTPD 2.x web servers using mod_so. This module is still an early beta and is not yet suitable for production environments. WWW: http://code.google.com/p/mod-spdy/ PR: ports/166538 Submitted by: Masaki TAGAWA Revision Changes Path 1.3175 +1 -0 ports/www/Makefile 1.1 +85 -0 ports/www/mod_spdy/Makefile (new) 1.1 +6 -0 ports/www/mod_spdy/distinfo (new) 1.1 +12 -0 ports/www/mod_spdy/files/patch-apache_spdy_session_io.cc (new) 1.1 +12 -0 ports/www/mod_spdy/files/patch-apache_spdy_stream_task_factory.cc (new) 1.1 +18 -0 ports/www/mod_spdy/files/patch-base.gypi (new) 1.1 +98 -0 ports/www/mod_spdy/files/patch-build_modssl_with_npn.sh (new) 1.1 +13 -0 ports/www/mod_spdy/files/patch-common.h (new) 1.1 +17 -0 ports/www/mod_spdy/files/patch-make.py (new) 1.1 +12 -0 ports/www/mod_spdy/files/patch-mod_spdy.cc (new) 1.1 +146 -0 ports/www/mod_spdy/files/patch-pthread_shared_mem.cc (new) 1.1 +19 -0 ports/www/mod_spdy/files/patch-python_arch.sh (new) 1.1 +19 -0 ports/www/mod_spdy/files/patch-python_arch2.sh (new) 1.1 +18 -0 ports/www/mod_spdy/files/patch-spdy_protocol_test.cc (new) 1.1 +26 -0 ports/www/mod_spdy/files/patch-stack_trace_posix.cc (new) 1.1 +16 -0 ports/www/mod_spdy/files/pkg-message.in (new) 1.1 +8 -0 ports/www/mod_spdy/pkg-descr (new) 1.1 +3 -0 ports/www/mod_spdy/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!