aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
...
* - Add support for db45 and db46Martin Matuska2008-01-162-2/+10
| | | | | | | | | PR: ports/117937 Submitted by: mm Approved by: maintainer timeout Notes: svn path=/head/; revision=205716
* - Update to 2.2.0Thomas Abthorpe2008-01-157-254/+180
| | | | | | | | | | - Pass maintainership to submitter PR: ports/119669 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Notes: svn path=/head/; revision=205691
* Upgrade to 3.1.4.Vanilla I. Shu2008-01-154-12/+32
| | | | | | | | PR: ports/119650 Submitted by: maintainer Notes: svn path=/head/; revision=205673
* This module collects common URI validation routines to make input validation,Martin Wilke2008-01-145-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. The value to test is always the first (and often only) argument. There are a number of other URI validation modules out there as well. This one focuses on being fast, lightweight, and relatively 'real-world'. i.e. it's good if you want to check user input, and don't need to parse out the URI/URL into chunks. Right now the module focuses on HTTP URIs, since they're arguably the most common. WWW: http://search.cpan.org/dist/Data-Validate-URI PR: ports/119264 Submitted by: Tuc <freebsd-ports at t-b-o-h.net> Notes: svn path=/head/; revision=205639
* - new option WITH_WEBALIZER_LOWERCASE_SEARCHDirk Meyer2008-01-143-7/+24
| | | | | | | | | | | | | lowercase search strings like in unpathced webalizer default is to not lowercase search strings to honor intenational charsets. Submitted by: Frank Altpeter - adding default HTMLHead to sample.conf HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> Reported by: Lapo Luchini Notes: svn path=/head/; revision=205630
* - update to 1.7.1Dryice Dong Liu2008-01-143-4/+14
| | | | | | | - new file: files/patch-setup.py Notes: svn path=/head/; revision=205627
* update to 1.6.1.1Dryice Dong Liu2008-01-143-4/+7
| | | | Notes: svn path=/head/; revision=205622
* update to 1.6Dryice Dong Liu2008-01-142-4/+4
| | | | Notes: svn path=/head/; revision=205621
* update to 0.9Dryice Dong Liu2008-01-143-4/+27
| | | | Notes: svn path=/head/; revision=205620
* update to 1.4.3Dryice Dong Liu2008-01-142-4/+4
| | | | Notes: svn path=/head/; revision=205615
* Upgrade to 1.0.Vanilla I. Shu2008-01-142-4/+4
| | | | Notes: svn path=/head/; revision=205613
* - Update to 6.8Martin Wilke2008-01-138-695/+697
| | | | | | | Submitted by: farrokhi (maintainer) Notes: svn path=/head/; revision=205592
* - Mark conflicts with plone3Rong-En Fan2008-01-1314-14/+14
| | | | | | | | | PR: ports/119365 Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> Approved by: portmgr (pav) Notes: svn path=/head/; revision=205583
* Update to 0.26Lars Balker Rasmussen2008-01-122-7/+5
| | | | Notes: svn path=/head/; revision=205568
* Update to 0.12Lars Balker Rasmussen2008-01-123-7/+12
| | | | Notes: svn path=/head/; revision=205567
* Update to 0.04Lars Balker Rasmussen2008-01-123-7/+12
| | | | Notes: svn path=/head/; revision=205566
* Update to 0.07Lars Balker Rasmussen2008-01-123-5/+8
| | | | Notes: svn path=/head/; revision=205563
* This plugin is a Web Admin panel for administrating custom fields -Martin Wilke2008-01-126-0/+56
| | | | | | | | | | | | | | | | adding, modifying and deleting them without editing the trac.ini file directly. This plugin is a cooperation between CodeResort.com and Optaros.com, and is made freely available under a BSD license. WWW: http://trac-hacks.org/wiki/CustomFieldAdminPlugin PR: ports/119573 Submitted by: Greg Larkin <glarkin at sourcehosting.net> Notes: svn path=/head/; revision=205530
* This plugin provides a wiki WYSIWYG editor that generates TracMartin Wilke2008-01-126-0/+51
| | | | | | | | | | | | | wiki markup. This enables users to switch between the WYSIWYG mode and the standard wiki markup format, as needed. WWW: http://trac-hacks.org/wiki/TracWysiwygPlugin PR: ports/119571 Submitted by: Greg Larkin <glarkin at sourcehosting.net> Notes: svn path=/head/; revision=205528
* FCGI::Spawn is used to serve as a FastCGI process manager. BesidesMartin Wilke2008-01-125-0/+43
| | | | | | | | | | | | | | | | | | the features the FCGI::ProcManager posess itself, the FCGI::Spawn is targeted as web server admin understandable instance for building the own fastcgi server with copy-on-write memory sharing among forks and with single input parameters like socket path and processes number. Another thing to mention is that it is able to execute any file pointed by Web server. So we have the daemon that is hot ready for hosting providing. WWW: http://search.cpan.org/dist/FCGI-ProcManager/ PR: ports/119010 Submitted by: Peter <peter at vereshagin.org> Notes: svn path=/head/; revision=205522
* Update to version 2.20.Henrik Brix Andersen2008-01-122-4/+4
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=205510
* - Update to 4.7.11Martin Wilke2008-01-122-4/+4
| | | | | | | | PR: 119568 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=205500
* - Update to 5.6Martin Wilke2008-01-126-12/+12
| | | | | | | | PR: 119567 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=205499
* - Update to 2.6.STABLE18Martin Wilke2008-01-123-14/+15
| | | | | | | | PR: 119563 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) Notes: svn path=/head/; revision=205497
* - Update to 1.2.9Andrew Pantyukhin2008-01-122-4/+4
| | | | Notes: svn path=/head/; revision=205487
* - New port prado-3.1.1.r2290Beech Rintoul2008-01-1210-0/+3670
| | | | | | | | | | | | | - PRADO(tm) is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented. PR: ports/119344 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205477
* Add `python' virtual category.Alexey Dokuchaev2008-01-121-1/+1
| | | | Notes: svn path=/head/; revision=205475
* Add ljdump, a tool to download LiveJournal entries and comments.Alexey Dokuchaev2008-01-115-0/+69
| | | | | | | WWW: http://hewgill.com/software/ljdump/ Notes: svn path=/head/; revision=205467
* - New port codeigniter-1.5.4Beech Rintoul2008-01-1128-0/+1663
| | | | | | | | | | | | | - CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. PR: ports/119347 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205444
* - Update to 2.1.1Martin Wilke2008-01-113-11/+21
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=205441
* - Update to 1.0.4Martin Wilke2008-01-102-4/+4
| | | | | | | | PR: 119478 Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer) Notes: svn path=/head/; revision=205425
* - Update to 1.16Martin Wilke2008-01-104-28/+5
| | | | | | | | PR: 119505 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=205424
* - Update to 0.9.3Martin Wilke2008-01-103-6/+14
| | | | | | | | PR: 118954 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) Notes: svn path=/head/; revision=205418
* Update to version 2.19.Henrik Brix Andersen2008-01-102-4/+4
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=205411
* Set which pages are always going to be used in secure mode (SSL).Martin Wilke2008-01-104-0/+31
| | | | | | | | | | WWW: http://drupal.org/project/securepages PR: ports/119334 Submitted by: Dennis Cabooter <freebsd at rootxs.org> Notes: svn path=/head/; revision=205404
* Upgrade to OpenVRML 0.17.2.Thierry Thomas2008-01-102-5/+5
| | | | | | | | | | Changelog: - Fixed a crash in relative URL resolution. - Added support for gzip-encoded resources to openvrml-player. Notes: svn path=/head/; revision=205401
* Fix the pkg-message never display.Jeremy Messenger2008-01-103-0/+3
| | | | | | | | PR: ports/119394 Submitted by: naddy Notes: svn path=/head/; revision=205391
* Update from 0.5.34 to 0.5.35.Sergey A. Osokin2008-01-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now the ngx_http_userid_module adds start time microseconds to the cookie field contains a pid value. *) Change: now the uname(2) is used on Linux instead of procfs. Thanks to Ilya Novikov. *) Feature: the "If-Range" request header line support. Thanks to Alexander V. Inyukhin. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.5.13. *) Bugfix: the STARTTLS in SMTP mode did not work. Thanks to Oleg Motienko. *) Bugfix: large_client_header_buffers did not freed before going to keep-alive state. Thanks to Olexander Shtepa. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high. *) Bugfix: the $status variable was equal to 0 if a proxied server returned response in HTTP/0.9 version. *) Bugfix: if the "?" character was in a "error_page" directive, then it was escaped in a proxied request; bug appeared in 0.5.32. </ChangeLog> Notes: svn path=/head/; revision=205382
* Update from 0.6.21 to 0.6.25.Sergey A. Osokin2008-01-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.6.25 08 Jan 2008 *) Change: now the "server_name_in_redirect" directive is used instead of the "server_name" directive's special "*" parameter. *) Change: now wildcard and regex names can be used as main name in a "server_name" directive. *) Change: the "satisfy_any" directive was replaced by the "satisfy" directive. *) Workaround: old worker processes might hog CPU after reconfiguration if they was run under Linux OpenVZ. *) Feature: the "min_delete_depth" directive. *) Bugfix: the COPY and MOVE methods did not work with single files. *) Bugfix: the ngx_http_gzip_static_module did not allow the ngx_http_dav_module to work; bug appeared in 0.6.23. *) Bugfix: socket leak in HTTPS mode if deferred accept was used. Thanks to Ben Maurer. *) Bugfix: nginx could not be built without PCRE library; bug appeared in 0.6.23. Changes with nginx 0.6.24 27 Dec 2007 *) Bugfix: a segmentation fault might occur in worker process if HTTPS was used; bug appeared in 0.6.23. Changes with nginx 0.6.23 27 Dec 2007 *) Change: the "off" parameter in the "ssl_session_cache" directive; now this is default parameter. *) Change: the "open_file_cache_retest" directive was renamed to the "open_file_cache_valid". *) Feature: the "open_file_cache_min_uses" directive. *) Feature: the ngx_http_gzip_static_module. *) Feature: the "gzip_disable" directive. *) Feature: the "memcached_pass" directive may be used inside the "if" block. *) Bugfix: a segmentation fault occurred in worker process, if the "memcached_pass" and "if" directives were used in the same location. *) Bugfix: if a "satisfy_any on" directive was used and not all access and auth modules directives were set, then other given access and auth directives were not tested; *) Bugfix: regex parameters in a "valid_referers" directive were not inherited from previous level. *) Bugfix: a "post_action" directive did run if a request was completed with 499 status code. *) Bugfix: optimization of 16K buffer usage in a SSL connection. Thanks to Ben Maurer. *) Bugfix: the STARTTLS in SMTP mode did not work. Thanks to Oleg Motienko. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.5.13. Changes with nginx 0.6.22 19 Dec 2007 *) Change: now all ngx_http_perl_module methods return values copied to perl's allocated memory. *) Bugfix: if nginx was built with ngx_http_perl_module, the perl before 5.8.6 was used, and perl supported threads, then during reconfiguration the master process aborted; bug appeared in 0.5.9. Thanks to Boris Zhmurov. *) Bugfix: the ngx_http_perl_module methods may get invalid values of the regex captures. *) Bugfix: a segmentation fault occurred in worker process, if the $r->has_request_body() method was called for a request whose small request body was already received. *) Bugfix: large_client_header_buffers did not freed before going to keep-alive state. Thanks to Olexander Shtepa. *) Bugfix: the last address was missed in the $upstream_addr variable; bug appeared in 0.6.18. *) Bugfix: the "fastcgi_catch_stderr" directive did return error code; now it returns 502 code, that can be rerouted to a next server using the "fastcgi_next_upstream invalid_header" directive. *) Bugfix: a segmentation fault occurred in master process if the "fastcgi_catch_stderr" directive was used; bug appeared in 0.6.10. Thanks to Manlio Perillo. </ChangeLog> Notes: svn path=/head/; revision=205380
* - Update to 1.00007Martin Wilke2008-01-103-37/+128
| | | | | | | | PR: 119340 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=205371
* - Makefile cleanup and tweaksBeech Rintoul2008-01-102-26/+18
| | | | | | | | | PR: ports/119511 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205351
* - Update to 3.1.6Beech Rintoul2008-01-104-10/+8
| | | | | | | | | | | | | | -Changes: * Fixed privilege escalation in the Horde API. * Improved XSS filtering. * Fixed locked portal blocks. * Further improved webroot detection. * Updated Japanese translation. Approved by: linimon (mentor) Notes: svn path=/head/; revision=205348
* - New port webcalendar-devel-1.1.6Beech Rintoul2008-01-105-0/+146
| | | | | | | | | | | | | | - This is a port of the WebCalendar application. WebCalendar is an Open Source web-based calendar/scheduling system written in PHP. WebCalendar has been under development since 2000 and continues to evolve. PR: ports/119474 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=205345
* Update to 1.0Michael Johnson2008-01-092-4/+4
| | | | Notes: svn path=/head/; revision=205320
* - Add CONFLICT with www/cakephp-develThomas Abthorpe2008-01-092-0/+4
| | | | | | | | | | - Bump PORTREVSION PR: ports/119322 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Notes: svn path=/head/; revision=205319
* - Add new port www/cakephp-develThomas Abthorpe2008-01-0921-676/+2485
| | | | | | | | PR: ports/119323 Submitted by: Greg Larkin <glarkin@sourcehosting.net> Notes: svn path=/head/; revision=205317
* - Update to 0.4.0Li-Wen Hsu2008-01-093-6/+6
| | | | | | | - Update WWW Notes: svn path=/head/; revision=205312
* - Update to 2.0.1Cheng-Lung Sung2008-01-092-6/+6
| | | | | | | | | | Changes: http://search.cpan.org/dist/Net-Flickr-RDF/Changes PR: ports/119407 Submitted by: clsung Approved by: maintainer Notes: svn path=/head/; revision=205297
* - Update to 0.14Cheng-Lung Sung2008-01-093-7/+6
| | | | | | | | | | Changes: http://search.cpan.org/dist/WWW-Google-PageRank/Changes PR: ports/119405 Submitted by: clsung Approved by: maintainer <snowfly_AT_yuntech dot edu dot tw> Notes: svn path=/head/; revision=205296
* - Update to 0.7.2Andrew Pantyukhin2008-01-082-4/+4
| | | | Notes: svn path=/head/; revision=205280