| Port details |
- poser C framework for POsix SERvices
- 1.2.2 devel
=3 1.2.2Version 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: 2023-06-02 18:27:09
- Last Update: 2025-11-12 13:53:36
- Commit Hash: b56b616
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1762609097
SHA256 (poser-1.2.2.tar.xz) = b07c3a76abf261c566f794a259f8f59372996f9b87a6c4c768f4caf0d12e67d9
SIZE (poser-1.2.2.tar.xz) = 84604
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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.2:
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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.2.2 12 Nov 2025 13:53:36
    |
Robert Clausecker (fuz)  |
devel/poser: update to 1.2.2 and undeprecate
Port is maintained upstream, contrary to deprecation notice.
Take maintainership while we are at it.
Changelog: https://github.com/Zirias/poser/releases/tag/v1.2.2
MFH: 2025Q4 |
1.2.1 15 Oct 2025 04:09:44
    |
Daniel Engberg (diizzy)  |
*/*: Deprecate ports and set expiration date to 2025-12-31
Follow up on 1b25bcd52d9cf8118a4d1e3e1fa2da85747f81d8, deprecate ports
where committer also is upstream as these now are unmaintained |
1.2.1 12 Oct 2025 11:49:53
    |
Rene Ladan (rene)  |
all: return ports of zirias@ to the pool after safekeeping their commit bit
Approved by: portmgr (implicit) |
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) |