Added: trunk/dports/gnome/gobject-introspection/Portfile (0 => 71024)
--- trunk/dports/gnome/gobject-introspection/Portfile (rev 0)
+++ trunk/dports/gnome/gobject-introspection/Portfile 2010-08-30 05:14:42 UTC (rev 71024)
@@ -0,0 +1,32 @@
+# -*- 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 gobject-introspection
+version 0.9.3
+set branch [join [lrange [split ${version} .] 0 1] .]
+categories gnome
+platforms darwin
+maintainers rmsfisher openmaintainer
+description GObject Introspection
+
+long_description Gobject Introspection acts as a bridge between low-level C+GObject code and \
+ a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.).
+
+homepage http://live.gnome.org/GObjectIntrospection
+master_sites gnome:sources/${name}/${branch}/
+use_bzip2 yes
+checksums md5 f79a70e9461416ad630d34c8a35c7fe0 \
+ sha1 71cbab327e1af663f12b38e06d4d634b5e15c3e8 \
+ rmd160 eef6d9b7b856e6b35b2ee8ae9ed63512bff336e6
+
+depends_build port:pkgconfig
+
+depends_lib port:cairo \
+ path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
+ port:libffi
+
+livecheck.type regex
+livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
Property changes on: trunk/dports/gnome/gobject-introspection/Portfile
___________________________________________________________________