| Port details |
- solidity Solidity Contract-Oriented Programming Language
- 0.8.36_1 lang
=0 0.8.35Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
 - Port Added: 2018-01-23 13:58:31
- Last Update: 2026-07-29 19:04:44
- Commit Hash: dfa5362
- License: GPLv3
- WWW:
- https://github.com/argotorg/solidity
- Description:
- Solidity is a contract-oriented, high-level language for implementing
smart contracts. It was influenced by C++, Python and JavaScript and
is designed to target the Ethereum Virtual Machine (EVM).
Solidity is statically typed, supports inheritance, libraries and
complex user-defined types among other features.
It is possible to create contracts for voting, crowdfunding,
blind auctions, multi-signature wallets and more.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/solidity/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/solidity
- pkg install solidity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: solidity
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: powerpc powerpc64 powerpcspe
- distinfo:
- TIMESTAMP = 1783940844
SHA256 (solidity_0.8.36.tar.gz) = 458c525af3a7bc1b5599e1a125cce960631ab8b3e7110c7ed4c9bbf34157fb86
SIZE (solidity_0.8.36.tar.gz) = 8594885
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:
-
- boost-libs>=0 : devel/boost-libs
- libfmt>=0 : devel/libfmt
- nlohmann-json>=0 : devel/nlohmann-json
- range-v3>=0 : devel/range-v3
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- z3 : math/z3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for solidity-0.8.36_1:
CVC5=off: SMT Checker via CVC5
Z3=on: SMT Checker via Z3
===> Use 'make config' to modify these settings
- Options name:
- lang_solidity
- USES:
- cmake compiler:c++14-lang cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 104 (showing only 4 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.4.21 18 Apr 2018 12:54:58
  |
jbeich  |
lang/solidity: unbreak with boost 1.67 on 10.*
In file included from libjulia/optimiser/FunctionGrouper.cpp:22:
In file included from ./libjulia/optimiser/FunctionGrouper.h:24:
In file included from ./libjulia/ASTDataForward.h:24:
In file included from ./libsolidity/inlineasm/AsmDataForward.h:25:
In file included from /usr/local/include/boost/variant.hpp:17:
In file included from /usr/local/include/boost/variant/variant.hpp:21:
In file included from /usr/local/include/boost/type_index.hpp:29:
In file included from /usr/local/include/boost/type_index/stl_type_index.hpp:43:
In file included from /usr/local/include/boost/container_hash/hash.hpp:760:
In file included from /usr/local/include/boost/container_hash/extensions.hpp:22:
In file included from /usr/local/include/boost/detail/container_fwd.hpp:93:
/usr/include/c++/v1/vector:504:70: error: no member named 'value' in
'std::__1::is_nothrow_default_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement,
dev::solidity::assembly::Instruction, dev::solidity::assembly::Label,
dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment,
dev::solidity::assembly::VariableDeclaration,
dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If,
dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop,
dev::solidity::assembly::Block> > >'
_NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)(Only the first 15 lines of the commit message are shown above ) |
0.4.21 19 Mar 2018 17:02:40
  |
ale  |
Update to 0.4.21 release. |
0.4.19 23 Jan 2018 14:30:58
  |
ale  |
Improve port description. |
0.4.19 23 Jan 2018 13:58:22
  |
ale  |
The Solidity Contract-Oriented Programming Language
WWW: https://github.com/ethereum/solidity |
Number of commits found: 104 (showing only 4 on this page)
|