[74211] trunk/dports/gnome

devans at macports.org devans at macports.org
Tue Dec 7 09:56:14 PST 2010


Revision: 74211
          http://trac.macports.org/changeset/74211
Author:   devans at macports.org
Date:     2010-12-07 09:56:10 -0800 (Tue, 07 Dec 2010)
Log Message:
-----------
atkmm: new port, C++ bindings for the ATK library, previously part of gtkmm.

Added Paths:
-----------
    trunk/dports/gnome/atkmm/
    trunk/dports/gnome/atkmm/Portfile

Added: trunk/dports/gnome/atkmm/Portfile
===================================================================
--- trunk/dports/gnome/atkmm/Portfile	                        (rev 0)
+++ trunk/dports/gnome/atkmm/Portfile	2010-12-07 17:56:10 UTC (rev 74211)
@@ -0,0 +1,40 @@
+# -*- 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		atkmm
+version		2.22.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description	atkmm is the C++ binding for the ATK library.
+long_description \
+                ${description} This port is part of the GNOME C++ bindings suite.
+
+maintainers	devans openmaintainer
+categories	gnome devel
+platforms	darwin
+homepage	http://www.gtkmm.org/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2	yes
+
+checksums       md5     06c5560135eea58ab0afb3f73011768e \
+                sha1    d5e56afdbc53881a3cc7a6772e72eac16ae41fa6 \
+                rmd160  057fa8eb117ed1a98129e9d861dabae432154f29
+
+depends_build   port:pkgconfig
+
+depends_lib	port:atk \
+                port:glibmm
+
+pre-activate {
+    if { [file exists ${prefix}/lib/pkgconfig/atkmm-1.6.pc]
+        && ![catch {set vers [lindex [registry_active gtkmm] 0]}]
+        && [rpm-vercomp [lindex $vers 1] 2.22.0] < 0} {
+        
+        registry_deactivate gtkmm "" [list ports_nodepcheck 1]
+    }
+}
+
+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/atkmm/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/20101207/d4133f31/attachment-0001.html>


More information about the macports-changes mailing list