Port details |
- poser C framework for POsix SERvices
- 1.2.1 devel
=3 1.2.1Version of this port present on the latest quarterly branch. - Maintainer: zirias@FreeBSD.org
 - Port Added: 2023-06-02 18:27:09
- Last Update: 2024-08-28 17:16:44
- Commit Hash: 655780b
- People watching this port, also watch:: exomizer, ortp, emu64, makemkv, linphone
- License: BSD2CLAUSE
- WWW:
- https://zirias.github.io/poser/
- Description:
- This is a lightweight framework to easily implement a typical (networking)
service in C, using an event-driven API.
It only uses standard POSIX APIs, therefore it is not suitable for services
that must scale to thousands of concurrent clients.
¦ ¦ ¦ ¦ 
- 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/devel/poser/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/poser
- pkg install poser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: poser
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724609495
SHA256 (poser-1.2.1.tar.xz) = 5d2dccaf90e044776087180da25d2da4d3085c7b77312d8d8ec99d6c3ea38581
SIZE (poser-1.2.1.tar.xz) = 84580
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.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- security/tlsc
- x11/xmoji
Configuration Options:
- ===> The following configuration options are available for poser-1.2.1:
DOCS=on: Build and/or install documentation
DOXYGEN=off: Build documentation with Doxygen
TLS=on: Secure network connection support via TLS
===> Use 'make config' to modify these settings
- Options name:
- devel_poser
- USES:
- compiler:c11 gmake pkgconfig tar:xz ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1 28 Aug 2024 17:16:44
    |
Felix Palmen (zirias)  |
devel/poser: Update to 1.2.1
New upstream release, adds a generic Timer implementation and many bug
fixes. |
1.1 07 Jun 2023 17:36:40
    |
Felix Palmen (zirias)  |
devel/poser: Update to 1.1
Changes: https://github.com/Zirias/poser/releases/tag/v1.1
Approved by: tcberner (mentor, implicit) |
1.0.1 02 Jun 2023 18:23:52
    |
Felix Palmen (zirias)  |
devel/poser: Add new port
poser is a C framework for POSIX services. It is required for the new
version of security/tlsc.
Approved by: tcberner (mentor, implicit) |
Number of commits found: 3
|