Ticket #42297: Portfile

File Portfile, 1.0 KB (added by dershow, 10 years ago)

Upgraded libewf port

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: Portfile 112360 2013-10-21 03:34:48Z ricci@macports.org $
3
4PortSystem 1.0
5
6name            libewf
7version         20131230
8categories      security
9maintainers     nomaintainer
10license             LGPL-3+
11description     Libewf is a library for support of the Expert Witness Compression Format
12homepage    http://libewf.sourceforge.net/
13platforms       darwin
14homepage        http://code.google.com/p/libewf/
15
16depends_lib port:openssl
17
18long_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
23master_sites        https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/
24
25
26checksums           rmd160     3b9d24feba48a9db96576eeecf84e88942552406 \
27                    sha256    e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d
28
29