From owner-svn-ports-all@freebsd.org Mon May 27 07:24:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75C0615BBF03; Mon, 27 May 2019 07:24:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17BD388181; Mon, 27 May 2019 07:24:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0B4027A05; Mon, 27 May 2019 07:24:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4R7O6Vp079392; Mon, 27 May 2019 07:24:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4R7O6bR079388; Mon, 27 May 2019 07:24:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905270724.x4R7O6bR079388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 27 May 2019 07:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502772 - in head/math: . exprtk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . exprtk X-SVN-Commit-Revision: 502772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 17BD388181 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2019 07:24:07 -0000 Author: yuri Date: Mon May 27 07:24:05 2019 New Revision: 502772 URL: https://svnweb.freebsd.org/changeset/ports/502772 Log: New port: math/exprtk: C++ mathematical expression library Added: head/math/exprtk/ head/math/exprtk/Makefile (contents, props changed) head/math/exprtk/distinfo (contents, props changed) head/math/exprtk/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon May 27 07:19:30 2019 (r502771) +++ head/math/Makefile Mon May 27 07:24:05 2019 (r502772) @@ -210,6 +210,7 @@ SUBDIR += ess SUBDIR += eukleides SUBDIR += eval + SUBDIR += exprtk SUBDIR += facile SUBDIR += fann SUBDIR += fcl Added: head/math/exprtk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/exprtk/Makefile Mon May 27 07:24:05 2019 (r502772) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= exprtk +DISTVERSION= g20190519 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ mathematical expression library + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= ArashPartow +GH_TAGNAME= 12fc5df + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/exprtk.hpp + +do-install: + ${INSTALL_DATA} ${WRKSRC}/exprtk.hpp ${STAGEDIR}${PREFIX}/include + +.include Added: head/math/exprtk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/exprtk/distinfo Mon May 27 07:24:05 2019 (r502772) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558941442 +SHA256 (ArashPartow-exprtk-g20190519-12fc5df_GH0.tar.gz) = 14a147441142c5ef237afbc01aab0346ca70bf76c58509a9ecf75685c15aefb0 +SIZE (ArashPartow-exprtk-g20190519-12fc5df_GH0.tar.gz) = 1313333 Added: head/math/exprtk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/exprtk/pkg-descr Mon May 27 07:24:05 2019 (r502772) @@ -0,0 +1,6 @@ +The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, +easy to integrate and extremely efficient run-time mathematical expression +parser and evaluation engine. ExprTk supports numerous forms of functional, +logical and vector processing semantics and is very easily extendible. + +WWW: http://www.partow.net/programming/exprtk/index.html