svn commit: r459754 - head/lang/solidity

Alex Dupre ale at FreeBSD.org
Tue Jan 23 14:30:59 UTC 2018


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


More information about the svn-ports-head mailing list