2019-04-09 12:19:11 +02:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
PortGroup cmake 1.1
|
|
|
|
|
|
|
|
|
|
platforms darwin macosx
|
|
|
|
|
categories textproc
|
2020-05-14 00:35:52 -05:00
|
|
|
license BSD
|
2020-02-29 15:27:44 +01:00
|
|
|
maintainers {ra1nb0w @ra1nb0w} openmaintainer
|
2019-04-09 12:19:11 +02:00
|
|
|
|
|
|
|
|
description A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
|
2025-01-30 08:11:54 +11:00
|
|
|
long_description {*}${description}
|
2019-04-09 12:19:11 +02:00
|
|
|
|
2023-03-06 09:12:36 +01:00
|
|
|
github.setup beltoforion muparserx 4.0.12 v
|
2025-01-30 08:11:54 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2023-03-06 09:12:36 +01:00
|
|
|
checksums rmd160 0754eed9c0e3727e6c84b53b1a930a378cfc24f6 \
|
|
|
|
|
sha256 b40b3752ec442f648cd432ad3fbce8176c2348929c4662fe331455d937e4dc97 \
|
|
|
|
|
size 223395
|
2019-04-09 12:19:11 +02:00
|
|
|
revision 0
|
|
|
|
|
|
2023-03-06 03:12:23 -06:00
|
|
|
compiler.cxx_standard 2017
|
2020-02-29 14:52:27 +01:00
|
|
|
|
2019-04-09 12:19:11 +02:00
|
|
|
configure.args-append \
|
|
|
|
|
-DBUILD_SHARED_LIBS=ON
|