Port details |
- poser C framework for POsix SERvices
- 1.1 devel
=1 1.1Version of this port present on the latest quarterly branch. - Maintainer: zirias@FreeBSD.org
 - Port Added: 2023-06-02 18:27:09
- Last Update: 2023-06-07 17:36:40
- Commit Hash: 43d4e8d
- People watching this port, also watch:: linuxdoc-tools, fvwm3, linphone, osgearth, simavr
- 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 = 1686137203
SHA256 (poser-1.1.tar.xz) = a8e2497f674cd5acf27e221f8013fdca2dbb473e5d3c7211d8469abe7c866a03
SIZE (poser-1.1.tar.xz) = 74632
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.3 : devel/gmake
- This port is required by:
- for Libraries
-
- security/tlsc
Configuration Options:
- ===> The following configuration options are available for poser-1.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 tar:xz ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 2
|