aboutsummaryrefslogtreecommitdiff
path: root/math/muparser
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314640
* - Update to 2.2.0Nicola Vitale2012-01-234-28/+24
| | | | | | | - Add LICENSE (MIT) Notes: svn path=/head/; revision=289696
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.34Nicola Vitale2010-09-212-4/+4
| | | | | | | | PR: ports/150776 Submitted by: Sergei Golyashov <athathoth at yandex.ru> Notes: svn path=/head/; revision=261569
* Update to 1.32Max Brazhnikov2010-03-123-132/+50
| | | | | | | | | | | | Remove dependency on pkg-config (not needed by muparser itself) Use gnomehack instead of manual fixing installation paths for pkgconfig files PR: ports/144163 Submitted by: makc@ Approved by: nivit@ (maintainer timeout) Notes: svn path=/head/; revision=250972
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Add -fPIC to CFLAGS when ARCH equals to amd64 or ia64Nicola Vitale2009-08-211-1/+8
| | | | | | | | | | - Bump PORTREVISION PR: ports/138009 Submitted by: makc Notes: svn path=/head/; revision=240058
* - Update download locationsPhilip M. Gollucci2009-02-052-5/+4
| | | | | | | | | | distfile re-rolled upstream While here, utilize SF Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227646
* - 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