New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79753


Ignore:
Timestamp:
06/24/11 14:52:43 (4 years ago)
Author:
blair@…
Message:

serf: convert all tabs to spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/serf/Portfile

    r79752 r79753  
    33PortSystem 1.0 
    44 
    5 name            serf 
    6 version         0.7.2 
    7 categories      www 
    8 maintainers     blair 
    9 description     C-based HTTP client library 
     5name                    serf 
     6version                 0.7.2 
     7categories              www 
     8maintainers             blair 
     9description             C-based HTTP client library 
    1010 
    11 long_description        The serf library is a C-based HTTP client library \ 
    12                         built upon the Apache Portable Runtime (APR) \ 
    13                         library.  It multiplexes connections, running the \ 
    14                         read/write communication asynchronously.  Memory \ 
    15                         copies and transformations are kept to a minimum to \ 
    16                         provide high performance operation. 
     11long_description        The serf library is a C-based HTTP client library \ 
     12                        built upon the Apache Portable Runtime (APR) \ 
     13                        library.  It multiplexes connections, running the \ 
     14                        read/write communication asynchronously.  Memory \ 
     15                        copies and transformations are kept to a minimum to \ 
     16                        provide high performance operation. 
    1717 
    18 homepage        http://code.google.com/p/serf/ 
    19 master_sites    http://serf.googlecode.com/files/ 
    20 use_bzip2       yes 
    21 use_parallel_build      yes 
    22 checksums       md5 66ed12163b14b704888e628ee38e9581 \ 
    23                 sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \ 
    24                 rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32 
     18homepage                http://code.google.com/p/serf/ 
     19master_sites            http://serf.googlecode.com/files/ 
     20use_bzip2               yes 
     21use_parallel_build      yes 
     22checksums               md5 66ed12163b14b704888e628ee38e9581 \ 
     23                        sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \ 
     24                        rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32 
    2525 
    26 platforms       darwin 
     26platforms               darwin 
    2727 
    28 depends_lib     port:apr port:apr-util port:openssl 
     28depends_lib             port:apr port:apr-util port:openssl 
    2929 
    30 configure.args  --with-apr=${prefix}/bin/apr-1-config \ 
    31                 --with-apr-util=${prefix}/bin/apu-1-config 
     30configure.args          --with-apr=${prefix}/bin/apr-1-config \ 
     31                        --with-apr-util=${prefix}/bin/apu-1-config 
    3232 
    33 configure.ccache no 
     33configure.ccache        no 
    3434 
    35 test.run        yes 
    36 test.target     check 
     35test.run                yes 
     36test.target             check 
    3737 
    3838post-destroot { 
    39         set sharedir ${destroot}${prefix}/share 
    40         set docdir ${sharedir}/doc/${name} 
     39        set sharedir ${destroot}${prefix}/share 
     40        set docdir ${sharedir}/doc/${name} 
    4141 
    42         xinstall -m 755 -d ${docdir} 
     42        xinstall -m 755 -d ${docdir} 
    4343 
    44         foreach f {CHANGES LICENSE NOTICE README} { 
    45                 file copy ${worksrcpath}/${f} ${docdir} 
    46         } 
     44        foreach f {CHANGES LICENSE NOTICE README} { 
     45                file copy ${worksrcpath}/${f} ${docdir} 
     46        } 
    4747} 
    4848 
Note: See TracChangeset for help on using the changeset viewer.