Created attachment 190375 [details] nuster port shar This port is mostly an adaptation of the current haproxy port.
A commit references this bug: Author: mandree Date: Thu Mar 22 18:05:24 UTC 2018 New revision: 465301 URL: https://svnweb.freebsd.org/changeset/ports/465301 Log: Add new port net/nuster, a web caching proxy server based on HAProxy Nuster is a simple yet powerful web caching proxy server based on HAProxy. It is 100% compatible with HAProxy, and takes full advantage of the ACL functionality of HAProxy to provide fine-grained caching policy based on the content of request, response or server status. WWW: https://github.com/jiangwenyuan/nuster PR: 225721 Submitted by: Felix Hanley Changes: head/net/Makefile head/net/nuster/ head/net/nuster/Makefile head/net/nuster/distinfo head/net/nuster/files/ head/net/nuster/files/nuster.in head/net/nuster/files/patch-src_haproxy.c head/net/nuster/files/patch-src_ssl__sock.c head/net/nuster/pkg-descr head/net/nuster/pkg-plist
A few remarks: - there were whitespace issues (tab vs. space) that were flagged by my running: portlint -AC - and we are happy to get patches that are made by "make makepatch". I have corrected both for the commit shown above.