[71518] trunk/dports/gnome

devans at macports.org devans at macports.org
Wed Sep 15 11:07:46 PDT 2010


Revision: 71518
          http://trac.macports.org/changeset/71518
Author:   devans at macports.org
Date:     2010-09-15 11:07:43 -0700 (Wed, 15 Sep 2010)
Log Message:
-----------
libchamplain: new port, a Clutter based widget to display rich, interactive maps.

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

Added: trunk/dports/gnome/libchamplain/Portfile
===================================================================
--- trunk/dports/gnome/libchamplain/Portfile	                        (rev 0)
+++ trunk/dports/gnome/libchamplain/Portfile	2010-09-15 18:07:43 UTC (rev 71518)
@@ -0,0 +1,33 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name            libchamplain
+version         0.4.7
+license         LGPLv2.1+
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     A Clutter based widget to display rich, interactive maps.
+long_description \
+                ${description}
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+homepage        http://projects.gnome.org/${name}/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
+
+checksums       md5     fa2352bb9f6433f9f3aaa012e1bafc54 \
+                sha1    ba91c449b0a69ec9a3da3c7b29f2bca375fbfec6 \
+                rmd160  240041797047e50f013c59a5e00f30be5eac3a74
+
+depends_build   port:pkgconfig
+
+depends_lib     port:clutter-gtk \
+                port:libsoup
+
+configure.args  --disable-introspection
+
+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/libchamplain/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/20100915/9ba1cbf7/attachment.html>


More information about the macports-changes mailing list