| 3 | | PortSystem 1.0 |
| 4 | | name yafic |
| 5 | | version 1.2 |
| 6 | | categories sysutils |
| 7 | | maintainers jd@lifehertz.com |
| 8 | | platforms darwin |
| 9 | | description Yet Another File Integrity Checker |
| 10 | | long_description yafic is a file integrity checker, similar to programs \ |
| 11 | | like Tripwire, integrit, and AIDE. |
| 12 | | homepage http://philosophysw.com/software/yafic/ |
| 13 | | master_sites sourceforge |
| 14 | | checksums md5 ada58bf2b150ced760b1e1a814c152c2 |
| | 3 | PortSystem 1.0 |
| | 4 | name yafic |
| | 5 | version 1.2 |
| | 6 | categories sysutils |
| | 7 | maintainers jd@lifehertz.com |
| | 8 | platforms darwin |
| | 9 | description Yet Another File Integrity Checker |
| | 10 | long_description \ |
| | 11 | yafic is a file integrity checker, similar to programs like \ |
| | 12 | Tripwire, integrit, and AIDE. |
| 16 | | post-destroot { |
| 17 | | file copy ${worksrcpath}/yafic.conf.sample ${destroot}${prefix}/etc |
| 18 | | file mkdir ${destroot}${prefix}/share/doc/${name} |
| 19 | | file copy ${worksrcpath}/ChangeLog ${worksrcpath}/INSTALL \ |
| 20 | | ${worksrcpath}/README ${worksrcpath}/TODO \ |
| 21 | | ${destroot}${prefix}/share/doc/${name} |
| | 14 | homepage http://philosophysw.com/software/yafic/ |
| | 15 | master_sites sourceforge |
| | 16 | checksums md5 ada58bf2b150ced760b1e1a814c152c2 |
| | 17 | |
| | 18 | post-destroot { |
| | 19 | xinstall ${worksrcpath}/yafic.conf.sample ${destroot}${prefix}/etc |
| | 20 | xinstall -d ${destroot}${prefix}/share/doc/${name} |
| | 21 | xinstall ${worksrcpath}/ChangeLog ${worksrcpath}/INSTALL \ |
| | 22 | ${worksrcpath}/README ${worksrcpath}/TODO \ |
| | 23 | ${destroot}${prefix}/share/doc/${name} |