[144706] users/devans/GNOME-3/stable/dports/gnome/devhelp

devans at macports.org devans at macports.org
Fri Jan 15 14:37:44 PST 2016


Revision: 144706
          https://trac.macports.org/changeset/144706
Author:   devans at macports.org
Date:     2016-01-15 14:37:44 -0800 (Fri, 15 Jan 2016)
Log Message:
-----------
GNOME-3/stable: devhelp, remove outdated files.

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile-3.12.1
    users/devans/GNOME-3/stable/dports/gnome/devhelp/files-3.12.1/

Deleted: users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile-3.12.1
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile-3.12.1	2016-01-15 21:47:16 UTC (rev 144705)
+++ users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile-3.12.1	2016-01-15 22:37:44 UTC (rev 144706)
@@ -1,91 +0,0 @@
-# -*- 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 116644 2014-02-01 00:32:35Z devans at macports.org $
-
-PortSystem      1.0
-
-name            devhelp
-version         3.12.1
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Devhelp is an API documentation browser for GTK+ and GNOME.
-long_description \
-                Devhelp is an API documentation browser for GTK+ and GNOME. It works \
-                natively with gtk-doc (the API reference framework developed for GTK+ \
-                and used throughout GNOME for API documentation). If you use gtk-doc \
-                with your project, you can use Devhelp to browse the documentation.
-
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Devhelp
-master_sites    gnome:sources/${name}/${branch}/
-
-use_xz          yes
-
-checksums       rmd160  3b24cb37f2c6e5ad51a277afde07f08fab9eed21 \
-                sha256  ce2c73e25eaec553abcfdb57de4ec399fa051783e0d4fbbb63da0fda1c6c8335
-
-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 \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
-
-# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
-platform darwin {
-    set cxxstdlib {}
-
-    if {[info exists configure.cxx_stdlib] &&
-        ${configure.cxx_stdlib} ne {} &&
-        [string match *clang* ${configure.cxx}]} {
-        set cxxstdlib ${configure.cxx_stdlib}
-    } elseif {[string match *clang* ${configure.cxx}] &&
-              ${os.major} >= 13} {
-        set cxxstdlib libc++
-    } else {
-        set cxxstdlib libstdc++
-    }
-
-    if {${cxxstdlib} eq "libstdc++"} {
-       depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
-       depends_lib-append path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
-    }
-}
-
-# use upstream autogen.sh to update m4/intltool.m4 using intltoolize and autoreconf
-
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
-configure.cmd   ./autogen.sh
-
-configure.args  --disable-schemas-compile
-
-variant python26 conflicts python27 description {Build using Python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_build-append      port:python26
-}
-
-variant python27 conflicts python26 description {Build using Python 2.7} {
-    configure.python          ${prefix}/bin/python2.7
-    depends_build-append      port:python27
-}
-
-if {![variant_isset python26]} {
-    default_variants +python27
-}
-
-post-activate {
-    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
-    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    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/20160115/c754ac1f/attachment.html>


More information about the macports-changes mailing list