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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
poser C framework for POsix SERvices
1.1 devel on this many watch lists=1 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 1.1Version of this port present on the latest quarterly branch.
Maintainer: zirias@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (29 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/poser-1.1/catalog.mk
  3. /usr/local/share/licenses/poser-1.1/LICENSE
  4. /usr/local/share/licenses/poser-1.1/BSD2CLAUSE
  5. include/poser/core.h
  6. include/poser/core/certinfo.h
  7. include/poser/core/client.h
  8. include/poser/core/connection.h
  9. include/poser/core/daemon.h
  10. include/poser/core/event.h
  11. include/poser/core/hashtable.h
  12. include/poser/core/list.h
  13. include/poser/core/log.h
  14. include/poser/core/proto.h
  15. include/poser/core/queue.h
  16. include/poser/core/runopts.h
  17. include/poser/core/server.h
  18. include/poser/core/service.h
  19. include/poser/core/stringbuilder.h
  20. include/poser/core/threadpool.h
  21. include/poser/core/util.h
  22. include/poser/decl.h
  23. lib/libposercore.so
  24. lib/libposercore.so.1
  25. lib/libposercore.so.1.1.0
  26. libdata/pkgconfig/posercore.pc
  27. @owner
  28. @group
  29. @mode
Collapse this list.
Dependency lines:
  • poser>0:devel/poser
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):
poser
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11.1-1.11.1---
FreeBSD:13:quarterly1.11.11.11.11.11.11.11.1
FreeBSD:14:latest1.11.1-1.11.11.1-1.1
FreeBSD:14:quarterly1.11.1-1.11.11.11.11.1
FreeBSD:15:latest1.11.1n/a1.1n/a1.11.11.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://github.com/Zirias/poser/releases/download/v1.1/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1
07 Jun 2023 17:36:40
commit hash: 43d4e8d205e728d89f4ace8054c9fda48470012bcommit hash: 43d4e8d205e728d89f4ace8054c9fda48470012bcommit hash: 43d4e8d205e728d89f4ace8054c9fda48470012bcommit hash: 43d4e8d205e728d89f4ace8054c9fda48470012b files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
commit hash: 2a680d55e5c78cc555c5a701fe39992e475257e7commit hash: 2a680d55e5c78cc555c5a701fe39992e475257e7commit hash: 2a680d55e5c78cc555c5a701fe39992e475257e7commit hash: 2a680d55e5c78cc555c5a701fe39992e475257e7 files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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