aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Add p5-Test-HTTP 0.11, test HTTP interactions.Sergey Skvortsov2008-07-115-0/+47
| | | | Notes: svn path=/head/; revision=216692
* Depends on pecl-APC in the standard way.Alex Dupre2008-07-111-2/+1
| | | | Notes: svn path=/head/; revision=216690
* Update to 5.7013Lars Balker Rasmussen2008-07-102-4/+4
| | | | Notes: svn path=/head/; revision=216670
* ClickHeat is a visual heatmap of clicks on a HTML page, showing hot andPhilippe Audeoud2008-07-107-0/+156
| | | | | | | | | | | | | cold click zones. Features: - Few function calls to log a click, no server load rise should be noticed - A keyword is used to define the page upon Javascript code load - Screen sizes and browsers are logged WWW: http://www.labsmedia.com/clickheat/index.html Notes: svn path=/head/; revision=216656
* Update to version 2.52.Henrik Brix Andersen2008-07-094-4/+66
| | | | | | | | | | | | The IkiWiki editpage form now uses the raw page name, not the page title, in its 'page' cgi parameter. You will need to rebuild any existing ikiwiki installations in order to update their 'edit' links to the new format. Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=216630
* - Version went backwards 8 months ago; fixMartin Wilke2008-07-092-0/+2
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=216611
* - s/BROKEN/IGNOREMartin Wilke2008-07-091-1/+1
| | | | Notes: svn path=/head/; revision=216591
* - Mark BROKEN Unstable, no sound, generally unusable stateMartin Wilke2008-07-091-0/+2
| | | | | | | | | PR: 123722 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=216589
* - Update to 0.15Philippe Audeoud2008-07-082-4/+4
| | | | | | | | PR: ports/125406 Submitted by: Masahiro Teramoto <markun onohara.to> (maintainer) Notes: svn path=/head/; revision=216554
* - Update to 1.6.1aMartin Wilke2008-07-082-5/+5
| | | | | | | | PR: 125385 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=216521
* - Mark BROKEN on 8-CURRENTPav Lucistnik2008-07-081-1/+7
| | | | Notes: svn path=/head/; revision=216515
* - New port p5-AnyEvent-HTTP-1.0.3Beech Rintoul2008-07-085-0/+40
| | | | | | | | | | | | | | | Implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a very low level. It can follow redirects supports proxies and automatically limits the number of connections to the values specified in the RFC. WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP PR: ports/125342 Submitted by: Vladimir Timofeev <vovkasm at gmail.com> Notes: svn path=/head/; revision=216513
* - Use static plistBeech Rintoul2008-07-082-1/+3
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=216509
* - Chase apr shlib bumpPav Lucistnik2008-07-071-1/+2
| | | | Notes: svn path=/head/; revision=216501
* - UnbreakMartin Wilke2008-07-072-9/+19
| | | | | | | | | | - Fix build with gcc 4.2 PR: 125207 Submitted by: Alex Keda <admin@lissyara.su> (maintainer) Notes: svn path=/head/; revision=216489
* - Update to 0.11Martin Wilke2008-07-072-4/+4
| | | | | | | | PR: 125302 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer) Notes: svn path=/head/; revision=216469
* - Update to 2.2.2Philippe Audeoud2008-07-073-8/+8
| | | | Notes: svn path=/head/; revision=216466
* - Update to 1.1.7Philippe Audeoud2008-07-073-17/+45
| | | | Notes: svn path=/head/; revision=216465
* Update from 0.6.31 to 0.6.32.Sergey A. Osokin2008-07-072-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add perl5 category wheh perl-specific defined. <ChangeLog> *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX in an access_log. Thanks to Maxim Dounin. *) Change: now nginx allows several "Host" request header line. *) Feature: the "modified" flag in the "expires" directive. *) Feature: the $uid_got and $uid_set variables may be used at any request processing stage. *) Feature: the $hostname variable. Thanks to Andrei Nigmatulin. *) Feature: DESTDIR support. Thanks to Todd A. Fisher and Andras Voroskoi. *) Bugfix: if sub_filter and SSI were used together, then responses might were transferred incorrectly. *) Bugfix: large SSI inclusions might be truncated. *) Bugfix: the "proxy_pass" directive did not work with the HTTPS protocol; the bug had appeared in 0.6.9. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis. *) Bugfix: a segmentation fault might occur in worker process on Linux, if keepalive was enabled. </ChangeLog> Notes: svn path=/head/; revision=216463
* - Change the MOINSCRIPT to wikiserver.py when definedMartin Wilke2008-07-072-2/+12
| | | | | | | | | | | | MOINTYPE=STANDALONE, the old wiki.py is deprecated. - Change the hint when making instances, add configuration for static contents. PR: 125210 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=216462
* Update from 0.7.5 to 0.7.6.Sergey A. Osokin2008-07-072-4/+5
| | | | | | | | | | | | | | | | | Add perl5 category wheh perl-specific defined. <ChangeLog> *) Bugfix: now if variables are used in the "access_log" directive a request root existence is always tested. *) Bugfix: the ngx_http_flv_module did not support several values in a query string. </ChangeLog> Notes: svn path=/head/; revision=216460
* Add www/p5-Squatting:Anton Berezin2008-07-075-0/+60
| | | | | | | | | | | | Squatting is a web microframework written in Perl that is based on Ruby's Camping. It originally used Continuity as its foundation, but it has since been generalized such that it can squat on top of any Perl-based web framework (in theory). WWW: http://search.cpan.org/dist/Squatting/ Notes: svn path=/head/; revision=216454
* - Bump PORTREVISION after apr updateMartin Wilke2008-07-074-4/+4
| | | | | | | | | | | PR: 125270 125271 125272 125278 125281 125282 125284 125285 125287 125288 125289 125290 125291 125292 125293 125295 125296 125297 125300 Submitted by: rodrigc Notes: svn path=/head/; revision=216453
* Add www/p5-Continuity, a Perl library that abstracts away statelessnessAnton Berezin2008-07-075-0/+53
| | | | | | | | | of HTTP to help beuilding stateful Web applications. WWW: http://search.cpan.org/dist/Continuity/ Notes: svn path=/head/; revision=216450
* Update to 2.13Lars Thegler2008-07-075-82/+104
| | | | Notes: svn path=/head/; revision=216449
* - Bump PORTREVISION after arp updateMartin Wilke2008-07-0726-26/+26
| | | | | | | PR: 125269 125274 Notes: svn path=/head/; revision=216446
* - Bump PORTREVISION after arp updateMartin Wilke2008-07-073-3/+3
| | | | | | | | PR: 125277 Submitted by: rodrigc Notes: svn path=/head/; revision=216445
* - Add missing module from dependAndrej Zverev2008-07-071-2/+3
| | | | Notes: svn path=/head/; revision=216443
* Update to 2.01Lars Thegler2008-07-072-4/+4
| | | | Notes: svn path=/head/; revision=216436
* - Update to 1.4.3Beech Rintoul2008-07-074-15/+28
| | | | | | | | | | - Respect portdocs PR: ports/124781 Submitted by: Andy <andrewclarkii@gmail.com> (maintainer) Notes: svn path=/head/; revision=216434
* - Update to 0.16.0.20080706, it's more than 0.17 RC1.Jeremy Messenger2008-07-074-18/+17
| | | | | | | | | | - ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/} in the *_DEPENDS, that way it will finding correct file when I tweak the PREFIX. - NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files. Notes: svn path=/head/; revision=216428
* Update to 2.0.6.Joe Marcus Clarke2008-07-063-8/+23
| | | | Notes: svn path=/head/; revision=216408
* - Add missing pkg-plistBeech Rintoul2008-07-061-0/+1860
| | | | | | | | PR: ports/125205 Reported by: wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=216404
* Fix the build if ${LOCALBASE}/include/base64.h exists from other ports orJeremy Messenger2008-07-061-3/+9
| | | | | | | | | unoffical stuff installed. Reported by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=216391
* Update IkiWiki to version 2.51.Henrik Brix Andersen2008-07-053-8/+24
| | | | | | | | | | | | The IkiWiki search plug-in now uses www/xapian-omega as backend instead of textproc/hyperestraier. You will need to update the configuration of any search enabled ikiwiki installations and rebuild them since the search form has changed. Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=216368
* CGI search application built on XapianHenrik Brix Andersen2008-07-0511-0/+193
| | | | | | | | | | | | This package contains two index building utilities (omindex and scriptindex) and a CGI search application (omega). These use the Xapian search library to provide a search over a collection of documents. Approved by: erwin (mentor) Notes: svn path=/head/; revision=216367
* Update to 1.1.14 release.Alex Dupre2008-07-052-6/+5
| | | | Notes: svn path=/head/; revision=216366
* - Update to 0.23.2Beech Rintoul2008-07-052-6/+5
| | | | | | | | | PR: ports/125143 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=216363
* Update to 3.55.Joe Marcus Clarke2008-07-053-6/+5
| | | | Notes: svn path=/head/; revision=216359
* - Add conflictsBeech Rintoul2008-07-051-0/+2
| | | | | | | | | PR: ports/125094 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Approved by: Nils Vogels <nivo@yuckfou.org> (maintainer) Notes: svn path=/head/; revision=216345
* - Update to 1.6.1Beech Rintoul2008-07-053-37/+19
| | | | | | | | | | - Add static plist PR: ports/125190 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=216340
* - Remove drupal5-gsitemap and add entries for drupal5-xmlsitemapBeech Rintoul2008-07-054-41/+1
| | | | Notes: svn path=/head/; revision=216334
* - Update to 5.x-1.6Beech Rintoul2008-07-052-10/+28
| | | | | | | | PR: ports/124932 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=216331
* - fix plist for -DNOPORTEXAMPLESIon-Mihai Tetcu2008-07-041-0/+3
| | | | | | | | | | - bump PORTREVISION PR: ports/125126 Submitted by: maintainer Notes: svn path=/head/; revision=216313
* Update to 0.2.0Craig Rodrigues2008-07-042-6/+6
| | | | | | | | PR: 125160 Submitted by: Philip M. Gollucci <pgollucci p6m7g8 com> Notes: svn path=/head/; revision=216309
* Fix MATER_SITES path.Ion-Mihai Tetcu2008-07-041-16/+17
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=216295
* Fix missing rmdir in plist. Thanks to itetcu.Lars Balker Rasmussen2008-07-041-0/+1
| | | | Notes: svn path=/head/; revision=216294
* - Update to 1.0.0Pietro Cerutti2008-07-044-16/+14
| | | | | | | | PR: 125252 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) Notes: svn path=/head/; revision=216293
* - Add dependenciesBeech Rintoul2008-07-041-2/+2
| | | | | | | | | | - Fix Makefile order PR: ports/125170 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=216290
* Update to 9.51, see Changelog for details:Jeremy Messenger2008-07-044-12/+10
| | | | | | | | | http://www.opera.com/docs/changelogs/linux/951/ Security: http://www.opera.com/docs/changelogs/linux/951/#security Notes: svn path=/head/; revision=216282