mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1006 B
Tcl
25 lines
1006 B
Tcl
# -*- 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
|
|
|
|
github.setup thliebig fparser a59e1f51e32096bfe2a0a2640d5dffc7ae6ba37b
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20150925-[string range ${github.version} 0 7]
|
|
checksums rmd160 7e3b3bf8b7dabc9534f93f5f95b9f0e58ed6b24a \
|
|
sha256 5ff37d93bbd9c12670a46aa1e4f9a76c3788770d02321199e8ed918e83afccae \
|
|
size 154824
|
|
revision 0
|
|
|
|
platforms darwin macosx
|
|
categories devel
|
|
license LGPL-3
|
|
maintainers {ra1nb0w @ra1nb0w} openmaintainer
|
|
|
|
description C++ library that can be used to parse and evaluate a mathematical function from a string
|
|
long_description {*}${description}
|
|
|
|
compiler.cxx_standard 2011
|