Port details on branch 2025Q2 |
- ivykis Asynchronous I/O readiness notification library
- 0.43.2 devel
=2 0.43.2Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2015-10-17 19:21:08
- Last Update: 2024-06-26 16:33:37
- Commit Hash: 4bf5e78
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- 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:
|