[81137] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Mon Jul 25 18:05:59 PDT 2011


Revision: 81137
          http://trac.macports.org/changeset/81137
Author:   ryandesign at macports.org
Date:     2011-07-25 18:05:58 -0700 (Mon, 25 Jul 2011)
Log Message:
-----------
Add modeline, adjust whitespace / formatting; see #30177

Modified Paths:
--------------
    trunk/dports/net/libtorrent/Portfile
    trunk/dports/net/libtorrent-devel/Portfile
    trunk/dports/net/rtorrent/Portfile
    trunk/dports/net/rtorrent-devel/Portfile

Modified: trunk/dports/net/libtorrent/Portfile
===================================================================
--- trunk/dports/net/libtorrent/Portfile	2011-07-26 01:01:08 UTC (rev 81136)
+++ trunk/dports/net/libtorrent/Portfile	2011-07-26 01:05:58 UTC (rev 81137)
@@ -1,38 +1,38 @@
+# -*- 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            libtorrent
-version         0.12.6
-revision        1
-categories      net
-platforms       darwin
-maintainers     gmail.com:gardnermj
-license         GPL
+name                libtorrent
+version             0.12.6
+revision            1
+categories          net
+platforms           darwin
+maintainers         gmail.com:gardnermj
+license             GPL
 
-description     BitTorrent library
+description         BitTorrent library
 
-long_description \
-    libTorrent is a BitTorrent library written in C++ for \
-    *nix. It is designed to avoid redundant copying and \
-    storing of data that other clients and libraries suffer from.
+long_description    libTorrent is a BitTorrent library written in C++ for \
+                    *nix. It is designed to avoid redundant copying and \
+                    storing of data that other clients and libraries suffer from.
 
-homepage        http://libtorrent.rakshasa.no/
-master_sites    ${homepage}downloads/
+homepage            http://libtorrent.rakshasa.no/
+master_sites        ${homepage}downloads/
 
-checksums       md5 037499ed708aaf72988cee60e5a8d96b \
-                sha1 bf7082f98bd6281493cba94a456697fb88c2c21b \
-                rmd160 62f0c9737d4ca9621c42d673ea997f9d36875530
+checksums           md5     037499ed708aaf72988cee60e5a8d96b \
+                    sha1    bf7082f98bd6281493cba94a456697fb88c2c21b \
+                    rmd160  62f0c9737d4ca9621c42d673ea997f9d36875530
 
-depends_build   port:zlib \
-                port:pkgconfig
+depends_build       port:zlib \
+                    port:pkgconfig
 
-depends_lib     port:openssl \
-                port:libsigcxx2
+depends_lib         port:openssl \
+                    port:libsigcxx2
 
-configure.args  --disable-debug \
-                --enable-ipv6 \
-                --with-kqueue
+configure.args      --disable-debug \
+                    --enable-ipv6 \
+                    --with-kqueue
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
@@ -41,6 +41,6 @@
         ${destroot}${docdir}
 }
 
-livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)

Modified: trunk/dports/net/libtorrent-devel/Portfile
===================================================================
--- trunk/dports/net/libtorrent-devel/Portfile	2011-07-26 01:01:08 UTC (rev 81136)
+++ trunk/dports/net/libtorrent-devel/Portfile	2011-07-26 01:05:58 UTC (rev 81137)
@@ -1,39 +1,39 @@
+# -*- 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            libtorrent-devel
-set real_name   libtorrent
-version         0.12.9
-categories      net
-platforms       darwin
-maintainers     gmail.com:gardnermj
-license         GPL
+name                libtorrent-devel
+set real_name       libtorrent
+version             0.12.9
+categories          net
+platforms           darwin
+maintainers         gmail.com:gardnermj
+license             GPL
 
-description     BitTorrent library (unstable release)
+description         BitTorrent library (unstable release)
 
