| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Trim header
Reviewed by: bapt
Notes:
svn path=/head/; revision=313599
|
|
|
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes:
svn path=/head/; revision=308630
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=242934
|
|
|
|
| |
Notes:
svn path=/head/; revision=226405
|
|
|
|
|
|
|
| |
PR: 124714
Notes:
svn path=/head/; revision=216859
|
|
|
|
| |
Notes:
svn path=/head/; revision=210951
|
|
|
|
| |
Notes:
svn path=/head/; revision=209314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=193726
|
|
|
|
|
|
|
|
| |
PR: ports/111538
Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
Notes:
svn path=/head/; revision=193524
|
|
|
|
|
|
|
| |
This version adds the poundctl program.
Notes:
svn path=/head/; revision=186316
|
|
|
|
| |
Notes:
svn path=/head/; revision=174191
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154308
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=136340
|
|
|
|
| |
Notes:
svn path=/head/; revision=135495
|
|
|
|
|
|
|
|
|
| |
release.
Requested by: Jeff Espinoza
Notes:
svn path=/head/; revision=134508
|
|
|
|
|
|
|
|
| |
PR: 73923
Submitted by: ports@c0decafe.net
Notes:
svn path=/head/; revision=131358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
| |
PR: 58147
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes:
svn path=/head/; revision=92498
|
|
|
|
|
|
|
|
|
|
| |
Add startup script.
PR: 51547
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes:
svn path=/head/; revision=85404
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
| |
PR: 45585
Partly submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes:
svn path=/head/; revision=74114
|
|
servers.
Notes:
svn path=/head/; revision=65066
|