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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
usockets Minuscule eventing, networking, and crypto for async applications
0.8.8 net 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.8.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-04-08 21:01:45
Last Update: 2024-03-13 17:52:01
Commit Hash: f981e9e
Also Listed In: devel
License: APACHE20
WWW:
https://github.com/uNetworking/uSockets
Description:
uSockets is the cross-platform async networking and eventing foundation library. Features: * Built-in (optionally available) TLS support exposed with identical interface as for TCP. * Acknowledges and integrates with any event-loop via a layered hierarchical design of plugins. * Extremely pedantic about user space memory footprint and designed to perform as good as can be. * Designed from scratch to map well to user space TCP stacks or other experimental platforms. * Low resolution timer system ideal for performant tracking of networking timeouts. * Minimal yet truly cross-platform, will not emit a billion different platform specific error codes. * Fully opaque library, inclusion will not completely pollute your global namespace.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. include/libusockets.h
  2. lib/libuSockets.so
  3. @ldconfig
  4. /usr/local/share/licenses/usockets-0.8.8/catalog.mk
  5. /usr/local/share/licenses/usockets-0.8.8/LICENSE
  6. /usr/local/share/licenses/usockets-0.8.8/APACHE20
Collapse this list.
Dependency lines:
  • usockets>0:net/usockets
To install the port:
cd /usr/ports/net/usockets/ && make install clean
To add the package, run one of these commands:
  • pkg install net/usockets
  • pkg install usockets
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: usockets
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710351357 SHA256 (uNetworking-uSockets-v0.8.8_GH0.tar.gz) = d14d2efe1df767dbebfb8d6f5b52aa952faf66b30c822fbe464debaa0c5c0b17 SIZE (uNetworking-uSockets-v0.8.8_GH0.tar.gz) = 90860

Packages (timestamps in pop-ups are UTC):
usockets
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.80.8.80.6.00.8.80.8.8-0.6.0-
FreeBSD:13:quarterly0.8.80.8.80.8.10.8.80.8.80.8.10.8.10.8.1
FreeBSD:14:latest0.8.80.8.80.8.10.8.80.8.80.8.1-0.8.1
FreeBSD:14:quarterly0.8.10.8.8-0.8.10.8.80.8.10.8.10.8.1
FreeBSD:15:latest0.8.80.8.8n/a0.8.7n/a0.8.7-0.8.7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
This port is required by:
for Run
  1. www/uwebsockets

Configuration Options:
No options to configure
Options name:
net_usockets
USES:
compiler:c++17-lang gmake ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/uNetworking/uSockets/tar.gz/v0.8.8?dummy=/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.8
13 Mar 2024 17:52:01
commit hash: f981e9e99575501af9aa370b19475f87b4ad8470commit hash: f981e9e99575501af9aa370b19475f87b4ad8470commit hash: f981e9e99575501af9aa370b19475f87b4ad8470commit hash: f981e9e99575501af9aa370b19475f87b4ad8470 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/usockets: update 0.8.7 → 0.8.8

Reported by:	portscout
0.8.7
03 Feb 2024 21:04:25
commit hash: e99aeb77e1dba8c70707f0a6e519f7cab461bd0acommit hash: e99aeb77e1dba8c70707f0a6e519f7cab461bd0acommit hash: e99aeb77e1dba8c70707f0a6e519f7cab461bd0acommit hash: e99aeb77e1dba8c70707f0a6e519f7cab461bd0a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/usockets: Fix build on some systems

... by adding -fPIC.

Reported by:	fallout
0.8.7
22 Jan 2024 07:36:54
commit hash: cfdad59b52e23763719685bda5d58ed9c8371318commit hash: cfdad59b52e23763719685bda5d58ed9c8371318commit hash: cfdad59b52e23763719685bda5d58ed9c8371318commit hash: cfdad59b52e23763719685bda5d58ed9c8371318 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/usockets: Fix build

-fPIC was missing in some cases, and this was somehow flying on 14
but was failing on 15.

Reported by:	fallout
0.8.7
10 Jan 2024 07:14:47
commit hash: 19de8c2835ba0e7be9a484b33d9136ea4fd13f2bcommit hash: 19de8c2835ba0e7be9a484b33d9136ea4fd13f2bcommit hash: 19de8c2835ba0e7be9a484b33d9136ea4fd13f2bcommit hash: 19de8c2835ba0e7be9a484b33d9136ea4fd13f2b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/usockets: update 0.8.1 → 0.8.7

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.8.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.8.1
16 Oct 2021 22:21:13
commit hash: ab2c49871ba521a39854cc7447cf1df8156b771bcommit hash: ab2c49871ba521a39854cc7447cf1df8156b771bcommit hash: ab2c49871ba521a39854cc7447cf1df8156b771bcommit hash: ab2c49871ba521a39854cc7447cf1df8156b771b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/usockets: Update 0.8.0 -> 0.8.1

Reported by:	portscout
0.8.0
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
0.8.0
26 Sep 2021 19:12:45
commit hash: a53ac0c36736399902330760203bf83693a72aa7commit hash: a53ac0c36736399902330760203bf83693a72aa7commit hash: a53ac0c36736399902330760203bf83693a72aa7commit hash: a53ac0c36736399902330760203bf83693a72aa7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/usockets: Update 0.7.1 -> 0.8.0

Reported by:	portscout
0.7.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.7.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.7.1
22 Mar 2021 10:17:44
Revision:568947Original commit files touched by this commit
danfe search for other commits by this committer
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
0.7.1
15 Feb 2021 23:19:38
Revision:565354Original commit files touched by this commit
yuri search for other commits by this committer
net/usockets: Update 0.6.0 -> 0.7.1

Reported by:	portscout
0.6.0
07 Dec 2020 03:04:12
Revision:557200Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on riscv64:

  Hard-float 'd' ABI can't be used for a target that doesn't support the D
instruction set extension (ignoring target-abi)
  ld: error: lto.tmp: cannot link object files with different floating-point ABI

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
0.6.0
19 Sep 2020 22:00:43
Revision:549073Original commit files touched by this commit
yuri search for other commits by this committer
net/usockets: Brpken on 11

Reported by:	fallout
0.6.0
06 Sep 2020 14:23:14
Revision:547786Original commit files touched by this commit
yuri search for other commits by this committer
net/usockets: Update 0.5.0 -> 0.6.0

Reported by:	portscout
0.5.0
29 Jun 2020 00:48:00
Revision:540735Original commit files touched by this commit
yuri search for other commits by this committer
net/usockets: Update 0.4.1 -> 0.5.0

Reported by:	portscout
0.4.1
24 Jun 2020 15:43:56
Revision:540073Original commit files touched by this commit
yuri search for other commits by this committer
net/usockets: Update 0.4.0 -> 0.4.1

Reported by:	portscout
0.4.0
25 May 2020 03:56:44
Revision:536432Original commit files touched by this commit
yuri search for other commits by this committer
net/usockets: Update 0.3.5 -> 0.4.0

Reported by:	portscout
0.3.5
08 Apr 2020 21:01:39
Revision:531147Original commit files touched by this commit
yuri search for other commits by this committer
New port: net/usockets: Miniscule eventing, networking & crypto for async
applications

Number of commits found: 20