New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 36427

Show
Ignore:
Timestamp:
05/01/2008 11:39:55 (4 years ago)
Author:
mr_bond@…
Message:

updated magic and irsim (7.5.134 and 9.7.65), new port submission magic-exttools 7.5.135. Thanks to suppaman! Closes tickets #15171, #15172 and #15173

Location:
trunk/dports/science
Files:
2 added
2 removed
2 modified

Legend:

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

    r36137 r36427  
    11# $Id$ 
    2  
    32PortSystem          1.0 
    43 
    54name                irsim 
    6 version             9.7.64 
     5version             9.7.65 
    76categories          science 
    8 maintainers         email.it:adamore 
     7maintainers         nomantainer 
    98description         IRSIM 
    109long_description    IRSIM switch-level simulator for digital circuits 
     
    1413master_sites        http://opencircuitdesign.com/irsim/archive/ 
    1514 
    16 checksums           md5 f64862af4309b1e638b3cf153fe53d7a \ 
    17                     sha1 d949763a997a5560d526129b13dc34a732ad70fb \ 
    18                     rmd160 5575609b294ae41ef301a8aff1928765ae6a80c0 
     15checksums       \ 
     16                                irsim-9.7.65.tgz \ 
     17                                md5  3b12037119a8c171b919d94bb86f9b7f \ 
     18                                sha1  720d4e31dfde20e6a95937c93e28503ac82d44e5 \ 
     19                                rmd160  1b6f08c08fa844a08fbe9dcb893c2d2e1cf12e2f 
    1920 
    2021extract.suffix      .tgz 
    2122 
    22 depends_build       bin:grep:grep 
    23 depends_lib         port:tcl \ 
    24                     port:tk 
     23depends_lib                     port:tcl \ 
     24                                        port:tk 
    2525 
    26 patchfiles          patch-tkcon.tcl 
    27 patch.pre_args      -p0 
    28          
    29 configure.args      --mandir=${prefix}/share/man 
    30                                          
     26configure.args          --mandir=${prefix}/share/man 
  • trunk/dports/science/magic/Portfile

    r36241 r36427  
    22 
    33PortSystem 1.0 
     4name            magic 
     5version         7.5.134 
    46 
    5 name            magic 
    6 version         7.5.129 
    7 revision    1 
    87categories      science 
    98maintainers     waqar@macports.org 
    109description     A VLSI Layout System 
     10 
    1111long_description        \ 
    1212        Magic is a venerable VLSI layout tool, written in the 1980's at \ 
     
    1616 
    1717platforms       darwin 
     18 
    1819homepage        http://opencircuitdesign.com/magic 
     20 
    1921master_sites    http://opencircuitdesign.com/magic/archive 
     22 
    2023extract.suffix  .tgz 
    21 checksums       md5 a1afba13ac1c2cb40575b54783f47abd \ 
    22                 sha1 501ed7f4ef849ee9caece8715b562f9b539822c2 \ 
    23                 rmd160 25e6e1e46069667a3ca50b333d8b09a3d1dfd980 
    2424 
    25 variant blt description {Compile with blt support, ACTUALLY BROKEN} { 
    26         depends_lib             port:blt 
    27 } 
     25depends_lib             port:tcl port:tk 
    2826 
    29 patchfiles          patch-tkcon.tcl 
    30 patch.pre_args      -p0 
     27distfiles               magic-${version}${extract.suffix} 
    3128 
    32 configure.args  --mandir=${prefix}/share/man \ 
    33                 --infodir=${prefix}/share/info 
    34   
     29checksums       \ 
     30                        magic-7.5.134.tgz \ 
     31                                md5  6cdb6a54d26f861ebcfe0b53128ab9ab \ 
     32                                sha1  bc277b5a85a2c57eaeda0bb44c354069136b6fe1 \ 
     33                                rmd160  f0511f96c0e64ac3d5e74d1690d015636a96c4c2 
    3534 
     35configure.args          --mandir=${prefix}/share/man --infodir=${prefix}/share/info