[105436] trunk/dports/x11
devans at macports.org
devans at macports.org
Sat Apr 20 02:02:03 PDT 2013
Revision: 105436
https://trac.macports.org/changeset/105436
Author: devans at macports.org
Date: 2013-04-20 02:02:03 -0700 (Sat, 20 Apr 2013)
Log Message:
-----------
gtkmm3: new port, C++ bindings for gtk3, installs in parallel with gtkmm.
Added Paths:
-----------
trunk/dports/x11/gtkmm3/
trunk/dports/x11/gtkmm3/Portfile
Added: trunk/dports/x11/gtkmm3/Portfile
===================================================================
--- trunk/dports/x11/gtkmm3/Portfile (rev 0)
+++ trunk/dports/x11/gtkmm3/Portfile 2013-04-20 09:02:03 UTC (rev 105436)
@@ -0,0 +1,37 @@
+# -*- 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 gtkmm3
+set gname gtkmm
+version 3.8.0
+set branch [join [lrange [split ${version} .] 0 1] .]
+description C++ interface to GTK+ version 3.
+long_description \
+ gtkmm3 is the official C++ interface \
+ for the popular GUI library GTK+ version 3.
+maintainers devans openmaintainer
+categories x11 devel
+license LGPL-2.1+
+platforms darwin
+homepage http://www.gtkmm.org/
+master_sites gnome:sources/${gname}/${branch}/
+use_xz yes
+
+dist_subdir ${gname}
+distname ${gname}-${version}
+
+checksums rmd160 d2c3a8acb88324d9fcc1a9b09c818dc85d5a66f0 \
+ sha256 dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd
+
+depends_build port:pkgconfig
+
+depends_lib port:gtk3 \
+ port:glibmm \
+ path:lib/pkgconfig/cairomm-1.0.pc:cairomm \
+ port:pangomm \
+ port:atkmm
+
+livecheck.type gnome
+livecheck.name ${gname}
Property changes on: trunk/dports/x11/gtkmm3/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/20130420/c52112fe/attachment.html>
More information about the macports-changes
mailing list