Port details on branch 2024Q4 |
- skalibs General purpose C libraries used by skarnet.org software
- 2.14.3.0 devel =0 2.14.3.0Version of this port present on the latest quarterly branch.
- Maintainer: crest@rlwinm.de
- Port Added: 2024-12-10 09:12:06
- Last Update: 2024-12-10 09:09:11
- Commit Hash: 24d9347
- License: ISCL
- WWW:
- https://www.skarnet.org/software/skalibs/
- Description:
- skalibs is a package centralizing the public-domain C development files
used for building other skarnet.org software.
skalibs can also be used as a sound basic start for C development.
There are a lot of general-purpose libraries out there;
but if your main goal is to produce small and secure C code,
you will like skalibs.
skalibs contains exclusively public-domain code.
So you can redistribute it as you want, and it does not prevent you
from distributing any of your executables.
- ¦ ¦ ¦ ¦
- 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/skalibs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/skalibs
- pkg install skalibs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: skalibs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733236196
SHA256 (skalibs-2.14.3.0.tar.gz) = a14aa558c9b09b062fa16acec623b2c8f93d69f5cba4d07f6d0c58913066c427
SIZE (skalibs-2.14.3.0.tar.gz) = 244425
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
- This port is required by:
- for Build
-
- lang/execline
- sysutils/runwhen
- sysutils/s6
- sysutils/s6-rc
- for Libraries
-
- lang/execline
- sysutils/runwhen
- sysutils/s6
- sysutils/s6-rc
- for Run
-
- sysutils/s6-rc
Configuration Options:
- ===> The following configuration options are available for skalibs-2.14.3.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_skalibs
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.14.3.0 10 Dec 2024 09:09:11 |
Robert Clausecker (fuz) Author: Jan Bramkamp |
devel/skalibs: Update to version 2.14.3.0
Upstream changes:
- Important bugfixes for some of the software stack.
- New function: fork_newpid(), forking a process in a new pid
namespace on Linux (and returning -1 ENOSYS on other systems).
- QoL: IOPAUSE_EXCEPT will now always trigger IOPAUSE_READ or
IOPAUSE_WRITE as well, which means error handling before the IO
primitive is now unnecessary.
PR: 283100, 282021
MFH: 2024Q4
(cherry picked from commit d866f8bfec4b780b2fe0c9b1d4f90508b7c99862) |
Number of commits found: 1
|