[Lunar-commits] r16686 - moonbase/trunk/devel/ffcall

Dennis Veatch stumbles at lunar-linux.org
Wed Sep 28 22:38:10 UTC 2005


Author: stumbles
Date: 2005-09-28 22:38:08 +0000 (Wed, 28 Sep 2005)
New Revision: 16686

Modified:
   moonbase/trunk/devel/ffcall/DETAILS
Log:

Adds support for x86_64 (AMD64) Linux and 
PowerPC MacOS X.

Compiled with gcc-3.4.4 and glibc-2.3.5



Modified: moonbase/trunk/devel/ffcall/DETAILS
===================================================================
--- moonbase/trunk/devel/ffcall/DETAILS	2005-09-28 22:29:56 UTC (rev 16685)
+++ moonbase/trunk/devel/ffcall/DETAILS	2005-09-28 22:38:08 UTC (rev 16686)
@@ -1,12 +1,17 @@
           MODULE=ffcall
-         VERSION=1.9
+         VERSION=1.10
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE_VFY=md5:8437c7f973db2d3d340c833d23001c64
    SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/libs/
         WEB_SITE=http://www.gnu.org/directory/Software_Libraries/C_libraries/ffcall.html
+      SOURCE_VFY=sha1:6b4fdc7bd38b434bbf3d65508a3d117fc8b349f3
          ENTERED=20021225
-         UPDATED=20040508
+         UPDATED=20050928
            SHORT="Builds foreign function call interfaces in embedded interpreters"
 cat << EOF
-A collection of four libraries used to build foreign function call interfaces in embedded interpreters. The packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline)
+A collection of four libraries used to build foreign function call interfaces
+in embedded interpreters. The packages are: avcall - calling C functions with
+variable arguments vacall - C functions accepting variable argument prototypes
+trampoline - closures as first-class C functions callback - closures with
+variable arguments as first-class C functions (a reentrant combination of 
+vacall and trampoline)
 EOF



More information about the Lunar-commits mailing list