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
fatal Library for fast software prototyping in modern C++
2024.03.25.00 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 2023.12.25.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-16 01:21:36
Last Update: 2024-03-27 18:31:08
Commit Hash: d820769
License: BSD3CLAUSE
WWW:
https://github.com/facebook/fatal
Description:
Fatal (Facebook Template Library) is a library for fast prototyping software in modern C++. It provides facilities heavily based on template meta-programming, while keeping most of the complexity under-the-hood, to enhance the expressive power of C++. Fatal also provides lessons on how to write meta-programs, as well as on how to make the best use of the library, starting at beginner levels. The goal is make its benefits available to a wider audience other than just hard-core library writers.
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 (163 items)
Collapse this list.
  1. /usr/local/share/licenses/fatal-2024.03.25.00/catalog.mk
  2. /usr/local/share/licenses/fatal-2024.03.25.00/LICENSE
  3. /usr/local/share/licenses/fatal-2024.03.25.00/BSD3CLAUSE
  4. include/fatal/benchmark/benchmark.h
  5. include/fatal/benchmark/cases.h
  6. include/fatal/benchmark/driver.h
  7. include/fatal/benchmark/prevent_optimization.h
  8. include/fatal/codec/varint.h
  9. include/fatal/container/circular_queue.h
  10. include/fatal/container/flag_set.h
  11. include/fatal/container/legacy_variant.h
  12. include/fatal/container/optional.h
  13. include/fatal/container/random_access_iterator.h
  14. include/fatal/container/runtime_array.h
  15. include/fatal/container/tuple.h
  16. include/fatal/container/tuple_tags.h
  17. include/fatal/container/uninitialized.h
  18. include/fatal/container/unitary_union.h
  19. include/fatal/container/variadic_union.h
  20. include/fatal/container/variant.h
  21. include/fatal/debug/assume.h
  22. include/fatal/debug/debug.h
  23. include/fatal/functional/functional.h
  24. include/fatal/functional/identity.h
  25. include/fatal/functional/no_op.h
  26. include/fatal/lesson/lesson.h
  27. include/fatal/log/log.h
  28. include/fatal/math/compile_time_rng.h
  29. include/fatal/math/hash.h
  30. include/fatal/math/impl/numerics.h
  31. include/fatal/math/numerics.h
  32. include/fatal/math/statistical_moments.h
  33. include/fatal/portability.h
  34. include/fatal/preprocessor.h
  35. include/fatal/string/rope.h
  36. include/fatal/string/string_view.h
  37. include/fatal/string/tokenizer.h
  38. include/fatal/test/args.h
  39. include/fatal/test/compatibility.h
  40. include/fatal/test/driver.h
  41. include/fatal/test/env.h
  42. include/fatal/test/random_data.h
  43. include/fatal/test/ref_counter.h
  44. include/fatal/test/string.h
  45. include/fatal/test/test.h
  46. include/fatal/test/tools.h
  47. include/fatal/test/type.h
  48. include/fatal/test/words.h
  49. include/fatal/time/time.h
  50. include/fatal/type/accumulate.h
  51. include/fatal/type/apply.h
  52. include/fatal/type/arithmetic.h
  53. include/fatal/type/array.h
  54. include/fatal/type/benchmark/trie/trie_benchmark.h
  55. include/fatal/type/bitwise.h
  56. include/fatal/type/builtin.h
  57. include/fatal/type/call_traits.h
  58. include/fatal/type/cartesian_product.h
  59. include/fatal/type/cat.h
  60. include/fatal/type/compare.h
  61. include/fatal/type/compilability.h
  62. include/fatal/type/conditional.h
  63. include/fatal/type/constant.h
  64. include/fatal/type/constify.h
  65. include/fatal/type/constify_from.h
  66. include/fatal/type/convert.h
  67. include/fatal/type/data_member_getter.h
  68. include/fatal/type/debug.h
  69. include/fatal/type/deprecated/apply.h
  70. include/fatal/type/deprecated/flatten.h
  71. include/fatal/type/deprecated/transform.h
  72. include/fatal/type/deprecated/type_list.h
  73. include/fatal/type/deprecated/type_map.h
  74. include/fatal/type/deprecated/type_pair.h
  75. include/fatal/type/deprecated/type_tag.h
  76. include/fatal/type/enum.h
  77. include/fatal/type/fast_pass.h
  78. include/fatal/type/find.h
  79. include/fatal/type/fold.h
  80. include/fatal/type/foreach.h
  81. include/fatal/type/get.h
  82. include/fatal/type/get_type.h
  83. include/fatal/type/group_by.h
  84. include/fatal/type/has_type.h
  85. include/fatal/type/identity.h
  86. include/fatal/type/impl/accumulate.h
  87. include/fatal/type/impl/apply.h
  88. include/fatal/type/impl/arithmetic.h
  89. include/fatal/type/impl/array.h
  90. include/fatal/type/impl/bitwise.h
  91. include/fatal/type/impl/builtin.h
  92. include/fatal/type/impl/cartesian_product.h
  93. include/fatal/type/impl/cat.h
  94. include/fatal/type/impl/compare.h
  95. include/fatal/type/impl/compilability.h
  96. include/fatal/type/impl/conditional.h
  97. include/fatal/type/impl/convert.h
  98. include/fatal/type/impl/find.h
  99. include/fatal/type/impl/fold.h
  100. include/fatal/type/impl/foreach.h
  101. include/fatal/type/impl/get.h
  102. include/fatal/type/impl/group_by.h
  103. include/fatal/type/impl/is_complete.h
  104. include/fatal/type/impl/logical.h
  105. include/fatal/type/impl/longest_common_prefix.h
  106. include/fatal/type/impl/push.h
  107. include/fatal/type/impl/replace.h
  108. include/fatal/type/impl/reverse.h
  109. include/fatal/type/impl/safe_overload.h
  110. include/fatal/type/impl/search.h
  111. include/fatal/type/impl/select.h
  112. include/fatal/type/impl/sequence.h
  113. include/fatal/type/impl/size.h
  114. include/fatal/type/impl/slice.h
  115. include/fatal/type/impl/sort.h
  116. include/fatal/type/impl/transform.h
  117. include/fatal/type/impl/trie.h
  118. include/fatal/type/impl/type.h
  119. include/fatal/type/impl/unique.h
  120. include/fatal/type/impl/void.h
  121. include/fatal/type/impl/zip.h
  122. include/fatal/type/inherit.h
  123. include/fatal/type/is_complete.h
  124. include/fatal/type/list.h
  125. include/fatal/type/logical.h
  126. include/fatal/type/longest_common_prefix.h
  127. include/fatal/type/maybe.h
  128. include/fatal/type/operation.h
  129. include/fatal/type/pair.h
  130. include/fatal/type/pointer_selector.h
  131. include/fatal/type/push.h
  132. include/fatal/type/qualifier.h
  133. include/fatal/type/reflect_function.h
  134. include/fatal/type/reflect_member_function.h
  135. include/fatal/type/reflect_template.h
  136. include/fatal/type/reflection.h
  137. include/fatal/type/registry.h
  138. include/fatal/type/remove_rvalue_reference.h
  139. include/fatal/type/replace.h
  140. include/fatal/type/reverse.h
  141. include/fatal/type/safe_overload.h
  142. include/fatal/type/same_reference_as.h
  143. include/fatal/type/scalar.h
  144. include/fatal/type/search.h
  145. include/fatal/type/select.h
  146. include/fatal/type/sequence.h
  147. include/fatal/type/size.h
  148. include/fatal/type/slice.h
  149. include/fatal/type/sort.h
  150. include/fatal/type/split.h
  151. include/fatal/type/tag.h
  152. include/fatal/type/traits.h
  153. include/fatal/type/transform.h
  154. include/fatal/type/trie.h
  155. include/fatal/type/type.h
  156. include/fatal/type/unique.h
  157. include/fatal/type/variant_traits.h
  158. include/fatal/type/void.h
  159. include/fatal/type/zip.h
  160. include/fatal/utility/timed_iterations.h
  161. @owner
  162. @group
  163. @mode
