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: Portfile 112360 2013-10-21 03:34:48Z ricci@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libewf |
---|
7 | version 20131230 |
---|
8 | categories security |
---|
9 | maintainers nomaintainer |
---|
10 | license LGPL-3+ |
---|
11 | description Libewf is a library for support of the Expert Witness Compression Format |
---|
12 | homepage http://libewf.sourceforge.net/ |
---|
13 | platforms darwin |
---|
14 | homepage http://code.google.com/p/libewf/ |
---|
15 | |
---|
16 | depends_lib port:openssl |
---|
17 | |
---|
18 | long_description Libewf is a library for support of the Expert Witness \ |
---|
19 | Compression Format (EWF), it support both the SMART \ |
---|
20 | format (EWF-S01) and the EnCase format (EWF-E01). \ |
---|
21 | Libewf allows you to read and write media information within the EWF files. |
---|
22 | |
---|
23 | master_sites https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ |
---|
24 | |
---|
25 | |
---|
26 | checksums rmd160 3b9d24feba48a9db96576eeecf84e88942552406 \ |
---|
27 | sha256 e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d |
---|
28 | |
---|
29 | |
---|