Port details on branch 2024Q4 |
- chaiscript Embedded scripting language designed for C++
- 6.1.0_3 lang =2 6.1.0_3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-12-03 02:56:25
- 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: BSD3CLAUSE
- WWW:
- https://chaiscript.com/
- Description:
- ChaiScript is a scripting language designed specifically for integration with
C++. It provides seamless integration with C++ on all levels, including
shared_ptr objects, functors and exceptions.
The parts of the ChaiScript API that the average user will be concerned with are
contained in the chaiscript namespace and the chaiscript::ChaiScript class.
The end user parts of the API are extremely simple both in size and ease of use.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ChaiScript>0:lang/chaiscript
- To install the port:
- cd /usr/ports/lang/chaiscript/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/chaiscript
- pkg install ChaiScript
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ChaiScript
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1543803774
SHA256 (ChaiScript-ChaiScript-v6.1.0_GH0.tar.gz) = 3ca9ba6434b4f0123b5ab56433e3383b01244d9666c85c06cc116d7c41e8f92a
SIZE (ChaiScript-ChaiScript-v6.1.0_GH0.tar.gz) = 450961
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
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- This port is required by:
- for Build
-
- devel/rttr
- science/opensph
Configuration Options:
- ===> The following configuration options are available for ChaiScript-6.1.0_3:
CPP17=off: Build with C++17 flags
DYNLOAD=on: Dynamic Loading Support Enabled
MULTITHREAD=on: Multithreaded Support Enabled
STD_MAKE_SHARED=off: Use std::make_shared instead of chaiscript::make_shared
===> Use 'make config' to modify these settings
- Options name:
- lang_chaiscript
- USES:
- cmake localbase:ldflags readline compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|