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
Port details
quill Asynchronous low latency C++ logging library
7.5.0 devel on this many watch lists=2 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 7.2.2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-07-15 16:36:10
Last Update: 2024-11-13 16:42:18
Commit Hash: 334767a
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: MIT
WWW:
https://github.com/odygrd/quill
Description:
Quill is a high-performance, cross-platform logging library designed for C++17 and onwards. Quill is a production-ready logging library that has undergone extensive unit testing. It has been successfully utilized in production environments, including financial trading applications, providing high-performance and reliable logging capabilities.
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 (93 items)
Collapse this list.
  1. /usr/local/share/licenses/quill-logging-library-7.5.0/catalog.mk
  2. /usr/local/share/licenses/quill-logging-library-7.5.0/LICENSE
  3. /usr/local/share/licenses/quill-logging-library-7.5.0/MIT
  4. include/quill/Backend.h
  5. include/quill/BackendTscClock.h
  6. include/quill/CsvWriter.h
  7. include/quill/Frontend.h
  8. include/quill/LogMacros.h
  9. include/quill/Logger.h
  10. include/quill/StringRef.h
  11. include/quill/TriviallyCopyableCodec.h
  12. include/quill/UserClockSource.h
  13. include/quill/Utility.h
  14. include/quill/backend/BackendManager.h
  15. include/quill/backend/BackendOptions.h
  16. include/quill/backend/BackendUtilities.h
  17. include/quill/backend/BackendWorker.h
  18. include/quill/backend/BacktraceStorage.h
  19. include/quill/backend/ManualBackendWorker.h
  20. include/quill/backend/PatternFormatter.h
  21. include/quill/backend/RdtscClock.h
  22. include/quill/backend/SignalHandler.h
  23. include/quill/backend/StringFromTime.h
  24. include/quill/backend/ThreadUtilities.h
  25. include/quill/backend/TimestampFormatter.h
  26. include/quill/backend/TransitEvent.h
  27. include/quill/backend/TransitEventBuffer.h
  28. include/quill/backend/Utf8Conv.h
  29. include/quill/bundled/fmt/args.h
  30. include/quill/bundled/fmt/base.h
  31. include/quill/bundled/fmt/chrono.h
  32. include/quill/bundled/fmt/color.h
  33. include/quill/bundled/fmt/compile.h
  34. include/quill/bundled/fmt/format-inl.h
  35. include/quill/bundled/fmt/format.h
  36. include/quill/bundled/fmt/os.h
  37. include/quill/bundled/fmt/ostream.h
  38. include/quill/bundled/fmt/printf.h
  39. include/quill/bundled/fmt/ranges.h
  40. include/quill/bundled/fmt/std.h
  41. include/quill/bundled/fmt/xchar.h
  42. include/quill/core/Attributes.h
  43. include/quill/core/BoundedSPSCQueue.h
  44. include/quill/core/Codec.h
  45. include/quill/core/Common.h
  46. include/quill/core/DynamicFormatArgStore.h
  47. include/quill/core/Filesystem.h
  48. include/quill/core/FrontendOptions.h
  49. include/quill/core/InlinedVector.h
  50. include/quill/core/LogLevel.h
  51. include/quill/core/LoggerBase.h
  52. include/quill/core/LoggerManager.h
  53. include/quill/core/MacroMetadata.h
  54. include/quill/core/MathUtilities.h
  55. include/quill/core/PatternFormatterOptions.h
  56. include/quill/core/QuillError.h
  57. include/quill/core/Rdtsc.h
  58. include/quill/core/SinkManager.h
  59. include/quill/core/Spinlock.h
  60. include/quill/core/ThreadContextManager.h
  61. include/quill/core/TimeUtilities.h
  62. include/quill/core/UnboundedSPSCQueue.h
  63. include/quill/filters/Filter.h
  64. include/quill/sinks/ConsoleSink.h
  65. include/quill/sinks/FileSink.h
  66. include/quill/sinks/JsonConsoleSink.h
  67. include/quill/sinks/JsonFileSink.h
  68. include/quill/sinks/NullSink.h
  69. include/quill/sinks/RotatingFileSink.h
  70. include/quill/sinks/Sink.h
  71. include/quill/sinks/StreamSink.h
  72. include/quill/std/Array.h
  73. include/quill/std/Chrono.h
  74. include/quill/std/Deque.h
  75. include/quill/std/FilesystemPath.h
  76. include/quill/std/ForwardList.h
  77. include/quill/std/List.h
  78. include/quill/std/Map.h
  79. include/quill/std/Optional.h
  80. include/quill/std/Pair.h
  81. include/quill/std/Set.h
  82. include/quill/std/Tuple.h
  83. include/quill/std/UnorderedMap.h
  84. include/quill/std/UnorderedSet.h
  85. include/quill/std/Vector.h
  86. include/quill/std/WideString.h
  87. lib/cmake/quill/quill-config-version.cmake
  88. lib/cmake/quill/quill-config.cmake
  89. lib/cmake/quill/quill-targets.cmake
  90. pkgconfig/quill.pc
  91. @owner
  92. @group
  93. @mode
Collapse this list.
Dependency lines:
  • quill-logging-library>0:devel/quill
To install the port:
cd /usr/ports/devel/quill/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/quill
  • pkg install quill-logging-library
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: quill-logging-library
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1731471842 SHA256 (odygrd-quill-v7.5.0_GH0.tar.gz) = 18846d7c50f2ffe753661b204004fac2df9143e59cf150ecbe77315bc0b232c4 SIZE (odygrd-quill-v7.5.0_GH0.tar.gz) = 2778707

