Bug 225721

Summary: New port: net/nuster Web caching proxy server based on HAProxy
Product: Ports & Packages Reporter: Felix Hanley <felix>
Component: Individual Port(s)Assignee: Matthias Andree <mandree>
Status: Closed FIXED    
Severity: Affects Only Me CC: mandree
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nuster port shar none

Description Felix Hanley 2018-02-07 02:48:32 UTC
Created attachment 190375 [details]
nuster  port shar

This port is mostly an adaptation of the current haproxy port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-22 18:06:09 UTC
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
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2018-03-22 18:21:13 UTC
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.