diff options
author | demon <demon@FreeBSD.org> | 2004-07-05 01:58:23 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-07-05 01:58:23 +0800 |
commit | 7a6fa3fd9e1704f08090871b196b1eb076932d1f (patch) | |
tree | 96678392e5cdda7b8747a4d7898ab96f24fa73ac /devel/Makefile | |
parent | 5ed3abb10c60817bf52ef1572ad5c5874808a99d (diff) | |
download | freebsd-ports-gnome-7a6fa3fd9e1704f08090871b196b1eb076932d1f.tar.gz freebsd-ports-gnome-7a6fa3fd9e1704f08090871b196b1eb076932d1f.tar.zst freebsd-ports-gnome-7a6fa3fd9e1704f08090871b196b1eb076932d1f.zip |
New port: GNU libmatheval.
GNU libmatheval is a library which contains several procedures that make
it possible to create an in-memory tree from the string representation
of a mathematical function over single or multiple variables. This tree
can be used later to evaluate a function for specified variable values,
to create a corresponding tree for the function derivative over a
specified variable or to write a textual tree representation to a
specified string. The library exposes C and Fortran 77 interfaces.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7b1c2ec6a7ae..92b60ae7b355 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -412,6 +412,7 @@ SUBDIR += libical SUBDIR += libidn SUBDIR += libltdl15 + SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmcve SUBDIR += libmimedir |