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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
concurrencykit Lock-free data structures for high performance concurrent systems
0.6.0 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.0Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-06-25 13:32:01
Last Update: 2023-12-31 00:37:05
Commit Hash: bbab7f5
People watching this port, also watch:: py39-pycparser, py39-Automat, p5-CPAN-Meta-YAML, p5-Net-HTTP, python
License: BSD2CLAUSE
WWW:
http://concurrencykit.org
Description:
Concurrency Kit provides a plethora of concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures designed to aid in the design and implementation of high performance concurrent systems.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (245 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/concurrencykit-0.6.0/catalog.mk
  3. /usr/local/share/licenses/concurrencykit-0.6.0/LICENSE
  4. /usr/local/share/licenses/concurrencykit-0.6.0/BSD2CLAUSE
  5. include/ck_array.h
  6. include/ck_backoff.h
  7. include/ck_barrier.h
  8. include/ck_bitmap.h
  9. include/ck_brlock.h
  10. include/ck_bytelock.h
  11. include/ck_cc.h
  12. include/ck_cohort.h
  13. include/ck_elide.h
  14. include/ck_epoch.h
  15. include/ck_fifo.h
  16. include/ck_hp_fifo.h
  17. include/ck_hp_stack.h
  18. include/ck_hp.h
  19. include/ck_hs.h
  20. include/ck_ht.h
  21. include/ck_limits.h
  22. include/ck_malloc.h
  23. include/ck_md.h
  24. include/ck_pflock.h
  25. include/ck_pr.h
  26. include/ck_queue.h
  27. include/ck_rhs.h
  28. include/ck_ring.h
  29. include/ck_rwcohort.h
  30. include/ck_rwlock.h
  31. include/ck_sequence.h
  32. include/ck_spinlock.h
  33. include/ck_stack.h
  34. include/ck_stdbool.h
  35. include/ck_stddef.h
  36. include/ck_stdint.h
  37. include/ck_stdlib.h
  38. include/ck_string.h
  39. include/ck_swlock.h
  40. include/ck_tflock.h
  41. include/gcc/aarch64/ck_f_pr.h
  42. include/gcc/aarch64/ck_pr_llsc.h
  43. include/gcc/aarch64/ck_pr_lse.h
  44. include/gcc/aarch64/ck_pr.h
  45. include/gcc/arm/ck_f_pr.h
  46. include/gcc/arm/ck_pr.h
  47. include/gcc/ck_cc.h
  48. include/gcc/ck_f_pr.h
  49. include/gcc/ck_pr.h
  50. include/gcc/ppc/ck_f_pr.h
  51. include/gcc/ppc/ck_pr.h
  52. include/gcc/ppc64/ck_f_pr.h
  53. include/gcc/ppc64/ck_pr.h
  54. include/gcc/sparcv9/ck_f_pr.h
  55. include/gcc/sparcv9/ck_pr.h
  56. include/gcc/x86_64/ck_f_pr.h
  57. include/gcc/x86_64/ck_pr_rtm.h
  58. include/gcc/x86_64/ck_pr.h
  59. include/gcc/x86/ck_f_pr.h
  60. include/gcc/x86/ck_pr.h
  61. include/spinlock/anderson.h
  62. include/spinlock/cas.h
  63. include/spinlock/clh.h
  64. include/spinlock/dec.h
  65. include/spinlock/fas.h
  66. include/spinlock/hclh.h
  67. include/spinlock/mcs.h
  68. include/spinlock/ticket.h
  69. lib/libck.a
  70. lib/libck.so
  71. lib/libck.so.0.6.0
  72. lib/libck.so.0
  73. libdata/pkgconfig/ck.pc
  74. man/man3/ck_array_buffer.3.gz
  75. man/man3/ck_array_commit.3.gz
  76. man/man3/ck_array_deinit.3.gz
  77. man/man3/CK_ARRAY_FOREACH.3.gz
  78. man/man3/ck_array_init.3.gz
  79. man/man3/ck_array_initialized.3.gz
  80. man/man3/ck_array_length.3.gz
  81. man/man3/ck_array_put_unique.3.gz
  82. man/man3/ck_array_put.3.gz
  83. man/man3/ck_array_remove.3.gz
  84. man/man3/ck_bitmap_base.3.gz
  85. man/man3/ck_bitmap_bits.3.gz
  86. man/man3/ck_bitmap_bts.3.gz
  87. man/man3/ck_bitmap_buffer.3.gz
  88. man/man3/ck_bitmap_clear.3.gz
  89. man/man3/ck_bitmap_init.3.gz
  90. man/man3/ck_bitmap_iterator_init.3.gz
  91. man/man3/ck_bitmap_next.3.gz
  92. man/man3/ck_bitmap_reset.3.gz
  93. man/man3/ck_bitmap_set.3.gz
  94. man/man3/ck_bitmap_size.3.gz
  95. man/man3/ck_bitmap_test.3.gz
  96. man/man3/ck_bitmap_union.3.gz
  97. man/man3/ck_brlock.3.gz
  98. man/man3/CK_COHORT_INIT.3.gz
  99. man/man3/CK_COHORT_INSTANCE.3.gz
  100. man/man3/CK_COHORT_LOCK.3.gz
  101. man/man3/CK_COHORT_PROTOTYPE.3.gz
  102. man/man3/CK_COHORT_TRYLOCK_PROTOTYPE.3.gz
  103. man/man3/CK_COHORT_TRYLOCK.3.gz
  104. man/man3/CK_COHORT_UNLOCK.3.gz
  105. man/man3/ck_cohort.3.gz
  106. man/man3/ck_elide.3.gz
  107. man/man3/ck_epoch_barrier.3.gz
  108. man/man3/ck_epoch_begin.3.gz
  109. man/man3/ck_epoch_call.3.gz
  110. man/man3/ck_epoch_end.3.gz
  111. man/man3/ck_epoch_init.3.gz
  112. man/man3/ck_epoch_poll.3.gz
  113. man/man3/ck_epoch_reclaim.3.gz
  114. man/man3/ck_epoch_recycle.3.gz
  115. man/man3/ck_epoch_register.3.gz
  116. man/man3/ck_epoch_synchronize.3.gz
  117. man/man3/ck_epoch_unregister.3.gz
  118. man/man3/ck_hs_apply.3.gz
  119. man/man3/ck_hs_count.3.gz
  120. man/man3/ck_hs_destroy.3.gz
  121. man/man3/ck_hs_fas.3.gz
  122. man/man3/ck_hs_gc.3.gz
  123. man/man3/ck_hs_get.3.gz
  124. man/man3/ck_hs_grow.3.gz
  125. man/man3/CK_HS_HASH.3.gz
  126. man/man3/ck_hs_init.3.gz
  127. man/man3/ck_hs_iterator_init.3.gz
  128. man/man3/ck_hs_move.3.gz
  129. man/man3/ck_hs_next.3.gz
  130. man/man3/ck_hs_put_unique.3.gz
  131. man/man3/ck_hs_put.3.gz
  132. man/man3/ck_hs_rebuild.3.gz
  133. man/man3/ck_hs_remove.3.gz
  134. man/man3/ck_hs_reset_size.3.gz
  135. man/man3/ck_hs_reset.3.gz
  136. man/man3/ck_hs_set.3.gz
  137. man/man3/ck_hs_stat.3.gz
  138. man/man3/ck_ht_count.3.gz
  139. man/man3/ck_ht_destroy.3.gz
  140. man/man3/ck_ht_entry_empty.3.gz
  141. man/man3/ck_ht_entry_key_direct.3.gz
  142. man/man3/ck_ht_entry_key_length.3.gz
  143. man/man3/ck_ht_entry_key_set_direct.3.gz
  144. man/man3/ck_ht_entry_key_set.3.gz
  145. man/man3/ck_ht_entry_key.3.gz
  146. man/man3/ck_ht_entry_set_direct.3.gz
  147. man/man3/ck_ht_entry_set.3.gz
  148. man/man3/ck_ht_entry_value_direct.3.gz
  149. man/man3/ck_ht_entry_value.3.gz
  150. man/man3/ck_ht_gc.3.gz
  151. man/man3/ck_ht_get_spmc.3.gz
  152. man/man3/ck_ht_grow_spmc.3.gz
  153. man/man3/ck_ht_hash_direct.3.gz
  154. man/man3/ck_ht_hash.3.gz
  155. man/man3/ck_ht_init.3.gz
  156. man/man3/ck_ht_iterator_init.3.gz
  157. man/man3/ck_ht_next.3.gz
  158. man/man3/ck_ht_put_spmc.3.gz
  159. man/man3/ck_ht_remove_spmc.3.gz
  160. man/man3/ck_ht_reset_size_spmc.3.gz
  161. man/man3/ck_ht_reset_spmc.3.gz
  162. man/man3/ck_ht_set_spmc.3.gz
  163. man/man3/ck_ht_stat.3.gz
  164. man/man3/ck_pflock.3.gz
  165. man/man3/ck_pr_add.3.gz
  166. man/man3/ck_pr_and.3.gz
  167. man/man3/ck_pr_barrier.3.gz
  168. man/man3/ck_pr_btc.3.gz
  169. man/man3/ck_pr_btr.3.gz
  170. man/man3/ck_pr_bts.3.gz
  171. man/man3/ck_pr_cas.3.gz
  172. man/man3/ck_pr_dec.3.gz
  173. man/man3/ck_pr_faa.3.gz
  174. man/man3/ck_pr_fas.3.gz
  175. man/man3/ck_pr_fence_acquire.3.gz
  176. man/man3/ck_pr_fence_atomic_load.3.gz
  177. man/man3/ck_pr_fence_atomic_store.3.gz
  178. man/man3/ck_pr_fence_atomic.3.gz
  179. man/man3/ck_pr_fence_load_atomic.3.gz
  180. man/man3/ck_pr_fence_load_depends.3.gz
  181. man/man3/ck_pr_fence_load_store.3.gz
  182. man/man3/ck_pr_fence_load.3.gz
  183. man/man3/ck_pr_fence_memory.3.gz
  184. man/man3/ck_pr_fence_release.3.gz
  185. man/man3/ck_pr_fence_store_atomic.3.gz
  186. man/man3/ck_pr_fence_store_load.3.gz
  187. man/man3/ck_pr_fence_store.3.gz
  188. man/man3/ck_pr_inc.3.gz
  189. man/man3/ck_pr_load.3.gz
  190. man/man3/ck_pr_neg.3.gz
  191. man/man3/ck_pr_not.3.gz
  192. man/man3/ck_pr_or.3.gz
  193. man/man3/ck_pr_rtm.3.gz
  194. man/man3/ck_pr_stall.3.gz
  195. man/man3/ck_pr_store.3.gz
  196. man/man3/ck_pr_sub.3.gz
  197. man/man3/ck_pr_xor.3.gz
  198. man/man3/ck_pr.3.gz
  199. man/man3/ck_queue.3.gz
  200. man/man3/ck_rhs_apply.3.gz
  201. man/man3/ck_rhs_count.3.gz
  202. man/man3/ck_rhs_destroy.3.gz
  203. man/man3/ck_rhs_fas.3.gz
  204. man/man3/ck_rhs_gc.3.gz
  205. man/man3/ck_rhs_get.3.gz
  206. man/man3/ck_rhs_grow.3.gz
  207. man/man3/CK_RHS_HASH.3.gz
  208. man/man3/ck_rhs_init.3.gz
  209. man/man3/ck_rhs_iterator_init.3.gz
  210. man/man3/ck_rhs_move.3.gz
  211. man/man3/ck_rhs_next.3.gz
  212. man/man3/ck_rhs_put_unique.3.gz
  213. man/man3/ck_rhs_put.3.gz
  214. man/man3/ck_rhs_rebuild.3.gz
  215. man/man3/ck_rhs_remove.3.gz
  216. man/man3/ck_rhs_reset_size.3.gz
  217. man/man3/ck_rhs_reset.3.gz
  218. man/man3/ck_rhs_set.3.gz
  219. man/man3/ck_rhs_stat.3.gz
  220. man/man3/ck_ring_capacity.3.gz
  221. man/man3/ck_ring_dequeue_spmc.3.gz
  222. man/man3/ck_ring_dequeue_spsc.3.gz
  223. man/man3/ck_ring_enqueue_spmc_size.3.gz
  224. man/man3/ck_ring_enqueue_spmc.3.gz
  225. man/man3/ck_ring_enqueue_spsc_size.3.gz
  226. man/man3/ck_ring_enqueue_spsc.3.gz
  227. man/man3/ck_ring_init.3.gz
  228. man/man3/ck_ring_size.3.gz
  229. man/man3/ck_ring_trydequeue_spmc.3.gz
  230. man/man3/CK_RWCOHORT_INIT.3.gz
  231. man/man3/CK_RWCOHORT_INSTANCE.3.gz
  232. man/man3/CK_RWCOHORT_PROTOTYPE.3.gz
  233. man/man3/CK_RWCOHORT_READ_LOCK.3.gz
  234. man/man3/CK_RWCOHORT_READ_UNLOCK.3.gz
  235. man/man3/CK_RWCOHORT_WRITE_LOCK.3.gz
  236. man/man3/CK_RWCOHORT_WRITE_UNLOCK.3.gz
  237. man/man3/ck_rwcohort.3.gz
  238. man/man3/ck_rwlock.3.gz
  239. man/man3/ck_sequence.3.gz
  240. man/man3/ck_spinlock.3.gz
  241. man/man3/ck_swlock.3.gz
  242. man/man3/ck_tflock.3.gz
  243. @owner
  244. @group
  245. @mode
Collapse this list.
Dependency lines:
  • concurrencykit>0:devel/concurrencykit
To install the port:
cd /usr/ports/devel/concurrencykit/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/concurrencykit
  • pkg install concurrencykit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: concurrencykit
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
distinfo:
TIMESTAMP = 1580160889 SHA256 (ck-0.6.0.tar.gz) = d7e27dd0a679e45632951e672f8288228f32310dfed2d5855e9573a9cf0d62df SIZE (ck-0.6.0.tar.gz) = 217198

Expand this list (2 items)

Collapse this list.

SHA256 (999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch) = f59fb4d7cc959e48ac7cbe19f4e183c682bf316f946a732d27de5654bcc9e8b4 SIZE (999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch) = 1693

Collapse this list.


Packages (timestamps in pop-ups are UTC):
concurrencykit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.00.6.00.6.00.6.00.6.0-0.6.0-
FreeBSD:13:quarterly0.6.00.6.00.6.00.6.00.6.00.6.00.6.00.6.0
FreeBSD:14:latest0.6.00.6.00.6.00.6.00.6.00.6.0-0.6.0
FreeBSD:14:quarterly0.6.00.6.0-0.6.00.6.00.6.00.6.00.6.0
FreeBSD:15:latest0.6.00.6.0n/a0.6.0n/a0.6.00.6.00.6.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
This port is required by:
for Libraries
  1. benchmarks/sysbench
  2. dns/dnsjit
  3. dns/dnsperf
  4. textproc/turboxsl

Configuration Options:
===> The following configuration options are available for concurrencykit-0.6.0: RTM=off: Restricted Transactional Memory (x86_64 only) VMAPACK=on: Enable pointer packing ===> Use 'make config' to modify these settings
Options name:
devel_concurrencykit
USES:
pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://concurrencykit.org/releases/
  2. http://repnop.org/releases/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.0
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.6.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.0
08 Mar 2022 02:09:57
commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Take maintainership
0.6.0
07 Mar 2022 19:07:39
commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return koobs' ports to the pool after safekeeping his commit bit.
0.6.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6.0
01 Oct 2020 21:55:38
Revision:550875Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/concurrencykit: fix build on powerpc64le

Add powerpc64le architecture support.
0.6.0
23 Sep 2020 18:27:42
Revision:549775Original commit files touched by this commit
linimon search for other commits by this committer
Also allow building on powerpc64le.

Approved by:	portmgr (tier-2 blanket)
0.6.0
27 Jan 2020 22:03:47
Revision:524448Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/concurrencykit: Don't build for 32-bits on powerpc64

configure script runs uname -m to check architecture. uname -m prints powerpc on
powerpc64. Use uname -p instead.

PR:		243317
Approved by:	koobs (maintainer timeout)
MFH:		2020Q1 (build fix blanket)
0.6.0
01 Nov 2018 15:08:38
Revision:483674Original commit files touched by this commit
linimon search for other commits by this committer
Allow building on powerpc64.
0.6.0
01 Nov 2018 15:08:03
Revision:483673Original commit files touched by this commit
linimon search for other commits by this committer
Fix build on aarch64, armv6/7.

PR:		229739
Submitted by:	greg at unrelenting dot technology
Approved by:	portmgr (tier-2 blanket)
0.6.0
11 Oct 2018 09:15:42
Revision:481797Original commit files touched by this commit
manu search for other commits by this committer
devel/concurrencykit: Enable build on aarch64

Build issues have been resolved upstream a while ago.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D17205
0.6.0
18 Jun 2018 03:49:10
Revision:472670Original commit files touched by this commit
linimon search for other commits by this committer
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
0.6.0
09 May 2018 05:41:30
Revision:469431Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 0.6.0

PR:		226849
Submitted by:	lwhsu
Approved by:	koobs (maintainer)
0.5.1
30 Nov 2017 05:55:17
Revision:455165Original commit files touched by this commit
linimon search for other commits by this committer
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
0.5.1
16 Nov 2016 00:33:20
Revision:426195Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.5.1
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.5.1
14 Feb 2016 12:52:23
Revision:408852Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/concurrencykit to version 0.5.1.

PR:		207186
Submitted by:	olgeni
Approved by:	maintainer
0.5.0
07 Jan 2016 07:28:00
Revision:405401Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.5.0

- Update PORTVERSION and distinfo checksum (0.5.0
- Add TEST_TARGET, remove regression-test accordingly
- Update and sort pkg-plist
0.4.5
10 Jul 2015 16:42:23
Revision:391710Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Only available on predefined set of architectures (and not on mips* for
example)

Approved by:	portmgr blanket
0.4.5
09 Feb 2015 02:15:22
Revision:378704Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.4.5

- Update to 0.4.5
- Remove RTM as a default OPTION

Changes:

  * http://concurrencykit.org/releases/ck-0.4.5.announcement
0.4.4
30 Jan 2015 12:42:12
Revision:378149Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.4.4

- Update to 0.4.4
- Strip shared library
0.4.3
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.4.3
27 Aug 2014 12:20:30
Revision:366313Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.4.3

- Update to 0.4.3
- Add LICENSE_FILE
0.4.2
30 May 2014 21:14:52
Revision:355914Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.4.2

- Update to 0.4.2
- Update pkg-plist

Changes:

https://github.com/concurrencykit/ck/commits/0.4.2

PR:		ports/189836
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
0.4.1
08 Mar 2014 03:00:31
Revision:347443Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.4.1

- Update to 0.4.1
- Update and sort pkg-plist

Changes:

 * http://concurrencykit.org/cgit/cgit.cgi/ck/log/
0.3.5_1
19 Feb 2014 08:28:39
Revision:345018Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Add options for VMAPACK and RTM

- Add VMAPACK option: Enable pointer packing
- Add RTM option: Restricted Transactional Memory (x86_64 only)

While I'm here:

- Switch GNU_CONFIGURE to HAS_CONFIGURE and set --mandir

Requested by:	Samy Al Bahra (Author via IRC)
0.3.5
16 Feb 2014 12:28:32
Revision:344552Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.3.5, Update LICENSE

- Update to 0.3.5
- Update pkg-plist
- Update LICENSE (BSD2CLAUSE)

Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/
0.3.2
03 Nov 2013 04:59:20
Revision:332585Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.3.2

- Update to 0.3.2
- Update pkg-plist

Changes: 2013-10-18

 * doc: Fix ck_array_put_unique manual page prototype.
 * ck_array: Change semantics of put_unique return values.
 * doc: Add some ck_array manual pages.
 * ck_array: Add AppNexus to Copyright.
 * ck_array: Additional regressions coverage and code clean-up.
 * regressions/ck_hs: Increase coverage across multiple start sizes.
 * ck_array: Fix use-after-free on transactional put.
 * ck_array: Remove variable name from ck_array_init declaration.
 * ck_array: Reallocation on producer-path requires deferral.
 * ck_array: Add ck_array_initialized functionality.
 * build: Bump version for next release.
 * ck_array: Simple eliminating SPMC dense array for fast iteration.
 * doc: Fix documentation for ck_pr_*_zero functions.
0.3.1
02 Oct 2013 09:48:53
Revision:329029Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.3.1

- Update to 0.3.1
- Update pkg-plist
- Enable Staging
- Remove Makefile.man containing MAN3 macros

Changes: http://concurrencykit.org/cgit/cgit.cgi/ck/log/
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
0.2.20
21 Jul 2013 06:01:49
Revision:323369Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: Update to 0.2.20

- Update to 0.2.20
- Use PLIST_SUB for shared library version in pkg-plist
- Update pkg-plist and Makefile.man

Changes:

- Support for Intel TSX extensions (ck_pr_rtm)
- Support for lock elision
- A ck_hs_move operation
- Support for reader-writer cohort locks

Release Announcement:

https://groups.google.com/forum/#!topic/concurrencykit/Yx-g3CBFR2Y
0.2.19
25 Jun 2013 13:31:45
Revision:321743Original commit files touched by this commit
koobs search for other commits by this committer
devel/concurrencykit: [NEW PORT] Lock-free data structures for high performance
concurrent systems

Concurrency Kit provides a plethora of concurrency primitives, safe memory
reclamation mechanisms and non-blocking data structures designed to aid in
the design and implementation of high performance concurrent systems.

WWW: http://concurrencykit.org

Reviewed by:	Samy Bahra

Number of commits found: 34