[70763] trunk/dports/gnome

devans at macports.org devans at macports.org
Fri Aug 20 08:45:37 PDT 2010


Revision: 70763
          http://trac.macports.org/changeset/70763
Author:   devans at macports.org
Date:     2010-08-20 08:45:36 -0700 (Fri, 20 Aug 2010)
Log Message:
-----------
mm-common: new port, shared build infrastructure and utilities
for developing GNOME C++ binding libraries.

Added Paths:
-----------
    trunk/dports/gnome/mm-common/
    trunk/dports/gnome/mm-common/Portfile

Added: trunk/dports/gnome/mm-common/Portfile
===================================================================
--- trunk/dports/gnome/mm-common/Portfile	                        (rev 0)
+++ trunk/dports/gnome/mm-common/Portfile	2010-08-20 15:45:36 UTC (rev 70763)
@@ -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		mm-common
+version		0.9.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+
+description	The mm-common module provides the build infrastructure and \
+                utilities shared among the GNOME C++ binding libraries.  
+
+long_description \
+                The mm-common module provides the build infrastructure and \
+                utilities shared among the GNOME C++ binding libraries. \
+                It is only a required dependency for building the C++ bindings \
+                from the gnome.org version control repository.  An installation \
+                of mm-common is not required for building tarball releases, \
+                unless configured to use maintainer-mode.
+
+maintainers	devans openmaintainer
+categories	gnome devel
+platforms	darwin
+homepage	http://www.gnome.org/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2	yes
+
+checksums       md5     8cdc5620bd864d1a17e353398e8ec1ab \
+                sha1    4e7392236d9dad2fe63ceec72229c9b45a40b5c3 \
+                rmd160  4723807adaff230c13f0c43525d71301b9749df1
+
+depends_build   port:gsed \
+                port:curl \
+                port:wget
+
+universal_variant no
+
+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/mm-common/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/20100820/7485ce39/attachment-0001.html>


More information about the macports-changes mailing list