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
erlang-cowboy Small, fast and modular HTTP server written in Erlang
1.1.2 www Deleted on this many watch lists=1 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 1.1.2Version of this port present on the latest quarterly branch.
Maintainer: erlang@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-06-27 12:54:31
Last Update: 2022-06-28 06:32:30
Commit Hash: ab4964e
People watching this port, also watch:: screen, acts, tmux
License: ISCL
WWW:
https://github.com/extend/cowboy
Description:
Cowboy aims to provide a complete HTTP stack in a small code base. It is optimized for low latency and low memory usage, in parts because it uses binary strings. Cowboy provides routing capabilities, selectively dispatching requests to handlers written in Erlang. Because it uses Ranch for managing connections, Cowboy can easily be embedded in any other application. WWW: https://github.com/extend/cowboy
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (198 items)
Collapse this list.
  1. /usr/local/share/licenses/erlang-cowboy-1.1.2/catalog.mk
  2. /usr/local/share/licenses/erlang-cowboy-1.1.2/LICENSE
  3. /usr/local/share/licenses/erlang-cowboy-1.1.2/ISCL
  4. lib/erlang/lib/cowboy-1.1.2/ebin/cow_uri.beam
  5. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy.app
  6. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy.beam
  7. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_app.beam
  8. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_bstr.beam
  9. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_clock.beam
  10. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_handler.beam
  11. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_http.beam
  12. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_http_handler.beam
  13. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_loop_handler.beam
  14. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_middleware.beam
  15. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_protocol.beam
  16. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_req.beam
  17. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_rest.beam
  18. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_router.beam
  19. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_spdy.beam
  20. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_static.beam
  21. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_sub_protocol.beam
  22. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_sup.beam
  23. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_websocket.beam
  24. lib/erlang/lib/cowboy-1.1.2/ebin/cowboy_websocket_handler.beam
  25. lib/erlang/lib/cowboy-1.1.2/src/cow_uri.erl
  26. lib/erlang/lib/cowboy-1.1.2/src/cowboy.app.src
  27. lib/erlang/lib/cowboy-1.1.2/src/cowboy.erl
  28. lib/erlang/lib/cowboy-1.1.2/src/cowboy_app.erl
  29. lib/erlang/lib/cowboy-1.1.2/src/cowboy_bstr.erl
  30. lib/erlang/lib/cowboy-1.1.2/src/cowboy_clock.erl
  31. lib/erlang/lib/cowboy-1.1.2/src/cowboy_handler.erl
  32. lib/erlang/lib/cowboy-1.1.2/src/cowboy_http.erl
  33. lib/erlang/lib/cowboy-1.1.2/src/cowboy_http_handler.erl
  34. lib/erlang/lib/cowboy-1.1.2/src/cowboy_loop_handler.erl
  35. lib/erlang/lib/cowboy-1.1.2/src/cowboy_middleware.erl
  36. lib/erlang/lib/cowboy-1.1.2/src/cowboy_protocol.erl
  37. lib/erlang/lib/cowboy-1.1.2/src/cowboy_req.erl
  38. lib/erlang/lib/cowboy-1.1.2/src/cowboy_rest.erl
  39. lib/erlang/lib/cowboy-1.1.2/src/cowboy_router.erl
  40. lib/erlang/lib/cowboy-1.1.2/src/cowboy_spdy.erl
  41. lib/erlang/lib/cowboy-1.1.2/src/cowboy_static.erl
  42. lib/erlang/lib/cowboy-1.1.2/src/cowboy_sub_protocol.erl
  43. lib/erlang/lib/cowboy-1.1.2/src/cowboy_sup.erl
  44. lib/erlang/lib/cowboy-1.1.2/src/cowboy_websocket.erl
  45. lib/erlang/lib/cowboy-1.1.2/src/cowboy_websocket_handler.erl
  46. share/doc/cowboy/README.md
  47. share/examples/cowboy/README.md
  48. share/examples/cowboy/chunked_hello_world/Makefile
  49. share/examples/cowboy/chunked_hello_world/README.md
  50. share/examples/cowboy/chunked_hello_world/relx.config
  51. share/examples/cowboy/chunked_hello_world/src/chunked_hello_world.app.src
  52. share/examples/cowboy/chunked_hello_world/src/chunked_hello_world_app.erl
  53. share/examples/cowboy/chunked_hello_world/src/chunked_hello_world_sup.erl
  54. share/examples/cowboy/chunked_hello_world/src/toppage_handler.erl
  55. share/examples/cowboy/compress_response/Makefile
  56. share/examples/cowboy/compress_response/README.md
  57. share/examples/cowboy/compress_response/relx.config
  58. share/examples/cowboy/compress_response/src/compress_response.app.src
  59. share/examples/cowboy/compress_response/src/compress_response_app.erl
  60. share/examples/cowboy/compress_response/src/compress_response_sup.erl
  61. share/examples/cowboy/compress_response/src/toppage_handler.erl
  62. share/examples/cowboy/cookie/Makefile
  63. share/examples/cowboy/cookie/README.md
  64. share/examples/cowboy/cookie/relx.config
  65. share/examples/cowboy/cookie/src/cookie.app.src
  66. share/examples/cowboy/cookie/src/cookie_app.erl
  67. share/examples/cowboy/cookie/src/cookie_sup.erl
  68. share/examples/cowboy/cookie/src/toppage_handler.erl
  69. share/examples/cowboy/cookie/templates/toppage.dtl
  70. share/examples/cowboy/echo_get/Makefile
  71. share/examples/cowboy/echo_get/README.md
  72. share/examples/cowboy/echo_get/relx.config
  73. share/examples/cowboy/echo_get/src/echo_get.app.src
  74. share/examples/cowboy/echo_get/src/echo_get_app.erl
  75. share/examples/cowboy/echo_get/src/echo_get_sup.erl
  76. share/examples/cowboy/echo_get/src/toppage_handler.erl
  77. share/examples/cowboy/echo_post/Makefile
  78. share/examples/cowboy/echo_post/README.md
  79. share/examples/cowboy/echo_post/relx.config
  80. share/examples/cowboy/echo_post/src/echo_post.app.src
  81. share/examples/cowboy/echo_post/src/echo_post_app.erl
  82. share/examples/cowboy/echo_post/src/echo_post_sup.erl
  83. share/examples/cowboy/echo_post/src/toppage_handler.erl
  84. share/examples/cowboy/error_hook/Makefile
  85. share/examples/cowboy/error_hook/README.md
  86. share/examples/cowboy/error_hook/relx.config
  87. share/examples/cowboy/error_hook/src/error_hook.app.src
  88. share/examples/cowboy/error_hook/src/error_hook_app.erl
  89. share/examples/cowboy/error_hook/src/error_hook_sup.erl
  90. share/examples/cowboy/eventsource/Makefile
  91. share/examples/cowboy/eventsource/README.md
  92. share/examples/cowboy/eventsource/priv/index.html
  93. share/examples/cowboy/eventsource/relx.config
  94. share/examples/cowboy/eventsource/src/eventsource.app.src
  95. share/examples/cowboy/eventsource/src/eventsource_app.erl
  96. share/examples/cowboy/eventsource/src/eventsource_handler.erl
  97. share/examples/cowboy/eventsource/src/eventsource_sup.erl
  98. share/examples/cowboy/hello_world/Makefile
  99. share/examples/cowboy/hello_world/README.md
  100. share/examples/cowboy/hello_world/relx.config
  101. share/examples/cowboy/hello_world/src/hello_world.app.src
  102. share/examples/cowboy/hello_world/src/hello_world_app.erl
  103. share/examples/cowboy/hello_world/src/hello_world_sup.erl
  104. share/examples/cowboy/hello_world/src/toppage_handler.erl
  105. share/examples/cowboy/markdown_middleware/Makefile
  106. share/examples/cowboy/markdown_middleware/README.md
  107. share/examples/cowboy/markdown_middleware/priv/small.mp4
  108. share/examples/cowboy/markdown_middleware/priv/small.ogv
  109. share/examples/cowboy/markdown_middleware/priv/video.md
  110. share/examples/cowboy/markdown_middleware/relx.config
  111. share/examples/cowboy/markdown_middleware/src/erlmarkdown.erl
  112. share/examples/cowboy/markdown_middleware/src/markdown_converter.erl
  113. share/examples/cowboy/markdown_middleware/src/markdown_middleware.app.src
  114. share/examples/cowboy/markdown_middleware/src/markdown_middleware_app.erl
  115. share/examples/cowboy/markdown_middleware/src/markdown_middleware_sup.erl
  116. share/examples/cowboy/rest_basic_auth/Makefile
  117. share/examples/cowboy/rest_basic_auth/README.md
  118. share/examples/cowboy/rest_basic_auth/relx.config
  119. share/examples/cowboy/rest_basic_auth/src/rest_basic_auth.app.src
  120. share/examples/cowboy/rest_basic_auth/src/rest_basic_auth_app.erl
  121. share/examples/cowboy/rest_basic_auth/src/rest_basic_auth_sup.erl
  122. share/examples/cowboy/rest_basic_auth/src/toppage_handler.erl
  123. share/examples/cowboy/rest_hello_world/Makefile
  124. share/examples/cowboy/rest_hello_world/README.md
  125. share/examples/cowboy/rest_hello_world/relx.config
  126. share/examples/cowboy/rest_hello_world/src/rest_hello_world.app.src
  127. share/examples/cowboy/rest_hello_world/src/rest_hello_world_app.erl
  128. share/examples/cowboy/rest_hello_world/src/rest_hello_world_sup.erl
  129. share/examples/cowboy/rest_hello_world/src/toppage_handler.erl
  130. share/examples/cowboy/rest_pastebin/Makefile
  131. share/examples/cowboy/rest_pastebin/README.md
  132. share/examples/cowboy/rest_pastebin/priv/index.html
  133. share/examples/cowboy/rest_pastebin/priv/index.txt
  134. share/examples/cowboy/rest_pastebin/relx.config
  135. share/examples/cowboy/rest_pastebin/src/rest_pastebin.app.src
  136. share/examples/cowboy/rest_pastebin/src/rest_pastebin_app.erl
  137. share/examples/cowboy/rest_pastebin/src/rest_pastebin_sup.erl
  138. share/examples/cowboy/rest_pastebin/src/toppage_handler.erl
  139. share/examples/cowboy/rest_stream_response/Makefile
  140. share/examples/cowboy/rest_stream_response/README.md
  141. share/examples/cowboy/rest_stream_response/relx.config
  142. share/examples/cowboy/rest_stream_response/src/rest_stream_response.app.src
  143. share/examples/cowboy/rest_stream_response/src/rest_stream_response_app.erl
  144. share/examples/cowboy/rest_stream_response/src/rest_stream_response_sup.erl
  145. share/examples/cowboy/rest_stream_response/src/toppage_handler.erl
  146. share/examples/cowboy/ssl_hello_world/Makefile
  147. share/examples/cowboy/ssl_hello_world/README.md
  148. share/examples/cowboy/ssl_hello_world/priv/ssl/cowboy-ca.crt
  149. share/examples/cowboy/ssl_hello_world/priv/ssl/server.crt
  150. share/examples/cowboy/ssl_hello_world/priv/ssl/server.key
  151. share/examples/cowboy/ssl_hello_world/relx.config
  152. share/examples/cowboy/ssl_hello_world/src/ssl_hello_world.app.src
  153. share/examples/cowboy/ssl_hello_world/src/ssl_hello_world_app.erl
  154. share/examples/cowboy/ssl_hello_world/src/ssl_hello_world_sup.erl
  155. share/examples/cowboy/ssl_hello_world/src/toppage_handler.erl
  156. share/examples/cowboy/static_world/Makefile
  157. share/examples/cowboy/static_world/README.md
  158. share/examples/cowboy/static_world/priv/index.html
  159. share/examples/cowboy/static_world/priv/small.mp4
  160. share/examples/cowboy/static_world/priv/small.ogv
  161. share/examples/cowboy/static_world/priv/test.txt
  162. share/examples/cowboy/static_world/priv/video.html
  163. share/examples/cowboy/static_world/relx.config
  164. share/examples/cowboy/static_world/src/static_world.app.src
  165. share/examples/cowboy/static_world/src/static_world_app.erl
  166. share/examples/cowboy/static_world/src/static_world_sup.erl
  167. share/examples/cowboy/upload/Makefile
  168. share/examples/cowboy/upload/README.md
  169. share/examples/cowboy/upload/priv/index.html
  170. share/examples/cowboy/upload/relx.config
  171. share/examples/cowboy/upload/src/upload.app.src
  172. share/examples/cowboy/upload/src/upload_app.erl
  173. share/examples/cowboy/upload/src/upload_handler.erl
  174. share/examples/cowboy/upload/src/upload_sup.erl
  175. share/examples/cowboy/web_server/Makefile
  176. share/examples/cowboy/web_server/README.md
  177. share/examples/cowboy/web_server/priv/small.mp4
  178. share/examples/cowboy/web_server/priv/small.ogv
  179. share/examples/cowboy/web_server/priv/test.txt
  180. share/examples/cowboy/web_server/priv/video.html
  181. share/examples/cowboy/web_server/relx.config
  182. share/examples/cowboy/web_server/src/directory_handler.erl
  183. share/examples/cowboy/web_server/src/directory_lister.erl
  184. share/examples/cowboy/web_server/src/web_server.app.src
  185. share/examples/cowboy/web_server/src/web_server_app.erl
  186. share/examples/cowboy/web_server/src/web_server_sup.erl
  187. share/examples/cowboy/websocket/Makefile
  188. share/examples/cowboy/websocket/README.md
  189. share/examples/cowboy/websocket/priv/index.html
  190. share/examples/cowboy/websocket/priv/static/jquery.min.js
  191. share/examples/cowboy/websocket/relx.config
  192. share/examples/cowboy/websocket/src/websocket.app.src
  193. share/examples/cowboy/websocket/src/websocket_app.erl
  194. share/examples/cowboy/websocket/src/websocket_sup.erl
  195. share/examples/cowboy/websocket/src/ws_handler.erl
  196. @owner
  197. @group
  198. @mode
