Ticket #41811: dlang.diff
File dlang.diff, 2.7 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Users/rschmidt/macports/dports/lang/dmd/Portfile
74 74 notes { 75 75 In order to have a complete dmd runtime environment consider installing the following ports: 76 76 druntime phobos dmd-tools } 77 78 livecheck.type regex79 livecheck.url ${homepage}download.html80 livecheck.regex {\.([0-9]+\.[0-9]+)\.zip} -
Users/rschmidt/macports/dports/lang/dmd-doc/Portfile
62 62 xinstall -d -m 755 ${destroot}${prefix}/share/doc 63 63 file copy ${worksrcpath}/dmd ${destroot}${prefix}/share/doc 64 64 } 65 66 livecheck.type regex67 livecheck.url ${homepage}download.html68 livecheck.regex {\.([0-9]+\.[0-9]+)\.zip} -
Users/rschmidt/macports/dports/lang/dmd-tools/Portfile
58 58 destroot { 59 59 eval xinstall -W ${worksrcpath} -m 755 "${bin} dman" ${destroot}${prefix}/bin 60 60 } 61 62 livecheck.type regex63 livecheck.url ${homepage}download.html64 livecheck.regex {\.([0-9]+\.[0-9]+)\.zip} -
Users/rschmidt/macports/dports/lang/druntime/Portfile
43 43 xinstall -m 755 -d ${destroot}${prefix}/include 44 44 file copy ${worksrcpath}/import ${destroot}${prefix}/include/${name} 45 45 } 46 47 livecheck.type regex48 livecheck.url ${homepage}download.html49 livecheck.regex {\.([0-9]+\.[0-9]+)\.zip} -
Users/rschmidt/macports/dports/lang/phobos/Portfile
51 51 file copy ${worksrcpath}/etc ${destroot}${prefix}/include/${name} 52 52 file copy ${worksrcpath}/std ${destroot}${prefix}/include/${name} 53 53 } 54 55 livecheck.type regex56 livecheck.url ${homepage}download.html57 livecheck.regex {\.([0-9]+\.[0-9]+)\.zip}