Collapse this list.
Dependency lines:
  • fatal>0:devel/fatal
To install the port:
cd /usr/ports/devel/fatal/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/fatal
  • pkg install fatal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fatal
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1711526940 SHA256 (facebook-fatal-v2024.03.25.00_GH0.tar.gz) = d751a7d5fbefdfcf2824f055b58692a6c50117365b4533f0136756552aa17e4c SIZE (facebook-fatal-v2024.03.25.00_GH0.tar.gz) = 658757

Packages (timestamps in pop-ups are UTC):
fatal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.03.11.002024.03.18.002021.01.18.002024.03.11.002024.03.18.00-2021.01.04.00-
FreeBSD:13:quarterly2024.01.01.002024.01.01.002023.06.26.002024.01.01.002024.01.01.002024.01.01.002024.01.01.002024.01.01.00
FreeBSD:14:latest2024.03.11.002024.03.18.002023.01.09.002024.03.11.002024.03.18.002023.06.08.00-2023.06.12.00
FreeBSD:14:quarterly2024.01.01.002024.01.01.00-2024.01.01.002024.01.01.002024.01.01.002024.01.01.002024.01.01.00
FreeBSD:15:latest2024.03.11.002024.03.18.00n/a2024.02.05.00n/a2024.01.29.002024.01.29.002024.02.19.00
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_fatal
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/fatal/tar.gz/v2024.03.25.00?dummy=/
Collapse this list.

