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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name steghide |
---|
7 | version 0.5.1 |
---|
8 | categories security |
---|
9 | maintainers gmail.com:cforkin |
---|
10 | description Steghide is a steganography program |
---|
11 | long_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. |
---|
16 | homepage http://steghide.sourceforge.net/ |
---|
17 | platforms darwin |
---|
18 | master_sites http://prdownloads.sourceforge.net/steghide/ |
---|
19 | |
---|
20 | configure.args --mandir=${prefix}/share/man |
---|
21 | |
---|
22 | patchfiles patch-build-with-gcc-4.diff \ |
---|
23 | patch-src-Makefile.am.diff \ |
---|
24 | patch-src-Makefile.in.diff |
---|
25 | |
---|
26 | checksums md5 5be490e24807d921045780fd8cc446b3 \ |
---|
27 | sha1 a6d204744fabfe5751ab5e2d889ac373c0b0a30c \ |
---|
28 | rmd160 e17507444b8bb91e6e29d46ec02fa39f7f2f44e8 |
---|
29 | |
---|
30 | depends_lib port:jpeg \ |
---|
31 | port:mhash |
---|