[115530] trunk/dports/gnome

devans at macports.org devans at macports.org
Sat Jan 4 03:00:30 PST 2014


Revision: 115530
          https://trac.macports.org/changeset/115530
Author:   devans at macports.org
Date:     2014-01-04 03:00:30 -0800 (Sat, 04 Jan 2014)
Log Message:
-----------
gdlmm3: new port, C++ bindings for gdl3, the GNOME Docking Library.

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

Added: trunk/dports/gnome/gdlmm3/Portfile
===================================================================
--- trunk/dports/gnome/gdlmm3/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gdlmm3/Portfile	2014-01-04 11:00:30 UTC (rev 115530)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 105793 2013-05-06 02:03:19Z devans at macports.org $
+
+PortSystem      1.0
+
+name            gdlmm3
+set gname       gdlmm
+version         3.7.3
+license         LGPL-2.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+
+description     C++ wrappers for gdl3
+long_description ${description}
+
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+ 
+homepage        http://www.gtkmm.org/
+master_sites    gnome:sources/${gname}/${branch}/
+
+dist_subdir     ${gname}
+distname        ${gname}-${version}
+
+use_xz          yes
+
+checksums       rmd160  eb54b2830444eff7c42cbdd9a80c8318d565764e \
+                sha256  e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b
+
+depends_build   port:pkgconfig
+
+depends_lib     port:gtkmm3 \
+                port:gdl3
+
+livecheck.type  gnome-with-unstable
+livecheck.name  ${gname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140104/03e1d65c/attachment.html>


More information about the macports-changes mailing list