Port details |
- 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, py39-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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
20200726_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
20200726_1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
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 ) |
20200726_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20200726_1 16 Mar 2021 18:09:19
  |
nc  |
devel/lua-cqueues: Update to 20200726 and fix SSL
PR: 253807
Submitted by: andrew@tao11.riddles.org.uk, freebsd@dns.company
Reported by: andrew@tao11.riddles.org.uk
Approved by: freebsd@dns.company (maintainer) |
20200603_1 11 Jul 2020 20:50:37
  |
pi  |
devel/lua-cqueues: adapt to the needs of dns/knot-resolver
- PORTDOCS / PORTEXAMPLES obviate the need to put docs and examples in
the plist.
- There should be no messing with ldconfig and soname, since the
.so exists only to be dynamically loaded at runtime, not actually
linked to.
- Fixed name in the COMMENT
- Does not build on lua 5.4, note this in USES
- Force the port to build exactly the version it's supposed to build,
rather than let it autodetect things. Hence MAKE_ENV and CPPFLAGS
- shebangfix on the examples is not strictly necessary but is cleaner.
PR: 247739
Submitted by: andrew@tao11.riddles.org.uk
Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) |
20200603 03 Jul 2020 19:46:03
  |
pi  |
New port: devel/lua-cqueues
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.
WWW: http://25thandclement.com/~william/projects/cqueues.html
PR: 247739
Submitted by: Leo Vandewoestijne <freebsd@dns.company> |