[119981] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Mon May 12 09:06:09 PDT 2014


Revision: 119981
          https://trac.macports.org/changeset/119981
Author:   devans at macports.org
Date:     2014-05-12 09:06:09 -0700 (Mon, 12 May 2014)
Log Message:
-----------
GNOME-3/stable: gitg copy from trunk, current version is 0.3.2, requires webkit2gtk-3.0 >= 2.2 (#41560).

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gitg/
    users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-0.3.2

Added: users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-0.3.2
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-0.3.2	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-0.3.2	2014-05-12 16:06:09 UTC (rev 119981)
@@ -0,0 +1,61 @@
+# -*- 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 117265 2014-02-20 22:51:46Z devans at macports.org $
+
+PortSystem          1.0
+
+name                gitg
+version             0.3.2
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GNOME git repository viewer.
+long_description    gitg is a fast git repository browser. It currently features: \
+                    * Loading large repositories very fast \
+                    * Show/browse repository history \
+                    * Show highlighted revision diff \
+                    * Browse file tree of a revision and export by drag and drop \
+                    * Search in the revision history on subject, author or hash \
+                    * Switch between history view of branches easily \
+                    * Commit view providing per hunk stage/unstage and commit
+
+maintainers         gmail.com:juanrgar openmaintainer
+categories          gnome devel
+platforms           darwin
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  b477bcf2c6632787092cb0b98d83497da7fe659b \
+                    sha256  77a30eb46ccd1882dca5a2bc4b43850c1066b1c406de86e335628c1c5a2a6c0f
+
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
+
+depends_lib         port:desktop-file-utils \
+                    port:gnome-icon-theme \
+                    port:gtk3 \
+                    port:gtksourceview3 \
+                    port:gsettings-desktop-schemas \
+                    port:dbus
+
+depends_run         port:gnome-settings-daemon
+
+# reconfigure with our intltool.m4 using autogen.sh
+
+configure.cmd       ./autogen.sh
+
+configure.args      --enable-compile-warnings=no \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
+
+post-activate {
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
+
+livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140512/5376105b/attachment.html>


More information about the macports-changes mailing list