5 | | name p0f |
6 | | version 2.0.8 |
7 | | categories net security |
8 | | platforms darwin |
9 | | maintainers nomaintainer |
10 | | description versatile passive OS fingerprinting, masquerade detection tool |
11 | | long_description p0f is a versatile passive OS fingerprinting and \ |
12 | | masquerade detection utility, to be used for evidence or \ |
13 | | information gathering on servers, firewalls, IDSes, and \ |
14 | | honeypots, for pen-testing, or just for the fun of it. |
15 | | |
16 | | homepage http://lcamtuf.coredump.cx/p0f.shtml |
17 | | master_sites http://lcamtuf.coredump.cx/p0f/ |
18 | | extract.suffix .tgz |
19 | | checksums sha1 7b4d5b2f24af4b5a299979134bc7f6d7b1eaf875 \ |
20 | | rmd160 87d5b30d2d5e156b9fdcb026160155f413ce13d3 |
| 6 | name p0f |
| 7 | version 3.05b |
| 8 | categories net security |
| 9 | platforms darwin |
| 10 | license GNU LGPLv2.1 |
| 11 | maintainers nomaintainer |
| 12 | description versatile passive OS fingerprinting, masquerade detection tool |
35 | | destroot { |
36 | | xinstall -m 755 -s ${worksrcpath}/p0f ${destroot}${prefix}/bin |
37 | | xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1 |
38 | | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ |
39 | | ${destroot}${prefix}/share/${name} |
40 | | xinstall -m 644 -W ${worksrcpath} p0f.fp p0fa.fp p0fr.fp p0fo.fp \ |
41 | | ${destroot}${prefix}/share/${name} |
42 | | xinstall -m 644 -W ${worksrcpath}/doc COPYING CREDITS ChangeLog KNOWN_BUGS \ |
43 | | README TODO ${destroot}${prefix}/share/doc/${name} |
| 45 | destroot { |
| 46 | xinstall -m 755 -s ${worksrcpath}/${name} ${destroot}${prefix}/bin |
| 47 | xinstall -m 755 -s ${worksrcpath}/tools/${name}-client \ |
| 48 | ${destroot}${prefix}/bin |
| 49 | xinstall -m 755 -s ${worksrcpath}/tools/${name}-sendsyn \ |
| 50 | ${destroot}${prefix}/bin |
| 51 | xinstall -m 755 -s ${worksrcpath}/tools/${name}-sendsyn6 \ |
| 52 | ${destroot}${prefix}/bin |
| 53 | # the manpage is unavailable in version 3.05b, uncomment when provided again |
| 54 | # xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1 |
| 55 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ |
| 56 | ${destroot}${prefix}/share/${name} |
| 57 | xinstall -m 644 -W ${worksrcpath} p0f.fp ${destroot}${prefix}/share/${name} |
| 58 | xinstall -m 644 -W ${worksrcpath}/docs COPYING ChangeLog README TODO \ |
| 59 | existential-notes.txt extra-sigs.txt \ |
| 60 | ${destroot}${prefix}/share/doc/${name} |
| 61 | xinstall -m 644 -W ${worksrcpath}/tools README-TOOLS \ |
| 62 | ${destroot}${prefix}/share/doc/${name} |