Packages (timestamps in pop-ups are UTC):
quill-logging-library
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.5.07.5.0-7.5.07.5.0---
FreeBSD:13:quarterly7.3.07.3.0-7.3.07.3.0---
FreeBSD:14:latest7.5.07.5.0-7.5.07.5.0---
FreeBSD:14:quarterly7.3.07.3.0-7.3.07.3.0---
FreeBSD:15:latest7.5.07.5.0n/a7.5.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_quill
USES:
cmake:testing compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/odygrd/quill/tar.gz/v7.5.0?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.5.0
13 Nov 2024 16:42:18
commit hash: 334767ac9740d17079cc6651d55cb8c91ed98344commit hash: 334767ac9740d17079cc6651d55cb8c91ed98344commit hash: 334767ac9740d17079cc6651d55cb8c91ed98344commit hash: 334767ac9740d17079cc6651d55cb8c91ed98344 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 7.3.0 → 7.5.0

Reported by:	portscout
7.3.0
30 Sep 2024 08:28:26
commit hash: cc322b618d76a6e0b7b697f24a1f539d51b3e300commit hash: cc322b618d76a6e0b7b697f24a1f539d51b3e300commit hash: cc322b618d76a6e0b7b697f24a1f539d51b3e300commit hash: cc322b618d76a6e0b7b697f24a1f539d51b3e300 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 7.2.2 → 7.3.0

Reported by:	portscout
7.2.2
24 Sep 2024 08:43:28
commit hash: 3dd6348c9c13e4488790cdbcdeab1a57b3534d2acommit hash: 3dd6348c9c13e4488790cdbcdeab1a57b3534d2acommit hash: 3dd6348c9c13e4488790cdbcdeab1a57b3534d2acommit hash: 3dd6348c9c13e4488790cdbcdeab1a57b3534d2a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 7.1.0 → 7.2.2

Reported by:	portscout
7.1.0
09 Sep 2024 15:04:24
commit hash: b59838235b32d4cd21f3c3531dbde4e9b867059fcommit hash: b59838235b32d4cd21f3c3531dbde4e9b867059fcommit hash: b59838235b32d4cd21f3c3531dbde4e9b867059fcommit hash: b59838235b32d4cd21f3c3531dbde4e9b867059f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 7.0.0 → 7.1.0

Reported by:	portscout
7.0.0
06 Sep 2024 08:20:56
commit hash: ad617b455c438cd672cd26b9c33ae83caa794d38commit hash: ad617b455c438cd672cd26b9c33ae83caa794d38commit hash: ad617b455c438cd672cd26b9c33ae83caa794d38commit hash: ad617b455c438cd672cd26b9c33ae83caa794d38 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 6.1.2 → 7.0.0

Reported by:	portscout
6.1.2
13 Aug 2024 05:12:31
commit hash: ec7bdd9c2bb5011003806061b59c8946f4362c06commit hash: ec7bdd9c2bb5011003806061b59c8946f4362c06commit hash: ec7bdd9c2bb5011003806061b59c8946f4362c06commit hash: ec7bdd9c2bb5011003806061b59c8946f4362c06 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 6.1.0 → 6.1.2

Reported by:	portscout
6.1.0
10 Aug 2024 07:07:34
commit hash: 39a92a0cb5ffcc2fa5a5c3f98a20186945eec38ccommit hash: 39a92a0cb5ffcc2fa5a5c3f98a20186945eec38ccommit hash: 39a92a0cb5ffcc2fa5a5c3f98a20186945eec38ccommit hash: 39a92a0cb5ffcc2fa5a5c3f98a20186945eec38c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 6.0.0 → 6.1.0

Reported by:	portscout
6.0.0
28 Jul 2024 08:18:03
commit hash: 6a27cfa2d7f93d03851142cd0950dba1500259abcommit hash: 6a27cfa2d7f93d03851142cd0950dba1500259abcommit hash: 6a27cfa2d7f93d03851142cd0950dba1500259abcommit hash: 6a27cfa2d7f93d03851142cd0950dba1500259ab files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 5.1.0 → 6.0.0

Reported by:	portscout
5.1.0
22 Jul 2024 08:31:21
commit hash: ec5102303a621fcc451be2dd06e3eb5498182d69commit hash: ec5102303a621fcc451be2dd06e3eb5498182d69commit hash: ec5102303a621fcc451be2dd06e3eb5498182d69commit hash: ec5102303a621fcc451be2dd06e3eb5498182d69 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: update 5.0.0 → 5.1.0

Reported by:	portscout
5.0.0
15 Jul 2024 17:15:53
commit hash: 341940d09d2bee8bb20bbebe25bf36335d882134commit hash: 341940d09d2bee8bb20bbebe25bf36335d882134commit hash: 341940d09d2bee8bb20bbebe25bf36335d882134commit hash: 341940d09d2bee8bb20bbebe25bf36335d882134 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: Add LICENSE_FILE line
5.0.0
15 Jul 2024 16:33:30
commit hash: f4633a6737e93c7f9024e83129e82f152dded86acommit hash: f4633a6737e93c7f9024e83129e82f152dded86acommit hash: f4633a6737e93c7f9024e83129e82f152dded86acommit hash: f4633a6737e93c7f9024e83129e82f152dded86a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/quill: New port: Asynchronous low latency C++ logging library

Number of commits found: 11