Ticket #13027: Portfile.3

File Portfile.3, 1.1 KB (added by macports@…, 16 years ago)

rsyncrypto 1.12

Line 
1# $Id: Portfile 77962 2008-09-04 15:45:48Z macports@JustinLove.name $
2
3PortSystem 1.0
4
5name                    rsyncrypto
6version                 1.12
7platforms               darwin
8categories              security
9maintainers             macports@JustinLove.name
10description             rsync friendly file encryption
11long_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
23homepage                http://sourceforge.net/projects/rsyncrypto
24
25master_sites            sourceforge
26
27checksums               md5 62367d5458ceaab58bbe73030880f538
28
29depends_lib             port:argtable port:gzip port:openssl port:zlib
30
31configure.cppflags-append -D__unix__
32
33destroot.destdir        prefix=${destroot}/${prefix} \
34                                mandir=${destroot}${prefix}/share/man