Number of commits found: 154 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.03.25.00
27 Mar 2024 18:31:08
commit hash: d820769768230b36b084167b0a064c11d7cea959commit hash: d820769768230b36b084167b0a064c11d7cea959commit hash: d820769768230b36b084167b0a064c11d7cea959commit hash: d820769768230b36b084167b0a064c11d7cea959 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.03.18.00 → 2024.03.25.00
2024.03.18.00
18 Mar 2024 19:58:36
commit hash: 905a94e41de80baaaa1339fd8db3baa2d36c560acommit hash: 905a94e41de80baaaa1339fd8db3baa2d36c560acommit hash: 905a94e41de80baaaa1339fd8db3baa2d36c560acommit hash: 905a94e41de80baaaa1339fd8db3baa2d36c560a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.03.11.00 → 2024.03.18.00
2024.03.11.00
12 Mar 2024 01:43:02
commit hash: 8457aae5fe10e579a0bf0e4c5e9d44f90788379ecommit hash: 8457aae5fe10e579a0bf0e4c5e9d44f90788379ecommit hash: 8457aae5fe10e579a0bf0e4c5e9d44f90788379ecommit hash: 8457aae5fe10e579a0bf0e4c5e9d44f90788379e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.03.04.00 → 2024.03.11.00
2024.03.04.00
05 Mar 2024 02:17:22
commit hash: 10e769d50b6c8b77b7cb9c2be0af221770f38d50commit hash: 10e769d50b6c8b77b7cb9c2be0af221770f38d50commit hash: 10e769d50b6c8b77b7cb9c2be0af221770f38d50commit hash: 10e769d50b6c8b77b7cb9c2be0af221770f38d50 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2024.02.19.00 → 2024.03.04.00
2024.02.19.00
20 Feb 2024 07:09:19
commit hash: 199cdb8a64ca3982b70085c2102def7e0413b8b3commit hash: 199cdb8a64ca3982b70085c2102def7e0413b8b3commit hash: 199cdb8a64ca3982b70085c2102def7e0413b8b3commit hash: 199cdb8a64ca3982b70085c2102def7e0413b8b3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.02.12.00 → 2024.02.19.00
2024.02.12.00
13 Feb 2024 07:50:52
commit hash: 7087dbdc55fdf3ea7257c0b0a612cd395f8eb3ddcommit hash: 7087dbdc55fdf3ea7257c0b0a612cd395f8eb3ddcommit hash: 7087dbdc55fdf3ea7257c0b0a612cd395f8eb3ddcommit hash: 7087dbdc55fdf3ea7257c0b0a612cd395f8eb3dd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.02.05.00 → 2024.02.12.00
2024.02.05.00
06 Feb 2024 06:49:29
commit hash: 9abaf4685d5e40aa4015a698c8bd6fe90f31d203commit hash: 9abaf4685d5e40aa4015a698c8bd6fe90f31d203commit hash: 9abaf4685d5e40aa4015a698c8bd6fe90f31d203commit hash: 9abaf4685d5e40aa4015a698c8bd6fe90f31d203 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.01.29.00 → 2024.02.05.00
2024.01.29.00
30 Jan 2024 08:56:33
commit hash: 4999b01781147ca3ee197c0578e471d280a1f479commit hash: 4999b01781147ca3ee197c0578e471d280a1f479commit hash: 4999b01781147ca3ee197c0578e471d280a1f479commit hash: 4999b01781147ca3ee197c0578e471d280a1f479 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.01.22.00 → 2024.01.29.00
2024.01.22.00
23 Jan 2024 05:49:28
commit hash: 8f0ccd1a29d8b66b1478d4087f3037b6c2625e80commit hash: 8f0ccd1a29d8b66b1478d4087f3037b6c2625e80commit hash: 8f0ccd1a29d8b66b1478d4087f3037b6c2625e80commit hash: 8f0ccd1a29d8b66b1478d4087f3037b6c2625e80 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.01.15.00 → 2024.01.22.00
2024.01.15.00
16 Jan 2024 10:45:03
commit hash: a81fbd8b0a92133f7988853138593bc9674ebff6commit hash: a81fbd8b0a92133f7988853138593bc9674ebff6commit hash: a81fbd8b0a92133f7988853138593bc9674ebff6commit hash: a81fbd8b0a92133f7988853138593bc9674ebff6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.01.08.00 → 2024.01.15.00
2024.01.08.00
09 Jan 2024 10:05:15
commit hash: 8c16d6ea6c077e202e1fc10af219c861c256f3accommit hash: 8c16d6ea6c077e202e1fc10af219c861c256f3accommit hash: 8c16d6ea6c077e202e1fc10af219c861c256f3accommit hash: 8c16d6ea6c077e202e1fc10af219c861c256f3ac files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2024.01.01.00 → 2024.01.08.00
2024.01.01.00
02 Jan 2024 05:24:36
commit hash: 2254983d1b238c1f414eeafdf94dc97450d94eadcommit hash: 2254983d1b238c1f414eeafdf94dc97450d94eadcommit hash: 2254983d1b238c1f414eeafdf94dc97450d94eadcommit hash: 2254983d1b238c1f414eeafdf94dc97450d94ead files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.12.25.00 → 2024.01.01.00
2023.12.25.00
26 Dec 2023 06:17:12
commit hash: b735d4e0da4e6837b9ae40f35b636a9b8ced15ebcommit hash: b735d4e0da4e6837b9ae40f35b636a9b8ced15ebcommit hash: b735d4e0da4e6837b9ae40f35b636a9b8ced15ebcommit hash: b735d4e0da4e6837b9ae40f35b636a9b8ced15eb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.12.18.00 → 2023.12.25.00
2023.12.18.00
19 Dec 2023 06:36:09
commit hash: 6c0d0fb37241c057470efd68ca4842ef43adabd2commit hash: 6c0d0fb37241c057470efd68ca4842ef43adabd2commit hash: 6c0d0fb37241c057470efd68ca4842ef43adabd2commit hash: 6c0d0fb37241c057470efd68ca4842ef43adabd2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.12.11.00 → 2023.12.18.00
2023.12.11.00
12 Dec 2023 07:13:30
commit hash: 5b6ddddee318f2f114acceac15ef4f8dfd0034e4commit hash: 5b6ddddee318f2f114acceac15ef4f8dfd0034e4commit hash: 5b6ddddee318f2f114acceac15ef4f8dfd0034e4commit hash: 5b6ddddee318f2f114acceac15ef4f8dfd0034e4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.12.04.00 → 2023.12.11.00
2023.12.04.00
05 Dec 2023 07:27:27
commit hash: 927d03e697c0e224de41bb2fd74bee10e07fc4d2commit hash: 927d03e697c0e224de41bb2fd74bee10e07fc4d2commit hash: 927d03e697c0e224de41bb2fd74bee10e07fc4d2commit hash: 927d03e697c0e224de41bb2fd74bee10e07fc4d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 23.11.1 → 23.12.0
2023.11.27.00
28 Nov 2023 10:09:05
commit hash: 7fc7a31347f630a8fa5693a75b4bdf1fa86746eecommit hash: 7fc7a31347f630a8fa5693a75b4bdf1fa86746eecommit hash: 7fc7a31347f630a8fa5693a75b4bdf1fa86746eecommit hash: 7fc7a31347f630a8fa5693a75b4bdf1fa86746ee files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.11.20.00 → 2023.11.27.00
2023.11.20.00
21 Nov 2023 07:27:53
commit hash: 96cc047e276f0192f9886edce9fc354094725145commit hash: 96cc047e276f0192f9886edce9fc354094725145commit hash: 96cc047e276f0192f9886edce9fc354094725145commit hash: 96cc047e276f0192f9886edce9fc354094725145 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.11.13.00 → 2023.11.20.00
2023.11.13.00
14 Nov 2023 08:00:50
commit hash: dd2afa7db8d5d59e6105b39d259bdfe9787370b9commit hash: dd2afa7db8d5d59e6105b39d259bdfe9787370b9commit hash: dd2afa7db8d5d59e6105b39d259bdfe9787370b9commit hash: dd2afa7db8d5d59e6105b39d259bdfe9787370b9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.11.06.00 → 2023.11.13.00
2023.11.06.00
07 Nov 2023 15:53:13
commit hash: 786ca99609b30effbfa643ac4c11c08a1f3c4f95commit hash: 786ca99609b30effbfa643ac4c11c08a1f3c4f95commit hash: 786ca99609b30effbfa643ac4c11c08a1f3c4f95commit hash: 786ca99609b30effbfa643ac4c11c08a1f3c4f95 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.10.30.00 → 2023.11.06.00
2023.10.30.00
31 Oct 2023 03:42:18
commit hash: 4e675fb43add794330fa8991e2f7c8dc1a9d19cbcommit hash: 4e675fb43add794330fa8991e2f7c8dc1a9d19cbcommit hash: 4e675fb43add794330fa8991e2f7c8dc1a9d19cbcommit hash: 4e675fb43add794330fa8991e2f7c8dc1a9d19cb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.10.16.00 → 2023.10.30.00
2023.10.16.00
18 Oct 2023 08:59:55
commit hash: d7f28bc552e40a1a88d4527becb45bf2a80844c5commit hash: d7f28bc552e40a1a88d4527becb45bf2a80844c5commit hash: d7f28bc552e40a1a88d4527becb45bf2a80844c5commit hash: d7f28bc552e40a1a88d4527becb45bf2a80844c5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.10.09.00 → 2023.10.16.00
2023.10.09.00
10 Oct 2023 08:00:20
commit hash: cdea7c60c2009a0a95bbd4593078fecd11fdf3bccommit hash: cdea7c60c2009a0a95bbd4593078fecd11fdf3bccommit hash: cdea7c60c2009a0a95bbd4593078fecd11fdf3bccommit hash: cdea7c60c2009a0a95bbd4593078fecd11fdf3bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: update 2023.09.25.00 → 2023.10.09.00
2023.09.25.00
26 Sep 2023 06:01:54
commit hash: 64f854826038754c976a1dc0cfb4bcdfd179f36acommit hash: 64f854826038754c976a1dc0cfb4bcdfd179f36acommit hash: 64f854826038754c976a1dc0cfb4bcdfd179f36acommit hash: 64f854826038754c976a1dc0cfb4bcdfd179f36a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.09.18.00 → 2023.09.25.00
2023.09.18.00
19 Sep 2023 06:02:57
commit hash: 893f880eeeb93072f8ab29cb3a5c0facdee61539commit hash: 893f880eeeb93072f8ab29cb3a5c0facdee61539commit hash: 893f880eeeb93072f8ab29cb3a5c0facdee61539commit hash: 893f880eeeb93072f8ab29cb3a5c0facdee61539 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.09.11.00  → 2023.09.18.00
2023.09.11.00
12 Sep 2023 06:44:05
commit hash: bbc8e95703613d168332f20137ada9b20a4dcd2ccommit hash: bbc8e95703613d168332f20137ada9b20a4dcd2ccommit hash: bbc8e95703613d168332f20137ada9b20a4dcd2ccommit hash: bbc8e95703613d168332f20137ada9b20a4dcd2c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.09.04.00 → 2023.09.11.00
2023.09.04.00
05 Sep 2023 07:02:25
commit hash: 9312dbacc8e1999fdde638a889bb123a82ec2364commit hash: 9312dbacc8e1999fdde638a889bb123a82ec2364commit hash: 9312dbacc8e1999fdde638a889bb123a82ec2364commit hash: 9312dbacc8e1999fdde638a889bb123a82ec2364 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.08.28.00 → 2023.09.04.00
2023.08.28.00
29 Aug 2023 07:32:44
commit hash: 823d3181e3e772e602c7726649db8f2b612fd416commit hash: 823d3181e3e772e602c7726649db8f2b612fd416commit hash: 823d3181e3e772e602c7726649db8f2b612fd416commit hash: 823d3181e3e772e602c7726649db8f2b612fd416 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.08.14.00 → 2023.08.28.00
2023.08.14.00
15 Aug 2023 04:56:55
commit hash: e8b8a6859e6558f214100f96415ee1def27a89e6commit hash: e8b8a6859e6558f214100f96415ee1def27a89e6commit hash: e8b8a6859e6558f214100f96415ee1def27a89e6commit hash: e8b8a6859e6558f214100f96415ee1def27a89e6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.08.07.00 → 2023.08.14.00
2023.08.07.00
08 Aug 2023 08:42:44
commit hash: 1ca16c8e001c6e9cc6e8626d295a0eb010a0dc5ccommit hash: 1ca16c8e001c6e9cc6e8626d295a0eb010a0dc5ccommit hash: 1ca16c8e001c6e9cc6e8626d295a0eb010a0dc5ccommit hash: 1ca16c8e001c6e9cc6e8626d295a0eb010a0dc5c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.07.24.00 → 2023.08.07.00
2023.07.24.00
25 Jul 2023 04:43:49
commit hash: 048ce79b5b3ecf67bb2b162c4d3906d125472428commit hash: 048ce79b5b3ecf67bb2b162c4d3906d125472428commit hash: 048ce79b5b3ecf67bb2b162c4d3906d125472428commit hash: 048ce79b5b3ecf67bb2b162c4d3906d125472428 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.07.17.00 → 2023.07.24.00
2023.07.17.00
19 Jul 2023 03:32:51
commit hash: 1b2a3d53afa556787fa6c875a57dca881ef76375commit hash: 1b2a3d53afa556787fa6c875a57dca881ef76375commit hash: 1b2a3d53afa556787fa6c875a57dca881ef76375commit hash: 1b2a3d53afa556787fa6c875a57dca881ef76375 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.07.10.00 → 2023.07.17.00
2023.07.10.00
11 Jul 2023 05:45:23
commit hash: c814527c12b9613b0bab786c3f144cbee9e735a7commit hash: c814527c12b9613b0bab786c3f144cbee9e735a7commit hash: c814527c12b9613b0bab786c3f144cbee9e735a7commit hash: c814527c12b9613b0bab786c3f144cbee9e735a7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.07.03.00 → 2023.07.10.00
2023.07.03.00
04 Jul 2023 06:35:24
commit hash: e65b118d0a8494356a4d6481644d20c596b85b82commit hash: e65b118d0a8494356a4d6481644d20c596b85b82commit hash: e65b118d0a8494356a4d6481644d20c596b85b82commit hash: e65b118d0a8494356a4d6481644d20c596b85b82 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.06.26.00 → 2023.07.03.00
2023.06.26.00
01 Jul 2023 03:17:57
commit hash: 76b956799fcdfc3727767c9f623eb824b1a99fc1commit hash: 76b956799fcdfc3727767c9f623eb824b1a99fc1commit hash: 76b956799fcdfc3727767c9f623eb824b1a99fc1commit hash: 76b956799fcdfc3727767c9f623eb824b1a99fc1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.06.12.00 → 2023.06.26.00
2023.06.12.00
17 Jun 2023 06:55:03
commit hash: 2be0fe57925ec59f4583dea1ab501873025e6a8bcommit hash: 2be0fe57925ec59f4583dea1ab501873025e6a8bcommit hash: 2be0fe57925ec59f4583dea1ab501873025e6a8bcommit hash: 2be0fe57925ec59f4583dea1ab501873025e6a8b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.06.08.00 → 2023.06.12.00
2023.06.08.00
11 Jun 2023 03:20:35
commit hash: c03270a1a0ecdfabe08ba09ef87690f1ad2e00b1commit hash: c03270a1a0ecdfabe08ba09ef87690f1ad2e00b1commit hash: c03270a1a0ecdfabe08ba09ef87690f1ad2e00b1commit hash: c03270a1a0ecdfabe08ba09ef87690f1ad2e00b1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.05.08.00 → 2023.06.08.00
2023.05.08.00
09 May 2023 22:55:35
commit hash: 9e8d0d2e76b272732bbd78bc2768407d71c0b061commit hash: 9e8d0d2e76b272732bbd78bc2768407d71c0b061commit hash: 9e8d0d2e76b272732bbd78bc2768407d71c0b061commit hash: 9e8d0d2e76b272732bbd78bc2768407d71c0b061 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.05.01.00 → 2023.05.08.00
2023.05.01.00
02 May 2023 01:18:06
commit hash: d8a34706a6f785ae4d004b52776d23e5c4f6b491commit hash: d8a34706a6f785ae4d004b52776d23e5c4f6b491commit hash: d8a34706a6f785ae4d004b52776d23e5c4f6b491commit hash: d8a34706a6f785ae4d004b52776d23e5c4f6b491 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.04.24.00 → 2023.05.01.00
2023.04.24.00
25 Apr 2023 04:55:37
commit hash: 037a65ae465ca81a9ecf3d7827e43a59fd9ccdabcommit hash: 037a65ae465ca81a9ecf3d7827e43a59fd9ccdabcommit hash: 037a65ae465ca81a9ecf3d7827e43a59fd9ccdabcommit hash: 037a65ae465ca81a9ecf3d7827e43a59fd9ccdab files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.04.17.00 → 2023.04.24.00
2023.04.17.00
18 Apr 2023 04:38:11
commit hash: 57be3b91be3abf4f94c7f2e7d44f1f757c95a090commit hash: 57be3b91be3abf4f94c7f2e7d44f1f757c95a090commit hash: 57be3b91be3abf4f94c7f2e7d44f1f757c95a090commit hash: 57be3b91be3abf4f94c7f2e7d44f1f757c95a090 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.04.10.00 → 2023.04.17.00
2023.04.10.00
11 Apr 2023 00:47:56
commit hash: a490ae780f3033c37bb9384819287d0fa69ee409commit hash: a490ae780f3033c37bb9384819287d0fa69ee409commit hash: a490ae780f3033c37bb9384819287d0fa69ee409commit hash: a490ae780f3033c37bb9384819287d0fa69ee409 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: 2023.04.03.00
2023.04.03.00
03 Apr 2023 18:31:20
commit hash: 5e1983480b7115aa4cfb8e94a887bef0a0712926commit hash: 5e1983480b7115aa4cfb8e94a887bef0a0712926commit hash: 5e1983480b7115aa4cfb8e94a887bef0a0712926commit hash: 5e1983480b7115aa4cfb8e94a887bef0a0712926 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.03.27.00 → 2023.04.03.00
2023.03.27.00
27 Mar 2023 18:25:48
commit hash: fc5e6ea1405a12adec16f4a49c547881c188f0c5commit hash: fc5e6ea1405a12adec16f4a49c547881c188f0c5commit hash: fc5e6ea1405a12adec16f4a49c547881c188f0c5commit hash: fc5e6ea1405a12adec16f4a49c547881c188f0c5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.03.20.00 → 2023.03.27.00
2023.03.20.00
24 Mar 2023 06:06:04
commit hash: cdb52a91db3f2704afc148e1a664c6f4a7725fbacommit hash: cdb52a91db3f2704afc148e1a664c6f4a7725fbacommit hash: cdb52a91db3f2704afc148e1a664c6f4a7725fbacommit hash: cdb52a91db3f2704afc148e1a664c6f4a7725fba files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.03.13.00 → 2023.03.20.00
2023.03.13.00
14 Mar 2023 01:16:53
commit hash: b3a65a76dc55e9ad4522d70050132109596e2f2fcommit hash: b3a65a76dc55e9ad4522d70050132109596e2f2fcommit hash: b3a65a76dc55e9ad4522d70050132109596e2f2fcommit hash: b3a65a76dc55e9ad4522d70050132109596e2f2f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.03.06.00 → 2023.03.13.00
2023.03.06.00
06 Mar 2023 18:06:42
commit hash: cc51c8a943aee8a88fb5ecdf0d04e89fcff0e480commit hash: cc51c8a943aee8a88fb5ecdf0d04e89fcff0e480commit hash: cc51c8a943aee8a88fb5ecdf0d04e89fcff0e480commit hash: cc51c8a943aee8a88fb5ecdf0d04e89fcff0e480 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.02.27.00 → 2023.03.06.00
2023.02.27.00
27 Feb 2023 17:33:33
commit hash: 7fc59064a923b13ce205a22d7da0982fbeec5c17commit hash: 7fc59064a923b13ce205a22d7da0982fbeec5c17commit hash: 7fc59064a923b13ce205a22d7da0982fbeec5c17commit hash: 7fc59064a923b13ce205a22d7da0982fbeec5c17 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.02.20.00 → 2023.02.27.00
2023.02.20.00
20 Feb 2023 20:54:38
commit hash: c162a9c2f18a4db0be3b1bac99f7a1d498ae4392commit hash: c162a9c2f18a4db0be3b1bac99f7a1d498ae4392commit hash: c162a9c2f18a4db0be3b1bac99f7a1d498ae4392commit hash: c162a9c2f18a4db0be3b1bac99f7a1d498ae4392 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.02.13.00 → 2023.02.20.00
2023.02.13.00
13 Feb 2023 23:00:32
commit hash: 9cf7664b52f9215177cc5cf91f349c79f8ada21acommit hash: 9cf7664b52f9215177cc5cf91f349c79f8ada21acommit hash: 9cf7664b52f9215177cc5cf91f349c79f8ada21acommit hash: 9cf7664b52f9215177cc5cf91f349c79f8ada21a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.02.06.00 → 2023.02.13.00
2023.02.06.00
06 Feb 2023 17:32:19
commit hash: 9225c5dfdd53a5307cbe947f033d30f83ef99f93commit hash: 9225c5dfdd53a5307cbe947f033d30f83ef99f93commit hash: 9225c5dfdd53a5307cbe947f033d30f83ef99f93commit hash: 9225c5dfdd53a5307cbe947f033d30f83ef99f93 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.01.30.00 → 2023.02.06.00
2023.01.30.00
31 Jan 2023 03:04:56
commit hash: a0e0281003a33fa26ed96050f43f8a29f04b4e68commit hash: a0e0281003a33fa26ed96050f43f8a29f04b4e68commit hash: a0e0281003a33fa26ed96050f43f8a29f04b4e68commit hash: a0e0281003a33fa26ed96050f43f8a29f04b4e68 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.01.23.00 → 2023.01.30.00
2023.01.23.00
23 Jan 2023 18:36:13
commit hash: 22ae0a8377443b572e1c3b78abe47e2b23c02afacommit hash: 22ae0a8377443b572e1c3b78abe47e2b23c02afacommit hash: 22ae0a8377443b572e1c3b78abe47e2b23c02afacommit hash: 22ae0a8377443b572e1c3b78abe47e2b23c02afa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.01.16.00 -> 2023.01.23.00
2023.01.16.00
16 Jan 2023 21:12:28
commit hash: 5a7243d5613e128b84098617a41296e1a458b4ddcommit hash: 5a7243d5613e128b84098617a41296e1a458b4ddcommit hash: 5a7243d5613e128b84098617a41296e1a458b4ddcommit hash: 5a7243d5613e128b84098617a41296e1a458b4dd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.01.09.00 -> 2023.01.16.00
2023.01.09.00
10 Jan 2023 01:15:27
commit hash: 7952f44cc9d53fcccad98bea0bef9db7589e2fc7commit hash: 7952f44cc9d53fcccad98bea0bef9db7589e2fc7commit hash: 7952f44cc9d53fcccad98bea0bef9db7589e2fc7commit hash: 7952f44cc9d53fcccad98bea0bef9db7589e2fc7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2023.01.02.00 -> 2023.01.09.00
2023.01.02.00
02 Jan 2023 21:03:33
commit hash: b6dcb04f9c268ffcf055a42537efe869ea3a3bb8commit hash: b6dcb04f9c268ffcf055a42537efe869ea3a3bb8commit hash: b6dcb04f9c268ffcf055a42537efe869ea3a3bb8commit hash: b6dcb04f9c268ffcf055a42537efe869ea3a3bb8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.12.26.00 -> 2023.01.02.00
2022.12.26.00
26 Dec 2022 20:07:49
commit hash: 081ba3654fe2da898dde793e9f88ed4a4cf24635commit hash: 081ba3654fe2da898dde793e9f88ed4a4cf24635commit hash: 081ba3654fe2da898dde793e9f88ed4a4cf24635commit hash: 081ba3654fe2da898dde793e9f88ed4a4cf24635 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.12.19.00 -> 2022.12.26.00
2022.12.19.00
20 Dec 2022 03:52:29
commit hash: 1ac5d65f5245ff64ced6cc97efc623d977cfd8e9commit hash: 1ac5d65f5245ff64ced6cc97efc623d977cfd8e9commit hash: 1ac5d65f5245ff64ced6cc97efc623d977cfd8e9commit hash: 1ac5d65f5245ff64ced6cc97efc623d977cfd8e9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.12.12.00 -> 2022.12.19.00
2022.12.12.00
13 Dec 2022 03:47:37
commit hash: 3d5e82c04702b969619ee53208ae4791c823361dcommit hash: 3d5e82c04702b969619ee53208ae4791c823361dcommit hash: 3d5e82c04702b969619ee53208ae4791c823361dcommit hash: 3d5e82c04702b969619ee53208ae4791c823361d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.12.05.00 -> 2022.12.12.00
2022.12.05.00
05 Dec 2022 20:00:04
commit hash: ba3f1ac536aa9143f226e3250994133286ee80eecommit hash: ba3f1ac536aa9143f226e3250994133286ee80eecommit hash: ba3f1ac536aa9143f226e3250994133286ee80eecommit hash: ba3f1ac536aa9143f226e3250994133286ee80ee files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.11.28.00 -> 2022.12.05.00
2022.11.28.00
29 Nov 2022 09:18:46
commit hash: 95a5057fceb99b0da6314766ac204e519ab30778commit hash: 95a5057fceb99b0da6314766ac204e519ab30778commit hash: 95a5057fceb99b0da6314766ac204e519ab30778commit hash: 95a5057fceb99b0da6314766ac204e519ab30778 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.11.14.00 -> 2022.11.28.00
2022.11.14.00
16 Nov 2022 07:26:30
commit hash: 03120a29c0595987c6217e58c2fbcc3961c707cacommit hash: 03120a29c0595987c6217e58c2fbcc3961c707cacommit hash: 03120a29c0595987c6217e58c2fbcc3961c707cacommit hash: 03120a29c0595987c6217e58c2fbcc3961c707ca files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.11.07.00 -> 2022.11.14.00
2022.11.07.00
08 Nov 2022 20:46:53
commit hash: af1a9300e62bafd458e3be62af90bbe030f35d32commit hash: af1a9300e62bafd458e3be62af90bbe030f35d32commit hash: af1a9300e62bafd458e3be62af90bbe030f35d32commit hash: af1a9300e62bafd458e3be62af90bbe030f35d32 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.10.31.00 -> 2022.11.07.00
2022.10.31.00
31 Oct 2022 19:37:52
commit hash: 27aabe2ce8791492703f3ca9a65b4cc60040adfacommit hash: 27aabe2ce8791492703f3ca9a65b4cc60040adfacommit hash: 27aabe2ce8791492703f3ca9a65b4cc60040adfacommit hash: 27aabe2ce8791492703f3ca9a65b4cc60040adfa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.10.24.00 -> 2022.10.31.00
2022.10.24.00
25 Oct 2022 20:50:01
commit hash: 70ee148f2183ead1896dffde56479fd653c6e4dbcommit hash: 70ee148f2183ead1896dffde56479fd653c6e4dbcommit hash: 70ee148f2183ead1896dffde56479fd653c6e4dbcommit hash: 70ee148f2183ead1896dffde56479fd653c6e4db files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.10.17.00 -> 2022.10.24.00
2022.10.17.00
17 Oct 2022 18:12:06
commit hash: 0ab15e05b82cf11469af998a3d4ad4d40100226ccommit hash: 0ab15e05b82cf11469af998a3d4ad4d40100226ccommit hash: 0ab15e05b82cf11469af998a3d4ad4d40100226ccommit hash: 0ab15e05b82cf11469af998a3d4ad4d40100226c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.10.10.00 -> 2022.10.17.00
2022.10.10.00
10 Oct 2022 14:57:18
commit hash: 46b96fdcb38cb518e1f7721dacf33919f9d9c066commit hash: 46b96fdcb38cb518e1f7721dacf33919f9d9c066commit hash: 46b96fdcb38cb518e1f7721dacf33919f9d9c066commit hash: 46b96fdcb38cb518e1f7721dacf33919f9d9c066 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update  2022.10.03.00 -> 2022.10.10.00
2022.10.03.00
04 Oct 2022 01:35:24
commit hash: a991cae1369478a7eafa0bd20832acb6d3cb41a5commit hash: a991cae1369478a7eafa0bd20832acb6d3cb41a5commit hash: a991cae1369478a7eafa0bd20832acb6d3cb41a5commit hash: a991cae1369478a7eafa0bd20832acb6d3cb41a5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.09.26.00 -> 2022.10.03.00
2022.09.26.00
27 Sep 2022 02:49:02
commit hash: 65a3c19cf6a2a73d7a320b450ef0d41ba0544442commit hash: 65a3c19cf6a2a73d7a320b450ef0d41ba0544442commit hash: 65a3c19cf6a2a73d7a320b450ef0d41ba0544442commit hash: 65a3c19cf6a2a73d7a320b450ef0d41ba0544442 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.09.19.00 -> 2022.09.26.00
2022.09.19.00
20 Sep 2022 04:37:48
commit hash: f2d1da8eceeba36494777c515ed0a41ae706d7c3commit hash: f2d1da8eceeba36494777c515ed0a41ae706d7c3commit hash: f2d1da8eceeba36494777c515ed0a41ae706d7c3commit hash: f2d1da8eceeba36494777c515ed0a41ae706d7c3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.09.12.00 -> 2022.09.19.00
2022.09.12.00
14 Sep 2022 04:38:44
commit hash: c15d3e3fdddb85bd66eae77aef6098172c29637fcommit hash: c15d3e3fdddb85bd66eae77aef6098172c29637fcommit hash: c15d3e3fdddb85bd66eae77aef6098172c29637fcommit hash: c15d3e3fdddb85bd66eae77aef6098172c29637f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.09.05.00 -> 2022.09.12.00
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)
2022.09.05.00
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)
2022.09.05.00
05 Sep 2022 20:07:37
commit hash: 59e4e22859182beff0f529bc24efc8f6bdbe033ecommit hash: 59e4e22859182beff0f529bc24efc8f6bdbe033ecommit hash: 59e4e22859182beff0f529bc24efc8f6bdbe033ecommit hash: 59e4e22859182beff0f529bc24efc8f6bdbe033e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.08.29.00 -> 2022.09.05.00
2022.08.29.00
30 Aug 2022 21:10:11
commit hash: 5edfc95fc7bfad63ecfc09846b41606038827703commit hash: 5edfc95fc7bfad63ecfc09846b41606038827703commit hash: 5edfc95fc7bfad63ecfc09846b41606038827703commit hash: 5edfc95fc7bfad63ecfc09846b41606038827703 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.08.22.00 -> 2022.08.29.00
2022.08.22.00
23 Aug 2022 22:52:30
commit hash: 81ce0a3177476a18df00db9b5126fe7316306ad9commit hash: 81ce0a3177476a18df00db9b5126fe7316306ad9commit hash: 81ce0a3177476a18df00db9b5126fe7316306ad9commit hash: 81ce0a3177476a18df00db9b5126fe7316306ad9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.08.15.00 -> 2022.08.22.00
2022.08.15.00
15 Aug 2022 23:08:12
commit hash: 75fda298a82bfe5ef5e429cd22284267f6c5009fcommit hash: 75fda298a82bfe5ef5e429cd22284267f6c5009fcommit hash: 75fda298a82bfe5ef5e429cd22284267f6c5009fcommit hash: 75fda298a82bfe5ef5e429cd22284267f6c5009f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.08.08.00 -> 2022.08.15.00
2022.08.08.00
08 Aug 2022 22:17:04
commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036commit hash: 57324f81fc6ebce67e3eacc4dde8984288b41036 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.08.01.00 -> 2022.08.08.00
2022.08.01.00
01 Aug 2022 19:00:17
commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0commit hash: 091e3848bc4862efaa32a8f1353c99032e55c3c0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.25.00 -> 2022.08.01.00
2022.07.25.00
26 Jul 2022 07:50:22
commit hash: da3093465b24e37732dd2a2f277bc855b606cbcecommit hash: da3093465b24e37732dd2a2f277bc855b606cbcecommit hash: da3093465b24e37732dd2a2f277bc855b606cbcecommit hash: da3093465b24e37732dd2a2f277bc855b606cbce files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.18.00 -> 2022.07.25.00
2022.07.18.00
22 Jul 2022 22:01:02
commit hash: 3188735ae677233582a2cffe84d2aa80378944a5commit hash: 3188735ae677233582a2cffe84d2aa80378944a5commit hash: 3188735ae677233582a2cffe84d2aa80378944a5commit hash: 3188735ae677233582a2cffe84d2aa80378944a5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.11.00 -> 2022.07.18.00
2022.07.11.00
12 Jul 2022 01:24:32
commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88commit hash: 3c3bf5912d2d0feaafd66cbd625d13bc43123a88 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.07.04.00 -> 2022.07.11.00
2022.07.04.00
04 Jul 2022 23:16:27
commit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2acommit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2acommit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2acommit hash: 8424edc090737a9c5160a3360f92bd74bb1ffe2a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.27.00 -> 2022.07.04.00
2022.06.27.00
27 Jun 2022 19:36:28
commit hash: 16be0742bef41dd940de1befcb7188dd17ae659dcommit hash: 16be0742bef41dd940de1befcb7188dd17ae659dcommit hash: 16be0742bef41dd940de1befcb7188dd17ae659dcommit hash: 16be0742bef41dd940de1befcb7188dd17ae659d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.20.00 -> 2022.06.27.00
2022.06.20.00
20 Jun 2022 20:57:32
commit hash: ce21d80f1889bfd603806cbb00d60d210471b281commit hash: ce21d80f1889bfd603806cbb00d60d210471b281commit hash: ce21d80f1889bfd603806cbb00d60d210471b281commit hash: ce21d80f1889bfd603806cbb00d60d210471b281 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.13.00 -> 2022.06.20.00
2022.06.13.00
13 Jun 2022 22:49:48
commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206commit hash: 3bfba53daf0564d43a0fde36a5bbc7c84ccbb206 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.06.06.00 -> 2022.06.13.00
2022.06.06.00
07 Jun 2022 00:38:48
commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9commit hash: d44fcc13792c94c5a41193ed41379ca12ef872f9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.05.30.00 -> 2022.06.06.00
2022.05.30.00
04 Jun 2022 06:48:35
commit hash: 3c79730574ac359f996897659563d01e8630a06fcommit hash: 3c79730574ac359f996897659563d01e8630a06fcommit hash: 3c79730574ac359f996897659563d01e8630a06fcommit hash: 3c79730574ac359f996897659563d01e8630a06f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.04.11.00 -> 2022.05.30.00
2022.03.28.00
28 Mar 2022 19:41:29
commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650commit hash: c082a3e1e10d6637a8725f29f8ecffd034934650 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.03.14.00 -> 2022.03.28.00
2022.03.14.00
14 Mar 2022 18:11:28
commit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfecommit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfecommit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfecommit hash: 8f53dc207995d4eeac1362c02dbecfc5a4300cfe files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.03.07.00 -> 2022.03.14.00
2022.03.07.00
07 Mar 2022 20:14:13
commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57commit hash: 64adea02e39a358df2aa8e6b9f65cc8cc495eb57 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.02.28.00 -> 2022.03.07.00
2022.02.28.00
28 Feb 2022 18:30:25
commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82commit hash: 51b44c9b28ebfe97d49e974664c51ebc9a313a82 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.02.21.00 -> 2022.02.28.00
2022.02.21.00
21 Feb 2022 17:08:44
commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3commit hash: a95b3ded6bb3ff661f6f140e9fc5bc46aa7cd5b3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.02.14.00 -> 2022.02.21.00
2022.02.14.00
14 Feb 2022 19:56:19
commit hash: c698f58b46147d22b7ade81e2ea48546d306b043commit hash: c698f58b46147d22b7ade81e2ea48546d306b043commit hash: c698f58b46147d22b7ade81e2ea48546d306b043commit hash: c698f58b46147d22b7ade81e2ea48546d306b043 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.31.00 -> 2022.02.14.00
2022.01.31.00
31 Jan 2022 19:27:43
commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8commit hash: 76ff719e2a1bb925f0cafd51504b9221cdf6aaa8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.24.00 -> 2022.01.31.00
2022.01.24.00
24 Jan 2022 21:27:58
commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0commit hash: c658b51cfec1a7bde1cb76e344c40dc4f26a13e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.17.00 -> 2022.01.24.00
2022.01.17.00
17 Jan 2022 22:41:23
commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462commit hash: 2165b212d95a50a7bd267e714ea4338b7b35d462 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.10.00 -> 2022.01.17.00
2022.01.10.00
13 Jan 2022 02:02:53
commit hash: 6e8304c9189e0a88a39e1574773edf821c161688commit hash: 6e8304c9189e0a88a39e1574773edf821c161688commit hash: 6e8304c9189e0a88a39e1574773edf821c161688commit hash: 6e8304c9189e0a88a39e1574773edf821c161688 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2022.01.03.00 -> 2022.01.10.00
2022.01.03.00
03 Jan 2022 19:34:08
commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441commit hash: c3bccbda8fa40c99f2ddecf75a67fa5716177441 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.12.27.00 -> 2022.01.03.00
2021.12.27.00
28 Dec 2021 17:09:39
commit hash: 58316792a8a922656d6f285373c06b4f5face98fcommit hash: 58316792a8a922656d6f285373c06b4f5face98fcommit hash: 58316792a8a922656d6f285373c06b4f5face98fcommit hash: 58316792a8a922656d6f285373c06b4f5face98f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/fatal: Update 2021.12.20.00 -> 2021.12.27.00

Number of commits found: 154 (showing only 100 on this page)

1 | 2  »