# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup legacysupport 1.1 # LegacySupport only used for providing wrappers here. legacysupport.newest_darwin_requires_legacy 0 github.setup qalculate qalculate-gtk 5.8.2 v github.tarball_from releases revision 0 categories math license GPL-2+ maintainers {gmail.com:jjstickel @jjstickel} \ {judaew @judaew} \ openmaintainer description Qalculate! is a multi-purpose desktop calculator long_description Qalculate! is a multi-purpose desktop calculator. \ It is small and simple to use but with much \ power and versatility underneath. Features include \ customizable functions, units, arbitrary precision, \ plotting, and a user-friendly interface. checksums rmd160 b17870ba8f243e37f2c0a195461120691914e61d \ sha256 20a3d4c4c63f53236cdaa79234e8d51e4deb5b647aff32bc310b920261ce68a3 \ size 3095670 # autoreconf to reconfigure for intltool use_autoreconf yes autoreconf.args -fvi # callbacks.cc: error: invalid suffix "b0001" on integer constant # /usr/include/c++/4.2.1/ext/hashtable.h: error: no match for call to ‘(const __gnu_cxx::hash) (Unit* const&)’ # error: no match for call to ‘(const __gnu_cxx::hash) (const long long unsigned int&)’ compiler.cxx_standard 2011 # qalculate-gtk(58160,0x2180408) malloc: *** error for object 0x1e85700: Non-aligned pointer being freed (2) legacysupport.redirect_bins qalculate-gtk depends_build-append \ port:gettext \ port:intltool \ path:bin/pkg-config:pkgconfig depends_lib-append port:gettext-runtime \ port:libqalculate \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 notes-append "Graphical plotting is enabled by installing gnuplot.\n"