Bug 225721 - New port: net/nuster Web caching proxy server based on HAProxy
Summary: New port: net/nuster Web caching proxy server based on HAProxy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-07 02:48 UTC by Felix Hanley
Modified: 2018-03-22 18:21 UTC (History)
1 user (show)

See Also:


Attachments
nuster port shar (15.01 KB, text/plain)
2018-02-07 02:48 UTC, Felix Hanley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.