# -*- 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 # $Id$ PortSystem 1.0 name dyncall version 0.7 categories devel platforms darwin maintainers uni-goettingen.de:dadler license BSD supported_archs i386 ppc x86_64 description Foreign Function Interface and Dynamic Binding Linkage Framework long_description DynCall is a suite of three libraries (dyncall, dynload \ and dyncallback) that offers a framework for implementing \ Foreign Function Interfaces, dynamic binding linkage \ systems, language bridging middleware and other dynamic \ interoperability facilities with a need to access \ low-level pre-compiled machine code in a dynamic manner. homepage http://dyncall.org/ master_sites ${homepage}r${version} checksums rmd160 b820e21fbc682d0b9b48546917d2d1bd460718cd \ sha256 d2aedea55478ec4b1519b379027719b47eddd3f4a2f7bc514f7cb0333bced5d0 variant universal {} configure.universal_args build.args CC=${configure.cc} \ TARGET_ARCH="[get_canonical_archflags]" livecheck.type regex livecheck.url ${homepage}download.shtml livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}