-long_description \
-    libTorrent is a BitTorrent library written in C++ for \
-    *nix. It is designed to avoid redundant copying and \
-    storing of data that other clients and libraries suffer from. \
-    This is the "unstable" release of libTorrent.
+long_description    libTorrent is a BitTorrent library written in C++ for \
+                    *nix. It is designed to avoid redundant copying and \
+                    storing of data that other clients and libraries suffer from. \
+                    This is the "unstable" release of libTorrent.
 
-homepage        http://libtorrent.rakshasa.no/
-master_sites    ${homepage}downloads/
-distname        ${real_name}-${version}
+homepage            http://libtorrent.rakshasa.no/
+master_sites        ${homepage}downloads/
+distname            ${real_name}-${version}
 
-checksums       sha1    176a836c6e685e4dad71ac08c0e09caaa5b7757c \
-                rmd160  a898e882da94977973d62f34a5dd82577fd83cf5
+checksums           sha1    176a836c6e685e4dad71ac08c0e09caaa5b7757c \
+                    rmd160  a898e882da94977973d62f34a5dd82577fd83cf5
 
-depends_build   port:zlib \
-                port:pkgconfig
+depends_build       port:zlib \
+                    port:pkgconfig
 
-depends_lib     port:openssl \
-                port:libsigcxx2
+depends_lib         port:openssl \
+                    port:libsigcxx2
 
-configure.args  --disable-debug \
-                --enable-ipv6 \
-                --with-kqueue
+configure.args      --disable-debug \
+                    --enable-ipv6 \
+                    --with-kqueue
 
 post-destroot {
     set docdir ${prefix}/share/doc/${real_name}-${version}
@@ -42,6 +42,6 @@
         ${destroot}${docdir}
 }
 
-livecheck.type  regex
-livecheck.url   [lindex ${master_sites} 0]
-livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}

Modified: trunk/dports/net/rtorrent/Portfile
===================================================================
--- trunk/dports/net/rtorrent/Portfile	2011-07-26 01:01:08 UTC (rev 81136)
+++ trunk/dports/net/rtorrent/Portfile	2011-07-26 01:05:58 UTC (rev 81137)
@@ -1,50 +1,52 @@
+# -*- 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              rtorrent
-set real_name     rtorrent
-version           0.8.6
-revision        1
-categories        net
-platforms         darwin
-maintainers       gmail.com:gardnermj
-license           GPL
+name                rtorrent
+set real_name       rtorrent
+version             0.8.6
+revision            1
+categories          net
+platforms           darwin
+maintainers         gmail.com:gardnermj
+license             GPL
 
-description       console-based BitTorrent client
-long_description  rTorrent is a console-based BitTorrent client. It aims to \
-                  be a fully-featured and efficient client with the ability to \
-                  run in the background using screen. It supports fast-resume \
-                  and session management.
+description         console-based BitTorrent client
 
-homepage      http://libtorrent.rakshasa.no/
-master_sites  ${homepage}downloads/
-distname      ${real_name}-${version}
-checksums     md5 b804c45c01c40312926bcea6b55bb084 \
-              sha1 ffce3959ba91738bb444d689db3db1e2375b14ce \
-              rmd160 3d5109d4ee26c663b376e0b9f610ab6055c57ba9
+long_description    rTorrent is a console-based BitTorrent client. It aims to \
+                    be a fully-featured and efficient client with the ability to \
+                    run in the background using screen. It supports fast-resume \
+                    and session management.
 
-depends_lib  port:curl \
-             port:libsigcxx2 \
-             port:libtorrent \
-             port:ncurses \
-             port:openssl \
-             port:zlib
+homepage            http://libtorrent.rakshasa.no/
+master_sites        ${homepage}downloads/
+distname            ${real_name}-${version}
 
-configure.args  --mandir=${prefix}/share/man \
-                --disable-debug \
-                --enable-ipv6
+checksums           md5     b804c45c01c40312926bcea6b55bb084 \
+                    sha1    ffce3959ba91738bb444d689db3db1e2375b14ce \
+                    rmd160  3d5109d4ee26c663b376e0b9f610ab6055c57ba9
 
