[154325] users/devans/GNOME-3/stable/dports/gnome/valadoc

devans at macports.org devans at macports.org
Thu Oct 27 23:07:01 CEST 2016


Revision: 154325
          https://trac.macports.org/changeset/154325
Author:   devans at macports.org
Date:     2016-10-27 23:07:01 +0200 (Thu, 27 Oct 2016)
Log Message:
-----------
GNOME-3/stable: valadoc, new port, a vala documentation tool.

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

Added: users/devans/GNOME-3/stable/dports/gnome/valadoc/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/valadoc/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/valadoc/Portfile	2016-10-27 21:07:01 UTC (rev 154325)
@@ -0,0 +1,41 @@
+# -*- 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 151704 2016-08-20 11:26:30Z devans at macports.org $
+
+PortSystem          1.0
+
+name                valadoc
+set git_commit      e95f5493defcea96349df51de4f58cc3fdf88c14
+version             0.35.0-${git_commit}
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome
+license             GPL-2 LGPL-2.1+
+maintainers         devans openmaintainer
+platforms           darwin
+
+description         A documentation tool for vala
+
+long_description    ${description}
+
+homepage            http://www.gnome.org/
+distname            ${name}-${git_commit}
+use_xz              yes
+
+master_sites        https://git.gnome.org/browse/${name}/snapshot/
+
+checksums           rmd160  28ee911c7fcbb43870ad6b3556ea82694a7c546c \
+                    sha256  c5837574b0ec0744d250cdb2753901f17b1369b34408cac680941938bed9ac45
+
+depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
+
+depends_lib         port:gdk-pixbuf2 \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    path:bin/dot:graphviz \
+                    port:libgee \
+                    port:vala
+                    
+configure.cmd       ./autogen.sh
+
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161027/093968b3/attachment-0002.html>


More information about the macports-changes mailing list