[134864] trunk/dports/net/transmission-x11/Portfile

devans at macports.org devans at macports.org
Thu Apr 9 01:38:46 PDT 2015


Revision: 134864
          https://trac.macports.org/changeset/134864
Author:   devans at macports.org
Date:     2015-04-09 01:38:45 -0700 (Thu, 09 Apr 2015)
Log Message:
-----------
transmission-x11: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/net/transmission-x11/Portfile

Modified: trunk/dports/net/transmission-x11/Portfile
===================================================================
--- trunk/dports/net/transmission-x11/Portfile	2015-04-09 03:49:19 UTC (rev 134863)
+++ trunk/dports/net/transmission-x11/Portfile	2015-04-09 08:38:45 UTC (rev 134864)
@@ -1,57 +1,58 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            transmission-x11
-version         1.73
-revision        2
-categories      net x11
-license         {GPL-2 OpenSSLException}
-maintainers     nomaintainer
-description     Lightweight BitTorrent client
-long_description Transmission is a free, lightweight BitTorrent client. \
-                It features a simple, intuitive interface on top of an \
-                efficient, cross-platform back-end. Transmission is open \
-                source (MIT license) and runs on Mac OS X (Cocoa interface), \
-                Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \
-                (native interface). This is the GTK+ version.
-homepage        http://www.transmissionbt.com/
-distname        transmission-${version}
-dist_subdir     transmission
-master_sites    http://download.m0k.org/transmission/files/
-checksums       md5     9c1b5d84fb9ddbbd50b5776c1cd6daa4 \
-                sha1    18e347141fcd65a385cd1406ba8a3303b0c99156 \
-                rmd160  94140a7b699eb166472017ac3826763700e99352
-use_bzip2       yes
-platforms       darwin freebsd
+name                transmission-x11
+version             1.73
+revision            2
+categories          net x11
+license             {GPL-2 OpenSSLException}
+maintainers         nomaintainer
+description         Lightweight BitTorrent client
+long_description    Transmission is a free, lightweight BitTorrent client. \
+                    It features a simple, intuitive interface on top of an \
+                    efficient, cross-platform back-end. Transmission is open \
+                    source (MIT license) and runs on Mac OS X (Cocoa interface), \
+                    Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \
+                    (native interface). This is the GTK+ version.
+homepage            http://www.transmissionbt.com/
+distname            transmission-${version}
+dist_subdir         transmission
+master_sites        http://download.m0k.org/transmission/files/
+checksums           md5     9c1b5d84fb9ddbbd50b5776c1cd6daa4 \
+                    sha1    18e347141fcd65a385cd1406ba8a3303b0c99156 \
+                    rmd160  94140a7b699eb166472017ac3826763700e99352
+use_bzip2           yes
+platforms           darwin freebsd
 
-depends_lib     port:openssl \
-                port:curl \
-                port:gettext \
-                port:libevent1
-depends_build   port:gsed \
-                port:intltool \
-                port:pkgconfig
+depends_lib         port:openssl \
+                    port:curl \
+                    port:gettext \
+                    port:libevent1
+depends_build       port:gsed \
+                    port:intltool \
+                    port:pkgconfig
 
-configure.args  --enable-daemon \
-                --enable-cli \
-                --disable-wx \
-                --disable-darwin \
-                --disable-gtk \
-                --disable-libnotify
-configure.cppflags   "-I${prefix}/include/libevent1 ${configure.cppflags}"
-configure.ldflags    "-L${prefix}/lib/libevent1 ${configure.ldflags}"
+configure.args      --enable-daemon \
+                    --enable-cli \
+                    --disable-wx \
+                    --disable-darwin \
+                    --disable-gtk \
+                    --disable-libnotify
+configure.cppflags  "-I${prefix}/include/libevent1 ${configure.cppflags}"
+configure.ldflags   "-L${prefix}/lib/libevent1 ${configure.ldflags}"
 
 variant gtk description {Build Gtk front-end} {
-  depends_lib-append  port:gtk2 \
-        port:dbus-glib
-  configure.args-delete --disable-gtk
-  configure.args-append --enable-gtk
+    depends_lib-append      port:gtk2 \
+                            port:dbus-glib
+    configure.args-delete   --disable-gtk
+    configure.args-append   --enable-gtk
 }
 
 variant aqua description {Build Aqua front-end} {
-  configure.args-delete --disable-darwin
-  configure.args-append --enable-darwin
+    configure.args-delete   --disable-darwin
+    configure.args-append   --enable-darwin
 }
 
 platform darwin 8 {
@@ -61,6 +62,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "transmission-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "transmission-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150409/025a4f66/attachment.html>


More information about the macports-changes mailing list