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
wangle Framework for building services in a consistent/modular/composable way
2024.04.22.00 net 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 2024.03.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-08 17:13:38
Last Update: 2024-04-23 08:40:31
Commit Hash: 1aafbaa
License: APACHE20
WWW:
https://github.com/facebook/wangle
Description:
Wangle is a library that makes it easy to build protocols, application clients, and application servers. It's like Netty + Finagle smooshed together, but in C++.
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 (117 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wangle-2024.04.22.00/catalog.mk
  3. /usr/local/share/licenses/wangle-2024.04.22.00/LICENSE
  4. /usr/local/share/licenses/wangle-2024.04.22.00/APACHE20
  5. include/wangle/acceptor/AcceptObserver.h
  6. include/wangle/acceptor/Acceptor.h
  7. include/wangle/acceptor/AcceptorHandshakeManager.h
  8. include/wangle/acceptor/ConnectionCounter.h
  9. include/wangle/acceptor/ConnectionManager.h
  10. include/wangle/acceptor/EvbHandshakeHelper.h
  11. include/wangle/acceptor/FizzAcceptorHandshakeHelper.h
  12. include/wangle/acceptor/FizzConfig.h
  13. include/wangle/acceptor/FizzConfigUtil.h
  14. include/wangle/acceptor/LoadShedConfiguration.h
  15. include/wangle/acceptor/ManagedConnection.h
  16. include/wangle/acceptor/NetworkAddress.h
  17. include/wangle/acceptor/PeekingAcceptorHandshakeHelper.h
  18. include/wangle/acceptor/SSLAcceptorHandshakeHelper.h
  19. include/wangle/acceptor/SSLContextSelectionMisc.h
  20. include/wangle/acceptor/SecureTransportType.h
  21. include/wangle/acceptor/SecurityProtocolContextManager.h
  22. include/wangle/acceptor/ServerSocketConfig.h
  23. include/wangle/acceptor/SharedSSLContextManager.h
  24. include/wangle/acceptor/SocketOptions.h
  25. include/wangle/acceptor/SocketPeeker.h
  26. include/wangle/acceptor/TLSPlaintextPeekingCallback.h
  27. include/wangle/acceptor/TransportInfo.h
  28. include/wangle/acceptor/UnencryptedAcceptorHandshakeHelper.h
  29. include/wangle/acceptor/test/AcceptorHelperMocks.h
  30. include/wangle/bootstrap/AcceptRoutingHandler-inl.h
  31. include/wangle/bootstrap/AcceptRoutingHandler.h
  32. include/wangle/bootstrap/BaseClientBootstrap.h
  33. include/wangle/bootstrap/ClientBootstrap.h
  34. include/wangle/bootstrap/RoutingDataHandler-inl.h
  35. include/wangle/bootstrap/RoutingDataHandler.h
  36. include/wangle/bootstrap/ServerBootstrap-inl.h
  37. include/wangle/bootstrap/ServerBootstrap.h
  38. include/wangle/bootstrap/ServerSocketFactory.h
  39. include/wangle/bootstrap/test/Mocks.h
  40. include/wangle/channel/AsyncSocketHandler.h
  41. include/wangle/channel/EventBaseHandler.h
  42. include/wangle/channel/FileRegion.h
  43. include/wangle/channel/Handler.h
  44. include/wangle/channel/HandlerContext-inl.h
  45. include/wangle/channel/HandlerContext.h
  46. include/wangle/channel/OutputBufferingHandler.h
  47. include/wangle/channel/Pipeline-inl.h
  48. include/wangle/channel/Pipeline.h
  49. include/wangle/channel/StaticPipeline.h
  50. include/wangle/channel/broadcast/BroadcastHandler-inl.h
  51. include/wangle/channel/broadcast/BroadcastHandler.h
  52. include/wangle/channel/broadcast/BroadcastPool-inl.h
  53. include/wangle/channel/broadcast/BroadcastPool.h
  54. include/wangle/channel/broadcast/ObservingHandler-inl.h
  55. include/wangle/channel/broadcast/ObservingHandler.h
  56. include/wangle/channel/broadcast/Subscriber.h
  57. include/wangle/channel/broadcast/test/Mocks.h
  58. include/wangle/channel/test/MockHandler.h
  59. include/wangle/channel/test/MockPipeline.h
  60. include/wangle/client/persistence/FilePersistenceLayer.h
  61. include/wangle/client/persistence/FilePersistentCache.h
  62. include/wangle/client/persistence/LRUInMemoryCache-inl.h
  63. include/wangle/client/persistence/LRUInMemoryCache.h
  64. include/wangle/client/persistence/LRUPersistentCache-inl.h
  65. include/wangle/client/persistence/LRUPersistentCache.h
  66. include/wangle/client/persistence/PersistentCache.h
  67. include/wangle/client/persistence/PersistentCacheCommon.h
  68. include/wangle/client/persistence/test/Mocks.h
  69. include/wangle/client/persistence/test/TestUtil.h
  70. include/wangle/client/ssl/SSLSessionCacheData.h
  71. include/wangle/client/ssl/SSLSessionCacheUtils.h
  72. include/wangle/client/ssl/SSLSessionCallbacks.h
  73. include/wangle/client/ssl/SSLSessionPersistentCache-inl.h
  74. include/wangle/client/ssl/SSLSessionPersistentCache.h
  75. include/wangle/client/ssl/ThreadSafeSSLSessionCache.h
  76. include/wangle/ssl/SNIConfig.h
  77. include/wangle/ssl/test/MockSSLStats.h
  78. include/wangle/client/ssl/test/Mocks.h
  79. include/wangle/client/ssl/test/TestUtil.h
  80. include/wangle/codec/ByteToMessageDecoder.h
  81. include/wangle/codec/FixedLengthFrameDecoder.h
  82. include/wangle/codec/LengthFieldBasedFrameDecoder.h
  83. include/wangle/codec/LengthFieldPrepender.h
  84. include/wangle/codec/LineBasedFrameDecoder.h
  85. include/wangle/codec/MessageToByteEncoder.h
  86. include/wangle/codec/StringCodec.h
  87. include/wangle/codec/test/CodecTestUtils.h
  88. include/wangle/service/ClientDispatcher.h
  89. include/wangle/service/CloseOnReleaseFilter.h
  90. include/wangle/service/ExecutorFilter.h
  91. include/wangle/service/ExpiringFilter.h
  92. include/wangle/service/ServerDispatcher.h
  93. include/wangle/service/Service.h
  94. include/wangle/ssl/ClientHelloExtStats.h
  95. include/wangle/ssl/PasswordInFileFactory.h
  96. include/wangle/ssl/SSLCacheOptions.h
  97. include/wangle/ssl/SSLCacheProvider.h
  98. include/wangle/ssl/SSLContextConfig.h
  99. include/wangle/ssl/SSLContextManager.h
  100. include/wangle/ssl/SSLSessionCacheManager.h
  101. include/wangle/ssl/SSLStats.h
  102. include/wangle/ssl/SSLUtil.h
  103. include/wangle/ssl/ServerSSLContext.h
  104. include/wangle/ssl/TLSCredProcessor.h
  105. include/wangle/ssl/TLSTicketKeyManager.h
  106. include/wangle/ssl/TLSTicketKeySeeds.h
  107. include/wangle/ssl/test/TicketUtil.h
  108. include/wangle/util/FilePoller.h
  109. include/wangle/util/MultiFilePoller.h
  110. lib/cmake/wangle/wangle-config.cmake
  111. lib/cmake/wangle/wangle-targets-release.cmake
  112. lib/cmake/wangle/wangle-targets.cmake
  113. lib/libwangle.so
  114. lib/libwangle.so.1.0.0
  115. @owner
  116. @group
  117. @mode
Collapse this list.
Dependency lines:
  • wangle>0:net/wangle
To install the port:
cd /usr/ports/net/wangle/ && make install clean
To add the package, run one of these commands:
  • pkg install net/wangle
  • pkg install wangle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wangle
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713844779 SHA256 (facebook-wangle-v2024.04.22.00_GH0.tar.gz) = b9866420ed5a3190a93c74973df75de580f3299eb343cbaeebc3527c827163c8 SIZE (facebook-wangle-v2024.04.22.00_GH0.tar.gz) = 347237

Packages (timestamps in pop-ups are UTC):
wangle
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.04.08.002024.04.22.00-2024.04.08.00----
FreeBSD:13:quarterly2024.04.01.002024.04.01.00-2024.04.01.00---2024.01.01.00
FreeBSD:14:latest2024.04.08.002024.04.22.00-2024.04.08.00---2023.06.12.00
FreeBSD:14:quarterly2024.04.01.002024.04.01.00-2024.04.01.00---2024.01.01.00
FreeBSD:15:latest2024.04.22.002024.04.22.00n/a2024.02.05.00n/a--2024.02.19.00
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
Library dependencies:
  1. libboost_system.so : devel/boost-libs
  2. libdouble-conversion.so : devel/double-conversion
  3. libevent.so : devel/libevent
  4. libfizz.so : security/fizz
  5. libfmt.so : devel/libfmt
  6. libfolly.so : devel/folly
  7. libgflags.so : devel/gflags
  8. libglog.so : devel/glog
  9. libicui18n.so : devel/icu
  10. liblz4.so : archivers/liblz4
  11. libunwind.so : devel/libunwind
  12. libsnappy.so : archivers/snappy
  13. libsodium.so : security/libsodium
  14. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. devel/fbthrift
  2. net/fb303
  3. net/fbzmq
  4. www/proxygen

Configuration Options:
No options to configure
Options name:
net_wangle
USES:
cmake compiler:c++17-lang cpe ssl
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/wangle/tar.gz/v2024.04.22.00?dummy=/
Collapse this list.

Number of commits found: 176 (showing only 76 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2022.06.13.00
13 Jun 2022 22:49:47
commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737commit hash: 4df233ac2e292d1fc2c0a74fa6ac34752dd51737 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.06.06.00 -> 2022.06.13.00
2022.06.06.00
07 Jun 2022 00:38:47
commit hash: 511d20c6bd63b71c7b0e78d9540143f6464ed362commit hash: 511d20c6bd63b71c7b0e78d9540143f6464ed362commit hash: 511d20c6bd63b71c7b0e78d9540143f6464ed362commit hash: 511d20c6bd63b71c7b0e78d9540143f6464ed362 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.05.30.00 -> 2022.06.06.00
2022.05.30.00
04 Jun 2022 06:48:33
commit hash: c689f104b72dbbddbbdbf4f475d116ca024a8493commit hash: c689f104b72dbbddbbdbf4f475d116ca024a8493commit hash: c689f104b72dbbddbbdbf4f475d116ca024a8493commit hash: c689f104b72dbbddbbdbf4f475d116ca024a8493 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.04.11.00 -> 2022.05.30.00
2022.03.28.00_3
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
2022.03.28.00_2
17 Apr 2022 23:58:01
commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/glog: Update to 0.6.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/glog/releases
2022.03.28.00_1
07 Apr 2022 00:39:10
commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022.03.28.00
28 Mar 2022 19:41:28
commit hash: 933a2479cca7d8c9ff773d533d957ea00bafffaacommit hash: 933a2479cca7d8c9ff773d533d957ea00bafffaacommit hash: 933a2479cca7d8c9ff773d533d957ea00bafffaacommit hash: 933a2479cca7d8c9ff773d533d957ea00bafffaa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.03.14.00 -> 2022.03.28.00
2022.03.14.00
14 Mar 2022 18:11:26
commit hash: 879c975f9efe13110b875da30efc1cd8cae620cecommit hash: 879c975f9efe13110b875da30efc1cd8cae620cecommit hash: 879c975f9efe13110b875da30efc1cd8cae620cecommit hash: 879c975f9efe13110b875da30efc1cd8cae620ce files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.03.07.00 -> 2022.03.14.00
2022.03.07.00
07 Mar 2022 20:14:11
commit hash: 6b860a70edef48eb8bc573108686c861642ac8a9commit hash: 6b860a70edef48eb8bc573108686c861642ac8a9commit hash: 6b860a70edef48eb8bc573108686c861642ac8a9commit hash: 6b860a70edef48eb8bc573108686c861642ac8a9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.02.28.00 -> 2022.03.07.00
2022.02.28.00
28 Feb 2022 18:30:23
commit hash: 0efd4b56d24d3d2cd0c1e3847984608217dfc586commit hash: 0efd4b56d24d3d2cd0c1e3847984608217dfc586commit hash: 0efd4b56d24d3d2cd0c1e3847984608217dfc586commit hash: 0efd4b56d24d3d2cd0c1e3847984608217dfc586 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.02.21.00 -> 2022.02.28.00
2022.02.21.00
21 Feb 2022 17:08:42
commit hash: 3d94296fb7a628bf09ed965acebdab3f9addf8facommit hash: 3d94296fb7a628bf09ed965acebdab3f9addf8facommit hash: 3d94296fb7a628bf09ed965acebdab3f9addf8facommit hash: 3d94296fb7a628bf09ed965acebdab3f9addf8fa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.02.14.00 -> 2022.02.21.00
2022.02.14.00
14 Feb 2022 19:56:18
commit hash: 93be9dede15a9c4a1ebd44fd02c39cf991221a80commit hash: 93be9dede15a9c4a1ebd44fd02c39cf991221a80commit hash: 93be9dede15a9c4a1ebd44fd02c39cf991221a80commit hash: 93be9dede15a9c4a1ebd44fd02c39cf991221a80 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.01.31.00 -> 2022.02.14.00
2022.01.31.00
31 Jan 2022 19:27:42
commit hash: 62cb986e5e54f20fb15408882089f81d6c976e6dcommit hash: 62cb986e5e54f20fb15408882089f81d6c976e6dcommit hash: 62cb986e5e54f20fb15408882089f81d6c976e6dcommit hash: 62cb986e5e54f20fb15408882089f81d6c976e6d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.01.24.00 -> 2022.01.31.00
2022.01.24.00
24 Jan 2022 21:27:57
commit hash: 5bfad23c56d38dd1bd6bae4b75ec861293b5d0a8commit hash: 5bfad23c56d38dd1bd6bae4b75ec861293b5d0a8commit hash: 5bfad23c56d38dd1bd6bae4b75ec861293b5d0a8commit hash: 5bfad23c56d38dd1bd6bae4b75ec861293b5d0a8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.01.17.00 -> 2022.01.24.00
2022.01.17.00
17 Jan 2022 22:41:22
commit hash: c4eb0986c87ad60141e6288b0e27f78ca5efb02bcommit hash: c4eb0986c87ad60141e6288b0e27f78ca5efb02bcommit hash: c4eb0986c87ad60141e6288b0e27f78ca5efb02bcommit hash: c4eb0986c87ad60141e6288b0e27f78ca5efb02b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.01.10.00 -> 2022.01.17.00
2022.01.10.00
13 Jan 2022 02:02:51
commit hash: 8ebc9d1b36d69ce3dba8f3f5d92ae24c8441b9d8commit hash: 8ebc9d1b36d69ce3dba8f3f5d92ae24c8441b9d8commit hash: 8ebc9d1b36d69ce3dba8f3f5d92ae24c8441b9d8commit hash: 8ebc9d1b36d69ce3dba8f3f5d92ae24c8441b9d8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2022.01.03.00 -> 2022.01.10.00
2022.01.03.00
03 Jan 2022 19:34:06
commit hash: 4e461c762faa2ae81685dbdeafa6b94bcf4abe32commit hash: 4e461c762faa2ae81685dbdeafa6b94bcf4abe32commit hash: 4e461c762faa2ae81685dbdeafa6b94bcf4abe32commit hash: 4e461c762faa2ae81685dbdeafa6b94bcf4abe32 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.12.27.00 -> 2022.01.03.00
2021.12.27.00
28 Dec 2021 17:09:37
commit hash: 61d84f3a2161cd0b2d4f5fcc44f90a3dc0064daecommit hash: 61d84f3a2161cd0b2d4f5fcc44f90a3dc0064daecommit hash: 61d84f3a2161cd0b2d4f5fcc44f90a3dc0064daecommit hash: 61d84f3a2161cd0b2d4f5fcc44f90a3dc0064dae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.12.20.00 -> 2021.12.27.00
2021.12.20.00
21 Dec 2021 06:08:35
commit hash: 40ea01bc9086be68b40bc622bb9a7166fa16f2e5commit hash: 40ea01bc9086be68b40bc622bb9a7166fa16f2e5commit hash: 40ea01bc9086be68b40bc622bb9a7166fa16f2e5commit hash: 40ea01bc9086be68b40bc622bb9a7166fa16f2e5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.12.13.00 -> 2021.12.20.00
2021.12.13.00
14 Dec 2021 22:41:49
commit hash: 50cbeaf560660b0cd3068d3bb16856ed2b36b485commit hash: 50cbeaf560660b0cd3068d3bb16856ed2b36b485commit hash: 50cbeaf560660b0cd3068d3bb16856ed2b36b485commit hash: 50cbeaf560660b0cd3068d3bb16856ed2b36b485 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.12.06.00 -> 2021.12.13.00
2021.12.06.00
08 Dec 2021 19:30:23
commit hash: 88531f451685d5055e7a05767d75c73b72e4ab21commit hash: 88531f451685d5055e7a05767d75c73b72e4ab21commit hash: 88531f451685d5055e7a05767d75c73b72e4ab21commit hash: 88531f451685d5055e7a05767d75c73b72e4ab21 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.11.29.00 -> 2021.12.06.00
2021.11.29.00
02 Dec 2021 20:57:08
commit hash: 407ee0f128384604e4fbc6cdcaedecbd52085708commit hash: 407ee0f128384604e4fbc6cdcaedecbd52085708commit hash: 407ee0f128384604e4fbc6cdcaedecbd52085708commit hash: 407ee0f128384604e4fbc6cdcaedecbd52085708 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.11.15.00 -> 2021.11.29.00
2021.11.15.00
18 Nov 2021 19:47:35
commit hash: 4019468b7aaf17a0446ab7b07a4cc2b52f7a99b0commit hash: 4019468b7aaf17a0446ab7b07a4cc2b52f7a99b0commit hash: 4019468b7aaf17a0446ab7b07a4cc2b52f7a99b0commit hash: 4019468b7aaf17a0446ab7b07a4cc2b52f7a99b0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.11.08.00 -> 2021.11.15.00
2021.11.08.00
14 Nov 2021 22:35:21
commit hash: e74beb2a80ecca089df266bfc80d7f97cea1eaf3commit hash: e74beb2a80ecca089df266bfc80d7f97cea1eaf3commit hash: e74beb2a80ecca089df266bfc80d7f97cea1eaf3commit hash: e74beb2a80ecca089df266bfc80d7f97cea1eaf3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.11.01.00 -> 2021.11.08.00
2021.11.01.00
08 Nov 2021 00:48:57
commit hash: a8c56472ebcc43feb0b54d76abf04f4d049a3355commit hash: a8c56472ebcc43feb0b54d76abf04f4d049a3355commit hash: a8c56472ebcc43feb0b54d76abf04f4d049a3355commit hash: a8c56472ebcc43feb0b54d76abf04f4d049a3355 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update to 2021.11.01.00
2021.10.04.00
05 Oct 2021 18:36:27
commit hash: e6fae97fec56ad2747fcc2ce62b6885fb4872763commit hash: e6fae97fec56ad2747fcc2ce62b6885fb4872763commit hash: e6fae97fec56ad2747fcc2ce62b6885fb4872763commit hash: e6fae97fec56ad2747fcc2ce62b6885fb4872763 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.09.27.00 -> 2021.10.04.00
2021.09.27.00
03 Oct 2021 16:51:37
commit hash: 56e8e9c4a909dba99b92b854639521bdebce6503commit hash: 56e8e9c4a909dba99b92b854639521bdebce6503commit hash: 56e8e9c4a909dba99b92b854639521bdebce6503commit hash: 56e8e9c4a909dba99b92b854639521bdebce6503 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.09.20.00 -> 2021.09.27.00
2021.09.20.00
30 Sep 2021 09:42:24
commit hash: f1948014665f00a4b2990520144237ebda7b47c5commit hash: f1948014665f00a4b2990520144237ebda7b47c5commit hash: f1948014665f00a4b2990520144237ebda7b47c5commit hash: f1948014665f00a4b2990520144237ebda7b47c5 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
net/wangle: Add CPE information

Approved by:    portmgr (blanket)
2021.09.20.00
26 Sep 2021 18:34:51
commit hash: 01896eb0dc80a275fcb2155a945e9d2edf0465b6commit hash: 01896eb0dc80a275fcb2155a945e9d2edf0465b6commit hash: 01896eb0dc80a275fcb2155a945e9d2edf0465b6commit hash: 01896eb0dc80a275fcb2155a945e9d2edf0465b6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.09.13.00 -> 2021.09.20.00
2021.09.13.00
13 Sep 2021 22:28:58
commit hash: 6ea69b2e3258867f1344e4d046fd50af6e251c68commit hash: 6ea69b2e3258867f1344e4d046fd50af6e251c68commit hash: 6ea69b2e3258867f1344e4d046fd50af6e251c68commit hash: 6ea69b2e3258867f1344e4d046fd50af6e251c68 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.09.06.00 -> 2021.09.13.00
2021.09.06.00
10 Sep 2021 18:50:09
commit hash: 9a3847ba31cacb5fcd80f347da041ee72204c1decommit hash: 9a3847ba31cacb5fcd80f347da041ee72204c1decommit hash: 9a3847ba31cacb5fcd80f347da041ee72204c1decommit hash: 9a3847ba31cacb5fcd80f347da041ee72204c1de files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.08.30.00 -> 2021.09.06.00
2021.08.30.00
31 Aug 2021 09:42:36
commit hash: c5287f66acf64e4e71f019bb419d19a9d0d3f63bcommit hash: c5287f66acf64e4e71f019bb419d19a9d0d3f63bcommit hash: c5287f66acf64e4e71f019bb419d19a9d0d3f63bcommit hash: c5287f66acf64e4e71f019bb419d19a9d0d3f63b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.08.23.00 -> 2021.08.30.00
2021.08.23.00
24 Aug 2021 17:10:14
commit hash: 9ed563df6b2c42f3cf092b13f23f082a09ce77a2commit hash: 9ed563df6b2c42f3cf092b13f23f082a09ce77a2commit hash: 9ed563df6b2c42f3cf092b13f23f082a09ce77a2commit hash: 9ed563df6b2c42f3cf092b13f23f082a09ce77a2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update to 2021.08.23.00
2021.08.02.00
02 Aug 2021 20:49:01
commit hash: 5f7ae68dcf8b9fa2a01f984f537fd3d9634faef4commit hash: 5f7ae68dcf8b9fa2a01f984f537fd3d9634faef4commit hash: 5f7ae68dcf8b9fa2a01f984f537fd3d9634faef4commit hash: 5f7ae68dcf8b9fa2a01f984f537fd3d9634faef4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update to 2021.08.02.00
2021.07.19.00_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021.07.19.00
21 Jul 2021 02:28:58
commit hash: 1cc70983be60f3c34c8b8908ccc748e0301f978dcommit hash: 1cc70983be60f3c34c8b8908ccc748e0301f978dcommit hash: 1cc70983be60f3c34c8b8908ccc748e0301f978dcommit hash: 1cc70983be60f3c34c8b8908ccc748e0301f978d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.07.12.00 -> 2021.07.19.00
2021.07.12.00
13 Jul 2021 22:45:16
commit hash: a14ee070648caeff5747e9da7e2676a173955001commit hash: a14ee070648caeff5747e9da7e2676a173955001commit hash: a14ee070648caeff5747e9da7e2676a173955001commit hash: a14ee070648caeff5747e9da7e2676a173955001 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.06.28.00 -> 2021.07.12.00
2021.06.28.00
04 Jul 2021 23:41:16
commit hash: ba392d9acde44733e4b64136eb9c9a3da4e1b1bfcommit hash: ba392d9acde44733e4b64136eb9c9a3da4e1b1bfcommit hash: ba392d9acde44733e4b64136eb9c9a3da4e1b1bfcommit hash: ba392d9acde44733e4b64136eb9c9a3da4e1b1bf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update to 2021.06.28.00
2021.06.21.00
27 Jun 2021 08:28:30
commit hash: d7a1a3936992eed76b8b898d56077242f8ae8971commit hash: d7a1a3936992eed76b8b898d56077242f8ae8971commit hash: d7a1a3936992eed76b8b898d56077242f8ae8971commit hash: d7a1a3936992eed76b8b898d56077242f8ae8971 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.06.14.00 -> 2021.06.21.00
2021.06.14.00
15 Jun 2021 18:59:09
commit hash: 028d18a092ab641fecd1d9882e14b578a84dea97commit hash: 028d18a092ab641fecd1d9882e14b578a84dea97commit hash: 028d18a092ab641fecd1d9882e14b578a84dea97commit hash: 028d18a092ab641fecd1d9882e14b578a84dea97 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.06.07.00 -> 2021.06.14.00
2021.06.07.00
08 Jun 2021 17:53:29
commit hash: aa7ed2e76fc2ec21aaaa041281d8b71df055da0ecommit hash: aa7ed2e76fc2ec21aaaa041281d8b71df055da0ecommit hash: aa7ed2e76fc2ec21aaaa041281d8b71df055da0ecommit hash: aa7ed2e76fc2ec21aaaa041281d8b71df055da0e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.05.31.00 -> 2021.06.07.00
2021.05.31.00
01 Jun 2021 06:47:36
commit hash: 4dfd42c7d26613f159dbf3fb4915d515926c3179commit hash: 4dfd42c7d26613f159dbf3fb4915d515926c3179commit hash: 4dfd42c7d26613f159dbf3fb4915d515926c3179commit hash: 4dfd42c7d26613f159dbf3fb4915d515926c3179 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.05.24.00 -> 2021.05.31.00
2021.05.24.00
25 May 2021 19:43:36
commit hash: 1cf3b1d0a926ae4dd68c14a1e0a4cfe15fa50733commit hash: 1cf3b1d0a926ae4dd68c14a1e0a4cfe15fa50733commit hash: 1cf3b1d0a926ae4dd68c14a1e0a4cfe15fa50733commit hash: 1cf3b1d0a926ae4dd68c14a1e0a4cfe15fa50733 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.05.17.00 -> 2021.05.24.00
2021.05.17.00
20 May 2021 04:56:32
commit hash: 89f073a6ff29fbf20a052ccd630f65a11d0583cfcommit hash: 89f073a6ff29fbf20a052ccd630f65a11d0583cfcommit hash: 89f073a6ff29fbf20a052ccd630f65a11d0583cfcommit hash: 89f073a6ff29fbf20a052ccd630f65a11d0583cf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.05.10 -> 2021.05.17
10 May 2021 17:13:47
commit hash: 5f05127e7d1d1b67dfe57fa072eeb7dc96be0a95commit hash: 5f05127e7d1d1b67dfe57fa072eeb7dc96be0a95commit hash: 5f05127e7d1d1b67dfe57fa072eeb7dc96be0a95commit hash: 5f05127e7d1d1b67dfe57fa072eeb7dc96be0a95 files touched by this commit Sanity Test Failure Refresh
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.04.26.00 -> 2021.05.10.00
2021.04.26.00
26 Apr 2021 17:56:31
commit hash: 2a7b5f653c58fccc2f65318f6e2d8e53ba31d693commit hash: 2a7b5f653c58fccc2f65318f6e2d8e53ba31d693commit hash: 2a7b5f653c58fccc2f65318f6e2d8e53ba31d693commit hash: 2a7b5f653c58fccc2f65318f6e2d8e53ba31d693 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.04.19.00 -> 2021.04.26.00
2021.04.19.00
19 Apr 2021 15:49:06
commit hash: 834584e558a41e78d9d5759136be43158ad2c02fcommit hash: 834584e558a41e78d9d5759136be43158ad2c02fcommit hash: 834584e558a41e78d9d5759136be43158ad2c02fcommit hash: 834584e558a41e78d9d5759136be43158ad2c02f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.04.12.00 -> 2021.04.19.00
2021.04.12.00
12 Apr 2021 23:45:05
commit hash: bf68a43f4e21f178abb45241d56d28cbb363455ecommit hash: bf68a43f4e21f178abb45241d56d28cbb363455ecommit hash: bf68a43f4e21f178abb45241d56d28cbb363455ecommit hash: bf68a43f4e21f178abb45241d56d28cbb363455e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.04.05.00 -> 2021.04.12.00
2021.04.05.00
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
2021.04.05.00
06 Apr 2021 17:22:13
commit hash: 961c9f3d56c6cdb8fc55d192fa4e487de6d8fb5acommit hash: 961c9f3d56c6cdb8fc55d192fa4e487de6d8fb5acommit hash: 961c9f3d56c6cdb8fc55d192fa4e487de6d8fb5acommit hash: 961c9f3d56c6cdb8fc55d192fa4e487de6d8fb5a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/wangle: Update 2021.03.29.00 -> 2021.04.05.00
2021.03.29.00
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.
2021.03.29.00
29 Mar 2021 21:35:12
Revision:569514Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.03.22.00 -> 2021.03.29.00
2021.03.22.00
24 Mar 2021 03:06:37
Revision:569077Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.03.08.00 -> 2021.03.22.00
2021.03.08.00
09 Mar 2021 01:23:57
Revision:567885Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.03.01.00 -> 2021.03.08.00
2021.03.01.00
01 Mar 2021 18:37:45
Revision:566879Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:27:03
Revision:566328Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:53:57
Revision:565359Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.02.08.00 -> 2021.02.15.00
2021.02.08.00
09 Feb 2021 20:11:58
Revision:564809Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.02.01.00 -> 2021.02.08.00
2021.02.01.00
02 Feb 2021 17:06:28
Revision:563823Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.01.25.00 -> 2021.02.01.00
2021.01.25.00
26 Jan 2021 02:39:37
Revision:562632Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.01.18.00 -> 2021.01.25.00
2021.01.18.00
19 Jan 2021 17:53:15
Revision:562061Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.01.11.00 -> 2021.01.18.00
2021.01.11.00
11 Jan 2021 21:03:08
Revision:561265Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2021.01.04.00 -> 2021.01.11.00
2021.01.04.00
04 Jan 2021 18:59:26
Revision:560325Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.12.28.00 -> 2021.01.04.00
2020.12.28.00
28 Dec 2020 20:35:47
Revision:559519Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.12.21.00 -> 2020.12.28.00
2020.12.21.00
22 Dec 2020 18:29:45
Revision:558936Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.12.14.00 -> 2020.12.21.00
2020.12.14.00
15 Dec 2020 04:37:24
Revision:558129Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.12.07.00 -> 2020.12.14.00
2020.12.07.00
08 Dec 2020 23:29:06
Revision:557309Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.11.30.00 -> 2020.12.07.00
2020.11.30.00
01 Dec 2020 03:38:00
Revision:556699Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.11.23.00 -> 2020.11.30.00
2020.11.23.00
24 Nov 2020 23:41:57
Revision:556231Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.11.16.00 -> 2020.11.23.00
2020.11.16.00
20 Nov 2020 07:19:55
Revision:555742Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.11.02.00 -> 2020.11.16.00
2020.11.02.00
03 Nov 2020 18:07:41
Revision:554005Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.10.26.00 -> 2020.11.02.00

Reported by:	portscout
2020.10.26.00
27 Oct 2020 19:49:41
Revision:553479Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.10.12.00 -> 2020.10.26.00

Reported by:	portscout
2020.10.12.00
15 Oct 2020 05:42:45
Revision:552378Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.09.14.00 -> 2020.10.12.00

Reported by:	portscout
2020.09.14.00
15 Sep 2020 08:29:17
Revision:548713Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Update 2020.09.07.00 -> 2020.09.14.00

Reported by:	portscout
2020.09.07.00
08 Sep 2020 18:26:26
Revision:548038Original commit files touched by this commit
yuri search for other commits by this committer
net/wangle: Fix grammar of COMMENT
2020.09.07.00
08 Sep 2020 17:13:30
Revision:547998Original commit files touched by this commit
yuri search for other commits by this committer
New port: net/wangle: Framework building services in a
consistent/modular/composable way

Number of commits found: 176 (showing only 76 on this page)

«  1 | 2