Ticket #13027: Portfile.2

File Portfile.2, 1.0 KB (added by ecronin (Eric Cronin), 16 years ago)

update of Portfile for version 1.06

Line 
1# $Id: Portfile 77962 2007-10-27 15:45:48Z macports@JustinLove.name $
2
3PortSystem 1.0
4
5name                    rsyncrypto
6version                 1.06
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                                rsyncrypto includes a patch to gzip to make it \
19                                more rsync friendly this patch is NOT installed \
20                                by this port.
21homepage                http://sourceforge.net/projects/rsyncrypto
22
23master_sites            sourceforge
24
25checksums               md5 b5a170edcc150ac550c0bda990a098b4 \
26                                sha1 67500882fa1298daa498eb8694cdf378c9db6d3c
27
28depends_lib             port:argtable port:gzip port:openssl port:zlib
29
30configure.cppflags-append -D__unix__
31
32destroot.destdir        prefix=${destroot}/${prefix} \
33                                mandir=${destroot}${prefix}/share/man