Port details |
- yaml2argdata Helper classes for parsing YAML into Argdata
- 0.4_1 devel =2 0.4_1Version of this port present on the latest quarterly branch.
- Maintainer: ed@FreeBSD.org
- Port Added: 2017-09-06 12:01:03
- 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/yaml2argdata
- Description:
- Argdata is a binary serialisation format similar to FreeBSD's nvlists.
It differs from nvlists in that it uses data types that are more similar
to YAML.
Argdata is used by CloudABI as a replacement for string command line
arguments and environment variables. CloudABI processes can start new
processes by passing them a YAML-like tree of arguments, having file
descriptors of resources annotated to the tree.
This package provides a series of helper classes that are used by
utilities like cloudabi-run to parse and translate YAML to Argdata.
These classes are useful when building custom utilities for launching
CloudABI processes, such as CloudABI's Kubernetes daemon.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- yaml2argdata>0:devel/yaml2argdata
- To install the port:
- cd /usr/ports/devel/yaml2argdata/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/yaml2argdata
- pkg install yaml2argdata
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yaml2argdata
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608146697
SHA256 (NuxiNL-yaml2argdata-v0.4_GH0.tar.gz) = 593dfcd923b4486e727fbb3442a1c4c5fa654eb259c9835e4f9f6c77cffe44d6
SIZE (NuxiNL-yaml2argdata-v0.4_GH0.tar.gz) = 5077
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- argdata>=0 : devel/argdata
- yaml-cpp>=0 : devel/yaml-cpp
- This port is required by:
- for Build
-
- sysutils/cloudabi-utils
Configuration Options:
- No options to configure
- Options name:
- devel_yaml2argdata
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
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.4_1 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.4_1 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.4_1 13 Jul 2021 09:07:26 |
Guido Falsi (madpilot) |
devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
binary compatible |
0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4 15 Mar 2021 23:13:32 |
nc |
devel/yaml2argdata: Update to 0.4
PR: 251904
Approved by: maintainer timeout (3 months) |
0.3 06 Sep 2017 12:00:27 |
ed |
New port: devel/yaml2argdata.
The latest release of cloudabi-utils has cloudabi-run rewritten from C
into C++. It now also has integrated support for attaching processes to
CloudABI's networking daemon, Flower.
In the process, code specific to parsing YAML configuration files
describing process configuration and resource dependencies has been
placed into a separate library, called yaml2argdata. This has the
advantage that this code can now be used by CloudABI's Kubernetes daemon
as well. Add a package for it, so sysutils/cloudabi-utils can make use
of it when we bump it.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12164 |
Number of commits found: 7
|