aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* The squid developers have just released 2.6.STABLE1 as the newSergey Matveychuk2006-07-0927-19836/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stable Squid release. Because of the large amount changes introduced in 2.6, we keep 2.5 as www/squid and make www/squid26. New OPTIONS: - WITH_/WITHOUT_SQUID_KQUEUE: use kqueue(2) support (defaults to yes) - WITH_/WITHOUT_SQUID_WCCPV2: enable WCCPv2 support (defaults to no) - WITH_/WITHOUT_SQUID_REFERER_LOG: enable referer-header logging (default no) - make WITH_DEBUG a synonym for WITH_SQUID_STACKTRACES Removed OPTIONS: - WITH_SQUID_CUSTOM_LOG: the code is now part of mainline squid and can be configured via squid.conf - WITH_/WITHOUT_SQUID_UNDERSCORES: no longer configurable - WITH_/WITHOUT_SQUID_CHECK_HOSTNAME: no longer configurable - WITH_/WITHOUT_SQUID_RCNG: the start script is now rc.d only Changed default: - CARP support is enabled by default in squid 2.6 and needs to be explicitly disabled defining WITHOUT_SQUID_CARP Port infrastructural changes: - no longer check for invalid user/group id; this problem should no longer be an issue (if it ever was one, but you never know) and remove the 'changeuser:' target - use files/squid.in instead of files/squid.sh.in as template - remove ancient information about Harvest from pkg-descr, tighten COMMENT - add some HTTP mirror sites taken from <http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional PATCH_SITES (thanks to Robert Backhaus for the initial submission) - ICAP support is not yet available, the squid-devel CVS is not synchronized with mainline squid as I write this so mark WITH_SQUID_ICAP as IGNORE for now. I'll add the necessary patches ASAP. - spell "squid" as "Squid" when referring to the project as this seems to be the spelling the Squid project prefers - some cosmetic changes in macro definitions PR: ports/99750 Submitted by: Thomas-Martin Seck <tmseck_at_netcologne.de> (squid maintainer) Notes: svn path=/head/; revision=167277
* Corrects an information disclosure vulnerability in Zope2, due to Zope2's useIon-Mihai Tetcu2006-07-0912-4/+56
| | | | | | | | | | | | | of the docutils module to parse and render "restructured text". Sites which allow untrusted users to create restructured text as through-the-web content should apply this hotfix. PR: ports/99952 Submitted by: maintainer Security: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-2006-07-05/ Notes: svn path=/head/; revision=167265
* - fix lost MASTER_SITESDirk Meyer2006-07-092-2/+3
| | | | Notes: svn path=/head/; revision=167255
* Finally make this file correspond to what was tested on the cluster.Mark Linimon2006-07-091-2/+0
| | | | | | | | Pointed out by: maintainer Pointy hat to: linimon Notes: svn path=/head/; revision=167254
* - Update to 0.9.9.6Andrew Pantyukhin2006-07-092-4/+4
| | | | Notes: svn path=/head/; revision=167252
* Change BROKEN_WITH to IGNORE_WITH.Mark Linimon2006-07-091-1/+1
| | | | Notes: svn path=/head/; revision=167248
* - Maintainer Update to www/bozohttpd to version 20060517Cheng-Lung Sung2006-07-082-4/+4
| | | | | | | | | | | | | Original package changes: * make directory indexing mode not look so ugly * build a text version of the manual page * make "make clean" work properly PR: ports/99878 Submitted by: maintainer (Janos Mohacsi) Notes: svn path=/head/; revision=167184
* - Update to 0.9.0.4Rong-En Fan2006-07-083-6/+9
| | | | | | | | | PR: 99872 Submitted by: Nicola Vitale <nivit email.it> (maintainer) Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167182
* - HTML::TagParser is a pure Perl implementaion for parsing HTML files.Cheng-Lung Sung2006-07-085-0/+46
| | | | | | | | | | | | This module provides some methods like DOM. This module is not strict about XHTML format because many of HTML pages are not strict. You know, many pages use <br> elemtents instead of <br/> and have <p> elements which are not closed. WWW: http://search.cpan.org/dist/p5-HTML-TagParser/ Notes: svn path=/head/; revision=167170
* - Update to 1.0Andrew Pantyukhin2006-07-073-4/+28
| | | | Notes: svn path=/head/; revision=167158
* - Update to 1.1.4Andrew Pantyukhin2006-07-072-4/+5
| | | | Notes: svn path=/head/; revision=167153
* - Update to 1.10.2Rong-En Fan2006-07-072-20/+1
| | | | | | | | | PR: 99868 Submitted by: maintainer Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167140
* * replace "www/otrs" with "devel/otrs"Sergey Skvortsov2006-07-079-1016/+0
| | | | | | | | | * change maintainership of "devel/otrs" to "snb xx threerings.net" Approved by: maintainer of "www/otrs" Notes: svn path=/head/; revision=167131
* - Update to 0.6.0+1Andrew Pantyukhin2006-07-072-5/+4
| | | | Notes: svn path=/head/; revision=167126
* - All web applications should be now installed into ${PREFIX}/www/appname.Cheng-Lung Sung2006-07-071-3/+2
| | | | Notes: svn path=/head/; revision=167120
* Update to 0.16.Lars Balker Rasmussen2006-07-072-5/+5
| | | | Notes: svn path=/head/; revision=167117
* Update to 0.07.Lars Balker Rasmussen2006-07-072-4/+4
| | | | Notes: svn path=/head/; revision=167116
* Turn py-django into a master port for the upcoming py-django-devel port.Florent Thoumie2006-07-064-20/+24
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=167100
* Add -fPIC to CFLAGS on amd64 if using apache2 to fix build in this case.Ion-Mihai Tetcu2006-07-061-0/+3
| | | | | | | | | PR: ports/98229 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=167085
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-068-8/+16
| | | | Notes: svn path=/head/; revision=167068
* - Update to 2.14.1Rong-En Fan2006-07-063-4/+29
| | | | | | | | | PR: 99823 Submitted by: rafan Approved by: maintainer, delphij (mentor, implicit) Notes: svn path=/head/; revision=167033
* - Fix typo in IGNOREMichael Johnson2006-07-061-1/+1
| | | | Notes: svn path=/head/; revision=167031
* Transfer maintainer to gnome@ to be with all other gecko portsMichael Johnson2006-07-062-2/+2
| | | | Notes: svn path=/head/; revision=167030
* - Add sparc64 supportMichael Johnson2006-07-062-1/+332
| | | | Notes: svn path=/head/; revision=167029
* upgrade to 2.6Ying-Chieh Liao2006-07-062-4/+4
| | | | Notes: svn path=/head/; revision=167027
* - update to 1.5.4Cheng-Lung Sung2006-07-062-4/+4
| | | | | | | | PR: ports/99824 Submitted by: Rick van der Zwet <rick_AT_wzoeterwoude dot net> Notes: svn path=/head/; revision=167026
* - Don't IGNORE on sparc64 >=601101 anymoreMichael Johnson2006-07-052-6/+14
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=167020
* - Welcome back sparc64 on kern.osreldate>=601101Michael Johnson2006-07-057-7/+31
| | | | Notes: svn path=/head/; revision=167013
* - Remove www/sitemapgen in favor of www/google-sitemapgen port carrying thePav Lucistnik2006-07-055-53/+0
| | | | | | | | | same software Requested by: ceri (maintainer) Notes: svn path=/head/; revision=167009
* - Update to 0.6.0Andrew Pantyukhin2006-07-052-6/+5
| | | | | | | - Initial Metalink support Notes: svn path=/head/; revision=166970
* Add otrs 2.0.4, open Ticket Request System.Cheng-Lung Sung2006-07-059-0/+1016
| | | | | | | | PR: ports/99792 Submitted by: Nick Barkas <snb@threerings.net> Notes: svn path=/head/; revision=166968
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-0513-13/+14
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956
* - Update to 1.0.1Cheng-Lung Sung2006-07-053-19/+4
| | | | | | | | PR: ports/99793 Submitted by: maintainer (Alexander Zhuravlev) Notes: svn path=/head/; revision=166947
* Add Gentoo as backup mastersites, since the main one seems to be down.Mark Linimon2006-07-041-1/+3
| | | | | | | Submitted by: maintainer, private email Notes: svn path=/head/; revision=166941
* Update to 0.04Lars Balker Rasmussen2006-07-042-4/+4
| | | | Notes: svn path=/head/; revision=166926
* Update to 0.3.52.Sergey A. Osokin2006-07-044-10/+8
| | | | Notes: svn path=/head/; revision=166901
* - Update to 1.2Andrew Pantyukhin2006-07-042-4/+4
| | | | Notes: svn path=/head/; revision=166899
* - Update to 1.4Andrew Pantyukhin2006-07-042-4/+5
| | | | Notes: svn path=/head/; revision=166898
* - Update to latest snapshotAndrew Pantyukhin2006-07-043-10/+13
| | | | Notes: svn path=/head/; revision=166897
* - Update to latest snapshotAndrew Pantyukhin2006-07-043-8/+10
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=166894
* - Update to 0.5.1Andrew Pantyukhin2006-07-032-4/+4
| | | | Notes: svn path=/head/; revision=166867
* - Add dokuwiki-develMartin Wilke2006-07-031-0/+1
| | | | | | | Approved by: markus (co mentor) Notes: svn path=/head/; revision=166855
* - Dokuwiki-devel has been added (which is a development version).Martin Wilke2006-07-033-180/+302
| | | | | | | | | | | - Recopied from www/dokuwiki PR: ports/98778 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: markus (co mentor) Notes: svn path=/head/; revision=166854
* - Update www/p5-HTML-Template-Compiled from version 0.68 to 0.69Cheng-Lung Sung2006-07-033-5/+7
| | | | | | | | PR: ports/99747 Submitted by: maintainer (hideo) Notes: svn path=/head/; revision=166844
* Update MASTER_SITESMartin Wilke2006-07-031-1/+1
| | | | | | | | Submitted by: linimon via mail Approved by: krion (mentor) Notes: svn path=/head/; revision=166831
* Update to 5.5.17Herve Quiroz2006-07-039-45/+51
| | | | | | | | | PR: 98581 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt> Approved by: maintainer timeout Notes: svn path=/head/; revision=166821
* Update to 0.15.0, see changelog for details:Jeremy Messenger2006-07-032-3/+16
| | | | | | | | | http://ruby-gnome2.sourceforge.jp/?News_20060701_1 I will add two new ports, ruby-poppler and ruby-vte, later in this week. Notes: svn path=/head/; revision=166791
* Update location of MASTER_SITE.Tom McLaughlin2006-07-021-1/+1
| | | | Notes: svn path=/head/; revision=166741
* Update to snapshot 200606301537Martin Wilke2006-07-012-4/+4
| | | | | | | | | PR: ports/99675 Submitted by: www/serendipity-devel Approved by: krion (mentor) Notes: svn path=/head/; revision=166739
* - Update the MediaWiki 1.5 port to locate the diff3 util onCheng-Lung Sung2006-07-012-0/+12
| | | | | | | | | | | | | FreeBSD correctly. - bump PORTREVISION Thanks to Mikhail Teterin for this patch. PR: ports/99684 Submitted by: maintainer (Gerrit Beine) Notes: svn path=/head/; revision=166733