Bug 217212 - [NEW PORTS] devel/go-fasthttp : Fast HTTP package for Go - tuned for high performance
Summary: [NEW PORTS] devel/go-fasthttp : Fast HTTP package for Go - tuned for high per...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on: 217209
Blocks: 217213
  Show dependency treegraph
 
Reported: 2017-02-18 18:06 UTC by Guy Tabrar
Modified: 2017-02-20 15:19 UTC (History)
1 user (show)

See Also:


Attachments
synth log (12.02 KB, text/plain)
2017-02-18 18:06 UTC, Guy Tabrar
no flags Details
shar file (8.92 KB, application/x-shar)
2017-02-18 18:06 UTC, Guy Tabrar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy Tabrar 2017-02-18 18:06:02 UTC
Created attachment 180125 [details]
synth log

Tested with portlint and synth - log attached.

Cheers!
Comment 1 Guy Tabrar 2017-02-18 18:06:36 UTC
Created attachment 180126 [details]
shar file
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-19 06:14:44 UTC
www category is a better place for this port.

BTW, LICENSE and README.md should be removed from the shar file.
Comment 3 Guy Tabrar 2017-02-19 09:07:11 UTC
(In reply to Po-Chuan Hsieh from comment #2)

These are my first ports - I'll make note to remove them in the future.

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-02-20 15:16:19 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Feb 20 15:16:06 UTC 2017
New revision: 434469
URL: https://svnweb.freebsd.org/changeset/ports/434469

Log:
  Add go-fasthttp 20160617

  A fast HTTP implementation for Go.

  Currently fasthttp is successfully used by VertaMedia in a production
  serving up to 200K rps from more than 1.5M concurrent keep-alive
  connections per physical server.

  WWW: https://github.com/valyala/fasthttp

  - While I'm here:
    - Use DISTVERSIONPREFIX
    - Add LICENSE_FILE
    - Add missing RUN_DEPENDS
    - Remove GH_PROJECT

  PR:		217212
  Submitted by:	Guy Tabrar <guy.tabrar@me.com>

Changes:
  head/www/Makefile
  head/www/go-fasthttp/
  head/www/go-fasthttp/Makefile
  head/www/go-fasthttp/distinfo
  head/www/go-fasthttp/pkg-descr
  head/www/go-fasthttp/pkg-plist
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-20 15:19:23 UTC
Committed. Thanks!