Date: Tue, 23 Jan 2018 14:30:58 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459754 - head/lang/solidity Message-ID: <201801231430.w0NEUwpU089411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Tue Jan 23 14:30:58 2018 New Revision: 459754 URL: https://svnweb.freebsd.org/changeset/ports/459754 Log: Improve port description. Modified: head/lang/solidity/pkg-descr Modified: head/lang/solidity/pkg-descr ============================================================================== --- head/lang/solidity/pkg-descr Tue Jan 23 14:15:56 2018 (r459753) +++ head/lang/solidity/pkg-descr Tue Jan 23 14:30:58 2018 (r459754) @@ -1,3 +1,11 @@ -The Solidity Contract-Oriented Programming Language +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. WWW: https://github.com/ethereum/solidity
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801231430.w0NEUwpU089411>