notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
go-fasthttp Fast HTTP package for Go, tuned for high performance
20160617 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20160617Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Go libraries should not be packaged
Expired This port expired on: 2019-03-31
Maintainer: guy.tabrar@me.com search for ports maintained by this maintainer
Port Added: 2017-02-20 15:19:41
Last Update: 2019-04-01 19:10:15
SVN Revision: 497504
Also Listed In: net
License: BSD3CLAUSE
WWW:
https://github.com/valyala/fasthttp
Description:
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (98 items)
Collapse this list.
  1. /usr/local/share/licenses/go-fasthttp-20160617/catalog.mk
  2. /usr/local/share/licenses/go-fasthttp-20160617/LICENSE
  3. /usr/local/share/licenses/go-fasthttp-20160617/BSD3CLAUSE
  4. share/go/pkg/freebsd_amd64/github.com/valyala/fasthttp.a
  5. share/go/src/github.com/valyala/fasthttp/LICENSE
  6. share/go/src/github.com/valyala/fasthttp/README.md
  7. share/go/src/github.com/valyala/fasthttp/TODO
  8. share/go/src/github.com/valyala/fasthttp/args.go
  9. share/go/src/github.com/valyala/fasthttp/args_test.go
  10. share/go/src/github.com/valyala/fasthttp/args_timing_test.go
  11. share/go/src/github.com/valyala/fasthttp/bytebuffer.go
  12. share/go/src/github.com/valyala/fasthttp/bytebuffer_example_test.go
  13. share/go/src/github.com/valyala/fasthttp/bytebuffer_test.go
  14. share/go/src/github.com/valyala/fasthttp/bytebuffer_timing_test.go
  15. share/go/src/github.com/valyala/fasthttp/bytesconv.go
  16. share/go/src/github.com/valyala/fasthttp/bytesconv_32.go
  17. share/go/src/github.com/valyala/fasthttp/bytesconv_32_test.go
  18. share/go/src/github.com/valyala/fasthttp/bytesconv_64.go
  19. share/go/src/github.com/valyala/fasthttp/bytesconv_64_test.go
  20. share/go/src/github.com/valyala/fasthttp/bytesconv_test.go
  21. share/go/src/github.com/valyala/fasthttp/bytesconv_timing_test.go
  22. share/go/src/github.com/valyala/fasthttp/client.go
  23. share/go/src/github.com/valyala/fasthttp/client_example_test.go
  24. share/go/src/github.com/valyala/fasthttp/client_test.go
  25. share/go/src/github.com/valyala/fasthttp/client_timing_test.go
  26. share/go/src/github.com/valyala/fasthttp/compress.go
  27. share/go/src/github.com/valyala/fasthttp/compress_test.go
  28. share/go/src/github.com/valyala/fasthttp/cookie.go
  29. share/go/src/github.com/valyala/fasthttp/cookie_test.go
  30. share/go/src/github.com/valyala/fasthttp/cookie_timing_test.go
  31. share/go/src/github.com/valyala/fasthttp/doc.go
  32. share/go/src/github.com/valyala/fasthttp/examples/README.md
  33. share/go/src/github.com/valyala/fasthttp/examples/fileserver/.gitignore
  34. share/go/src/github.com/valyala/fasthttp/examples/fileserver/Makefile
  35. share/go/src/github.com/valyala/fasthttp/examples/fileserver/README.md
  36. share/go/src/github.com/valyala/fasthttp/examples/fileserver/fileserver.go
  37. share/go/src/github.com/valyala/fasthttp/examples/fileserver/ssl-cert-snakeoil.key
  38. share/go/src/github.com/valyala/fasthttp/examples/fileserver/ssl-cert-snakeoil.pem
  39. share/go/src/github.com/valyala/fasthttp/examples/helloworldserver/.gitignore
  40. share/go/src/github.com/valyala/fasthttp/examples/helloworldserver/Makefile
  41. share/go/src/github.com/valyala/fasthttp/examples/helloworldserver/README.md
  42. share/go/src/github.com/valyala/fasthttp/examples/helloworldserver/helloworldserver.go
  43. share/go/src/github.com/valyala/fasthttp/expvarhandler/expvar.go
  44. share/go/src/github.com/valyala/fasthttp/expvarhandler/expvar_test.go
  45. share/go/src/github.com/valyala/fasthttp/fasthttpadaptor/adaptor.go
  46. share/go/src/github.com/valyala/fasthttp/fasthttpadaptor/adaptor_test.go
  47. share/go/src/github.com/valyala/fasthttp/fasthttputil/doc.go
  48. share/go/src/github.com/valyala/fasthttp/fasthttputil/inmemory_listener.go
  49. share/go/src/github.com/valyala/fasthttp/fasthttputil/inmemory_listener_test.go
  50. share/go/src/github.com/valyala/fasthttp/fasthttputil/inmemory_listener_timing_test.go
  51. share/go/src/github.com/valyala/fasthttp/fasthttputil/pipeconns.go
  52. share/go/src/github.com/valyala/fasthttp/fasthttputil/pipeconns_test.go
  53. share/go/src/github.com/valyala/fasthttp/fasthttputil/ssl-cert-snakeoil.key
  54. share/go/src/github.com/valyala/fasthttp/fasthttputil/ssl-cert-snakeoil.pem
  55. share/go/src/github.com/valyala/fasthttp/fs.go
  56. share/go/src/github.com/valyala/fasthttp/fs_example_test.go
  57. share/go/src/github.com/valyala/fasthttp/fs_handler_example_test.go
  58. share/go/src/github.com/valyala/fasthttp/fs_test.go
  59. share/go/src/github.com/valyala/fasthttp/header.go
  60. share/go/src/github.com/valyala/fasthttp/header_regression_test.go
  61. share/go/src/github.com/valyala/fasthttp/header_test.go
  62. share/go/src/github.com/valyala/fasthttp/header_timing_test.go
  63. share/go/src/github.com/valyala/fasthttp/http.go
  64. share/go/src/github.com/valyala/fasthttp/http_test.go
  65. share/go/src/github.com/valyala/fasthttp/nocopy.go
  66. share/go/src/github.com/valyala/fasthttp/peripconn.go
  67. share/go/src/github.com/valyala/fasthttp/peripconn_test.go
  68. share/go/src/github.com/valyala/fasthttp/requestctx_setbodystreamwriter_example_test.go
  69. share/go/src/github.com/valyala/fasthttp/reuseport/LICENSE
  70. share/go/src/github.com/valyala/fasthttp/reuseport/reuseport.go
  71. share/go/src/github.com/valyala/fasthttp/reuseport/reuseport_bsd.go
  72. share/go/src/github.com/valyala/fasthttp/reuseport/reuseport_example_test.go
  73. share/go/src/github.com/valyala/fasthttp/reuseport/reuseport_linux.go
  74. share/go/src/github.com/valyala/fasthttp/reuseport/reuseport_test.go
  75. share/go/src/github.com/valyala/fasthttp/server.go
  76. share/go/src/github.com/valyala/fasthttp/server_example_test.go
  77. share/go/src/github.com/valyala/fasthttp/server_test.go
  78. share/go/src/github.com/valyala/fasthttp/server_timing_test.go
  79. share/go/src/github.com/valyala/fasthttp/ssl-cert-snakeoil.key
  80. share/go/src/github.com/valyala/fasthttp/ssl-cert-snakeoil.pem
  81. share/go/src/github.com/valyala/fasthttp/status.go
  82. share/go/src/github.com/valyala/fasthttp/stream.go
  83. share/go/src/github.com/valyala/fasthttp/stream_test.go
  84. share/go/src/github.com/valyala/fasthttp/stream_timing_test.go
  85. share/go/src/github.com/valyala/fasthttp/strings.go
  86. share/go/src/github.com/valyala/fasthttp/tcpdialer.go
  87. share/go/src/github.com/valyala/fasthttp/timer.go
  88. share/go/src/github.com/valyala/fasthttp/uri.go
  89. share/go/src/github.com/valyala/fasthttp/uri_test.go
  90. share/go/src/github.com/valyala/fasthttp/uri_timing_test.go
  91. share/go/src/github.com/valyala/fasthttp/uri_unix.go
  92. share/go/src/github.com/valyala/fasthttp/uri_windows.go
  93. share/go/src/github.com/valyala/fasthttp/uri_windows_test.go
  94. share/go/src/github.com/valyala/fasthttp/userdata.go
  95. share/go/src/github.com/valyala/fasthttp/userdata_test.go
  96. share/go/src/github.com/valyala/fasthttp/userdata_timing_test.go
  97. share/go/src/github.com/valyala/fasthttp/workerpool.go
  98. share/go/src/github.com/valyala/fasthttp/workerpool_test.go
