Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.4 09 Nov 2023 23:41:03 |
Jason E. Hale (jhale) |
math/muparser: Fix pkg-plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cmake/muparser/muparser-targets-%%CMAKE_BUILD_TYPE%%.cmake
Error: Orphaned: lib/cmake/muparser/muparser-targets.cmake
Error: Orphaned: lib/cmake/muparser/muparserConfig.cmake
Error: Orphaned: lib/cmake/muparser/muparserConfigVersion.cmake
Approved by: portmgr (blanket) |
2.3.4 18 Nov 2022 14:31:01 |
Nicola Vitale (nivit) |
math/muparser: update to 2.3.4
- Use PLIST_SUB to remove hard-coded version of the program
- Reorder variables in Makefile
- Fix value of LICENSE_FILE |
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) |
2.3.2 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 ) |
2.3.2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.3.2 27 Apr 2022 13:18:39 |
Piotr Kubaj (pkubaj) |
math/muparser: disable OpenMP on architectures lacking omp.h |
2.3.2 20 Nov 2021 15:07:28 |
Piotr Kubaj (pkubaj) |
math/muparser: fix build on armv7
Same issue as on powerpc. |
2.3.2 10 Jun 2021 00:57:33 |
Piotr Kubaj (pkubaj) |
math/muparser: fix build on powerpc
LLVM on powerpc doesn't have libomp:
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) |
2.3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.2 24 Jan 2021 01:07:03 |
yuri |
math/muparser: Update 2.2.5 -> 2.3.2
PR: 252546
Approved by: nivit (maintainer's timeout 14 days) |
2.2.5_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.2.5_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.2.5 28 Oct 2018 09:45:57 |
linimon |
Fix build on powerpc.
PR: 232327
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.2.5 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.2.5 09 Jan 2018 07:55:05 |
mat |
Remove a few text occurrences of NOPORTDOCS.
Sponsored by: Absolight |
2.2.5 07 Mar 2017 00:06:43 |
jhale |
- Update to 2.2.5
- Fetch from Github (Sourceforge files no longer available)
- Use USES=dos2unix to convert header files
- Remove DOCS option (all html docs were replaced with a single html page
that just redirects to the muparser homepage)
- Add DOXYGEN option to build API documentation
- Use options target helpers
- configure script already supplies -fPIC -DPIC where needed, so remove it
from the port Makefile
- Add LICENSE_FILE
- Move USES upward, group OPTIONS stuff together
Changes: http://beltoforion.de/article.php?a=muparser&hl=en&p=release_notes
PR: 216090
Submitted by: jhale
Approved by: maintainer timeout (7 weeks) |
2.2.3 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
2.2.3 07 Jul 2014 02:42:22 |
nivit |
- Update to 2.2.3
- Use options helpers
- Build/install dynamic library instead of the static one
- Add options DOCS and EXAMPLES
- Set MAKE_JOBS_UNSAFE, otherwise the port fails to build
when the option EXAMPLES is ON (it tries to compile/link
example1 while the library is not yet built/deployed)
- Remove build-dependency by devel/gmake
- Add support for stage dir
- Fix format of WWW line in pkg-descr
Release Notes: http://muparser.beltoforion.de/mup_intro.html#idRelNote |
2.2.0 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
2.2.0 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.2.0 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.2.0 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) |
2.2.0 23 Jan 2012 21:58:58 |
nivit |
- Update to 2.2.0
- Add LICENSE (MIT) |
1.34 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.34 21 Sep 2010 19:56:24 |
nivit |
- Update to 1.34
PR: ports/150776
Submitted by: Sergei Golyashov <athathoth at yandex.ru> |
1.32 12 Mar 2010 19:51:32 |
makc |
Update to 1.32
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) |
1.30_1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.30_1 21 Aug 2009 22:23:56 |
nivit |
- Add -fPIC to CFLAGS when ARCH equals to amd64 or ia64
- Bump PORTREVISION
PR: ports/138009
Submitted by: makc |
1.30 05 Feb 2009 07:37:03 |
pgollucci |
- Update download locations
distfile re-rolled upstream
While here, utilize SF
Reported by: -fetch-original pointyhat run |
1.30 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
1.30 13 Jul 2008 09:46:54 |
nivit |
- Remove USE_LDCONFIG (the port doesn't installa a shared library any more) |
1.30 12 Jul 2008 17:04:58 |
nivit |
- Update to 1.30
- Add --enable-shared=no to CONFIGURE_ARGS
- Add support for (optional) installation of docs and samples |
1.27 31 Jan 2007 14:41:02 |
nivit |
- Updated to 1.27
- 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) |
1.25 10 Dec 2006 01:21:51 |
nivit |
- Updated email address in my ports
Approved by: alexbl (mentor) |
1.25 28 May 2006 05:25:51 |
mezz |
devel/pkgconfig -> devel/pkg-config
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 |
1.25 15 Feb 2006 16:58:32 |
garga |
muParser is an extensible high performance math parser library written in C++.
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> |