Port details |
- iwnet Asynchronous HTTP library with websockets, SSL, routing
- g20220907 net
=2 g20220907Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2022-05-01 09:57:06
- Last Update: 2022-11-16 09:55:08
- Commit Hash: 3f2aa7d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: MIT
- WWW:
- https://github.com/Softmotions/iwnet
- Description:
- Pure C asynchronous HTTP framework with support for websockets,
client/server, TLS 1.2 (SSL), routing.
- Fast asynchronous HTTP server (iwn_http_server.h)
- Web framework based on HTTP server (iwn_wf.h)
- Websocket client and server (iwn_ws_server.h, iwn_ws_client.h)
- Poller reactor (iwn_poller.h)
- SSL layer is based on BearSSL (iwn_brssl_poller_adapter.h)
- Manager of child processes (iwn_proc.h)
- Timer (iwn_scheduler.h)
¦ ¦ ¦ ¦ 
- 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/net/iwnet/ && make install clean
- To add the package, run one of these commands:
- pkg install net/iwnet
- pkg install iwnet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iwnet
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1662544984
SHA256 (Softmotions-iwnet-g20220907-b67e4ba_GH0.tar.gz) = b78ada9082ee2ee7b5261027cbc7ab734be7cdab3134e0c5a1604c37343599a0
SIZE (Softmotions-iwnet-g20220907-b67e4ba_GH0.tar.gz) = 818116
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:
-
- iowow.h : databases/iowow
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- databases/ejdb
Configuration Options:
- ===> The following configuration options are available for iwnet-g20220907:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_iwnet
- USES:
- cmake compiler:c11
- 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 |
g20220907 16 Nov 2022 09:55:08
    |
Alexey Dokuchaev (danfe)  |
net/iwnet: update the port to the latest snapshot
Garbage-collect no longer needed `post-patch' target. |
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) |
g20220223 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 ) |
g20220223 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
g20220223 08 May 2022 07:33:58
    |
Alexey Dokuchaev (danfe)  |
net/iwnet: attempt to fix the port's build on -CURRENT
Lack of MALLOC_PRODUCTION exposed forgotten uninitialized pointer in
hash table generator which caused segmentation fault during the build.
Pull another upstream patch which might mitigate the races of CMake's
custom commands.
While here, don't forcibly insert our CFLAGS, they would get appended
at the later stage automagically.
Reported by: pkg-fallout |
g20220223 01 May 2022 09:52:56
    |
Alexey Dokuchaev (danfe)  |
net/iwnet: new port had been added (+)
Asynchronous HTTP library with websockets, SSL, routing.
54% tests pass, 6 tests currently fail out of 13.
WWW: https://github.com/Softmotions/iwnet |