[Lunar-commits] <moonbase> gobject-introspection: new module. gobject bindings from other languages

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 15 22:16:50 CEST 2010


commit c527d9bf34ba0d466aeab3b3d642da3242d6410b
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sat Oct 3 23:04:34 2009 -0700

    gobject-introspection: new module. gobject bindings from other languages
---
 devel/gobject-introspection/DEPENDS |    3 +++
 devel/gobject-introspection/DETAILS |   22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/devel/gobject-introspection/DEPENDS b/devel/gobject-introspection/DEPENDS
new file mode 100644
index 0000000..466f76a
--- /dev/null
+++ b/devel/gobject-introspection/DEPENDS
@@ -0,0 +1,3 @@
+depends  libffi
+depends  glib-2
+optional_depends  Python  ""  ""  "For Python support"
diff --git a/devel/gobject-introspection/DETAILS b/devel/gobject-introspection/DETAILS
new file mode 100644
index 0000000..568099a
--- /dev/null
+++ b/devel/gobject-introspection/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=gobject-introspection
+         VERSION=0.6.5
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+      SOURCE_URL=http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/0.6/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:ffa66729630018637e5b91f88316d3c536672840
+        WEB_SITE="http://live.gnome.org/GObjectIntrospection"
+         ENTERED=20091003
+         UPDATED=20091003
+           SHORT="Generate interface introspection data for GObject libraries"
+cat <<EOF
+GObject Introspection is a project for providing machine readable
+introspection data of the API of C libraries. This introspection data
+can be used in several different use cases, for example automatic code
+generation for bindings, API verification and documentation generation.
+
+GObject Introspection contains tools to generate and handle the
+introspection data.
+
+This package contains tools for extracting introspection data from
+libraries and transforming it to different formats.
+EOF


More information about the Lunar-commits mailing list