libdaemon
Port variant |
std |
Summary |
Library for writing UNIX daemons |
Package version |
0.14_2 |
Homepage |
No known homepage |
Keywords |
devel |
Maintainer |
nobody |
License |
LGPL21 |
Other variants |
There are no other variants. |
Ravenports |
Buildsheet | History |
Ravensource |
Port Directory | History |
Last modified |
09 AUG 2024, 21:24:17 UTC |
Port created |
17 FEB 2021, 22:22:18 UTC |
Subpackage Descriptions
set |
This is the libdaemon:std metapackage.
It pulls in all subpackages of libdaemon:std. |
primary |
libdaemon is a lightweight C library that eases the writing of UNIX
daemons. It consists of the following parts:
- A wrapper around fork() which does the correct daemonization
procedure of a process
- A wrapper around syslog() for simpler and compatible log output
to Syslog or STDERR
- An API for writing PID files
- An API for serializing UNIX signals into a pipe for usage with
select() or poll()
- An API for running subprocesses with STDOUT and STDERR redirected
to syslog.
APIs like these are used in most daemon software available.
|
dev |
This is the developer subpackage of the libdaemon:std port.
It may contain headers, pc files, static and PIC libraries and SO links. |
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
This package has no dependency requirements of any kind. |
Distribution File Information
fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 340474 libdaemon-0.14.tar.gz
Ports that require libdaemon:std
avahi:std |
Service Discovery using mDNS/DNS-SD |