New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81137


Ignore:
Timestamp:
07/25/11 18:05:58 (4 years ago)
Author:
ryandesign@…
Message:

Add modeline, adjust whitespace / formatting; see #30177

Location:
trunk/dports/net
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/libtorrent-devel/Portfile

    r81128 r81137  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem      1.0 
     4PortSystem          1.0 
    45 
    5 name            libtorrent-devel 
    6 set real_name   libtorrent 
    7 version         0.12.9 
    8 categories      net 
    9 platforms       darwin 
    10 maintainers     gmail.com:gardnermj 
    11 license         GPL 
     6name                libtorrent-devel 
     7set real_name       libtorrent 
     8version             0.12.9 
     9categories          net 
     10platforms           darwin 
     11maintainers         gmail.com:gardnermj 
     12license             GPL 
    1213 
    13 description     BitTorrent library (unstable release) 
     14description         BitTorrent library (unstable release) 
    1415 
    15 long_description \ 
    16     libTorrent is a BitTorrent library written in C++ for \ 
    17     *nix. It is designed to avoid redundant copying and \ 
    18     storing of data that other clients and libraries suffer from. \ 
    19     This is the "unstable" release of libTorrent. 
     16long_description    libTorrent is a BitTorrent library written in C++ for \ 
     17                    *nix. It is designed to avoid redundant copying and \ 
     18                    storing of data that other clients and libraries suffer from. \ 
     19                    This is the "unstable" release of libTorrent. 
    2020 
    21 homepage        http://libtorrent.rakshasa.no/ 
    22 master_sites    ${homepage}downloads/ 
    23 distname        ${real_name}-${version} 
     21homepage            http://libtorrent.rakshasa.no/ 
     22master_sites        ${homepage}downloads/ 
     23distname            ${real_name}-${version} 
    2424 
    25 checksums       sha1    176a836c6e685e4dad71ac08c0e09caaa5b7757c \ 
    26                 rmd160  a898e882da94977973d62f34a5dd82577fd83cf5 
     25checksums           sha1    176a836c6e685e4dad71ac08c0e09caaa5b7757c \ 
     26                    rmd160  a898e882da94977973d62f34a5dd82577fd83cf5 
    2727 
    28 depends_build   port:zlib \ 
    29                 port:pkgconfig 
     28depends_build       port:zlib \ 
     29                    port:pkgconfig 
    3030 
    31 depends_lib     port:openssl \ 
    32                 port:libsigcxx2 
     31depends_lib         port:openssl \ 
     32                    port:libsigcxx2 
    3333 
    34 configure.args  --disable-debug \ 
    35                 --enable-ipv6 \ 
    36                 --with-kqueue 
     34configure.args      --disable-debug \ 
     35                    --enable-ipv6 \ 
     36                    --with-kqueue 
    3737 
    3838post-destroot { 
     
    4343} 
    4444 
    45 livecheck.type  regex 
    46 livecheck.url   [lindex ${master_sites} 0] 
    47 livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} 
     45livecheck.type      regex 
     46livecheck.url       [lindex ${master_sites} 0] 
     47livecheck.regex     ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} 
  • trunk/dports/net/libtorrent/Portfile

    r81128 r81137  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem      1.0 
     4PortSystem          1.0 
    45 
    5 name            libtorrent 
    6 version         0.12.6 
    7 revision        1 
    8 categories      net 
    9 platforms       darwin 
    10 maintainers     gmail.com:gardnermj 
    11 license         GPL 
     6name                libtorrent 
     7version             0.12.6 
     8revision            1 
     9categories          net 
     10platforms           darwin 
     11maintainers         gmail.com:gardnermj 
     12license             GPL 
    1213 
    13 description     BitTorrent library 
     14description         BitTorrent library 
    1415 
    15 long_description \ 
    16     libTorrent is a BitTorrent library written in C++ for \ 
    17     *nix. It is designed to avoid redundant copying and \ 
    18     storing of data that other clients and libraries suffer from. 
     16long_description    libTorrent is a BitTorrent library written in C++ for \ 
     17                    *nix. It is designed to avoid redundant copying and \ 
     18                    storing of data that other clients and libraries suffer from. 
    1919 
    20 homepage        http://libtorrent.rakshasa.no/ 
    21 master_sites    ${homepage}downloads/ 
     20homepage            http://libtorrent.rakshasa.no/ 
     21master_sites        ${homepage}downloads/ 
    2222 
    23 checksums       md5 037499ed708aaf72988cee60e5a8d96b \ 
    24                 sha1 bf7082f98bd6281493cba94a456697fb88c2c21b \ 
    25                 rmd160 62f0c9737d4ca9621c42d673ea997f9d36875530 
     23checksums           md5    037499ed708aaf72988cee60e5a8d96b \ 
     24                    sha1    bf7082f98bd6281493cba94a456697fb88c2c21b \ 
     25                    rmd160 62f0c9737d4ca9621c42d673ea997f9d36875530 
    2626 
    27 depends_build   port:zlib \ 
    28                 port:pkgconfig 
     27depends_build       port:zlib \ 
     28                    port:pkgconfig 
    2929 
    30 depends_lib     port:openssl \ 
    31                 port:libsigcxx2 
     30depends_lib         port:openssl \ 
     31                    port:libsigcxx2 
    3232 
    33 configure.args  --disable-debug \ 
    34                 --enable-ipv6 \ 
    35                 --with-kqueue 
     33configure.args      --disable-debug \ 
     34                    --enable-ipv6 \ 
     35                    --with-kqueue 
    3636 
    3737post-destroot { 
     
    4242} 
    4343 
    44 livecheck.type  regex 
    45 livecheck.url   ${homepage} 
    46 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) 
     44livecheck.type      regex 
     45livecheck.url       ${homepage} 
     46livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*) 
  • trunk/dports/net/rtorrent-devel/Portfile

    r81128 r81137  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
     4PortSystem          1.0 
    45 
    5 name              rtorrent-devel 
    6 set real_name     rtorrent 
    7 version           0.8.9 
    8 categories        net 
    9 platforms         darwin 
    10 maintainers       gmail.com:gardnermj 
    11 license           GPL 
     6name                rtorrent-devel 
     7set real_name       rtorrent 
     8version             0.8.9 
     9categories          net 
     10platforms           darwin 
     11maintainers         gmail.com:gardnermj 
     12license             GPL 
    1213 
    13 description       console-based BitTorrent client (unstable release) 
    14 long_description  rTorrent is a console-based BitTorrent client. It aims to \ 
    15                   be a fully-featured and efficient client with the ability to \ 
    16                   run in the background using screen. It supports fast-resume \ 
    17                   and session management. \ 
    18                   This is the "unstable" release of rTorrent. 
     14description         console-based BitTorrent client (unstable release) 
    1915 
    20 homepage      http://libtorrent.rakshasa.no/ 
    21 master_sites  ${homepage}downloads/ 
    22 distname      ${real_name}-${version} 
     16long_description    rTorrent is a console-based BitTorrent client. It aims to \ 
     17                    be a fully-featured and efficient client with the ability to \ 
     18                    run in the background using screen. It supports fast-resume \ 
     19                    and session management. \ 
     20                    This is the "unstable" release of rTorrent. 
    2321 
    24 checksums     sha1    0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce \ 
    25               rmd160  d79eacf6d63d13514c07c1c35a662fea5f35aef1 
     22homepage            http://libtorrent.rakshasa.no/ 
     23master_sites        ${homepage}downloads/ 
     24distname            ${real_name}-${version} 
    2625 
    27 depends_lib  port:curl \ 
    28              port:libsigcxx2 \ 
    29              port:libtorrent-devel \ 
    30              port:ncurses \ 
    31              port:openssl \ 
    32              port:zlib 
     26checksums           sha1    0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce \ 
     27                    rmd160  d79eacf6d63d13514c07c1c35a662fea5f35aef1 
    3328 
    34 configure.args  --mandir=${prefix}/share/man \ 
    35                 --disable-debug \ 
    36                 --enable-ipv6 
     29depends_lib         port:curl \ 
     30                    port:libsigcxx2 \ 
     31                    port:libtorrent-devel \ 
     32                    port:ncurses \ 
     33                    port:openssl \ 
     34                    port:zlib 
     35 
     36configure.args      --mandir=${prefix}/share/man \ 
     37                    --disable-debug \ 
     38                    --enable-ipv6 
    3739 
    3840variant xmlrpc description {Enable XMLRPC interface} { 
    39     configure.args-append  --with-xmlrpc-c 
    40     depends_lib-append     port:xmlrpc-c 
     41    configure.args-append   --with-xmlrpc-c 
     42    depends_lib-append      port:xmlrpc-c 
    4143} 
    4244 
    43 livecheck.type   regex 
    44 livecheck.url    [lindex ${master_sites} 0] 
    45 livecheck.regex  ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} 
     45livecheck.type      regex 
     46livecheck.url       [lindex ${master_sites} 0] 
     47livecheck.regex     ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} 
  • trunk/dports/net/rtorrent/Portfile

    r81128 r81137  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
     4PortSystem          1.0 
    45 
    5 name              rtorrent 
    6 set real_name     rtorrent 
    7 version           0.8.6 
    8 revision        1 
    9 categories        net 
    10 platforms         darwin 
    11 maintainers       gmail.com:gardnermj 
    12 license           GPL 
     6name                rtorrent 
     7set real_name       rtorrent 
     8version             0.8.6 
     9revision            1 
     10categories          net 
     11platforms           darwin 
     12maintainers         gmail.com:gardnermj 
     13license             GPL 
    1314 
    14 description       console-based BitTorrent client 
    15 long_description  rTorrent is a console-based BitTorrent client. It aims to \ 
    16                   be a fully-featured and efficient client with the ability to \ 
    17                   run in the background using screen. It supports fast-resume \ 
    18                   and session management. 
     15description         console-based BitTorrent client 
    1916 
    20 homepage      http://libtorrent.rakshasa.no/ 
    21 master_sites  ${homepage}downloads/ 
    22 distname      ${real_name}-${version} 
    23 checksums     md5 b804c45c01c40312926bcea6b55bb084 \ 
    24               sha1 ffce3959ba91738bb444d689db3db1e2375b14ce \ 
    25               rmd160 3d5109d4ee26c663b376e0b9f610ab6055c57ba9 
     17long_description    rTorrent is a console-based BitTorrent client. It aims to \ 
     18                    be a fully-featured and efficient client with the ability to \ 
     19                    run in the background using screen. It supports fast-resume \ 
     20                    and session management. 
    2621 
    27 depends_lib  port:curl \ 
    28              port:libsigcxx2 \ 
    29              port:libtorrent \ 
    30              port:ncurses \ 
    31              port:openssl \ 
    32              port:zlib 
     22homepage            http://libtorrent.rakshasa.no/ 
     23master_sites        ${homepage}downloads/ 
     24distname            ${real_name}-${version} 
    3325 
    34 configure.args  --mandir=${prefix}/share/man \ 
    35                 --disable-debug \ 
    36                 --enable-ipv6 
     26checksums           md5     b804c45c01c40312926bcea6b55bb084 \ 
     27                    sha1    ffce3959ba91738bb444d689db3db1e2375b14ce \ 
     28                    rmd160  3d5109d4ee26c663b376e0b9f610ab6055c57ba9 
    3729 
    38 livecheck.name  ${real_name} 
     30depends_lib         port:curl \ 
     31                    port:libsigcxx2 \ 
     32                    port:libtorrent \ 
     33                    port:ncurses \ 
     34                    port:openssl \ 
     35                    port:zlib 
     36 
     37configure.args      --mandir=${prefix}/share/man \ 
     38                    --disable-debug \ 
     39                    --enable-ipv6 
    3940 
    4041variant xmlrpc description {Enable XMLRPC interface} { 
    41     configure.args-append  --with-xmlrpc-c 
    42     depends_lib-append     port:xmlrpc-c 
     42    configure.args-append   --with-xmlrpc-c 
     43    depends_lib-append      port:xmlrpc-c 
    4344} 
    4445if {[variant_isset xmlrpc]} { 
     
    4647} 
    4748 
    48 livecheck.type  regex 
    49 livecheck.url   ${master_sites} 
    50 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" 
     49livecheck.type      regex 
     50livecheck.name      ${real_name} 
     51livecheck.url       ${master_sites} 
     52livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix} 
Note: See TracChangeset for help on using the changeset viewer.