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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
tbox Glib-like multi-platform c library
1.7.7 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 1.7.6_1Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-18 14:35:27
Last Update: 2025-04-14 12:12:46
Commit Hash: b595941
License: APACHE20
WWW:
https://docs.tboox.org/
Description:
TBOX is a glib-like cross-platform C library that is simple to use yet powerful in nature. The project focuses on making C development easier and provides many modules (.e.g stream, coroutine, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (428 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tbox-1.7.7/catalog.mk
  3. /usr/local/share/licenses/tbox-1.7.7/LICENSE
  4. /usr/local/share/licenses/tbox-1.7.7/APACHE20
  5. include/tbox/algorithm/algorithm.h
  6. include/tbox/algorithm/binary_find.h
  7. include/tbox/algorithm/binary_find_if.h
  8. include/tbox/algorithm/bubble_sort.h
  9. include/tbox/algorithm/count.h
  10. include/tbox/algorithm/count_if.h
  11. include/tbox/algorithm/distance.h
  12. include/tbox/algorithm/find.h
  13. include/tbox/algorithm/find_if.h
  14. include/tbox/algorithm/for.h
  15. include/tbox/algorithm/for_if.h
  16. include/tbox/algorithm/heap_sort.h
  17. include/tbox/algorithm/insert_sort.h
  18. include/tbox/algorithm/predicate.h
  19. include/tbox/algorithm/prefix.h
  20. include/tbox/algorithm/quick_sort.h
  21. include/tbox/algorithm/remove.h
  22. include/tbox/algorithm/remove_first.h
  23. include/tbox/algorithm/remove_first_if.h
  24. include/tbox/algorithm/remove_if.h
  25. include/tbox/algorithm/rfind.h
  26. include/tbox/algorithm/rfind_if.h
  27. include/tbox/algorithm/rfor.h
  28. include/tbox/algorithm/rfor_if.h
  29. include/tbox/algorithm/rwalk.h
  30. include/tbox/algorithm/sort.h
  31. include/tbox/algorithm/walk.h
  32. include/tbox/charset/charset.h
  33. include/tbox/charset/prefix.h
  34. include/tbox/config.h
  35. include/tbox/container/array_iterator.h
  36. include/tbox/container/bloom_filter.h
  37. include/tbox/container/circle_queue.h
  38. include/tbox/container/container.h
  39. include/tbox/container/element.h
  40. include/tbox/container/element/hash.h
  41. include/tbox/container/element/prefix.h
  42. include/tbox/container/hash_map.h
  43. include/tbox/container/hash_set.h
  44. include/tbox/container/heap.h
  45. include/tbox/container/iterator.h
  46. include/tbox/container/list.h
  47. include/tbox/container/list_entry.h
  48. include/tbox/container/prefix.h
  49. include/tbox/container/priority_queue.h
  50. include/tbox/container/queue.h
  51. include/tbox/container/single_list.h
  52. include/tbox/container/single_list_entry.h
  53. include/tbox/container/stack.h
  54. include/tbox/container/vector.h
  55. include/tbox/coroutine/channel.h
  56. include/tbox/coroutine/coroutine.h
  57. include/tbox/coroutine/impl/coroutine.h
  58. include/tbox/coroutine/impl/impl.h
  59. include/tbox/coroutine/impl/prefix.h
  60. include/tbox/coroutine/impl/scheduler.h
  61. include/tbox/coroutine/impl/scheduler_io.h
  62. include/tbox/coroutine/impl/stackless/coroutine.h
  63. include/tbox/coroutine/impl/stackless/prefix.h
  64. include/tbox/coroutine/impl/stackless/scheduler.h
  65. include/tbox/coroutine/impl/stackless/scheduler_io.h
  66. include/tbox/coroutine/impl/stackless/stackless.h
  67. include/tbox/coroutine/lock.h
  68. include/tbox/coroutine/prefix.h
  69. include/tbox/coroutine/scheduler.h
  70. include/tbox/coroutine/semaphore.h
  71. include/tbox/coroutine/stackless/core.h
  72. include/tbox/coroutine/stackless/coroutine.h
  73. include/tbox/coroutine/stackless/lock.h
  74. include/tbox/coroutine/stackless/prefix.h
  75. include/tbox/coroutine/stackless/scheduler.h
  76. include/tbox/coroutine/stackless/semaphore.h
  77. include/tbox/coroutine/stackless/stackless.h
  78. include/tbox/database/database.h
  79. include/tbox/database/impl/mysql.h
  80. include/tbox/database/impl/prefix.h
  81. include/tbox/database/impl/sqlite3.h
  82. include/tbox/database/prefix.h
  83. include/tbox/database/sql.h
  84. include/tbox/database/value.h
  85. include/tbox/hash/adler32.h
  86. include/tbox/hash/ap.h
  87. include/tbox/hash/arch/arm/crc32.S
  88. include/tbox/hash/arch/crc32.S
  89. include/tbox/hash/bkdr.h
  90. include/tbox/hash/blizzard.h
  91. include/tbox/hash/crc16.h
  92. include/tbox/hash/crc32.h
  93. include/tbox/hash/crc8.h
  94. include/tbox/hash/djb2.h
  95. include/tbox/hash/fnv32.h
  96. include/tbox/hash/fnv64.h
  97. include/tbox/hash/hash.h
  98. include/tbox/hash/md5.h
  99. include/tbox/hash/murmur.h
  100. include/tbox/hash/prefix.h
  101. include/tbox/hash/rs.h
  102. include/tbox/hash/sdbm.h
  103. include/tbox/hash/sha.h
  104. include/tbox/hash/uuid.h
  105. include/tbox/libc/impl/impl.h
  106. include/tbox/libc/impl/libc.h
  107. include/tbox/libc/impl/prefix.h
  108. include/tbox/libc/libc.h
  109. include/tbox/libc/misc/ctype.h
  110. include/tbox/libc/misc/limits.h
  111. include/tbox/libc/misc/misc.h
  112. include/tbox/libc/misc/prefix.h
  113. include/tbox/libc/misc/stdarg.h
  114. include/tbox/libc/misc/time/prefix.h
  115. include/tbox/libc/misc/time/time.h
  116. include/tbox/libc/misc/time/type.h
  117. include/tbox/libc/prefix.h
  118. include/tbox/libc/stdio/prefix.h
  119. include/tbox/libc/stdio/printf_object.h
  120. include/tbox/libc/stdio/stdio.h
  121. include/tbox/libc/stdlib/prefix.h
  122. include/tbox/libc/stdlib/setlocale.h
  123. include/tbox/libc/stdlib/stdlib.h
  124. include/tbox/libc/string/impl/arm/prefix.h
  125. include/tbox/libc/string/impl/prefix.h
  126. include/tbox/libc/string/impl/sh4/prefix.h
  127. include/tbox/libc/string/impl/x86/prefix.h
  128. include/tbox/libc/string/prefix.h
  129. include/tbox/libc/string/string.h
  130. include/tbox/libm/ceil.h
  131. include/tbox/libm/fabs.h
  132. include/tbox/libm/floor.h
  133. include/tbox/libm/impl/impl.h
  134. include/tbox/libm/impl/libm.h
  135. include/tbox/libm/impl/prefix.h
  136. include/tbox/libm/inf.h
  137. include/tbox/libm/libm.h
  138. include/tbox/libm/maf.h
  139. include/tbox/libm/math.h
  140. include/tbox/libm/mif.h
  141. include/tbox/libm/nan.h
  142. include/tbox/libm/pi.h
  143. include/tbox/libm/prefix.h
  144. include/tbox/libm/round.h
  145. include/tbox/math/fixed.h
  146. include/tbox/math/fixed16.h
  147. include/tbox/math/fixed30.h
  148. include/tbox/math/fixed6.h
  149. include/tbox/math/impl/fixed16_arm.h
  150. include/tbox/math/impl/fixed30_arm.h
  151. include/tbox/math/impl/impl.h
  152. include/tbox/math/impl/math.h
  153. include/tbox/math/impl/prefix.h
  154. include/tbox/math/int32.h
  155. include/tbox/math/math.h
  156. include/tbox/math/prefix.h
  157. include/tbox/math/random/linear.h
  158. include/tbox/math/random/prefix.h
  159. include/tbox/math/random/random.h
  160. include/tbox/memory/allocator.h
  161. include/tbox/memory/buffer.h
  162. include/tbox/memory/default_allocator.h
  163. include/tbox/memory/fixed_pool.h
  164. include/tbox/memory/impl/impl.h
  165. include/tbox/memory/impl/memory.h
  166. include/tbox/memory/impl/native_large_allocator.h
  167. include/tbox/memory/impl/prefix.h
  168. include/tbox/memory/impl/static_fixed_pool.h
  169. include/tbox/memory/impl/static_large_allocator.h
  170. include/tbox/memory/large_allocator.h
  171. include/tbox/memory/memory.h
  172. include/tbox/memory/native_allocator.h
  173. include/tbox/memory/prefix.h
  174. include/tbox/memory/queue_buffer.h
  175. include/tbox/memory/small_allocator.h
  176. include/tbox/memory/static_allocator.h
  177. include/tbox/memory/static_buffer.h
  178. include/tbox/memory/string_pool.h
  179. include/tbox/memory/virtual_allocator.h
  180. include/tbox/network/cookies.h
  181. include/tbox/network/dns/cache.h
  182. include/tbox/network/dns/dns.h
  183. include/tbox/network/dns/looker.h
  184. include/tbox/network/dns/prefix.h
  185. include/tbox/network/dns/server.h
  186. include/tbox/network/http.h
  187. include/tbox/network/hwaddr.h
  188. include/tbox/network/impl/http/date.h
  189. include/tbox/network/impl/http/method.h
  190. include/tbox/network/impl/http/option.h
  191. include/tbox/network/impl/http/prefix.h
  192. include/tbox/network/impl/http/status.h
  193. include/tbox/network/impl/impl.h
  194. include/tbox/network/impl/network.h
  195. include/tbox/network/impl/prefix.h
  196. include/tbox/network/impl/ssl/prefix.h
  197. include/tbox/network/ipaddr.h
  198. include/tbox/network/ipv4.h
  199. include/tbox/network/ipv6.h
  200. include/tbox/network/network.h
  201. include/tbox/network/prefix.h
  202. include/tbox/network/ssl.h
  203. include/tbox/network/unixaddr.h
  204. include/tbox/network/url.h
  205. include/tbox/object/array.h
  206. include/tbox/object/boolean.h
  207. include/tbox/object/data.h
  208. include/tbox/object/date.h
  209. include/tbox/object/dictionary.h
  210. include/tbox/object/impl/impl.h
  211. include/tbox/object/impl/object.h
  212. include/tbox/object/impl/prefix.h
  213. include/tbox/object/impl/reader/bin.h
  214. include/tbox/object/impl/reader/bplist.h
  215. include/tbox/object/impl/reader/json.h
  216. include/tbox/object/impl/reader/prefix.h
  217. include/tbox/object/impl/reader/reader.h
  218. include/tbox/object/impl/reader/xml.h
  219. include/tbox/object/impl/reader/xplist.h
  220. include/tbox/object/impl/writer/bin.h
  221. include/tbox/object/impl/writer/bplist.h
  222. include/tbox/object/impl/writer/json.h
  223. include/tbox/object/impl/writer/prefix.h
  224. include/tbox/object/impl/writer/writer.h
  225. include/tbox/object/impl/writer/xml.h
  226. include/tbox/object/impl/writer/xplist.h
  227. include/tbox/object/null.h
  228. include/tbox/object/number.h
  229. include/tbox/object/object.h
  230. include/tbox/object/prefix.h
  231. include/tbox/object/string.h
  232. include/tbox/platform/addrinfo.h
  233. include/tbox/platform/android/android.h
  234. include/tbox/platform/android/prefix.h
  235. include/tbox/platform/arch/arm/context.S
  236. include/tbox/platform/arch/arm/frame.h
  237. include/tbox/platform/arch/arm/prefix.h
  238. include/tbox/platform/arch/arm64/context.S
  239. include/tbox/platform/arch/arm64/prefix.h
  240. include/tbox/platform/arch/atomic.h
  241. include/tbox/platform/arch/atomic32.h
  242. include/tbox/platform/arch/atomic64.h
  243. include/tbox/platform/arch/context.S
  244. include/tbox/platform/arch/frame.h
  245. include/tbox/platform/arch/mips/context.S
  246. include/tbox/platform/arch/mips/prefix.h
  247. include/tbox/platform/arch/prefix.h
  248. include/tbox/platform/arch/x64/atomic64.h
  249. include/tbox/platform/arch/x64/context.S
  250. include/tbox/platform/arch/x64/frame.h
  251. include/tbox/platform/arch/x64/prefix.h
  252. include/tbox/platform/arch/x86/atomic32.h
  253. include/tbox/platform/arch/x86/context.S
  254. include/tbox/platform/arch/x86/frame.h
  255. include/tbox/platform/arch/x86/prefix.h
  256. include/tbox/platform/atomic.h
  257. include/tbox/platform/atomic32.h
  258. include/tbox/platform/atomic64.h
  259. include/tbox/platform/backtrace.h
  260. include/tbox/platform/bsd/prefix.h
  261. include/tbox/platform/cache_time.h
  262. include/tbox/platform/compiler/gcc/atomic.h
  263. include/tbox/platform/compiler/gcc/atomic32.h
  264. include/tbox/platform/compiler/gcc/atomic64.h
  265. include/tbox/platform/compiler/gcc/prefix.h
  266. include/tbox/platform/compiler/prefix.h
  267. include/tbox/platform/context.h
  268. include/tbox/platform/cpu.h
  269. include/tbox/platform/deprecated/atomic.h
  270. include/tbox/platform/deprecated/atomic64.h
  271. include/tbox/platform/deprecated/deprecated.h
  272. include/tbox/platform/deprecated/prefix.h
  273. include/tbox/platform/directory.h
  274. include/tbox/platform/dynamic.h
  275. include/tbox/platform/environment.h
  276. include/tbox/platform/event.h
  277. include/tbox/platform/exception.h
  278. include/tbox/platform/file.h
  279. include/tbox/platform/filelock.h
  280. include/tbox/platform/fwatcher.h
  281. include/tbox/platform/hostname.h
  282. include/tbox/platform/ifaddrs.h
  283. include/tbox/platform/impl/charset.h
  284. include/tbox/platform/impl/dns.h
  285. include/tbox/platform/impl/exception.h
  286. include/tbox/platform/impl/impl.h
  287. include/tbox/platform/impl/mutex.h
  288. include/tbox/platform/impl/platform.h
  289. include/tbox/platform/impl/poller.h
  290. include/tbox/platform/impl/pollerdata.h
  291. include/tbox/platform/impl/prefix.h
  292. include/tbox/platform/impl/socket.h
  293. include/tbox/platform/impl/thread_local.h
  294. include/tbox/platform/libc/atomic.h
  295. include/tbox/platform/libc/atomic32.h
  296. include/tbox/platform/libc/atomic64.h
  297. include/tbox/platform/libc/exception.h
  298. include/tbox/platform/libc/prefix.h
  299. include/tbox/platform/linux/prefix.h
  300. include/tbox/platform/ltimer.h
  301. include/tbox/platform/mach/ios/prefix.h
  302. include/tbox/platform/mach/prefix.h
  303. include/tbox/platform/mutex.h
  304. include/tbox/platform/native_memory.h
  305. include/tbox/platform/page.h
  306. include/tbox/platform/path.h
  307. include/tbox/platform/pipe.h
  308. include/tbox/platform/platform.h
  309. include/tbox/platform/poller.h
  310. include/tbox/platform/posix/prefix.h
  311. include/tbox/platform/posix/sockaddr.h
  312. include/tbox/platform/prefix.h
  313. include/tbox/platform/print.h
  314. include/tbox/platform/process.h
  315. include/tbox/platform/sched.h
  316. include/tbox/platform/semaphore.h
  317. include/tbox/platform/socket.h
  318. include/tbox/platform/spinlock.h
  319. include/tbox/platform/stdfile.h
  320. include/tbox/platform/syserror.h
  321. include/tbox/platform/systemv/prefix.h
  322. include/tbox/platform/thread.h
  323. include/tbox/platform/thread_local.h
  324. include/tbox/platform/thread_pool.h
  325. include/tbox/platform/time.h
  326. include/tbox/platform/timer.h
  327. include/tbox/platform/unix/prefix.h
  328. include/tbox/platform/unix/syscall.h
  329. include/tbox/platform/virtual_memory.h
  330. include/tbox/platform/windows/atomic.h
  331. include/tbox/platform/windows/atomic32.h
  332. include/tbox/platform/windows/atomic64.h
  333. include/tbox/platform/windows/exception.h
  334. include/tbox/platform/windows/interface/dbghelp.h
  335. include/tbox/platform/windows/interface/interface.h
  336. include/tbox/platform/windows/interface/iphlpapi.h
  337. include/tbox/platform/windows/interface/kernel32.h
  338. include/tbox/platform/windows/interface/mswsock.h
  339. include/tbox/platform/windows/interface/ole32.h
  340. include/tbox/platform/windows/interface/prefix.h
  341. include/tbox/platform/windows/interface/shell32.h
  342. include/tbox/platform/windows/interface/user32.h
  343. include/tbox/platform/windows/interface/ws2_32.h
  344. include/tbox/platform/windows/iocp_object.h
  345. include/tbox/platform/windows/ntstatus.h
  346. include/tbox/platform/windows/prefix.h
  347. include/tbox/platform/windows/socket_pool.h
  348. include/tbox/platform/windows/windows.h
  349. include/tbox/prefix.h
  350. include/tbox/prefix/abort.h
  351. include/tbox/prefix/arch.h
  352. include/tbox/prefix/arm/prefix.S
  353. include/tbox/prefix/arm64/prefix.S
  354. include/tbox/prefix/assembler.h
  355. include/tbox/prefix/assert.h
  356. include/tbox/prefix/cache.h
  357. include/tbox/prefix/check.h
  358. include/tbox/prefix/compiler.h
  359. include/tbox/prefix/config.h
  360. include/tbox/prefix/cpu.h
  361. include/tbox/prefix/endian.h
  362. include/tbox/prefix/keyword.h
  363. include/tbox/prefix/limits.h
  364. include/tbox/prefix/malloc.h
  365. include/tbox/prefix/mips/prefix.S
  366. include/tbox/prefix/packed.h
  367. include/tbox/prefix/prefix.S
  368. include/tbox/prefix/prefix.h
  369. include/tbox/prefix/state.h
  370. include/tbox/prefix/trace.h
  371. include/tbox/prefix/type.h
  372. include/tbox/prefix/utils.h
  373. include/tbox/prefix/version.h
  374. include/tbox/prefix/x64/prefix.S
  375. include/tbox/prefix/x86/prefix.S
  376. include/tbox/regex/impl/impl.h
  377. include/tbox/regex/impl/prefix.h
  378. include/tbox/regex/prefix.h
  379. include/tbox/regex/regex.h
  380. include/tbox/stream/filter.h
  381. include/tbox/stream/impl/filter.h
  382. include/tbox/stream/impl/filter/prefix.h
  383. include/tbox/stream/impl/prefix.h
  384. include/tbox/stream/impl/stream.h
  385. include/tbox/stream/impl/stream/prefix.h
  386. include/tbox/stream/prefix.h
  387. include/tbox/stream/static_stream.h
  388. include/tbox/stream/stream.h
  389. include/tbox/stream/transfer.h
  390. include/tbox/string/prefix.h
  391. include/tbox/string/static_string.h
  392. include/tbox/string/string.h
  393. include/tbox/tbox.config.h
  394. include/tbox/tbox.h
  395. include/tbox/utils/base32.h
  396. include/tbox/utils/base64.h
  397. include/tbox/utils/bits.h
  398. include/tbox/utils/dump.h
  399. include/tbox/utils/impl/bits_arm.h
  400. include/tbox/utils/impl/bits_gcc.h
  401. include/tbox/utils/impl/bits_sh4.h
  402. include/tbox/utils/impl/bits_x86.h
  403. include/tbox/utils/impl/impl.h
  404. include/tbox/utils/impl/prefix.h
  405. include/tbox/utils/lock_profiler.h
  406. include/tbox/utils/option.h
  407. include/tbox/utils/prefix.h
  408. include/tbox/utils/singleton.h
  409. include/tbox/utils/trace.h
  410. include/tbox/utils/url.h
  411. include/tbox/utils/used.h
  412. include/tbox/utils/utils.h
  413. include/tbox/xml/node.h
  414. include/tbox/xml/prefix.h
  415. include/tbox/xml/reader.h
  416. include/tbox/xml/writer.h
  417. include/tbox/xml/xml.h
  418. include/tbox/zip/gzip.h
  419. include/tbox/zip/prefix.h
  420. include/tbox/zip/zip.h
  421. include/tbox/zip/zlib.h
  422. include/tbox/zip/zlibraw.h
  423. lib/libtbox.so
  424. lib/libtbox.so.1
  425. lib/libtbox.so.1.7.7
  426. @owner
  427. @group
  428. @mode
Collapse this list.
Dependency lines:
  • tbox>0:devel/tbox
To install the port:
cd /usr/ports/devel/tbox/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tbox
  • pkg install tbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tbox
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1744362306 SHA256 (tboox-tbox-v1.7.7_GH0.tar.gz) = ae387dcf1952aca572516bdce4a47d04e9b411f5bf7add281247af7c874f3c3f SIZE (tboox-tbox-v1.7.7_GH0.tar.gz) = 864146

Packages (timestamps in pop-ups are UTC):
tbox
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.61.7.6_1-1.7.61.7.6_1---
FreeBSD:13:quarterly1.7.6_11.7.6_1--1.7.6_1---
FreeBSD:14:latest1.7.61.7.7-1.7.61.7.7---
FreeBSD:14:quarterly-1.7.6_1--1.7.6_1---
FreeBSD:15:latest1.7.6_11.7.6_1n/a1.7.6_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
This port is required by:
for Libraries
  1. devel/xmake-io

Configuration Options:
No options to configure
Options name:
devel_tbox
USES:
compiler:features gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tboox/tbox/tar.gz/v1.7.7?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.7
14 Apr 2025 12:12:46
commit hash: b595941868f03d4086f54e46ead2fe596624b4e5commit hash: b595941868f03d4086f54e46ead2fe596624b4e5commit hash: b595941868f03d4086f54e46ead2fe596624b4e5commit hash: b595941868f03d4086f54e46ead2fe596624b4e5 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/tbox: update to 1.7.7

Changelog: https://github.com/tboox/tbox/releases/tag/v1.7.7

Reported by:	portscout!
1.7.6_1
16 Mar 2025 10:19:27
commit hash: 28c9bc9fb959fd49ad8c1e8fbae651404741fcd5commit hash: 28c9bc9fb959fd49ad8c1e8fbae651404741fcd5commit hash: 28c9bc9fb959fd49ad8c1e8fbae651404741fcd5commit hash: 28c9bc9fb959fd49ad8c1e8fbae651404741fcd5 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Huan Zhou
devel/tbox: update tbox config, missing module of charset and hash for xmake

Obtained
from:	https://github.com/xmake-io/xmake-package-debian-tbox/blob/b1a88c33152ff7ad4a209cef940d5f91971a6b21/debian/rules#L14C64-L14C73
Approved by:	fuz (maintainer)
PR:		284724
1.7.6
18 Feb 2025 14:16:19
commit hash: b86453d829e4684894973583f58f1a66d8fb80e1commit hash: b86453d829e4684894973583f58f1a66d8fb80e1commit hash: b86453d829e4684894973583f58f1a66d8fb80e1commit hash: b86453d829e4684894973583f58f1a66d8fb80e1 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/tbox: Glib-like multi-platform c library

TBOX is a glib-like cross-platform C library that is simple to use yet
powerful in nature.

The project focuses on making C development easier and provides many
modules (.e.g stream, coroutine, regex, container, algorithm ...), so
that any developer can quickly pick it up and enjoy the productivity
boost when developing in C language.

WWW: https://docs.tboox.org/

PR:		284724

Number of commits found: 3