summaryrefslogtreecommitdiff
path: root/www (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-31- s/CP/INSTALL_DATA/Olli Hauer1-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
2015-05-31- Update to 1.4.2Sunpoet Po-Chuan Hsieh2-4/+4
Changes: https://github.com/tsechingho/chosen-rails/commits/master Notes: svn path=/head/; revision=388114
2015-05-31- Update RUN_DEPENDSSunpoet Po-Chuan Hsieh1-3/+1
- Remove MONGRELCLUSTER_DESC Notes: svn path=/head/; revision=388103
2015-05-31- Remove MONGRELCLUSTER_DESCSunpoet Po-Chuan Hsieh1-1/+0
Notes: svn path=/head/; revision=388102
2015-05-31- Update to 0.29Sunpoet Po-Chuan Hsieh2-4/+6
- Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=388098
2015-05-31- update to 2.0.9-rc2Olli Hauer6-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
2015-05-31- use @sample for conf filesOlli Hauer26-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
2015-05-30- Drop @dirrm* from plistDmitry Marakasov2-6/+2
- Add empty directory to plist - Add LICENSE_FILE Notes: svn path=/head/; revision=387989
2015-05-30Cleanup USE_GITHUB usage.Mathieu Arnold6-12/+10
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
2015-05-30new port: www/rubygem-cal-heatmap-rails-rails4Michael Moll4-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
2015-05-30- change WWW to githubOlli Hauer1-1/+1
Notes: svn path=/head/; revision=387979
2015-05-30- switch to GITHUBOlli Hauer2-3/+6
Notes: svn path=/head/; revision=387978
2015-05-30- master site is gone, use LOCALOlli Hauer1-3/+3
- use PKGNAMESUFFIX instead DISTNAME PR: 200213 Submitted by: Andres Montalban Notes: svn path=/head/; revision=387977
2015-05-30- Update to 5.90093Sunpoet Po-Chuan Hsieh2-3/+3
Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Notes: svn path=/head/; revision=387960
2015-05-30- Update to 0.0.8.18Sunpoet Po-Chuan Hsieh3-13/+12
- Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher/Changes Notes: svn path=/head/; revision=387959
2015-05-30- Update to 4.20Sunpoet Po-Chuan Hsieh2-3/+3
Changes: http://search.cpan.org/dist/CGI/Changes Notes: svn path=/head/; revision=387958
2015-05-30Mark a few ports BROKENAntoine Brodin1-0/+2
Reported by: pkg-fallout Notes: svn path=/head/; revision=387922
2015-05-30- Drop @dirrm* from plistDmitry Marakasov2-3/+4
- Add LICENSE Notes: svn path=/head/; revision=387910
2015-05-29Really fix fetch.Mathieu Arnold1-2/+0
Sponsored by: Absolight Notes: svn path=/head/; revision=387885
2015-05-29Fix fetch.Mathieu Arnold1-1/+0
Sponsored by: Absolight Notes: svn path=/head/; revision=387883
2015-05-29Update to 4.2Grzegorz Blach2-4/+3
PR: 200516 Approved by: khsing.cn <at> gmail <dot> com (maintainer) Notes: svn path=/head/; revision=387873
2015-05-29Convert nginx, nginx-devel and tengine to USE_GITHUB.Mathieu Arnold24-608/+612
Sponsored by: Absolight Notes: svn path=/head/; revision=387856
2015-05-28Fix RUN_DEPENDS.Mathieu Arnold1-1/+1
Sponsored by: Absolight Notes: svn path=/head/; revision=387779
2015-05-28- Drop @dirrm* from plistDmitry Marakasov1-2/+0
Notes: svn path=/head/; revision=387770
2015-05-28- Strip libraryDmitry Marakasov2-3/+2
- Drop @dirrm* from plist Notes: svn path=/head/; revision=387767
2015-05-28- Update to 2.2.3Dmitry Marakasov3-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
2015-05-28Make 'make makesum' happy.Sergey A. Osokin2-16/+8
Notes: svn path=/head/; revision=387698
2015-05-28Upgrade from 1.9.0 to 1.9.1.Sergey A. Osokin4-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
2015-05-27- Add LICENSEDmitry Marakasov2-4/+3
- Drop @dirrm* from plist Notes: svn path=/head/; revision=387693
2015-05-27- Strip binariesDmitry Marakasov1-2/+5
Notes: svn path=/head/; revision=387688
2015-05-27- Drop @dirrm* from plistDmitry Marakasov1-1/+0
Notes: svn path=/head/; revision=387687
2015-05-27- Update to 5.0Dmitry Marakasov3-15/+5
PR: 200478 Submitted by: jimmy@mammothcheese.ca (maintainer) Notes: svn path=/head/; revision=387679
2015-05-27www/pecl-http: Update version 2.4.1=>2.4.3Muhammad Moinur Rahman3-6/+8
Notes: svn path=/head/; revision=387672
2015-05-27- Update to 3957Sunpoet Po-Chuan Hsieh2-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
2015-05-27Add varnishd_extra_flags option to permit passing additional flags toMark Felder4-33/+32
varnishd Clean up rc scripts per rclint recommendations Differential Revision: https://reviews.freebsd.org/D2605 Notes: svn path=/head/; revision=387610
2015-05-27- Update WWWSunpoet Po-Chuan Hsieh1-1/+1
With hat: ruby Notes: svn path=/head/; revision=387588
2015-05-27- Update to 4.9.0Sunpoet Po-Chuan Hsieh2-3/+3
Changes: http://bogomips.org/unicorn.git/log/?showmsg=1 Notes: svn path=/head/; revision=387587
2015-05-27- Update to 0.7.1Sunpoet Po-Chuan Hsieh3-4/+4
- Update WWW Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387585
2015-05-27- Update to 2.0.4Sunpoet Po-Chuan Hsieh2-3/+3
Changes: https://github.com/ai/r18n/commits/master/sinatra-r18n Notes: svn path=/head/; revision=387584
2015-05-27- Update to 0.4.0Sunpoet Po-Chuan Hsieh2-5/+3
Changes: https://github.com/cyu/rack-cors/blob/master/CHANGELOG Notes: svn path=/head/; revision=387583
2015-05-27- Update to 0.3.0Sunpoet Po-Chuan Hsieh3-3/+14
Changes: https://github.com/rapid7/jsobfu/commits/master Notes: svn path=/head/; revision=387582
2015-05-27- Update to 0.0.7Sunpoet Po-Chuan Hsieh2-3/+3
Changes: https://github.com/nene/rkelly-remix/blob/master/CHANGELOG.rdoc Notes: svn path=/head/; revision=387581
2015-05-27- Add PORTSCOUTSunpoet Po-Chuan Hsieh1-0/+2
Notes: svn path=/head/; revision=387580
2015-05-27- Update to 1.2.1Sunpoet Po-Chuan Hsieh2-3/+3
Changes: https://rubygems.org/gems/jekyll-watch Notes: svn path=/head/; revision=387579
2015-05-27- Update RUN_DEPENDS: use newer rubygem-builderSunpoet Po-Chuan Hsieh2-2/+3
- Update WWW - Bump PORTREVISION Notes: svn path=/head/; revision=387576
2015-05-27- Update to 2.6.0.1Sunpoet Po-Chuan Hsieh2-3/+3
Changes: https://github.com/nahi/httpclient/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387573
2015-05-27- Update to 0.13.5Sunpoet Po-Chuan Hsieh2-3/+3
Changes: https://github.com/jnunemaker/httparty/blob/master/History Notes: svn path=/head/; revision=387571
2015-05-27- Add PORTSCOUTSunpoet Po-Chuan Hsieh2-1/+3
- Update WWW Notes: svn path=/head/; revision=387570
2015-05-27- Update to 5.2.3Sunpoet Po-Chuan Hsieh2-3/+3
Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387569
2015-05-27- Update to 5.2.3Sunpoet Po-Chuan Hsieh2-4/+4
- Fix space/tab Changes: https://github.com/gazay/gon/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387568