Port details |
- libmatheval Library to evaluate mathematical functions
- 1.1.11_5 devel =2 1.1.11_5Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: 2004-07-04 17:59:00
- Last Update: 2023-07-30 22:59:04
- Commit Hash: 7edcfae
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: math
- License: GPLv3
- WWW:
- https://www.gnu.org/software/libmatheval/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libmatheval>0:devel/libmatheval
- To install the port:
- cd /usr/ports/devel/libmatheval/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libmatheval
- pkg install libmatheval
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmatheval
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libmatheval-1.1.11.tar.gz) = 474852d6715ddc3b6969e28de5e1a5fbaff9e8ece6aebb9dc1cc63e9e88e89ab
SIZE (libmatheval-1.1.11.tar.gz) = 551770
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- flex>=2.5.39_1 : textproc/flex
- makeinfo : print/texinfo
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libguile.so : lang/guile1
- libgmp.so : math/gmp
- libltdl.so : devel/libltdl
- This port is required by:
- for Libraries
-
- science/h5utils
Configuration Options:
- No options to configure
- Options name:
- devel_libmatheval
- USES:
- guile:1.8 libtool localbase makeinfo pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.11_5 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.11_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.11_4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.11_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.11_4 15 Feb 2021 22:12:46 |
bofh |
devel/libmatheval: Update BUILD_DEPENDS to guile1 after upgrading guile to 3.X |
1.1.11_3 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.1.11_2 08 Jul 2018 20:50:52 |
yuri |
devel/libmatheval: Fix missing library dependency
Flex lib used to be called 'fl_pic', but now it is called 'fl'.
PR: 229516
Reported by: Michael Danilov <mike.d.ft402@gmail.com> |
1.1.11_2 21 Mar 2018 07:26:29 |
yuri |
devel/libmatheval: Add LICENSE; Group USExx
Approved by: portmgr blanket |
1.1.11_2 28 Jul 2017 21:45:20 |
jkim |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine) |
1.1.11_2 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
1.1.11_2 19 Oct 2016 20:17:41 |
amdmi3 |
- Mark BROKEN on 9 amd64:
/usr/bin/ld: /usr/local/lib/libfl_pic.a(libyywrap.o): relocation R_X86_64_32
against `a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/lib/libfl_pic.a: could not read symbols: Bad value
- Switch to USES=localbase |
1.1.11_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.11_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.1.11_2 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
1.1.11_1 27 Jun 2014 22:51:44 |
antoine |
Allow building with newer texinfo |
1.1.11_1 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
1.1.11_1 07 May 2014 08:30:14 |
tijl |
- Fix build on FreeBSD 10 by linking with -lfl_pic instead of -lfl. [1]
- Convert to USES=libtool.
- Strip libraries.
- Split CFLAGS into CPPFLAGS and LDFLAGS.
- Use INFO for .info file.
Reported by: jenkins (swills) [1] |
1.1.11 12 Apr 2014 18:43:38 |
demon |
Fix build. |
1.1.11 27 Oct 2013 15:01:18 |
demon |
Update to 1.1.11.
Support staging. |
1.1.10 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.10 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
1.1.10 11 Mar 2013 11:31:55 |
demon |
Update to version 1.1.10. |
1.1.7_1 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
1.1.7 16 Mar 2011 11:19:16 |
demon |
Update to version 1.1.7.
PR: 155529
Submitted by: swills |
1.1.5_3 22 Jan 2009 16:04:11 |
miwi |
- Chase lang/guile shlib bump |
1.1.5_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.1.5_2 21 Jul 2008 04:49:09 |
rafan |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
1.1.5_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1.5 06 Mar 2008 16:11:14 |
marcus |
Update to 1.1.5 to fix the build with guile-1.8.
Approved by: maintainer
Reported by: pointyhat via pav |
1.1.3_1 01 Mar 2008 06:22:42 |
marcus |
Chase libguile shared lib version. |
1.1.3 18 Nov 2007 22:37:50 |
ade |
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.
Approved by: portmgr (linimon) |
1.1.3 02 Oct 2007 08:11:21 |
linimon |
Mark as broken with gcc4.2 on amd64. |
1.1.3 23 Dec 2006 14:11:38 |
demon |
Update to 1.1.3.
PR: 106653
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> |
1.1.2 12 Dec 2005 11:06:12 |
demon |
Update to 1.1.2. |
1.1.0 07 Jul 2004 06:43:46 |
demon |
Add missing LIB_DEPENDS. |
1.1.0 04 Jul 2004 17:58:23 |
demon |
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. |