1 | # $Id: Portfile 77962 2008-09-04 15:45:48Z macports@JustinLove.name $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name rsyncrypto |
---|
6 | version 1.12 |
---|
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 | To work out of the box, rsyncrypto requires a\ |
---|
19 | version of gzip installed with the +rsyncable variant.\ |
---|
20 | MacPorts can't express this dependency, so you'll\ |
---|
21 | probably have to (re)install the gzip port manually. |
---|
22 | |
---|
23 | homepage http://sourceforge.net/projects/rsyncrypto |
---|
24 | |
---|
25 | master_sites sourceforge |
---|
26 | |
---|
27 | checksums md5 62367d5458ceaab58bbe73030880f538 |
---|
28 | |
---|
29 | depends_lib port:argtable port:gzip port:openssl port:zlib |
---|
30 | |
---|
31 | configure.cppflags-append -D__unix__ |
---|
32 | |
---|
33 | destroot.destdir prefix=${destroot}/${prefix} \ |
---|
34 | mandir=${destroot}${prefix}/share/man |
---|