Port details |
- cloudabi Constants, types and data structures used by CloudABI
- 0.19 devel =2 0.19Version of this port present on the latest quarterly branch.
- Maintainer: ed@FreeBSD.org
- Port Added: 2016-04-22 10:50:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/NuxiNL/cloudabi
- Description:
- Nuxi CloudABI is an application binary interface for UNIX-like operating
systems built around the concept of capability-based security. In a
nutshell, it means that you can run processes directly on top of a UNIX
kernel while keeping complete control over the actions the process is
allowed to perform.
This port installs a set of header files that contain the definitions
that describe the ABI itself: all of the constants, types, structures
and system calls.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cloudabi>0:devel/cloudabi
- To install the port:
- cd /usr/ports/devel/cloudabi/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cloudabi
- pkg install cloudabi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cloudabi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1517076945
SHA256 (NuxiNL-cloudabi-v0.19_GH0.tar.gz) = d78947e52d45f2202469b3606d2171b9f5e26258067d6d76f41e3e80c2555ff3
SIZE (NuxiNL-cloudabi-v0.19_GH0.tar.gz) = 175769
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- sysutils/cloudabi-utils
Configuration Options:
- No options to configure
- Options name:
- devel_cloudabi
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.19 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.19 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.19 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.19 30 Jan 2018 09:12:06 |
ed |
Upgrade all CloudABI components to their latest upstream versions.
This release of CloudABI includes some minor tweaks to improve support
for Rust, including some changes that should keep the ABI more robust
going forward. In addition to that, there are some tiny fixes for Linux,
but these are not relevant for FreeBSD.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D14076 |
0.18 25 Nov 2017 21:48:43 |
ed |
Bump CloudABI to v0.18.
Compared to the previous version, nothing installed by this port has
changed. The only changes that have happened are in the vDSO assembly
files that are only used by the FreeBSD kernel. These changes allow us
to add support for running ARMv6/7 binaries on ARM64.
Reviewed by: rene
Differential Revision: https://reviews.freebsd.org/D13241 |
0.17 12 Nov 2017 22:13:47 |
ed |
devel/cloudabi and sysutils/cloudabi-utils: Upgrade to v0.17 and v0.35.
In CloudABI v0.17, we've removed some more unused bits from the polling
framework. Processes have also gained process IDs in the form of
UUIDv4s, which means they should never recycle and are globally unique.
cloudabi-utils has been patched to catch up with the ABI changes. While
there, some cleanups/bugfixes have been made to the emulator.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D13052 |
0.16 29 Oct 2017 21:34:14 |
ed |
Update CloudABI related packages to the latest upstream versions.
We're currently working towards redesigning the entire polling/event
handling subsystem of CloudABI. This release of the CloudABI definitions
includes the first cut of changes in that area.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12751 |
0.15 08 Sep 2017 14:35:32 |
ed |
Upgrade cloudabi-utils and related packages to the latest version.
Now that we have ARPC, Flower and yaml2argdata packaged, we can conclude
this series of commits by upgrading cloudabi-utils to the latest
upstream version again. This version of cloudabi-utils now has
integrated support for starting sandboxed processes that perform network
communication using Flower.
As cloudabi-utils has partially been rewritten in C++, drop the
dependency on libyaml. We now make use of yaml-cpp. Also apply some
minor cleanups (e.g., use DISTVERISON as opposed to PORTVERSION).
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12265 |
0.12 31 Jul 2017 19:57:59 |
ed |
Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
This release of the CloudABI definitions contains some cleanups, such as
the removal of socket addresses. Though structures like sockaddr are
still defined by the C library, this information is no longer exposed by
runtimes. The reasoning being that additional services for CloudABI,
such as Flower, are going to facilitate this in the future:
https://github.com/NuxiNL/flower
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D11734 |
0.11 24 Mar 2017 13:27:16 |
ed |
Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
This release includes various changes to the userspace emulator in the
area of networking. POSIX conformance of sendmsg()/recvmsg() has been
improved. File descriptor passing is now supported.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D10125 |
0.10 08 Feb 2017 11:51:47 |
ed |
Upgrade CloudABI packages to the latest upstream versions. |
0.9 17 Jan 2017 07:20:58 |
ed |
Upgrade CloudABI headers and utilities to the latest upstream versions.
This release contains no changes to the actual ABI itself, but performs
some renaming of system call argument names and structure members to
make them more uniform. Ranges (pointer + length) pairs now have
automatically inferred names. |
0.8 17 Aug 2016 06:48:18 |
ed |
Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
The most important change in these releases is that these versions now
provide very rudamentary support for i386. |
0.7 08 Aug 2016 17:35:19 |
ed |
Update the CloudABI definitions to version 0.7.
This version removes the native system call wrappers (the functions that
use "syscall" to invoke a system call). The reason for this is that this
will no longer be covered by the specification. Instead, userspace
processes must use the vDSO to invoke system calls. |
0.6 22 Apr 2016 10:50:28 |
ed |
Upgrade cloudabi-utils to the latest version.
The latest version of cloudabi-run now includes an emulator for running
CloudABI executables. Though this emulator has been primarily developed
for Mac OS X, it also works reasonably well on FreeBSD. This means that
FreeBSD users can now experiment with CloudABI even on FreeBSD <11.
The new version of cloudabi-utils now depends on an additional package,
simply called cloudabi. This package installs a set of headers that
describe the actual binary interface that programs can use.
Reviewed by: beat
Differential Revision: https://reviews.freebsd.org/D6056 |