[56226] trunk/dports/security/ccrypt/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 25 04:02:57 PDT 2009


Revision: 56226
          http://trac.macports.org/changeset/56226
Author:   ryandesign at macports.org
Date:     2009-08-25 04:02:54 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
ccrypt: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/security/ccrypt/Portfile

Modified: trunk/dports/security/ccrypt/Portfile
===================================================================
--- trunk/dports/security/ccrypt/Portfile	2009-08-25 10:57:27 UTC (rev 56225)
+++ trunk/dports/security/ccrypt/Portfile	2009-08-25 11:02:54 UTC (rev 56226)
@@ -1,37 +1,43 @@
 # $Id$
 
-PortSystem 1.0
-name			ccrypt
-version			1.7
-categories		security
-platforms		darwin
-maintainers		nomaintainer
-homepage		http://ccrypt.sourceforge.net
-description		Encrypt and decrypt files and streams
+PortSystem              1.0
 
-long_description	Utility for encrypting and decrypting files and streams. It was \
-			designed to replace the standard unix crypt utility, which is notorious for \
-			using a very weak encryption algorithm. ccrypt is based on the Rijndael \
-			cipher, which is the U.S. government's chosen candidate for the Advanced \
-			Encryption Standard (AES, see http://www.nist.gov/aes/). This cipher is \
-			believed to provide very strong security. \
-			Unlike unix crypt, the algorithm provided by ccrypt is not symmetric, i.e., \
-			one must specify whether to encrypt or decrypt. The most common way to invoke \
-			ccrypt is via the commands ccencrypt and ccdecrypt. There is also a ccat \
-			command for decrypting a file directly to the terminal, thus reducing the \
-			likelihood of leaving temporary plaintext files around. In addition, there \
-			is a compatibility mode for decrypting legacy unix crypt files.
+name                    ccrypt
+version                 1.7
+categories              security
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://ccrypt.sourceforge.net
 
-master_sites		sourceforge:${name}
+description             Encrypt and decrypt files and streams
 
-checksums           	md5 19526e31a7d234e29d54dbcc876605d5
+long_description        Utility for encrypting and decrypting files and streams. \
+                        It was designed to replace the standard unix crypt \
+                        utility, which is notorious for using a very weak \
+                        encryption algorithm. ccrypt is based on the Rijndael \
+                        cipher, which is the U.S. government's chosen candidate \
+                        for the Advanced Encryption Standard (AES, see \
+                        http://www.nist.gov/aes/). This cipher is believed to \
+                        provide very strong security. Unlike unix crypt, the \
+                        algorithm provided by ccrypt is not symmetric, i.e., \
+                        one must specify whether to encrypt or decrypt. The most \
+                        common way to invoke ccrypt is via the commands \
+                        ccencrypt and ccdecrypt. There is also a ccat command \
+                        for decrypting a file directly to the terminal, thus \
+                        reducing the likelihood of leaving temporary plaintext \
+                        files around. In addition, there is a compatibility mode \
+                        for decrypting legacy unix crypt files.
 
-build.cmd		make check
+master_sites            sourceforge:${name}
 
-pre-configure	{	reinplace "s|htmldir = \$(prefix)/doc/ccrypt|htmldir = \$(datadir)/doc/ccrypt|" \
-				${worksrcpath}/doc/Makefile.in
-			}
+checksums               md5 19526e31a7d234e29d54dbcc876605d5
 
-configure.args		--mandir=${prefix}/share/man \
-			--infodir=${prefix}/share/info
+build.cmd               make check
 
+pre-configure {
+    reinplace "s|htmldir = \$(prefix)/doc/ccrypt|htmldir = \$(datadir)/doc/ccrypt|" \
+        ${worksrcpath}/doc/Makefile.in
+}
+
+configure.args          --mandir=${prefix}/share/man \
+                        --infodir=${prefix}/share/info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/9451a422/attachment.html>


More information about the macports-changes mailing list