Port details |
- toml11 C++11 header-only toml parser & encoder
- 3.7.1 devel =2 3.7.1Version of this port present on the latest quarterly branch.
- Maintainer: dch@FreeBSD.org
- Port Added: 2021-01-06 12:13:34
- Last Update: 2024-07-29 12:41:25
- Commit Hash: 9e3ba1e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/ToruNiina/toml11
- Description:
- A C++11 (or later) header-only toml parser/encoder depending only on C++
standard library.
It is compatible to the latest version of TOML v1.0.0-rc.2, and one of
the most TOML-standard compliant libraries, with great error messages,
configurable serializer and user-defined type conversions, with full
UTF-8 support.
- ¦ ¦ ¦ ¦
- 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/toml11/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/toml11
- pkg install toml11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: toml11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668609862
SHA256 (ToruNiina-toml11-v3.7.1_GH0.tar.gz) = afeaa9aa0416d4b6b2cd3897ca55d9317084103077b32a852247d8efd4cf6068
SIZE (ToruNiina-toml11-v3.7.1_GH0.tar.gz) = 130032
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- databases/foundationdb71-client
- databases/foundationdb71-server
- databases/foundationdb73-client
- databases/foundationdb73-server
- games/openage
- x11/wapanel
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_toml11
- USES:
- compiler:c++17-lang cmake
- 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 |
3.7.1 29 Jul 2024 12:41:25 |
Po-Chuan Hsieh (sunpoet) |
devel/toml11: Add NO_ARCH
- Update WWW
Approved by: portmgr (blanket) |
3.7.1 16 Nov 2022 23:07:40 |
Dave Cottlehuber (dch) |
devel/toml11: update to 3.7.1
Reported by: portscout
Sponsored by: SkunkWerks, GmbH |
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) |
3.7.0 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 ) |
3.7.0 31 May 2021 12:18:57 |
Dave Cottlehuber (dch) |
devel/toml11: update to 3.7.0 |
3.6.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.1 29 Mar 2021 08:53:28 |
dch |
devel/toml11: update to 3.6.1
Reviewed by: portscout
Sponsored by: SkunkWerks, GmbH |
3.6.0 06 Jan 2021 12:12:56 |
dch |
devel/toml11: new port - C++11 header-only parser/encoder
It is compatible to the latest version of TOML v1.0.0-rc.2, and one of
the most TOML-standard compliant libraries, with great error messages,
configurable serializer, user-defined type conversions, and with full
UTF-8 support.
WWW: https://github.com/toruniina/toml11
Sponsored by: SkunkWerks, GmbH |