Collapse this list.
Dependency lines:
  • erlang-cowboy>0:www/erlang-cowboy
No installation instructions:
This port has been deleted.
PKGNAME: erlang-cowboy
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1488210406 SHA256 (ninenines-cowboy-1.1.2_GH0.tar.gz) = d607498fc9e00d8026cc1a410f7f148c3fbef56601bf7213a2fc29ac66eea5a9 SIZE (ninenines-cowboy-1.1.2_GH0.tar.gz) = 4837721

Packages (timestamps in pop-ups are UTC):
erlang-cowboy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------1.1.2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. erl : lang/erlang
  2. rebar>=0 : devel/rebar
  3. erlang-cowlib>=0 : www/erlang-cowlib
Runtime dependencies:
  1. erl : lang/erlang
  2. erlang-cowlib>=0 : www/erlang-cowlib
  3. erlang-ranch>=0 : net/erlang-ranch
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/elixir-maru*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/elixir-maru*
  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:
===> The following configuration options are available for erlang-cowboy-1.1.2: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
www_erlang-cowboy
USES:
erlang:rebar
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ninenines/cowboy/tar.gz/1.1.2?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2022-06-08
    REASON: Remove expired ports. Use mix or rebar3 build tools instead

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.2
28 Jun 2022 06:32:30
commit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06fa files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
*/*: Remove expired erlang and elixir ports

The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.

See UPDATING and MOVED for details.

https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update

archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.1.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.2
10 Sep 2018 13:15:48
Revision:479407Original commit files touched by this commit
mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
1.1.2
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
1.1.2
08 Jun 2018 13:43:26
Revision:472000Original commit files touched by this commit
olgeni search for other commits by this committer
Transfer more Erlang ports to erlang@.
1.1.2
01 Mar 2017 11:15:54
Revision:435133Original commit files touched by this commit
olgeni search for other commits by this committer
Update www/erlang-cowboy to version 1.1.2.
1.0.4
20 Nov 2015 13:35:13
Revision:402081Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade www/erlang-cowboy to version 1.0.4.
1.0.3
18 Aug 2015 14:43:53
Revision:394589Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.0.3.
1.0.2_1
06 Jul 2015 22:34:12
Revision:391484Original commit files touched by this commit
olgeni search for other commits by this committer
Update the remaining Erlang ports to use erlang.mk.

A few mistakes in plists came up, so these ports get a PORTREVISION bump.

Some of the older ports are still left out.
1.0.2
03 Jul 2015 11:23:04
Revision:391230Original commit files touched by this commit
olgeni search for other commits by this committer
Move devel/erlang-cowlib to www.
1.0.2
02 Jul 2015 20:37:20
Revision:391192Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 1.0.2.
1.0.1
27 Jun 2015 12:54:12
Revision:390698Original commit files touched by this commit
olgeni search for other commits by this committer
Sorting out some Erlang stuff:

- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.

Number of commits found: 13