Port details on branch 2023Q3 |
- lua-cqueues Continuation queues module for Lua
- 20200726_1 devel
=2 20200726_1Version of this port present on the latest quarterly branch. - Maintainer: freebsd@dns.company
 - Port Added: 2020-07-03 19:46:07
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://25thandclement.com/~william/projects/cqueues.html
- Description:
- cqueues is a type of event loop for Lua, except it's not a classic
event loop. It doesn't use callbacks, neither as part of the API nor
internally, but instead you communicate with an event controller by
the yielding and resumption of Lua coroutines using objects that
adhere to a simple interface.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- lua54-cqueues>0:devel/lua-cqueues
- To install the port:
- cd /usr/ports/devel/lua-cqueues/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lua-cqueues
- pkg install lua54-cqueues
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-cqueues
- Package flavors (<flavor>: <package>)
- lua54: lua54-cqueues
- lua53: lua53-cqueues
- lua52: lua52-cqueues
- lua51: lua51-cqueues
- distinfo:
- TIMESTAMP = 1614137047
SHA256 (wahern-cqueues-rel-20200726_GH0.tar.gz) = 9e112edd246da5cfca264314b70325a0b63665cb87a00e45ee3ae4f194000d52
SIZE (wahern-cqueues-rel-20200726_GH0.tar.gz) = 511659
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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- This port is required by:
- for Build
-
- dns/knot-resolver
- for Run
-
- dns/knot-resolver
Configuration Options:
- ===> The following configuration options are available for lua54-cqueues-20200726_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_lua-cqueues
- USES:
- gmake lua:51-54,module ssl shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|