summaryrefslogtreecommitdiff
path: root/math/muparser
AgeCommit message (Collapse)AuthorFilesLines
2018-01-26muparser: Fix SunOS linker flags and naming.jperkin2-7/+20
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-2/+2
'Please use ${ECHO_N} instead of "echo -n".'
2012-11-16Don't redeclare a local variable.joerg2-1/+39
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-15update to 2.2.2drochner4-12/+15
changes: * ternary if-then-else operator added (C++ like) * new intrinsic binary operators: "&&", "||" * A new bulkmode allows submitting large arrays as variables * intrinsic "and", "or" and "xor" operators have been removed * Implementation for complex numbers removed * Function atan2 added -bugfixes, cleanup, other minor improvements pkgsrc note: shlib major changed
2011-12-16math/muparser: Add DragonFly to configure scriptmarino2-5/+22
2010-11-02update to 134drochner2-7/+7
changes: -The prefix needed for parsing hex values is now "0x" and no longer "$" -The associativity of binary operators can now be changed. -The pow operator is now right associative. -Seperator can now be used outside of functions. +bugfixes
2010-08-11Update to muParser 1.32asau4-29/+17
Changes in muParser 1.32 ------------------------ Changes: * "example3" renamed to "example2" * Project/Makefiles files are now provided for: - msvc2003 - msvc2005 - msvc2008 - watcom (makefile) - mingw (makefile) - bcc (makefile) * Project files for borland cpp builder were removed New features: * Added function returning muparsers version number * Added function for resetting the locale Bugfixes: * Changes example1 in order to fix issues with irritating memory leak reports. Added conditional code for memory leak detection with MSVC in example1. (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx) * Fixed some warnings for gcc Changes in muParser 1.31cp -------------------------- Changes: * Archive structure changed * C# wrapper added * Fixed issued that prevented compiling with VS2010 Beta2
2009-12-12MAKE_JOBS_SAFE=noasau1-1/+2
2009-12-11add muparser-130, a parser for mathematical expressionsdrochner7-0/+92