Changeset 77696 for trunk/dports


Ignore:
Timestamp:
Apr 9, 2011, 8:17:28 PM (13 years ago)
Author:
and.damore@…
Message:

lua-copas, version bump, added files to doc and example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/lua-copas/Portfile

    r57852 r77696  
    33
    44name                lua-copas
    5 version             1.1.5
     5version             1.1.6
    66categories          devel
    77platforms           darwin
     
    1010long_description    Copas is a dispatcher based on coroutines that can be used by TCP/IP \
    1111                    servers. It uses LuaSocket as the interface with the TCP/IP stack.
    12 homepage            http://www.keplerproject.org/copas/
    13 master_sites        http://luaforge.net/frs/download.php/4027/
    14 checksums           md5     89b78f2d9a9d13c35a35756f2471f059 \
    15                     sha1    fb1726cce15deaed9e0aecd5f2b691d4c2d72a8b \
    16                     rmd160  5069fcd0bd134cee9ad9a530752a4b54d73783b5
     12homepage            http://www.keplerproject.org/copas
     13master_sites        https://github.com/downloads/keplerproject/copas
     14checksums           md5     104b4325a6187eeb4b139181b6477558 \
     15                    sha1    14fd64df94099af1f29d30f09777562803778da7 \
     16                    rmd160  f1cdddfc588c1b5f4aa5a8b8796a8351aad6b8bf
    1717distname            copas-${version}
    1818depends_lib         port:lua \
     
    2525use_configure       no
    2626build               {}
     27
     28post-destroot {
     29    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     30    xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
     31   
     32    xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
     33    xinstall -m 644 {*}[glob ${worksrcpath}/doc/us/*] ${destroot}${prefix}/share/doc/${name}
     34    xinstall -m 644 {*}[glob ${worksrcpath}/tests/*] ${destroot}${prefix}/share/examples/${name}
     35}
     36
Note: See TracChangeset for help on using the changeset viewer.