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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q2
ulfius Web Framework to build REST APIs, Webservices or any HTTP endpoint in C
2.7.15 www 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 2.7.15Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-05-09 16:15:11
Last Update: 2026-05-09 16:14:16
Commit Hash: 58dcf39
License: LGPL21
WWW:
https://babelouest.github.io/ulfius/
https://github.com/babelouest/ulfius
Description:
HTTP Framework for REST Applications in C. Based on GNU Libmicrohttpd for the backend web server, Jansson for the json manipulation library, and Libcurl for the http/smtp client API. Used to facilitate creation of web applications in C programs with a small memory footprint, as in embedded systems applications. You can create webservices in HTTP or HTTPS mode, stream data, or implement server websockets.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/ulfius-2.7.15/catalog.mk
  2. /usr/local/share/licenses/ulfius-2.7.15/LICENSE
  3. /usr/local/share/licenses/ulfius-2.7.15/LGPL21
  4. bin/uwsc
  5. include/ulfius-cfg.h
  6. include/ulfius.h
  7. lib/cmake/Ulfius/FindGnuTLS.cmake
  8. lib/cmake/Ulfius/FindJansson.cmake
  9. lib/cmake/Ulfius/FindMHD.cmake
  10. lib/cmake/Ulfius/UlfiusConfig.cmake
  11. lib/cmake/Ulfius/UlfiusConfigVersion.cmake
  12. lib/cmake/Ulfius/UlfiusTargets-release.cmake
  13. lib/cmake/Ulfius/UlfiusTargets.cmake
  14. lib/libulfius.a
  15. lib/libulfius.so
  16. lib/libulfius.so.2.7
  17. lib/libulfius.so.2.7.15
  18. libdata/pkgconfig/libulfius.pc
  19. share/man/man1/uwsc.1.gz
  20. @owner
  21. @group
  22. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ulfius>0:www/ulfius
To install the port:
cd /usr/ports/www/ulfius/ && make install clean
To add the package, run one of these commands:
  • pkg install www/ulfius
  • pkg install ulfius
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ulfius
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1699985567 SHA256 (babelouest-ulfius-v2.7.15_GH0.tar.gz) = 19cf789b2af1919b69f77c7701237bfc318a9781ec657b68fd4b6ffa9d53f111 SIZE (babelouest-ulfius-v2.7.15_GH0.tar.gz) = 453596

Packages (timestamps in pop-ups are UTC):
ulfius
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.7.152.7.15-2.7.15-n/an/an/a
FreeBSD:13:quarterly2.7.152.7.15-2.7.15-n/an/an/a
FreeBSD:14:latest2.7.152.7.152.7.112.7.152.7.152.7.11-2.7.11
FreeBSD:14:quarterly2.7.152.7.15-2.7.152.7.152.7.152.7.152.7.15
FreeBSD:15:latest2.7.152.7.15n/a2.7.15n/an/a2.7.152.7.15
FreeBSD:15:quarterly2.7.152.7.15n/a-n/an/a--
FreeBSD:16:latest2.7.152.7.15n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. curl>=7.16.2 : ftp/curl
  2. gnutls>=3.5.0 : security/gnutls
  3. jansson>=2.4 : devel/jansson
  4. libmicrohttpd>=0.9.53 : www/libmicrohttpd
  5. orcania>=2.3.3 : devel/orcania
  6. yder>=1.4.20 : devel/yder
  7. cmake : devel/cmake-core
  8. ninja : devel/ninja
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libgnutls.so : security/gnutls
  3. libjansson.so : devel/jansson
  4. libmicrohttpd.so : www/libmicrohttpd
  5. liborcania.so : devel/orcania
  6. libyder.so : devel/yder
This port is required by:
for Libraries
  1. multimedia/lebiniou

Configuration Options:
No options to configure
Options name:
www_ulfius
USES:
cmake cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/babelouest/ulfius/tar.gz/v2.7.15?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7.15
09 May 2026 16:14:16
commit hash: 58dcf390c41635a07babe16106d5f0ae60b9c875commit hash: 58dcf390c41635a07babe16106d5f0ae60b9c875commit hash: 58dcf390c41635a07babe16106d5f0ae60b9c875commit hash: 58dcf390c41635a07babe16106d5f0ae60b9c875 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/ulfius: Fix build on i386

(cherry picked from commit c721aff9fb4d57bc5fa19bd2da6332e5a49eb302)

Number of commits found: 1