Ticket #19740: patch-Portfile

File patch-Portfile, 1.9 KB (added by anddam (Andrea D'Amore), 15 years ago)
Line 
1Index: Portfile
2===================================================================
3--- Portfile    (revision 51363)
4+++ Portfile    (working copy)
5@@ -2,35 +2,29 @@
6 
7 PortSystem 1.0
8 
9-name           magic
10-version                7.5.134
11+name                           magic
12+version                                7.5.180
13+categories                     science
14+maintainers                    waqar
15+description                    A VLSI Layout System
16+long_description       Magic is a venerable VLSI layout tool, written in the 1980's at \
17+                                       Berkeley. Magic is widely cited as being the easiest tool to use \
18+                                       for circuit layout, even for people who ultimately rely on \
19+                                       commercial tools for their product design flow.
20+platforms                      darwin
21 
22-categories     science
23-maintainers    waqar
24-description    A VLSI Layout System
25+homepage                       http://opencircuitdesign.com/magic
26+master_sites                   http://opencircuitdesign.com/magic/archive
27 
28-long_description       \
29-       Magic is a venerable VLSI layout tool, written in the 1980's at \
30-       Berkeley. Magic is widely cited as being the easiest tool to use \
31-       for circuit layout, even for people who ultimately rely on \
32-       commercial tools for their product design flow.
33+extract.suffix         .tgz
34 
35-platforms      darwin
36+depends_lib                    port:tcl \
37+                                       port:tk
38 
39-homepage               http://opencircuitdesign.com/magic
40+distfiles                      magic-${version}${extract.suffix}
41 
42-master_sites           http://opencircuitdesign.com/magic/archive
43+checksums           md5     71825268a02acb646df33f9e52f73a0a \
44+                    sha1    f00dd569e9a8078b4570ae598fb2804bffa31ff0 \
45+                    rmd160  764d69305ae370fc433f24c7715aab9a83b57d11
46 
47-extract.suffix .tgz
48-
49-depends_lib            port:tcl port:tk
50-
51-distfiles              magic-${version}${extract.suffix}
52-
53-checksums      \
54-                       magic-7.5.134.tgz \
55-                               md5  6cdb6a54d26f861ebcfe0b53128ab9ab \
56-                               sha1  bc277b5a85a2c57eaeda0bb44c354069136b6fe1 \
57-                               rmd160  f0511f96c0e64ac3d5e74d1690d015636a96c4c2
58-
59 configure.args         --mandir=${prefix}/share/man --infodir=${prefix}/share/info