Ticket #45845: Portfile

File Portfile, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                mathgl
8version             2.3.2
9categories          math
10license             GPL-3
11maintainers         gmail.com:mschamschula openmaintainer
12description         MathGL is a library for making high-quality scientific graphics.
13long_description    ${description} MathGL is also a library for the fast data plotting \
14                    and data processing of large data arrays a library for working in \
15                    window and console modes and for easy embedding into other programs \
16                    and a library with large and growing set of graphics.
17platforms           darwin
18homepage            http://mathgl.sourceforge.net/
19master_sites        sourceforge
20
21checksums           rmd160  ee752e705a338dabe5b5c5a9776a47be0ce0402f \
22                    sha256  63c2125c9dc7921d0e149cfb27c4304f5481449c8f03d5bff5437de1863289ee
23
24depends_lib-append  port:fltk \
25                    port:giflib \
26                    port:gsl \
27                    port:guile \
28                    port:hdf5 \
29                    port:python27 \
30                    port:ruby22
31
32patchfiles          patch-CMakeLists.txt.diff
33
34livecheck.type      regex
35livecheck.url       ${homepage}/doc_en/Download.html
36livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"