-livecheck.name  ${real_name}
+depends_lib         port:curl \
+                    port:libsigcxx2 \
+                    port:libtorrent \
+                    port:ncurses \
+                    port:openssl \
+                    port:zlib
 
+configure.args      --mandir=${prefix}/share/man \
+                    --disable-debug \
+                    --enable-ipv6
+
 variant xmlrpc description {Enable XMLRPC interface} {
-    configure.args-append  --with-xmlrpc-c
-    depends_lib-append     port:xmlrpc-c
+    configure.args-append   --with-xmlrpc-c
+    depends_lib-append      port:xmlrpc-c
 }
 if {[variant_isset xmlrpc]} {
     universal_variant no
 }
 
-livecheck.type	regex
-livecheck.url	${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.name      ${real_name}
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}

Modified: trunk/dports/net/rtorrent-devel/Portfile
===================================================================
--- trunk/dports/net/rtorrent-devel/Portfile	2011-07-26 01:01:08 UTC (rev 81136)
+++ trunk/dports/net/rtorrent-devel/Portfile	2011-07-26 01:05:58 UTC (rev 81137)
@@ -1,45 +1,47 @@
+# -*- 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              rtorrent-devel
-set real_name     rtorrent
-version           0.8.9
-categories        net
-platforms         darwin
-maintainers       gmail.com:gardnermj
-license           GPL
+name                rtorrent-devel
+set real_name       rtorrent
+version             0.8.9
+categories          net
+platforms           darwin
+maintainers         gmail.com:gardnermj
+license             GPL
 
-description       console-based BitTorrent client (unstable release)
-long_description  rTorrent is a console-based BitTorrent client. It aims to \
-                  be a fully-featured and efficient client with the ability to \
-                  run in the background using screen. It supports fast-resume \
-                  and session management. \
-                  This is the "unstable" release of rTorrent.
+description         console-based BitTorrent client (unstable release)
 
-homepage      http://libtorrent.rakshasa.no/
-master_sites  ${homepage}downloads/
-distname      ${real_name}-${version}
+long_description    rTorrent is a console-based BitTorrent client. It aims to \
+                    be a fully-featured and efficient client with the ability to \
+                    run in the background using screen. It supports fast-resume \
+                    and session management. \
+                    This is the "unstable" release of rTorrent.
 
-checksums     sha1    0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce \
-              rmd160  d79eacf6d63d13514c07c1c35a662fea5f35aef1
+homepage            http://libtorrent.rakshasa.no/
+master_sites        ${homepage}downloads/
+distname            ${real_name}-${version}
 
-depends_lib  port:curl \
-             port:libsigcxx2 \
-             port:libtorrent-devel \
-             port:ncurses \
-             port:openssl \
-             port:zlib
+checksums           sha1    0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce \
+                    rmd160  d79eacf6d63d13514c07c1c35a662fea5f35aef1
 
-configure.args  --mandir=${prefix}/share/man \
-                --disable-debug \
-                --enable-ipv6
+depends_lib         port:curl \
+                    port:libsigcxx2 \
+                    port:libtorrent-devel \
+                    port:ncurses \
+                    port:openssl \
+                    port:zlib
 
+configure.args      --mandir=${prefix}/share/man \
+                    --disable-debug \
+                    --enable-ipv6
+
 variant xmlrpc description {Enable XMLRPC interface} {
-    configure.args-append  --with-xmlrpc-c
-    depends_lib-append     port:xmlrpc-c
+    configure.args-append   --with-xmlrpc-c
+    depends_lib-append      port:xmlrpc-c
 }
 
-livecheck.type   regex
-livecheck.url    [lindex ${master_sites} 0]
-livecheck.regex  ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/ac618c02/attachment-0001.html>


More information about the macports-changes mailing list