[88555] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Tue Jan 3 23:49:03 PST 2012
Revision: 88555
http://trac.macports.org/changeset/88555
Author: ryandesign at macports.org
Date: 2012-01-03 23:49:01 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
dyncall: new port, version 0.7; see #32748
Added Paths:
-----------
trunk/dports/devel/dyncall/
trunk/dports/devel/dyncall/Portfile
Added: trunk/dports/devel/dyncall/Portfile
===================================================================
--- trunk/dports/devel/dyncall/Portfile (rev 0)
+++ trunk/dports/devel/dyncall/Portfile 2012-01-04 07:49:01 UTC (rev 88555)
@@ -0,0 +1,37 @@
+# -*- 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
+
+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}
Property changes on: trunk/dports/devel/dyncall/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/b2f5dee6/attachment.html>
More information about the macports-changes
mailing list