notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
malloy Embeddable HTTP(S) and WS(S) client/server components for C++
0.6.1 devel 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 Version of this port present on the latest quarterly branch.
Maintainer: jbo@insane.engineer search for ports maintained by this maintainer
Port Added: 2022-09-05 17:12:06
Last Update: 2023-02-23 15:27:17
Commit Hash: 7c24b71
License: BSD3CLAUSE
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (122 items)
Collapse this list.
  1. /usr/local/share/licenses/malloy-0.6.1/catalog.mk
  2. /usr/local/share/licenses/malloy-0.6.1/LICENSE
  3. /usr/local/share/licenses/malloy-0.6.1/BSD3CLAUSE
  4. include/malloy/client/controller.hpp
  5. include/malloy/client/http/connection.hpp
  6. include/malloy/client/http/connection_plain.hpp
  7. include/malloy/client/http/connection_tls.hpp
  8. include/malloy/client/type_traits.hpp
  9. include/malloy/client/websocket/connection.hpp
  10. include/malloy/core/controller.hpp
  11. include/malloy/core/detail/action_queue.hpp
  12. include/malloy/core/detail/controller_run_result.hpp
  13. include/malloy/core/detail/version_checks.hpp
  14. include/malloy/core/error.hpp
  15. include/malloy/core/html/form.hpp
  16. include/malloy/core/html/form_data.hpp
  17. include/malloy/core/html/form_field.hpp
  18. include/malloy/core/html/form_renderer.hpp
  19. include/malloy/core/html/html.hpp
  20. include/malloy/core/html/multipart_parser.hpp
  21. include/malloy/core/http/cookie.hpp
  22. include/malloy/core/http/filters/file.hpp
  23. include/malloy/core/http/generator.hpp
  24. include/malloy/core/http/http.hpp
  25. include/malloy/core/http/request.hpp
  26. include/malloy/core/http/response.hpp
  27. include/malloy/core/http/session/manager.hpp
  28. include/malloy/core/http/session/session.hpp
  29. include/malloy/core/http/session/storage.hpp
  30. include/malloy/core/http/session/storage_memory.hpp
  31. include/malloy/core/http/session/types.hpp
  32. include/malloy/core/http/type_traits.hpp
  33. include/malloy/core/http/types.hpp
  34. include/malloy/core/http/utils.hpp
  35. include/malloy/core/tcp/rate_policy.hpp
  36. include/malloy/core/tcp/stream.hpp
  37. include/malloy/core/tcp/tcp.hpp
  38. include/malloy/core/tls/manager.hpp
  39. include/malloy/core/type_traits.hpp
  40. include/malloy/core/utils.hpp
  41. include/malloy/core/websocket/connection.hpp
  42. include/malloy/core/websocket/stream.hpp
  43. include/malloy/core/websocket/types.hpp
  44. include/malloy/core/websocket/websocket.hpp
  45. include/malloy/server/auth/basic.hpp
  46. include/malloy/server/http/connection.hpp
  47. include/malloy/server/http/connection_detector.hpp
  48. include/malloy/server/http/connection_plain.hpp
  49. include/malloy/server/http/connection_t.hpp
  50. include/malloy/server/http/connection_tls.hpp
  51. include/malloy/server/http/preflight_config.hpp
  52. include/malloy/server/http/request_generator_t.hpp
  53. include/malloy/server/listener.hpp
  54. include/malloy/server/routing/endpoint.hpp
  55. include/malloy/server/routing/endpoint_http.hpp
  56. include/malloy/server/routing/endpoint_http_files.hpp
  57. include/malloy/server/routing/endpoint_http_redirect.hpp
  58. include/malloy/server/routing/endpoint_http_regex.hpp
  59. include/malloy/server/routing/endpoint_websocket.hpp
  60. include/malloy/server/routing/router.hpp
  61. include/malloy/server/routing/type_traits.hpp
  62. include/malloy/server/routing_context.hpp
  63. include/malloy/server/websocket/connection.hpp
  64. lib/cmake/malloy/malloy-config-version.cmake
  65. lib/cmake/malloy/malloy-config.cmake
  66. lib/cmake/malloy/malloy-targets-release.cmake
  67. lib/cmake/malloy/malloy-targets.cmake
  68. lib/libmalloy-client.so
  69. lib/libmalloy-client.so.0.6.1
  70. lib/libmalloy-core.so
  71. lib/libmalloy-core.so.0.6.1
  72. lib/libmalloy-server.so
  73. lib/libmalloy-server.so.0.6.1
  74. share/examples/malloy/CMakeLists.txt
  75. share/examples/malloy/client/CMakeLists.txt
  76. share/examples/malloy/client/example.cmake
  77. share/examples/malloy/client/http_custom_filter/CMakeLists.txt
  78. share/examples/malloy/client/http_custom_filter/main.cpp
  79. share/examples/malloy/client/http_file_download/CMakeLists.txt
  80. share/examples/malloy/client/http_file_download/main.cpp
  81. share/examples/malloy/client/http_plain/CMakeLists.txt
  82. share/examples/malloy/client/http_plain/main.cpp
  83. share/examples/malloy/client/http_tls/CMakeLists.txt
  84. share/examples/malloy/client/http_tls/main.cpp
  85. share/examples/malloy/client/websocket_plain/CMakeLists.txt
  86. share/examples/malloy/client/websocket_plain/main.cpp
  87. share/examples/malloy/client/websocket_secure/CMakeLists.txt
  88. share/examples/malloy/client/websocket_secure/main.cpp
  89. share/examples/malloy/example.hpp
  90. share/examples/malloy/server/CMakeLists.txt
  91. share/examples/malloy/server/basic/CMakeLists.txt
  92. share/examples/malloy/server/basic/main.cpp
  93. share/examples/malloy/server/custom_request_filter/CMakeLists.txt
  94. share/examples/malloy/server/custom_request_filter/main.cpp
  95. share/examples/malloy/server/example.cmake
  96. share/examples/malloy/server/html_form/CMakeLists.txt
  97. share/examples/malloy/server/html_form/main.cpp
  98. share/examples/malloy/server/routing/CMakeLists.txt
  99. share/examples/malloy/server/routing/files/CMakeLists.txt
  100. share/examples/malloy/server/routing/files/main.cpp
  101. share/examples/malloy/server/routing/policies/CMakeLists.txt
  102. share/examples/malloy/server/routing/policies/main.cpp
  103. share/examples/malloy/server/routing/preflights/CMakeLists.txt
  104. share/examples/malloy/server/routing/preflights/main.cpp
  105. share/examples/malloy/server/routing/regex/CMakeLists.txt
  106. share/examples/malloy/server/routing/regex/main.cpp
  107. share/examples/malloy/server/routing/subrouters/CMakeLists.txt
  108. share/examples/malloy/server/routing/subrouters/main.cpp
  109. share/examples/malloy/server/session/CMakeLists.txt
  110. share/examples/malloy/server/session/main.cpp
  111. share/examples/malloy/server/ssl/CMakeLists.txt
  112. share/examples/malloy/server/ssl/main.cpp
  113. share/examples/malloy/server/static_content/file2.html
  114. share/examples/malloy/server/static_content/index.html
  115. share/examples/malloy/server/static_content/malloy.cert
  116. share/examples/malloy/server/static_content/malloy.key
  117. share/examples/malloy/server/websocket/CMakeLists.txt
  118. share/examples/malloy/server/websocket/main.cpp
  119. share/examples/malloy/ws_handlers.hpp
  120. @owner
  121. @group
  122. @mode
