aboutsummaryrefslogtreecommitdiff
path: root/www/pound
Commit message (Collapse)AuthorAgeFilesLines
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Second batch at resetting maintainership on ports that have not been staged andBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | without any pending PR With hat: portmgr Notes: svn path=/head/; revision=360228
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to OptionsNGMartin Wilke2013-03-071-12/+9
| | | | | | | | | - Trim header Reviewed by: bapt Notes: svn path=/head/; revision=313599
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Fix typo in CONFIGURE_ARGS to properly disable tcmallocBryan Drewery2012-08-061-1/+4
| | | | | | | | | | | | - Add LICENSE information PR: ports/168564 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: eadler (mentor) Approved by: maintainer timeout (anders@, 9w) Notes: svn path=/head/; revision=302213
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - Update to 2.6Philip M. Gollucci2012-02-126-301/+3
| | | | | | | | | | | Remove previously applied compile patch, it was upstreamed (yay!) PR: ports/164498, ports/163320 Submitted by: Anthony Chavez <acc@hexadecagram.org>, Nick Rogers <ncrogers@gmail.com> Approved by: maintainer timeout (anders ; 36 days) [no commit 100 days] Notes: svn path=/head/; revision=291096
* - Fix pound.h:341: error: expected specifier-qualifier-list before 'LHASH'Philip M. Gollucci2012-02-114-14/+289
| | | | | | | | | | | by applying http://www.apsis.ch/pound/pound_list/archive/2010/2010-02/1266065082000/1266065107756.octet-stream/download PR: ports/163838 Submitted by: Aaron D. Gifford <agifford@infowest.com> Approved by: maintainer timeout (anders ; 34 days) Notes: svn path=/head/; revision=290958
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 2.5.Anders Nordby2010-03-234-37/+26
| | | | | | | | | | | | | Disable checks for hoard and tcmalloc. Make pcre on by default. Honor CC. Portlint. PR: 143484 Submitted by: mm Notes: svn path=/head/; revision=251415
* Update to 2.4.5.Anders Nordby2009-10-162-4/+4
| | | | Notes: svn path=/head/; revision=242934
* Update to 2.4.4.Anders Nordby2009-01-192-4/+4
| | | | Notes: svn path=/head/; revision=226405
* Update to 2.4.3.Anders Nordby2008-07-152-4/+4
| | | | | | | PR: 124714 Notes: svn path=/head/; revision=216859
* Update to 2.4.1.Anders Nordby2008-04-092-4/+4
| | | | Notes: svn path=/head/; revision=210951
* Update to 2.4.Anders Nordby2008-03-184-18/+14
| | | | Notes: svn path=/head/; revision=209314
* Add two new OPTIONS to this port:Maxime Henrion2007-10-091-3/+22
| | | | | | | | | | | | | | | | - The PCRE option allows one to link pound against libpcre for the regcomp() and regexec() functions instead of libc. This can make a substantial difference in CPU consumption with some workloads. Defaults to off. - The LIBTHR option links pound against the libthr for threading, instead of libpthread. This makes a *huge* difference when you deal with enough traffic. Defaults to on. Bump PORTREVISION. Approved by: anders (maintainer) Notes: svn path=/head/; revision=201179
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 2.3.2.Anders Nordby2007-06-172-4/+5
| | | | Notes: svn path=/head/; revision=193726
* Make disabling syslog support actually work.Anders Nordby2007-06-141-1/+1
| | | | | | | | PR: ports/111538 Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de> Notes: svn path=/head/; revision=193524
* Update to version 2.2.Anders Nordby2007-03-013-5/+6
| | | | | | | This version adds the poundctl program. Notes: svn path=/head/; revision=186316
* Update to 2.1.3.Anders Nordby2006-09-302-4/+4
| | | | Notes: svn path=/head/; revision=174191
* Fix compile with OpenSSL 0.9.8b from -CURRENT.Simon L. B. Nielsen2006-08-131-9/+11
| | | | | | | | | | | | Note the fix wrt. OPENSSL_VERSION_NUMBER isn't optimal, but the best way since base system versions of OpenSSL 0.9.7 don't define OPENSSL_THREADS even though threads should be supported. Problem reported by: pointyhat via kris Approved by: anordby (maintainer) Notes: svn path=/head/; revision=170472
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Update to 1.9Pav Lucistnik2005-09-155-31/+64
| | | | | | | | | | | | | - OPTIONSify - Convert rc script to rcNG - Install docs PR: ports/82998 Submitted by: Shinsuke Matsui <smatsui@karashi.org> Approved by: maintainer timeout (anders; 2 months) Notes: svn path=/head/; revision=142869
* Update to 1.8.5.Anders Nordby2005-05-282-3/+3
| | | | Notes: svn path=/head/; revision=136340
* Update to 1.8.4.Anders Nordby2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135495
* Update to 1.8.3. A buffer overflow security issue is fixed in thisAnders Nordby2005-05-022-3/+3
| | | | | | | | | release. Requested by: Jeff Espinoza Notes: svn path=/head/; revision=134508
* Update to 1.8.2.Anders Nordby2005-03-155-59/+3
| | | | | | | | PR: 73923 Submitted by: ports@c0decafe.net Notes: svn path=/head/; revision=131358
* - Update to 1.7Clement Laforet2004-04-305-14/+58
| | | | | | | | | | | | | | It fixes a security vulnerabilty. http://www.apsis.ch/pound/pound_list/archive/2003/2003-12/1070234315000 PR: 65132 Submitted by: ryan <ports@c0decafe.net> Reviewed by: me Update approved by: anders (maintainer) Notes: svn path=/head/; revision=108059
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 1.5.Anders Nordby2003-10-282-2/+2
| | | | | | | | PR: 58147 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=92498
* Update to 1.4.Anders Nordby2003-07-226-10/+51
| | | | | | | | | | Add startup script. PR: 51547 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=85404
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.2.Anders Nordby2003-01-284-36/+18
| | | | | | | | PR: 45585 Partly submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=74114
* Add pound, a reverse proxy, load balancer and HTTP(S) frontend for webAnders Nordby2002-08-266-0/+69
servers. Notes: svn path=/head/; revision=65066