Ticket #51785: libqalculate_Portfile.diff
File libqalculate_Portfile.diff, 1.8 KB (added by jjstickel (Jonathan Stickel), 8 years ago) |
---|
-
Portfile
old new 1 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 2 # $Id: Portfile 142159 2015-11-05 00:10:38Z mk@macports.org $ 3 3 4 PortSystem 1.0 4 PortSystem 1.0 5 PortGroup github 1.0 6 7 github.setup qalculate libqalculate 0.9.8 5 8 6 name libqalculate7 version 0.9.78 revision 39 9 categories math 10 10 platforms darwin 11 maintainers vcn.com:jjstickel11 maintainers gmail.com:jjstickel 12 12 license GPL-2+ 13 13 14 14 description libqalculate is math libary for expression evaluation \ … … 21 21 functionality. This library directly supports the \ 22 22 GUI interface qalculate-gtk or qalculate-kde. 23 23 24 homepage http://qalculate.sourceforge.net/ 25 master_sites sourceforge:qalculate 24 master_sites https://github.com/${github.author}/${github.project}/files/316260 25 26 checksums rmd160 aec2d6aa507bff6fc64755e9ba44ce5e72586fe5 \ 27 sha256 0dd74d36885ab8d98f1268e17950426af2eb93ab9e819703ded230b042cceb5c 26 28 27 checksums md5 a1507ab862f4ad9852788619aada35cd \ 28 sha1 c15f7f3a97995decf62cc964956fc1e374ecd78c \ 29 rmd160 cc9e198769bea9731f92d2f3836875c83f715674 29 patchfiles libqalculate_unordered.patch 30 patch.pre_args -p1 30 31 31 depends_build port:intltool \32 port:pkgconfig 32 depends_build-append port:intltool \ 33 port:pkgconfig 33 34 34 depends_lib 35 depends_lib-append port:cln\ 35 36 port:libxml2\ 36 37 path:lib/pkgconfig/glib-2.0.pc:glib2\ 37 38 port:readline 38 39 patch {40 reinplace "s|<malloc.h>|<malloc/malloc.h>|" ${worksrcpath}/src/qalc.cc41 }42 43 # autoreconf to reconfigure with our intltool.m444 45 use_autoreconf yes46 autoreconf.args -fvi47 48 livecheck.regex ${name}-(\[0-9.]+)${extract.suffix}