mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
New port: math/exprtk: C++ mathematical expression library
This commit is contained in:
parent
ba3ad61c64
commit
67f0979d06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502772
@ -210,6 +210,7 @@
|
||||
SUBDIR += ess
|
||||
SUBDIR += eukleides
|
||||
SUBDIR += eval
|
||||
SUBDIR += exprtk
|
||||
SUBDIR += facile
|
||||
SUBDIR += fann
|
||||
SUBDIR += fcl
|
||||
|
24
math/exprtk/Makefile
Normal file
24
math/exprtk/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
math/exprtk/distinfo
Normal file
3
math/exprtk/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1558941442
|
||||
SHA256 (ArashPartow-exprtk-g20190519-12fc5df_GH0.tar.gz) = 14a147441142c5ef237afbc01aab0346ca70bf76c58509a9ecf75685c15aefb0
|
||||
SIZE (ArashPartow-exprtk-g20190519-12fc5df_GH0.tar.gz) = 1313333
|
6
math/exprtk/pkg-descr
Normal file
6
math/exprtk/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user