New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79832


Ignore:
Timestamp:
06/27/11 14:41:42 (4 years ago)
Author:
and.damore@…
Message:

port veriwell: version bumped, edited description, added file to docs

File:
1 edited

Legend:

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

    r39712 r79832  
    44 
    55name             veriwell 
    6 version          2.8.6 
     6version          2.8.7 
    77categories       science 
    88maintainers      nomaintainer 
     
    1111long_description \ 
    1212     VeriWell is a full Verilog simulator. It supports nearly all of the \ 
    13      IEEE1364-1995 standard, as well as PLI 1.0. Yes, VeriWell *is* the \ 
     13     IEEE1364-1995 standard, as well as PLI 1.0. VeriWell is the \ 
    1414     same simulator that was sold by Wellspring Solutions in the mid-1990 \ 
    1515     and was included with the Thomas and Moorby book 
     
    1818platforms        darwin 
    1919master_sites     sourceforge 
    20 checksums        md5 adffd9b8e2b461d75ab01db2bdb1563b \ 
    21                  sha1 f98b11ca09fe1fc38b9c9be33d2bf127e0fee42d \ 
    22                  rmd160 9ca3ad3b71a8de4f50108738317be244aa350461 
     20checksums           md5     bf686d4f96d3ff8fb08616da157888fb \ 
     21                    sha1    9ef4e6a25a4fd65db325a89ed89b199547fabbd6 \ 
     22                    rmd160  3d86c40b353f701d61cab301e0f7c3ec136c88e7 
    2323 
    2424depends_build    port:help2man 
     
    3636 
    3737post-destroot { 
    38     set docdir ${destroot}${prefix}/share/doc/${name}-${version} 
     38    set docdir ${destroot}${prefix}/share/doc/${name} 
    3939    xinstall -d ${docdir} 
    4040    xinstall -W ${worksrcpath} \ 
    41         ChangeLog \ 
    42         README \ 
    43         TODO \ 
     41        ChangeLog AUTHORS COPYING NEWS README TODO \ 
    4442        ${docdir} 
    4543} 
Note: See TracChangeset for help on using the changeset viewer.