[126447] trunk/dports/comms/farstream/Portfile

devans at macports.org devans at macports.org
Fri Oct 10 04:28:17 PDT 2014


Revision: 126447
          https://trac.macports.org/changeset/126447
Author:   devans at macports.org
Date:     2014-10-10 04:28:17 -0700 (Fri, 10 Oct 2014)
Log Message:
-----------
farstream: reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/comms/farstream/Portfile

Modified: trunk/dports/comms/farstream/Portfile
===================================================================
--- trunk/dports/comms/farstream/Portfile	2014-10-10 11:18:38 UTC (rev 126446)
+++ trunk/dports/comms/farstream/Portfile	2014-10-10 11:28:17 UTC (rev 126447)
@@ -1,45 +1,44 @@
 # -*- 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
+PortSystem          1.0
 
-name            farstream
-version         0.2.4
-license         LGPL-2.1+
-description     Farstream  - Audio/Video Communications Framework
-long_description \
-                The Farstream project is an effort to create a framework \
-                to deal with all known audio/video conferencing protocols. \
-                On one side it offers a generic API that makes it possible \
-                to write plugins for different streaming protocols, on the \
-                other side it offers an API for clients to use those plugins.
-maintainers     devans openmaintainer
-categories      comms
-platforms       darwin
-homepage        http://www.freedesktop.org/wiki/Software/Farstream/
-master_sites    http://freedesktop.org/software/farstream/releases/${name}/
+name                farstream
+version             0.2.4
+license             LGPL-2.1+
+description         Farstream  - Audio/Video Communications Framework
+long_description    The Farstream project is an effort to create a framework \
+                    to deal with all known audio/video conferencing protocols. \
+                    On one side it offers a generic API that makes it possible \
+                    to write plugins for different streaming protocols, on the \
+                    other side it offers an API for clients to use those plugins.
+maintainers         devans openmaintainer
+categories          comms
+platforms           darwin
+homepage            http://www.freedesktop.org/wiki/Software/Farstream/
+master_sites        http://freedesktop.org/software/farstream/releases/${name}/
 
-checksums       rmd160  18b343794877fa726b69511d7a7ecd6059775086 \
-                sha256  120d5b5cd79fcbe19d9e046526fc4bc059e0a3733b3de2d7e5299dc5a3a7bb30
+checksums           rmd160  18b343794877fa726b69511d7a7ecd6059775086 \
+                    sha256  120d5b5cd79fcbe19d9e046526fc4bc059e0a3733b3de2d7e5299dc5a3a7bb30
 
-depends_build   port:pkgconfig \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:gtk-doc
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:libnice \
-                port:gstreamer1-gst-plugins-base \
-                port:gobject-introspection \
-                port:gupnp-igd
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:libnice \
+                    port:gstreamer1-gst-plugins-base \
+                    port:gobject-introspection \
+                    port:gupnp-igd
 
-depends_run     port:gstreamer1-gst-plugins-bad \
-                port:gstreamer1-gst-plugins-good
+depends_run         port:gstreamer1-gst-plugins-bad \
+                    port:gstreamer1-gst-plugins-good
 
-patchfiles      patch-configure.diff
+patchfiles          patch-configure.diff
 
-configure.args  --enable-introspection=yes \
-                --disable-silent-rules \
-                --disable-valgrind \
+configure.args      --enable-introspection=yes \
+                    --disable-silent-rules \
+                    --disable-valgrind \
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141010/7a4f057c/attachment.html>


More information about the macports-changes mailing list