aboutsummaryrefslogtreecommitdiff
path: root/www/libevhtp
Commit message (Collapse)AuthorAgeFilesLines
* www/libevhtp: fix conflicts with oniguruma*...Kurt Jaeger2016-01-122-7/+13
| | | | | | | | | | | | | | ... as well as fix some breaks when oniguruma* is installed. - Removed striped hierarchy for headers - Removed system oniguruma detection - Fixed headers PR: 206093 Submitted by: Ultima1252@gmail.com (maintainer) Notes: svn path=/head/; revision=405906
* - Update to 1.2.11Dmitry Marakasov2015-12-035-78/+58
| | | | | | | | | | | | - Fix option names - Add DEBUG options - Switch to pkg-plist PR: 204681 Submitted by: Ultima1252@gmail.com (maintainer) Notes: svn path=/head/; revision=402878
* www/libevhtp: update 1.2.9 -> 1.2.10 and assorted fixesJason Unovitch2015-10-304-12/+25
| | | | | | | | | | | | | | | - Update PORTVERSION, GH_TAGNAME, and distinfo for 1.2.10 - include/onigposix.h in PLIST when EVHTP_DISABLE_REGEX is not selected - include/evthr.h when option EVHTP_DISABLE_EVTHR is not selected - Add patch to ensure symbol gets exported from evhtp.h - Recreated patch files for portlint PR: 204054 Submitted by: trasz (original patch, multiple changes from maintainer) Approved by: Ricky Gallamore <ultima1252@gmail.com> (maintainer) Notes: svn path=/head/; revision=400488
* www/libevhtp: pass MAINTAINER to submitterJason Unovitch2015-10-291-1/+1
| | | | | | | | | | | Reference: https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html PR: 204106 Approved by: Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer) Submitted by: Ricky Gallamore <ultima1252@gmail.com> Notes: svn path=/head/; revision=400435
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* www/libevhtp: Adjust plist based on pre-existence of headerJohn Marino2015-02-161-3/+6
| | | | | | | | | | | | The presence of onigurama*, owncloud, and php-mdstring preinstall onigposix.h so this makes the port aware and lets it adjust the plist accordingly. PR: 196865 Submitted by: maintainer (Jingfeng Yan) Notes: svn path=/head/; revision=379078
* www/libevhtp: fix build for 8.4 systemsBartek Rutkowski2014-10-012-10/+7
| | | | | | | | | PR: 193615 Submitted by: Jingfeng Yan <yan_jingfeng@yahoo.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=369725
* - The update provides options on par with original lib source, except share libCarlo Strub2014-09-052-8/+59
| | | | | | | | | | | | | | | part. - change static lib to be shared lib by default, which is required in my another ports. - about 8.4 release broken: the issue will be resolved by adding one include file. There is one line missing in 8.4 tcp.h file. PR: 193131 Submitted by: Jingfeng Yan (maintainer) MFH: 2014q3 Notes: svn path=/head/; revision=367392
* Add new port www/libevhtpJohn Marino2014-08-193-0/+51
PR: 191979 Submitted by: JingFeng Yan Libevhtp was created as a replacement API for Libevent's current HTTP API. The reality of libevent's http interface is that it was created as a JIT server, meaning the developer never thought of it being used for creating a full-fledged HTTP service. The maintainer is under the impression that the libevent http API was designed almost as an example of what you can do with libevent. It's not Apache in a box, but more and more developers are attempting to use it as such. Notes: svn path=/head/; revision=365370