New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79556


Ignore:
Timestamp:
06/18/11 00:10:36 (4 years ago)
Author:
and.damore@…
Message:

port vbpp, updated to 1.2.0 (uses autotools), changed homepage to a fork of the project as original home isn't available anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/vbpp/Portfile

    r30251 r79556  
    33PortSystem 1.0 
    44name             vbpp 
    5 version          1.1.0 
     5version          1.2.0 
    66categories       science 
    77maintainers      nomaintainer 
     
    1111        for most Verilog preprocessing directives and \ 
    1212        additional directives. 
    13 homepage         http://www.flex.com/~jching/ 
     13homepage         http://www.verilog.net/free.html 
    1414platforms        darwin 
    1515 
    16 master_sites     ${homepage} 
    17 checksums        md5 05e87eca8f55df157b1b99422b12c91d 
     16master_sites     http://www.verilog.net 
     17checksums           md5     493ac8a83f92018649a0bdc50d65c24b \ 
     18                    sha1    79a05739977f98ab85678a7af16a189695dbd02d \ 
     19                    rmd160  177ee8bd4a3ea53f367f307476117de4bb7c1bb9 
    1820 
    19 build.target     depend vpp 
     21post-destroot { 
     22    xinstall -d 755 ${destroot}${prefix}/share/doc/${name} 
     23    xinstall -d 755 ${destroot}${prefix}/share/examples/${name} 
    2024 
    21 test.run         yes 
    22 test.target      examples 
     25        xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog ${destroot}${prefix}/share/doc/${name} 
     26        eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] ${destroot}${prefix}/share/examples/${name} 
     27} 
    2328 
    24 destroot { 
    25         xinstall -m 555 ${worksrcpath}/vpp ${destroot}${prefix}/bin 
    26 } 
Note: See TracChangeset for help on using the changeset viewer.