Ticket #14110: curl-7.18.0.diff
File curl-7.18.0.diff, 1.7 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name curl 5 version 7.17.1 6 revision 1 5 version 7.18.0 7 6 categories net www 8 7 maintainers ryandesign 9 8 description Tool for transferring files with URL syntax … … 21 20 http://gd.tuwien.ac.at/utils/archivers/curl/ \ 22 21 http://www.execve.net/curl/ \ 23 22 sourceforge 24 checksums sha1 ad34b9386e7fd1c8f2a8025e2716a8047b194970\25 md5 1fa635d1dfde8337c98c82749d75c1de\26 rmd160 8ab8dc7a33a5265dfe25eb0725248c3cd651951023 checksums md5 3e50dd887d6a354be312d874e1d3426c \ 24 sha1 f561a6a1f285c22d1f6a54b4dfa19b6cb9362c2a \ 25 rmd160 f25ec844e7ef6221719439b3214fd3c3a42f5604 27 26 28 27 use_bzip2 yes 29 28 … … 101 100 102 101 variant doc { 103 102 post-destroot { 104 xinstall - m 0755 -d ${destroot}${docdir}/html/libcurl103 xinstall -d ${destroot}${docdir}/html/libcurl 105 104 xinstall -m 0644 -W ${worksrcpath}/docs TheArtOfHttpScripting ${destroot}${docdir}/html 106 105 eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.html] ${destroot}${docdir}/html 107 106 eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.html] \ 108 107 ${destroot}${docdir}/html/libcurl 109 108 110 xinstall - m 0755 -d ${destroot}${docdir}/pdf/libcurl109 xinstall -d ${destroot}${docdir}/pdf/libcurl 111 110 xinstall -m 0644 -W ${worksrcpath}/docs curl-config.pdf curl.pdf ${destroot}${docdir}/pdf 112 111 eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.pdf] ${destroot}${docdir}/pdf/libcurl 113 112 }