Collapse this list.
Dependency lines:
  • go-fasthttp>0:www/go-fasthttp
No installation instructions:
This port has been deleted.
PKGNAME: go-fasthttp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1486758925 SHA256 (valyala-fasthttp-v20160617_GH0.tar.gz) = 342253f1cab10aae3c5a4ac2daa8207fec23fdcff044d5c910ee393f792b225c SIZE (valyala-fasthttp-v20160617_GH0.tar.gz) = 148822

Expand this list (4 items)

Collapse this list.

SHA256 (klauspost-compress-461e8fd_GH0.tar.gz) = 50be4f688309711340d5edd401f17e52cfc21f76e76198804e4bcc4735207ea6 SIZE (klauspost-compress-461e8fd_GH0.tar.gz) = 2725602 SHA256 (golang-snappy-7db9049_GH0.tar.gz) = 75a608d786217e48d85593681dcbf4ebe7fae96fde9d6fd7109f6fa04f4ac3fe SIZE (golang-snappy-7db9049_GH0.tar.gz) = 62042

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go-compress>=0 : archivers/go-compress
  2. go-cpuid>=0 : devel/go-cpuid
  3. go-crc32>=0 : devel/go-crc32
  4. go : lang/go
Runtime dependencies:
  1. go-compress>=0 : archivers/go-compress
  2. go-cpuid>=0 : devel/go-cpuid
  3. go-crc32>=0 : devel/go-crc32
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. benchmarks/gobench*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
go
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/valyala/fasthttp/tar.gz/v20160617?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20160617
01 Apr 2019 19:10:15
Revision:497504Original commit files touched by this commit
tobik search for other commits by this committer
Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20160617
20 Mar 2019 06:42:08
Revision:496313Original commit files touched by this commit
tobik search for other commits by this committer
Deprecate Go library ports

Many of them are out of date now and there are few reasons to have
them in the tree [1].

[1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html

PR:		236502
Reviewed by:	dg@syrec.org
Approved by:	portmgr (mat), jlaffaye, wen, olgeni
Differential Revision:	https://reviews.freebsd.org/D19568
20160617
01 Nov 2017 13:10:35
Revision:453284Original commit files touched by this commit
olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
20160617
20 Feb 2017 15:16:06
Revision:434469Original commit files touched by this commit
sunpoet search for other commits by this committer
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>

Number of commits found: 4