Ticket #16345: md5deep-ws.diff
File md5deep-ws.diff, 2.1 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 26898 2007-07-11 05:23:51Z yves@macports.org $ 2 2 3 PortSystem 4 name 5 version 6 categories 7 maintainers 8 description 3 PortSystem 1.0 4 name md5deep 5 version 1.12 6 categories security sysutils 7 maintainers blb@macports.org 8 description Recursively compute digests on files/directories 9 9 long_description \ 10 11 10 md5deep is a cross-platform set of programs to recursively compute \ 11 MD5, SHA-1, or SHA-256 message digests on an arbitrary number of files. 12 12 13 platforms 13 platforms darwin 14 14 15 homepage 16 master_sites 15 homepage http://md5deep.sourceforge.net/ 16 master_sites sourceforge 17 17 18 checksums 19 20 18 checksums md5 a86d2d2b25b8dfd4cee7a130ef388b28 \ 19 sha1 a967f50d9aa63181351fc8ad561bae56daef174d \ 20 rmd160 8a17f9cfb84a45c3a615967b72de3abfb03c0c1b 21 21 22 use_configure 22 use_configure no 23 23 24 destroot.destdir 25 24 destroot.destdir BIN=${destroot}${prefix}/bin \ 25 MAN=${destroot}${prefix}/share/man/man1 26 26 27 27 post-destroot { 28 29 30 28 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 29 xinstall -m 644 -W ${worksrcpath} CHANGES README \ 30 ${destroot}${prefix}/share/doc/${name} 31 31 } 32 32 33 33 platform darwin { 34 build.targetmac34 build.target mac 35 35 } 36 36