# -*- 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 # $Id: Portfile 125899 2014-09-29 02:38:13Z ryandesign@macports.org $ PortSystem 1.0 name afflib version 3.6.15 categories security platforms darwin maintainers nomaintainer license BSD-old description The Advanced Forensic Format long_description AFF(R) is an open and extensible file format designed \ to store disk images and associated metadata. homepage http://www.forensicswiki.org/wiki/AFF master_sites http://digitalcorpora.org/downloads/afflib/ checksums sha1 71bb9b28acd1f6f4668bb491cea410294b267b81 \ rmd160 4a9c3968e5f23b75e877c4057512caea1115bc52 depends_lib port:expat \ port:libewf \ port:openssl \ port:readline \ port:zlib patchfiles patch-configure.ac.diff use_autoreconf yes configure.args --enable-fuse=no \ --enable-s3=no ## --with-ssl=${prefix} \ ## --with-zlib=${prefix} variant s3 description {Enable the use of Amazon's S3 service} { depends_lib-append port:curl configure.args-append --enable-s3=yes \ --with-curl=${prefix}/lib configure.args-delete --enable-s3=no } ## untested.... ## variant fuse description {Access AFF data through FUSE} { ## configure.args-append --enable-fuse=yes ## configure.args-delete --enable-fuse=no ## } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}