New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82432


Ignore:
Timestamp:
08/13/11 15:08:33 (4 years ago)
Author:
ram@…
Message:

python/py-dnspython: whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-dnspython/Portfile

    r82431 r82432  
    11# $Id$ 
    22 
    3 PortSystem              1.0 
    4 PortGroup               python24 1.0 
     3PortSystem         1.0 
     4PortGroup          python24 1.0 
    55 
    6 name                    py-dnspython 
    7 version                 1.6.0 
    8 categories              python net 
    9 platforms               darwin 
    10 maintainers             ram openmaintainer 
    11 description             DNS toolkit for Python 
     6name               py-dnspython 
     7version            1.6.0 
     8categories         python net 
     9platforms          darwin 
     10maintainers        ram openmaintainer 
    1211 
     12description        DNS toolkit for Python 
    1313long_description \ 
    14                                 dnspython is a DNS toolkit for Python. It supports \ 
    15                                 almost all record types. It can be used for queries, \ 
    16                                 zone transfers, and dynamic updates. It supports TSIG \ 
    17                                 authenticated messages and EDNS0. 
     14  dnspython is a DNS toolkit for Python. It supports almost all \ 
     15  record types. It can be used for queries, zone transfers, and \ 
     16  dynamic updates. It supports TSIG authenticated messages and EDNS0. 
    1817 
    19 homepage                http://www.dnspython.org/ 
    20 master_sites    ${homepage}kits/${version} 
    21 distname                dnspython-${version} 
     18homepage           http://www.dnspython.org/ 
     19master_sites       ${homepage}kits/${version} 
     20distname           dnspython-${version} 
    2221 
    23 checksums               md5    15b8eed42689bd719ec1878a584787ea \ 
    24                                 sha1    e5eeba2d5780db280cc144c7cf777a27972d9ad1 \ 
    25                                 rmd160 b4a40b3fe6a7b63e8c801df6be8346570f121030 
     22checksums          md5 15b8eed42689bd719ec1878a584787ea \ 
     23                   sha1 e5eeba2d5780db280cc144c7cf777a27972d9ad1 \ 
     24                   rmd160 b4a40b3fe6a7b63e8c801df6be8346570f121030 
    2625 
    27 post-destroot   { 
    28         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples 
    29         xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ 
    30                 ${destroot}${prefix}/share/doc/${name} 
    31         xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \ 
    32                 mx.py name.py reverse.py reverse_name.py \ 
    33                 xfr.py ${destroot}${prefix}/share/doc/${name}/examples 
     26post-destroot { 
     27  xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples 
     28  xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ 
     29    ${destroot}${prefix}/share/doc/${name} 
     30  xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \ 
     31    mx.py name.py reverse.py reverse_name.py xfr.py \ 
     32    ${destroot}${prefix}/share/doc/${name}/examples 
    3433} 
    3534 
Note: See TracChangeset for help on using the changeset viewer.