Port details |
- ulfius Web Framework to build REST APIs, Webservices in C
- 2.7.11 www
=0 2.7.11Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2021-12-29 01:27:21
- Last Update: 2023-05-26 12:23:24
- Commit Hash: b096af3
- License: LGPL21
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1670088893
SHA256 (babelouest-ulfius-v2.7.11_GH0.tar.gz) = 6f6fadf2fed0516f6f2203b9e5afcd9c6dfeee0cb48a27f659d6c4e21d1b456f
SIZE (babelouest-ulfius-v2.7.11_GH0.tar.gz) = 453409
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:
-
- libmicrohttpd>0 : www/libmicrohttpd
- yder>0 : devel/yder
- orcania>0 : devel/orcania
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- jansson>0 : devel/jansson
- gnutls>0 : security/gnutls
- libmicrohttpd>0 : www/libmicrohttpd
- Library dependencies:
-
- libgnutls.so : security/gnutls
- libjansson.so : devel/jansson
- libcurl.so : ftp/curl
- This port is required by:
- for Build
-
- www/glewlwyd
- for Libraries
-
- multimedia/lebiniou
- security/iddawc
- for Run
-
- www/glewlwyd
Configuration Options:
- No options to configure
- Options name:
- www_ulfius
- USES:
- cmake cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.11 26 May 2023 12:23:24
    |
Dan Langille (dvl)  |
www/glewlwyd: Give up maintainership
Give up maintainership of www/glewlwyd and related ports.
I no longer use this and have no interest/motivation to maintain them.
I hope someone can pick it up and get it working/up to date. It seems
like a good solution, but I cannot devote time to it. |
2.7.11 03 Dec 2022 18:30:55
    |
Dan Langille (dvl)  |
www/ulfius: Update to 2.7.11 |
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) |
2.7.10 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 ) |
2.7.10 18 Jun 2022 13:44:30
    |
Dan Langille (dvl)  |
www/ulfius: Update to 2.7.10
re: https://github.com/babelouest/ulfius/releases/tag/v2.7.10 |
2.7.9 16 May 2022 06:49:43
    |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
2.7.9 09 May 2022 01:47:31
    |
Dan Langille (dvl)  |
www/ulfius: Update to 2.7.9 |
2.7.3 03 Jan 2022 14:59:39
    |
Bernhard Froehlich (decke)  |
www/ulfius: Add CPE information
Approved by: portmgr (blanket) |
2.7.3 29 Dec 2021 01:23:01
    |
Dan Langille (dvl)  |
www/ulfius: Web Framework to build REST APIs in C
Added because it is a dependency of www/glewlwyd - see upcoming commit |
Number of commits found: 9
|