aboutsummaryrefslogtreecommitdiff
path: root/math/muparser
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-7/+1
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove USE_LDCONFIG (the port doesn't installa a shared library any more)Nicola Vitale2008-07-131-1/+0
| | | | Notes: svn path=/head/; revision=216765
* - Update to 1.30Nicola Vitale2008-07-123-9/+201
| | | | | | | | - Add --enable-shared=no to CONFIGURE_ARGS - Add support for (optional) installation of docs and samples Notes: svn path=/head/; revision=216742
* - Updated to 1.27Nicola Vitale2007-01-312-9/+9
| | | | | | | | | | | - Added --enable-sample=no to CONFIGURE_ARGS PR: ports/108573 Submitted by: Max Brazhnikov <makc at issp.ac.ru> Approved by: alexbl (mentor, implicit), nivit (maintainer) Notes: svn path=/head/; revision=183775
* - Updated email address in my portsNicola Vitale2006-12-101-1/+1
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163666
* muParser is an extensible high performance math parser library written in C++.Renato Botelho2006-02-154-0/+67
It is based on transforming an expression into a bytecode and precalculating constant parts of it. Author: Ingo Berg <ingo_berg@gmx.de> WWW: http://muparser.sourceforge.net/ PR: ports/93379 Submitted by: Nicola Vitale <nivit@email.it> Notes: svn path=/head/; revision=156125