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 | # $ |
---|
3 | PortSystem 1.0 |
---|
4 | name dyncall |
---|
5 | version 0.7 |
---|
6 | categories devel |
---|
7 | platforms darwin |
---|
8 | maintainers uni-goettingen.de:dadler |
---|
9 | description Foreign Function Interface and Dynamic Binding Linkage Framework |
---|
10 | long_description DynCall is a suite of three libraries (dyncall, dynload and dyncallback) that offers \ |
---|
11 | a framework for implementing Foreign Function Interfaces, dynamic binding linkage systems, language bridging middleware and \ |
---|
12 | other dynamic interoperability facilities with a need to access low-level pre-compiled machine code in a dynamic manner. |
---|
13 | homepage http://dyncall.org |
---|
14 | supported_archs i386 ppc x86_64 |
---|
15 | license BSD |
---|
16 | master_sites http://dyncall.org/r0.7/ |
---|
17 | checksums md5 d41c554d3aa797fca27f964f90dbcfa1 \ |
---|
18 | sha1 1811b4adcd26551508a63cf1f3f3ea7ca6ae25c6 \ |
---|
19 | rmd160 b820e21fbc682d0b9b48546917d2d1bd460718cd |
---|
20 | configure.universal_args --target-universal |
---|