[Lunar-commits] <moonbase> we have 2 libffi modules in moonbase - fixed by removing the older one
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Jan 13 17:24:12 CET 2011
commit beaba14b0812485950758c4b66248d77b4b210fc
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Jan 13 16:24:12 2011 +0000
we have 2 libffi modules in moonbase - fixed by removing the older one
---
devel/libffi/DETAILS | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/devel/libffi/DETAILS b/devel/libffi/DETAILS
deleted file mode 100644
index a2c8d28..0000000
--- a/devel/libffi/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=libffi
- VERSION=3.0.8
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=ftp://sourceware.org:/pub/libffi/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:ce44d10c39d9a37479c8777e206cac0f36c48712
- WEB_SITE="http://sources.redhat.com/libffi/"
- ENTERED=20091003
- UPDATED=20091003
- SHORT="A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language."
-cat <<EOF
-FFI stands for Foreign Function Interface. A foreign function interface
-is the popular name for the interface that allows code written in
-one language to call code written in another language. The libffi
-library really only provides the lowest, machine dependent layer of a
-fully featured foreign function interface. A layer must exist above
-libffi that handles type conversions for values passed between the
-two languages.
-EOF
More information about the Lunar-commits
mailing list