Ticket #38237: Portfile

File Portfile, 1.2 KB (added by raimue (Rainer Müller), 11 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                bulk_extractor
7version             1.3.1
8
9
10categories          security sysutils
11platforms           darwin
12maintainers     gmail.com:jessekornblum
13license             public-domain
14
15description         Extract investigative features
16
17long_description    Extracts small pieces of useful information, such as credit card numbers, phone numbers, and social security numbers, from input without parsing filesystem information.
18
19homepage            https://github.com/simsong/bulk_extractor
20master_sites    http://digitalcorpora.org/downloads/bulk_extractor/
21
22checksums       rmd160  e33128e36d6ff816a5cddeafa0fb568a90d678ff \
23                sha256  bf085b442a35e8a80cb5dfaa6d7c8152fdcdf4cca5061eb0ad9a0fe0a01cfdda
24
25depends_lib     port:tre       \
26                port:libewf    \
27                port:flex     
28
29post-destroot {
30    set docdir ${prefix}/share/doc/${name}
31    xinstall -d ${destroot}${docdir}
32    xinstall -m 644 -W ${worksrcpath}  \
33        AUTHORS COPYING ChangeLog INSTALL NEWS README ROADMAP.txt \
34        ${destroot}${docdir}
35}
36
37livecheck.regex    /${name}-(\[0-9.-\]+)${extract.suffix}