1 | # $Id: Portfile 77962 2007-10-27 15:45:48Z macports@JustinLove.name $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name rsyncrypto |
---|
6 | version 1.04 |
---|
7 | platforms darwin |
---|
8 | categories security |
---|
9 | maintainers macports@JustinLove.name |
---|
10 | description rsync friendly file encryption |
---|
11 | long_description A slightly reduced strength bulk encryption. \ |
---|
12 | In exchange for the reduced strength, you get \ |
---|
13 | the ability to rsync the encrypted files, \ |
---|
14 | so that local changes in the plaintext file \ |
---|
15 | will result in (relatively) local changes \ |
---|
16 | to the cyphertext file.\ |
---|
17 | \ |
---|
18 | rsyncrypto includes a patch to gzip to make it \ |
---|
19 | more rsync friendly this patch is NOT installed \ |
---|
20 | by this port. |
---|
21 | homepage http://sourceforge.net/projects/rsyncrypto |
---|
22 | |
---|
23 | master_sites sourceforge |
---|
24 | |
---|
25 | checksums md5 b4382f71df37e457c5a40ee8f7863614 |
---|
26 | |
---|
27 | depends_lib port:argtable port:gzip port:openssl port:zlib |
---|
28 | |
---|
29 | configure.cppflags-append -D__unix__ |
---|
30 | |
---|
31 | destroot.destdir prefix=${destroot}/${prefix} \ |
---|
32 | mandir=${destroot}${prefix}/share/man |
---|