aboutsummaryrefslogtreecommitdiffstats
path: root/math/muparser
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with M
* - Add -fPIC to CFLAGS when ARCH equals to amd64 or ia64nivit2009-08-221-1/+8
| | | | | | | - Bump PORTREVISION PR: ports/138009 Submitted by: makc
* - Update download locationspgollucci2009-02-052-5/+4
| | | | | | | distfile re-rolled upstream While here, utilize SF Reported by: -fetch-original pointyhat run
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-7/+1
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove USE_LDCONFIG (the port doesn't installa a shared library any more)nivit2008-07-131-1/+0
|
* - Update to 1.30nivit2008-07-133-9/+201
| | | | | - Add --enable-shared=no to CONFIGURE_ARGS - Add support for (optional) installation of docs and samples
* - Updated to 1.27nivit2007-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)
* - Updated email address in my portsnivit2006-12-101-1/+1
| | | | Approved by: alexbl (mentor)
* devel/pkgconfig -> devel/pkg-configmezz2006-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
* muParser is an extensible high performance math parser library written in C++.garga2006-02-164-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>