Collapse this list.
Dependency lines:
  • malloy>0:devel/malloy
To install the port:
cd /usr/ports/devel/malloy/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/malloy
  • pkg install malloy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: malloy
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
malloy
ABIlatestquarterly
FreeBSD:11:aarch64pkg-falloutpkg-fallout
FreeBSD:11:amd64pkg-falloutpkg-fallout
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i386pkg-falloutpkg-fallout
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-falloutpkg-fallout
FreeBSD:12:amd64pkg-falloutpkg-fallout
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i386pkg-falloutpkg-fallout
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-falloutpkg-fallout
FreeBSD:13:aarch640.6.10.5.1_1
FreeBSD:13:amd640.6.10.5.1_1
FreeBSD:13:armv6pkg-falloutpkg-fallout
FreeBSD:13:armv70.6.10.5.1_1
FreeBSD:13:i3860.6.10.5.1_1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-fallout0.5.1_1
FreeBSD:13:riscv64pkg-falloutpkg-fallout
FreeBSD:14:aarch640.6.1pkg-fallout
FreeBSD:14:amd640.6.1pkg-fallout
FreeBSD:14:armv6pkg-falloutpkg-fallout
FreeBSD:14:armv70.6.1pkg-fallout
FreeBSD:14:i3860.6.1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc640.6.1pkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. boost-libs>1.74.0 : devel/boost-libs
  2. doxygen : devel/doxygen
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Library dependencies:
  1. libfmt.so : devel/libfmt
  2. libspdlog.so : devel/spdlog
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tectu/malloy/tar.gz/0.6.1?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.1
23 Feb 2023 15:27:17
commit hash:7c24b71808f9a0f1c2e290a8e78f3dc21886ebcdcommit hash:7c24b71808f9a0f1c2e290a8e78f3dc21886ebcdcommit hash:7c24b71808f9a0f1c2e290a8e78f3dc21886ebcdcommit hash:7c24b71808f9a0f1c2e290a8e78f3dc21886ebcd files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Author: Joel Bodenmann
devel/malloy: Update to 0.6.1

Changelog: https://github.com/Tectu/malloy/releases/tag/0.6.1

PR:		269758
Approved by:	tcberner (mentor)
0.6.0
06 Jan 2023 16:53:29
commit hash:dac8eab842631800b58d65c2dfb8616c9084b58fcommit hash:dac8eab842631800b58d65c2dfb8616c9084b58fcommit hash:dac8eab842631800b58d65c2dfb8616c9084b58fcommit hash:dac8eab842631800b58d65c2dfb8616c9084b58f files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Joel Bodenmann
devel/malloy: Change license

Upstream changed the license scheme.

Deliberately not bumping PORTREVISION.

PR:	268772
0.6.0
06 Jan 2023 16:15:57
commit hash:9c271b7e1ee39bb674e4012c34dc64d53229d965commit hash:9c271b7e1ee39bb674e4012c34dc64d53229d965commit hash:9c271b7e1ee39bb674e4012c34dc64d53229d965commit hash:9c271b7e1ee39bb674e4012c34dc64d53229d965 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Joel Bodenmann
devel/malloy: update to 0.6.0

ChangeLog: https://github.com/Tectu/malloy/releases/tag/0.6.0

PR:		268772
Reported by:	jbo@insane.engineer (maintainer)
0.5.1_1
19 Dec 2022 09:31:34
commit hash:2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash:2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash:2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash:2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.5.1
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5.1
05 Sep 2022 17:07:40
commit hash:b8913b6c0cbf578b8930924729aa31b21b66281dcommit hash:b8913b6c0cbf578b8930924729aa31b21b66281dcommit hash:b8913b6c0cbf578b8930924729aa31b21b66281dcommit hash:b8913b6c0cbf578b8930924729aa31b21b66281d files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Author: Joel Bodenmann
devel/malloy: Add new port

Embeddable HTTP(S) and WS(S) components for C++20.

PR:			265077
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36460

Number of commits found: 7