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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2025Q2
ivykis Asynchronous I/O readiness notification library
0.43.2_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.43.2_1Version of this port present on the latest quarterly branch.
Maintainer: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-10-17 19:21:08
Last Update: 2025-07-25 15:03:38
Commit Hash: 09af895
License: LGPL21
WWW:
https://github.com/buytenh/ivykis
Description:
The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2), poll(2) and select(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Programs written to the ivykis API are generally single-threaded (or use only a small number of threads), and never block on I/O. All input and output is done in a nonblocking fashion, with I/O readiness notification delivered via callback functions.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (95 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/ivykis-0.43.2_1/catalog.mk
  3. /usr/local/share/licenses/ivykis-0.43.2_1/LICENSE
  4. /usr/local/share/licenses/ivykis-0.43.2_1/LGPL21
  5. include/iv.h
  6. include/iv_avl.h
  7. include/iv_event_raw.h
  8. include/iv_event.h
  9. include/iv_fd_pump.h
  10. @comment include/iv_inotify.h
  11. include/iv_list.h
  12. include/iv_popen.h
  13. include/iv_signal.h
  14. include/iv_thread.h
  15. include/iv_tls.h
  16. include/iv_wait.h
  17. include/iv_work.h
  18. lib/libivykis.a
  19. lib/libivykis.so
  20. lib/libivykis.so.0
  21. lib/libivykis.so.0.6.2
  22. libdata/pkgconfig/ivykis.pc
  23. share/man/man3/IV_EVENT_INIT.3.gz
  24. share/man/man3/IV_EVENT_RAW_INIT.3.gz
  25. share/man/man3/IV_FD_PUMP_INIT.3.gz
  26. share/man/man3/IV_POPEN_REQUEST_INIT.3.gz
  27. share/man/man3/IV_SIGNAL_INIT.3.gz
  28. share/man/man3/IV_WAIT_INTEREST_INIT.3.gz
  29. share/man/man3/IV_WORK_ITEM_INIT.3.gz
  30. share/man/man3/IV_WORK_POOL_INIT.3.gz
  31. share/man/man3/iv_deinit.3.gz
  32. share/man/man3/iv_event.3.gz
  33. share/man/man3/iv_event_post.3.gz
  34. share/man/man3/iv_event_raw.3.gz
  35. share/man/man3/iv_event_raw_post.3.gz
  36. share/man/man3/iv_event_raw_register.3.gz
  37. share/man/man3/iv_event_raw_unregister.3.gz
  38. share/man/man3/iv_event_register.3.gz
  39. share/man/man3/iv_event_unregister.3.gz
  40. share/man/man3/iv_examples.3.gz
  41. share/man/man3/iv_fatal.3.gz
  42. share/man/man3/iv_fd.3.gz
  43. share/man/man3/iv_fd_pump.3.gz
  44. share/man/man3/iv_fd_pump_destroy.3.gz
  45. share/man/man3/iv_fd_pump_init.3.gz
  46. share/man/man3/iv_fd_pump_is_done.3.gz
  47. share/man/man3/iv_fd_pump_pump.3.gz
  48. share/man/man3/iv_fd_register.3.gz
  49. share/man/man3/iv_fd_register_try.3.gz
  50. share/man/man3/iv_fd_registered.3.gz
  51. share/man/man3/iv_fd_set_handler_err.3.gz
  52. share/man/man3/iv_fd_set_handler_in.3.gz
  53. share/man/man3/iv_fd_set_handler_out.3.gz
  54. share/man/man3/iv_fd_unregister.3.gz
  55. share/man/man3/iv_init.3.gz
  56. share/man/man3/iv_inited.3.gz
  57. share/man/man3/iv_invalidate_now.3.gz
  58. @comment share/man/man3/iv_inotify.3.gz
  59. share/man/man3/iv_main.3.gz
  60. share/man/man3/iv_popen.3.gz
  61. share/man/man3/iv_popen_request_close.3.gz
  62. share/man/man3/iv_popen_request_submit.3.gz
  63. share/man/man3/iv_quit.3.gz
  64. share/man/man3/iv_set_fatal_msg_handler.3.gz
  65. share/man/man3/iv_signal.3.gz
  66. share/man/man3/iv_signal_register.3.gz
  67. share/man/man3/iv_signal_unregister.3.gz
  68. share/man/man3/iv_task.3.gz
  69. share/man/man3/iv_task_register.3.gz
  70. share/man/man3/iv_task_registered.3.gz
  71. share/man/man3/iv_task_unregister.3.gz
  72. share/man/man3/iv_thread.3.gz
  73. share/man/man3/iv_thread_create.3.gz
  74. share/man/man3/iv_thread_set_debug_state.3.gz
  75. share/man/man3/iv_time.3.gz
  76. share/man/man3/iv_timer.3.gz
  77. share/man/man3/iv_timer_register.3.gz
  78. share/man/man3/iv_timer_registered.3.gz
  79. share/man/man3/iv_timer_unregister.3.gz
  80. share/man/man3/iv_tls.3.gz
  81. share/man/man3/iv_tls_user_ptr.3.gz
  82. share/man/man3/iv_tls_user_register.3.gz
  83. share/man/man3/iv_validate_now.3.gz
  84. share/man/man3/iv_wait.3.gz
  85. share/man/man3/iv_wait_interest_register.3.gz
  86. share/man/man3/iv_wait_interest_register_spawn.3.gz
  87. share/man/man3/iv_wait_interest_unregister.3.gz
  88. share/man/man3/iv_work.3.gz
  89. share/man/man3/iv_work_pool_create.3.gz
  90. share/man/man3/iv_work_pool_put.3.gz
  91. share/man/man3/iv_work_pool_submit_work.3.gz
  92. share/man/man3/ivykis.3.gz
  93. @owner
  94. @group
  95. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ivykis>0:devel/ivykis
To install the port:
cd /usr/ports/devel/ivykis/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ivykis
  • pkg install ivykis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ivykis
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1719404978 SHA256 (buytenh-ivykis-v0.43.2_GH0.tar.gz) = 5a81cb5ff94e2b9c289682204aecc675bd726d6db822c592ed9f0e3e493d488e SIZE (buytenh-ivykis-v0.43.2_GH0.tar.gz) = 669628

Packages (timestamps in pop-ups are UTC):
ivykis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.43.2_10.43.2_10.42.40.43.2_10.43.2_1n/an/an/a
FreeBSD:13:quarterly0.43.2_10.43.2_10.42.40.43.20.43.2_1n/an/an/a
FreeBSD:14:latest0.43.2_10.43.2_10.42.40.43.2_10.43.2_10.42.4-0.42.4
FreeBSD:14:quarterly0.43.2_10.43.2_1-0.43.20.43.2_10.42.4_10.42.4_10.42.4_1
FreeBSD:15:latest0.43.2_10.43.2_1n/a0.43.2_1n/an/a0.430.43
FreeBSD:15:quarterly0.43.2_10.43.2_1n/a-n/an/a--
FreeBSD:16:latest0.43.2_10.43.2_1n/a-n/an/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. sysutils/syslog-ng

Configuration Options:
No options to configure
Options name:
devel_ivykis
USES:
libtool pathfix pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/buytenh/ivykis/tar.gz/v0.43.2?dummy=/
Collapse this list.

There are no commits on branch 2025Q2 for this port