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
tlx Collection of C++ data structures, algorithms, miscellaneous helpers
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 0.6.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-12-12 23:12:14
Last Update: 2023-05-24 08:39:40
Commit Hash: 9fa7ddb
License: BSL
WWW:
https://github.com/tlx/tlx
Description:
tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL. The most important design goals and conventions are: * high modularity with as little dependencies between modules as possible. * attempt to never break existing interfaces. * compile on all platforms with C++ - smartphones, supercomputers, windows, etc. * zero external dependencies: no additional libraries are required. * warning and bug-freeness on all compilers. * keep overhead down - small overall size such that is can be included without bloating applications.
Homepage    cgit ¦ Codeberg ¦ 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 (199 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tlx-0.6.1/catalog.mk
  3. /usr/local/share/licenses/tlx-0.6.1/LICENSE
  4. /usr/local/share/licenses/tlx-0.6.1/BSL
  5. include/tlx/algorithm.hpp
  6. include/tlx/algorithm/exclusive_scan.hpp
  7. include/tlx/algorithm/is_sorted_cmp.hpp
  8. include/tlx/algorithm/merge_advance.hpp
  9. include/tlx/algorithm/merge_combine.hpp
  10. include/tlx/algorithm/multisequence_partition.hpp
  11. include/tlx/algorithm/multisequence_selection.hpp
  12. include/tlx/algorithm/multiway_merge.hpp
  13. include/tlx/algorithm/multiway_merge_splitting.hpp
  14. include/tlx/algorithm/parallel_multiway_merge.hpp
  15. include/tlx/algorithm/random_bipartition_shuffle.hpp
  16. include/tlx/allocator_base.hpp
  17. include/tlx/backtrace.hpp
  18. include/tlx/cmdline_parser.hpp
  19. include/tlx/container.hpp
  20. include/tlx/container/btree.hpp
  21. include/tlx/container/btree_map.hpp
  22. include/tlx/container/btree_multimap.hpp
  23. include/tlx/container/btree_multiset.hpp
  24. include/tlx/container/btree_set.hpp
  25. include/tlx/container/d_ary_addressable_int_heap.hpp
  26. include/tlx/container/d_ary_heap.hpp
  27. include/tlx/container/loser_tree.hpp
  28. include/tlx/container/lru_cache.hpp
  29. include/tlx/container/radix_heap.hpp
  30. include/tlx/container/ring_buffer.hpp
  31. include/tlx/container/simple_vector.hpp
  32. include/tlx/container/splay_tree.hpp
  33. include/tlx/container/string_view.hpp
  34. include/tlx/counting_ptr.hpp
  35. include/tlx/define.hpp
  36. include/tlx/define/attribute_always_inline.hpp
  37. include/tlx/define/attribute_fallthrough.hpp
  38. include/tlx/define/attribute_format_printf.hpp
  39. include/tlx/define/attribute_packed.hpp
  40. include/tlx/define/attribute_warn_unused_result.hpp
  41. include/tlx/define/constexpr.hpp
  42. include/tlx/define/deprecated.hpp
  43. include/tlx/define/endian.hpp
  44. include/tlx/define/likely.hpp
  45. include/tlx/define/visibility_hidden.hpp
  46. include/tlx/delegate.hpp
  47. include/tlx/die.hpp
  48. include/tlx/die/core.hpp
  49. include/tlx/digest.hpp
  50. include/tlx/digest/md5.hpp
  51. include/tlx/digest/sha1.hpp
  52. include/tlx/digest/sha256.hpp
  53. include/tlx/digest/sha512.hpp
  54. include/tlx/logger.hpp
  55. include/tlx/logger/all.hpp
  56. include/tlx/logger/array.hpp
  57. include/tlx/logger/core.hpp
  58. include/tlx/logger/deque.hpp
  59. include/tlx/logger/map.hpp
  60. include/tlx/logger/set.hpp
  61. include/tlx/logger/tuple.hpp
  62. include/tlx/logger/unordered_map.hpp
  63. include/tlx/logger/unordered_set.hpp
  64. include/tlx/logger/wrap_unprintable.hpp
  65. include/tlx/math.hpp
  66. include/tlx/math/abs_diff.hpp
  67. include/tlx/math/aggregate.hpp
  68. include/tlx/math/aggregate_min_max.hpp
  69. include/tlx/math/bswap.hpp
  70. include/tlx/math/bswap_be.hpp
  71. include/tlx/math/bswap_le.hpp
  72. include/tlx/math/clz.hpp
  73. include/tlx/math/ctz.hpp
  74. include/tlx/math/div_ceil.hpp
  75. include/tlx/math/ffs.hpp
  76. include/tlx/math/integer_log2.hpp
  77. include/tlx/math/is_power_of_two.hpp
  78. include/tlx/math/polynomial_regression.hpp
  79. include/tlx/math/popcount.hpp
  80. include/tlx/math/power_to_the.hpp
  81. include/tlx/math/rol.hpp
  82. include/tlx/math/ror.hpp
  83. include/tlx/math/round_to_power_of_two.hpp
  84. include/tlx/math/round_up.hpp
  85. include/tlx/math/sgn.hpp
  86. include/tlx/meta.hpp
  87. include/tlx/meta/apply_tuple.hpp
  88. include/tlx/meta/call_for_range.hpp
  89. include/tlx/meta/call_foreach.hpp
  90. include/tlx/meta/call_foreach_tuple.hpp
  91. include/tlx/meta/call_foreach_tuple_with_index.hpp
  92. include/tlx/meta/call_foreach_with_index.hpp
  93. include/tlx/meta/enable_if.hpp
  94. include/tlx/meta/fold_left.hpp
  95. include/tlx/meta/fold_left_tuple.hpp
  96. include/tlx/meta/fold_right.hpp
  97. include/tlx/meta/fold_right_tuple.hpp
  98. include/tlx/meta/function_chain.hpp
  99. include/tlx/meta/function_stack.hpp
  100. include/tlx/meta/has_member.hpp
  101. include/tlx/meta/has_method.hpp
  102. include/tlx/meta/index_sequence.hpp
  103. include/tlx/meta/is_std_array.hpp
  104. include/tlx/meta/is_std_pair.hpp
  105. include/tlx/meta/is_std_tuple.hpp
  106. include/tlx/meta/is_std_vector.hpp
  107. include/tlx/meta/log2.hpp
  108. include/tlx/meta/no_operation.hpp
  109. include/tlx/meta/static_index.hpp
  110. include/tlx/meta/vexpand.hpp
  111. include/tlx/meta/vmap_for_range.hpp
  112. include/tlx/meta/vmap_foreach.hpp
  113. include/tlx/meta/vmap_foreach_tuple.hpp
  114. include/tlx/meta/vmap_foreach_tuple_with_index.hpp
  115. include/tlx/meta/vmap_foreach_with_index.hpp
  116. include/tlx/multi_timer.hpp
  117. include/tlx/port.hpp
  118. include/tlx/port/setenv.hpp
  119. include/tlx/semaphore.hpp
  120. include/tlx/simple_vector.hpp
  121. include/tlx/siphash.hpp
  122. include/tlx/sort.hpp
  123. include/tlx/sort/networks/best.hpp
  124. include/tlx/sort/networks/bose_nelson.hpp
  125. include/tlx/sort/networks/bose_nelson_parameter.hpp
  126. include/tlx/sort/networks/cswap.hpp
  127. include/tlx/sort/parallel_mergesort.hpp
  128. include/tlx/sort/strings.hpp
  129. include/tlx/sort/strings/insertion_sort.hpp
  130. include/tlx/sort/strings/multikey_quicksort.hpp
  131. include/tlx/sort/strings/parallel_sample_sort.hpp
  132. include/tlx/sort/strings/radix_sort.hpp
  133. include/tlx/sort/strings/sample_sort_tools.hpp
  134. include/tlx/sort/strings/string_ptr.hpp
  135. include/tlx/sort/strings/string_set.hpp
  136. include/tlx/sort/strings_parallel.hpp
  137. include/tlx/stack_allocator.hpp
  138. include/tlx/string.hpp
  139. include/tlx/string/appendline.hpp
  140. include/tlx/string/base64.hpp
  141. include/tlx/string/bitdump.hpp
  142. include/tlx/string/compare_icase.hpp
  143. include/tlx/string/contains.hpp
  144. include/tlx/string/contains_word.hpp
  145. include/tlx/string/ends_with.hpp
  146. include/tlx/string/equal_icase.hpp
  147. include/tlx/string/erase_all.hpp
  148. include/tlx/string/escape_html.hpp
  149. include/tlx/string/escape_uri.hpp
  150. include/tlx/string/expand_environment_variables.hpp
  151. include/tlx/string/extract_between.hpp
  152. include/tlx/string/format_iec_units.hpp
  153. include/tlx/string/format_si_iec_units.hpp
  154. include/tlx/string/format_si_units.hpp
  155. include/tlx/string/hash_djb2.hpp
  156. include/tlx/string/hash_sdbm.hpp
  157. include/tlx/string/hexdump.hpp
  158. include/tlx/string/index_of.hpp
  159. include/tlx/string/join.hpp
  160. include/tlx/string/join_generic.hpp
  161. include/tlx/string/join_quoted.hpp
  162. include/tlx/string/less_icase.hpp
  163. include/tlx/string/levenshtein.hpp
  164. include/tlx/string/pad.hpp
  165. include/tlx/string/parse_si_iec_units.hpp
  166. include/tlx/string/parse_uri.hpp
  167. include/tlx/string/parse_uri_form_data.hpp
  168. include/tlx/string/replace.hpp
  169. include/tlx/string/split.hpp
  170. include/tlx/string/split_quoted.hpp
  171. include/tlx/string/split_view.hpp
  172. include/tlx/string/split_words.hpp
  173. include/tlx/string/ssprintf.hpp
  174. include/tlx/string/ssprintf_generic.hpp
  175. include/tlx/string/starts_with.hpp
  176. include/tlx/string/to_lower.hpp
  177. include/tlx/string/to_upper.hpp
  178. include/tlx/string/trim.hpp
  179. include/tlx/string/union_words.hpp
  180. include/tlx/string/word_wrap.hpp
  181. include/tlx/thread_barrier_mutex.hpp
  182. include/tlx/thread_barrier_spin.hpp
  183. include/tlx/thread_pool.hpp
  184. include/tlx/timestamp.hpp
  185. include/tlx/unused.hpp
  186. include/tlx/vector_free.hpp
  187. include/tlx/version.hpp
  188. lib/cmake/tlx/tlx-config.cmake
  189. lib/cmake/tlx/tlx-targets-release.cmake
  190. lib/cmake/tlx/tlx-targets.cmake
  191. lib/cmake/tlx/tlx-version.cmake
  192. lib/libtlx.a
  193. lib/libtlx.so
  194. lib/libtlx.so.0.6
  195. lib/libtlx.so.0.6.1
  196. libdata/pkgconfig/tlx.pc
  197. @owner
  198. @group
  199. @mode
Collapse this list.
Dependency lines:
  • tlx>0:devel/tlx
To install the port:
cd /usr/ports/devel/tlx/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tlx
  • pkg install tlx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tlx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1684915788 SHA256 (tlx-tlx-v0.6.1_GH0.tar.gz) = 24dd1acf36dd43b8e0414420e3f9adc2e6bb0e75047e872a06167961aedad769 SIZE (tlx-tlx-v0.6.1_GH0.tar.gz) = 429649

Packages (timestamps in pop-ups are UTC):
tlx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.10.6.10.5.20200222.50.6.10.6.1-0.5.20200222.5-
FreeBSD:13:quarterly0.6.10.6.10.6.10.6.10.6.10.6.10.6.10.6.1
FreeBSD:14:latest0.6.10.6.10.5.20200222.50.6.10.6.10.6.1-0.6.1
FreeBSD:14:quarterly0.6.10.6.1-0.6.10.6.10.6.10.6.10.6.1
FreeBSD:15:latest0.6.10.6.1n/a0.6.1n/a0.6.10.6.10.6.1
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. 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_tlx
USES:
cmake:testing compiler:c++20-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/tlx/tlx/tar.gz/v0.6.1?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.1
24 May 2023 08:39:40
commit hash: 9fa7ddb6d3516d22dda9f0467125db06e86fba4acommit hash: 9fa7ddb6d3516d22dda9f0467125db06e86fba4acommit hash: 9fa7ddb6d3516d22dda9f0467125db06e86fba4acommit hash: 9fa7ddb6d3516d22dda9f0467125db06e86fba4a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/tlx: Update 0.5.20200222-5 → 0.6.1
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.20200222.5
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.20200222.5
16 Oct 2021 07:09:10
commit hash: f8400861e757e89db222a37a807d5fe5ba4a0edacommit hash: f8400861e757e89db222a37a807d5fe5ba4a0edacommit hash: f8400861e757e89db222a37a807d5fe5ba4a0edacommit hash: f8400861e757e89db222a37a807d5fe5ba4a0eda files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
devel/tlx: fix whitespace in pkg-descr.
0.5.20200222.5
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
0.5.20200222.5
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.
0.5.20200222.5
15 Dec 2020 05:49:35
Revision:558138Original commit files touched by this commit
yuri search for other commits by this committer
devel/tlx: Add missing DISTVERSIONPREFIX
v0.5.20200222.5
12 Dec 2020 23:13:25
Revision:557869Original commit files touched by this commit
yuri search for other commits by this committer
devel/tlx: Add USES=compiler:c++17-lang
v0.5.20200222.5
12 Dec 2020 23:11:37
Revision:557868Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/tlx: Collection of C++ data structures, algorithms,
miscellaneous helpers

Number of commits found: 9