summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - s/CP/INSTALL_DATA/Olli Hauer2015-05-311-1/+1
| | | | | | | | I've done it wrong with the last update ... Fix it now, before it will get lost! Notes: svn path=/head/; revision=388115
* - Update to 1.4.2Sunpoet Po-Chuan Hsieh2015-05-312-4/+4
| | | | | | | Changes: https://github.com/tsechingho/chosen-rails/commits/master Notes: svn path=/head/; revision=388114
* - Update RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-05-311-3/+1
| | | | | | | - Remove MONGRELCLUSTER_DESC Notes: svn path=/head/; revision=388103
* - Remove MONGRELCLUSTER_DESCSunpoet Po-Chuan Hsieh2015-05-311-1/+0
| | | | Notes: svn path=/head/; revision=388102
* - Update to 0.29Sunpoet Po-Chuan Hsieh2015-05-312-4/+6
| | | | | | | | | | - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=388098
* - update to 2.0.9-rc2Olli Hauer2015-05-316-78/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - install modules file instead activating the module with apxs RC2 has really gone a long way, and is a real candidate to become the next official release. Tested against apache22/24 MPM prefork/event/worker. Changes: ======== Remove PerlInterpScope. This has not been working properly with threaded MPMs with httpd-2.4.x and the use-case of this directive was questionable. [Jan Kaluza] Allow running the test suite with httpd-2.4.x when mod_access_compat is not loaded. [Steve Hay] Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza, Steve Hay, Gozer] Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug #765174. [Niko Tyni <ntyni@debian.org>] Make sure modperl_interp_select uses r->server rather than the passed s parameter to find the interpreter pool to pull an interpreter from. This fixes an issue with vhosts with a separate interpreter pool and runtime dir-config merges that used to pull the interpreter from the wrong pool. [Torsten Foertsch] PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind the current interpreter to that object for it's lifetime. $(c|r)->pnotes_kill() can be used to prematurely drop pnotes and remove this binding. [Torsten Foertsch] Now correctly invokes PerlCleanupHandlers, even if they are the only handler type configured for that request [Torsten Foertsch] For threaded MPMs, change interpreter managment to a new, reference-counted allocation model. [Torsten Foertsch] Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig [Torsten Foertsch] Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch] Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR or TEMP from the environment, or else defaults to /tmp. The latter is no good on Windows, so make sure the environment variables are passed through. (TEMP should be set to something suitable on Windows.) [Steve Hay] Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando <rolosworld@gmail.com>] with haed apache@ Notes: svn path=/head/; revision=388078
* - use @sample for conf filesOlli Hauer2015-05-3126-213/+1357
| | | | | | | | | | - backport ab from 2.4.x - fix mode for suexec, cgi test files - adopt http-ssl.conf.in from upstream trunk - rebuild some patches Notes: svn path=/head/; revision=388056
* - Drop @dirrm* from plistDmitry Marakasov2015-05-302-6/+2
| | | | | | | | - Add empty directory to plist - Add LICENSE_FILE Notes: svn path=/head/; revision=387989
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-306-12/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* new port: www/rubygem-cal-heatmap-rails-rails4Michael Moll2015-05-304-0/+29
| | | | | | | | | | | | rails4 variant of www/rubygem-cal-heatmap-rails PR: 200462 Differential Revision: https://reviews.freebsd.org/D2677 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor) Notes: svn path=/head/; revision=387984
* - change WWW to githubOlli Hauer2015-05-301-1/+1
| | | | Notes: svn path=/head/; revision=387979
* - switch to GITHUBOlli Hauer2015-05-302-3/+6
| | | | Notes: svn path=/head/; revision=387978
* - master site is gone, use LOCALOlli Hauer2015-05-301-3/+3
| | | | | | | | | | - use PKGNAMESUFFIX instead DISTNAME PR: 200213 Submitted by: Andres Montalban Notes: svn path=/head/; revision=387977
* - Update to 5.90093Sunpoet Po-Chuan Hsieh2015-05-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Notes: svn path=/head/; revision=387960
* - Update to 0.0.8.18Sunpoet Po-Chuan Hsieh2015-05-303-13/+12
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher/Changes Notes: svn path=/head/; revision=387959
* - Update to 4.20Sunpoet Po-Chuan Hsieh2015-05-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/CGI/Changes Notes: svn path=/head/; revision=387958
* Mark a few ports BROKENAntoine Brodin2015-05-301-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=387922
* - Drop @dirrm* from plistDmitry Marakasov2015-05-302-3/+4
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=387910
* Really fix fetch.Mathieu Arnold2015-05-291-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387885
* Fix fetch.Mathieu Arnold2015-05-291-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387883
* Update to 4.2Grzegorz Blach2015-05-292-4/+3
| | | | | | | | PR: 200516 Approved by: khsing.cn <at> gmail <dot> com (maintainer) Notes: svn path=/head/; revision=387873
* Convert nginx, nginx-devel and tengine to USE_GITHUB.Mathieu Arnold2015-05-2924-608/+612
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387856
* Fix RUN_DEPENDS.Mathieu Arnold2015-05-281-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=387779
* - Drop @dirrm* from plistDmitry Marakasov2015-05-281-2/+0
| | | | Notes: svn path=/head/; revision=387770
* - Strip libraryDmitry Marakasov2015-05-282-3/+2
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=387767
* - Update to 2.2.3Dmitry Marakasov2015-05-283-19/+20
| | | | | | | | | | | | - Convert munch of Makefile echo's to pkg-mesage - Add LICENSE_FILE - Silence post-patch PR: 200396 Submitted by: jeff@bovine.net (maintainer) Notes: svn path=/head/; revision=387701
* Make 'make makesum' happy.Sergey A. Osokin2015-05-282-16/+8
| | | | Notes: svn path=/head/; revision=387698
* Upgrade from 1.9.0 to 1.9.1.Sergey A. Osokin2015-05-284-6/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now SSLv3 protocol is disabled by default. *) Change: some long deprecated directives are not supported anymore. *) Feature: the "reuseport" parameter of the "listen" directive. Thanks to Sepherosa Ziehau and Yingqi Lu. *) Feature: the $upstream_connect_time variable. *) Bugfix: in the "hash" directive on big-endian platforms. *) Bugfix: nginx might fail to start on some old Linux variants; the bug had appeared in 1.7.11. *) Bugfix: in IP address parsing. Thanks to Sergey Polovko. </ChangeLog> Notes: svn path=/head/; revision=387696
* - Add LICENSEDmitry Marakasov2015-05-272-4/+3
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=387693
* - Strip binariesDmitry Marakasov2015-05-271-2/+5
| | | | Notes: svn path=/head/; revision=387688
* - Drop @dirrm* from plistDmitry Marakasov2015-05-271-1/+0
| | | | Notes: svn path=/head/; revision=387687
* - Update to 5.0Dmitry Marakasov2015-05-273-15/+5
| | | | | | | | PR: 200478 Submitted by: jimmy@mammothcheese.ca (maintainer) Notes: svn path=/head/; revision=387679
* www/pecl-http: Update version 2.4.1=>2.4.3Muhammad Moinur Rahman2015-05-273-6/+8
| | | | Notes: svn path=/head/; revision=387672
* - Update to 3957Sunpoet Po-Chuan Hsieh2015-05-272-4/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog PR: 200482 Submitted by: Vick Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=387625
* Add varnishd_extra_flags option to permit passing additional flags toMark Felder2015-05-274-33/+32
| | | | | | | | | | | varnishd Clean up rc scripts per rclint recommendations Differential Revision: https://reviews.freebsd.org/D2605 Notes: svn path=/head/; revision=387610
* - Update WWWSunpoet Po-Chuan Hsieh2015-05-271-1/+1
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=387588
* - Update to 4.9.0Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: http://bogomips.org/unicorn.git/log/?showmsg=1 Notes: svn path=/head/; revision=387587
* - Update to 0.7.1Sunpoet Po-Chuan Hsieh2015-05-273-4/+4
| | | | | | | | | - Update WWW Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387585
* - Update to 2.0.4Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: https://github.com/ai/r18n/commits/master/sinatra-r18n Notes: svn path=/head/; revision=387584
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2015-05-272-5/+3
| | | | | | | Changes: https://github.com/cyu/rack-cors/blob/master/CHANGELOG Notes: svn path=/head/; revision=387583
* - Update to 0.3.0Sunpoet Po-Chuan Hsieh2015-05-273-3/+14
| | | | | | | Changes: https://github.com/rapid7/jsobfu/commits/master Notes: svn path=/head/; revision=387582
* - Update to 0.0.7Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: https://github.com/nene/rkelly-remix/blob/master/CHANGELOG.rdoc Notes: svn path=/head/; revision=387581
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-05-271-0/+2
| | | | Notes: svn path=/head/; revision=387580
* - Update to 1.2.1Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: https://rubygems.org/gems/jekyll-watch Notes: svn path=/head/; revision=387579
* - Update RUN_DEPENDS: use newer rubygem-builderSunpoet Po-Chuan Hsieh2015-05-272-2/+3
| | | | | | | | - Update WWW - Bump PORTREVISION Notes: svn path=/head/; revision=387576
* - Update to 2.6.0.1Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: https://github.com/nahi/httpclient/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387573
* - Update to 0.13.5Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: https://github.com/jnunemaker/httparty/blob/master/History Notes: svn path=/head/; revision=387571
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-05-272-1/+3
| | | | | | | - Update WWW Notes: svn path=/head/; revision=387570
* - Update to 5.2.3Sunpoet Po-Chuan Hsieh2015-05-272-3/+3
| | | | | | | Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387569
* - Update to 5.2.3Sunpoet Po-Chuan Hsieh2015-05-272-4/+4
| | | | | | | | | - Fix space/tab Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387568