Port details |
- shroud Fortran and Python wrapper generator for C and C++ libraries
- 0.12.2.20220929 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-10-04 07:51:09
- Last Update: 2022-12-01 18:42:20
- Commit Hash: 749db82
- License: BSD3CLAUSE
- Description:
- Shroud is a tool for creating a Fortran or Python interface to a C or C++
library. It can also create a C API for a C++ library.
The user creates a YAML file with the C/C++ declarations to be wrapped along
with some annotations to provide semantic information and code generation
options. Shroud produces a wrapper for the library. The generated code is
highly-readable and intended to be similar to code that would be hand-written to
create the bindings.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- shroud-wrapper-generator>0:devel/shroud
- To install the port:
- cd /usr/ports/devel/shroud/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/shroud
- pkg install shroud-wrapper-generator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shroud-wrapper-generator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1669850927
SHA256 (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) = 79b7048ba58d71180a0cc6c0423a52e2265f096532be97c48b562356d6152c26
SIZE (LLNL-shroud-0.12.2-20220929-f5a1aec_GH0.tar.gz) = 2822615
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-yaml>0 : devel/py-yaml@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_shroud
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.2.20220929 01 Dec 2022 18:42:20
    |
Yuri Victorovich (yuri)  |
*/*: Change DISTVERSION to have a hyphen when it refers to a specific revision
When DISTVERSION contains the real version and a revision modifier,
such modifier should be separated with '-', not '.' |
0.12.2.20220929 04 Oct 2022 07:49:34
    |
Yuri Victorovich (yuri)  |
devel/shroud: New port: Fortran and Python wrapper generator for C and C++
libraries |
Number of commits found: 2
|