Ticket #20356: Portfile

File Portfile, 1.3 KB (added by cforkin@…, 15 years ago)

port file

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                steghide
7version             0.5.1
8categories          security
9maintainers         gmail.com:cforkin
10description         Steghide is a steganography program
11long_description    Steghide is a steganography program that is able to hide \
12                    data in various kinds of image- and audio-files. The \
13                    color- respectivly sample-frequencies are not changed thus \
14                    making the embedding resistant against first-order \
15                    statistical tests.
16homepage            http://steghide.sourceforge.net/
17platforms           darwin
18master_sites        http://prdownloads.sourceforge.net/steghide/
19
20configure.args      --mandir=${prefix}/share/man
21
22patchfiles          patch-build-with-gcc-4.diff \
23                    patch-src-Makefile.am.diff \
24                    patch-src-Makefile.in.diff
25
26checksums           md5 5be490e24807d921045780fd8cc446b3 \
27                    sha1 a6d204744fabfe5751ab5e2d889ac373c0b0a30c \
28                    rmd160 e17507444b8bb91e6e29d46ec02fa39f7f2f44e8
29
30depends_lib         port:jpeg \
31                    port:mhash