[41561] trunk/dports/security

blb at macports.org blb at macports.org
Thu Nov 6 00:32:36 PST 2008


Revision: 41561
          http://trac.macports.org/changeset/41561
Author:   blb at macports.org
Date:     2008-11-06 00:32:36 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
New port security/rsyncrypto, ticket #13027

Added Paths:
-----------
    trunk/dports/security/rsyncrypto/
    trunk/dports/security/rsyncrypto/Portfile

Added: trunk/dports/security/rsyncrypto/Portfile
===================================================================
--- trunk/dports/security/rsyncrypto/Portfile	                        (rev 0)
+++ trunk/dports/security/rsyncrypto/Portfile	2008-11-06 08:32:36 UTC (rev 41561)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+
+name			rsyncrypto
+version			1.12
+platforms		darwin
+categories		security
+maintainers		JustinLove.name:macports
+description		rsync friendly file encryption
+long_description	A slightly reduced strength bulk encryption. \
+				In exchange for the reduced strength, you get \
+				the ability to rsync the encrypted files, \
+				so that local changes in the plaintext file \
+				will result in (relatively) local changes \
+				to the cyphertext file.\
+				\
+				To work out of the box, rsyncrypto requires a\
+				version of gzip installed with the +rsyncable variant.\
+				MacPorts can't express this dependency, so you'll\
+				probably have to (re)install the gzip port manually.
+
+homepage		http://sourceforge.net/projects/rsyncrypto
+
+master_sites		sourceforge
+
+checksums		md5 62367d5458ceaab58bbe73030880f538
+
+depends_lib		port:argtable port:gzip port:openssl port:zlib
+
+configure.cppflags-append -D__unix__
+
+destroot.destdir	prefix=${destroot}/${prefix} \
+				mandir=${destroot}${prefix}/share/man


Property changes on: trunk/dports/security/rsyncrypto/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/4ff2e642/attachment.html>


More information about the macports-changes mailing list