46 | | xinstall -m 755 -W ${worksrcpath} \ |
47 | | volatility \ |
48 | | ${destroot}${prefix}/bin |
49 | | |
50 | | xinstall -d ${destroot}${prefix}/share/doc/${name} |
51 | | xinstall -m 644 -W ${worksrcpath} \ |
52 | | AUTHORS.txt \ |
53 | | CREDITS.txt \ |
54 | | LEGAL.txt \ |
55 | | LICENSE.txt \ |
56 | | README.txt \ |
57 | | ${destroot}${prefix}/share/doc/${name} |
58 | | |
59 | | xinstall -m 644 -W ${worksrcpath} \ |
60 | | vmodules.py \ |
61 | | vsyms.py \ |
62 | | vtypes.py \ |
63 | | vutils.py \ |
64 | | ${destroot}${python.pkgd} |
| 44 | xinstall -d ${destroot}${prefix}/share/doc/${name} |
| 45 | xinstall -m 644 -W ${worksrcpath} \ |
| 46 | AUTHORS.txt \ |
| 47 | CHANGELOG.txt \ |
| 48 | CREDITS.txt \ |
| 49 | LEGAL.txt \ |
| 50 | LICENSE.txt \ |
| 51 | README.txt \ |
| 52 | ${destroot}${prefix}/share/doc/${name} |
| 53 | |
| 54 | xinstall -d ${destroot}${prefix}/share/examples/${name} |
| 55 | copy ${distpath}/MacProfilesAll.zip ${destroot}${prefix}/share/examples/${name}/ |
| 58 | if {${subport} eq ${name}} { |
| 59 | |
| 60 | master_sites googlecode |
| 61 | |
| 62 | checksums volatility-${version}.tar.gz \ |
| 63 | rmd160 621de1bf164e604314baeca42de9114c5289e67a \ |
| 64 | sha256 bb1411fc671e0bf550a31e534fb1991b2f940f1dce1ebe4ce2fb627aec40726c \ |
| 65 | MacProfilesAll.zip \ |
| 66 | rmd160 b52ed3412093f72b75a2cc167a589c49d2cf3d6f \ |
| 67 | sha256 455815a7b51e7ff1d6cbcae1850433174020687d0c3cd080fd81d2def21a789b |
| 68 | |
| 69 | } |
| 70 | |
| 71 | subport ${name}-devel { |
| 72 | conflicts ${name} |
| 73 | |
| 74 | fetch.type svn |
| 75 | svn.url http://volatility.googlecode.com/svn/trunk |
| 76 | ## Note: currently not tag/branch outside of releases |
| 77 | svn.revision r3588 |
| 78 | worksrcdir trunk |
| 79 | checksums MacProfilesAll.zip \ |
| 80 | rmd160 b52ed3412093f72b75a2cc167a589c49d2cf3d6f \ |
| 81 | sha256 455815a7b51e7ff1d6cbcae1850433174020687d0c3cd080fd81d2def21a789b |
| 82 | } |
| 83 | |
| 84 | notes " |
| 85 | You may need some kernel profile depending on memory image you want to analyze. |
| 86 | See https://code.google.com/p/volatility/wiki/MacMemoryForensics |
| 87 | " |
| 88 | |