[143139] users/devans/GNOME-3/unstable/dports/gnome

devans at macports.org devans at macports.org
Sat Dec 12 08:43:22 PST 2015


Revision: 143139
          https://trac.macports.org/changeset/143139
Author:   devans at macports.org
Date:     2015-12-04 15:59:54 -0800 (Fri, 04 Dec 2015)
Log Message:
-----------
GNOME-3/unstable: gspell, new port, a flexible spell checking API for GTK+.

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gspell/
    users/devans/GNOME-3/unstable/dports/gnome/gspell/Portfile

Added: users/devans/GNOME-3/unstable/dports/gnome/gspell/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gspell/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gspell/Portfile	2015-12-04 23:59:54 UTC (rev 143139)
@@ -0,0 +1,51 @@
+# -*- 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
+PortGroup           active_variants 1.1
+PortGroup           gobject_introspection 1.0
+
+name                gspell
+version             0.2.1
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         gspell - a spell-checking library for GTK+
+long_description    gspell provides a flexible API to implement the spell checking \
+                    in a GTK+ application.
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Projects/gspell
+master_sites        gnome:sources/${name}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  d100594308d7aff3240b147ddd9321152fb36cf8 \
+                    sha256  25bfed554fb9a761d199ae1171dc3c508ce05302e91b82079de0e43361d4c76b
+
+depends_build       port:pkgconfig \
+                    port:gtk-doc
+
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:gtksourceview3 \
+                    port:libxml2 \
+                    port:enchant \
+                    port:iso-codes \
+                    port:vala
+
+gobject_introspection yes
+
+configure.args      --enable-compile-warnings=minimum \
+                    --disable-silent-rules
+
+variant quartz {}
+
+if {[variant_isset quartz]} {
+    require_active_variants gtk3 quartz
+    depends_lib-append      port:gtk-osx-application-gtk3
+} else {
+    require_active_variants gtk3 x11
+}
+
+livecheck.type      gnome-with-unstable


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gspell/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3f274d09/attachment.html>


More information about the macports-changes mailing list