2009-08-25 11:02:54 +00:00
|
|
|
PortSystem 1.0
|
2003-10-24 15:30:45 +00:00
|
|
|
|
2009-08-25 11:02:54 +00:00
|
|
|
name ccrypt
|
2022-07-03 10:05:17 -05:00
|
|
|
version 1.11
|
2009-08-25 11:02:54 +00:00
|
|
|
categories security
|
2013-01-26 17:31:41 +00:00
|
|
|
license GPL-2+
|
2009-08-25 11:02:54 +00:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
homepage http://ccrypt.sourceforge.net
|
2002-12-03 05:38:24 +00:00
|
|
|
|
2009-08-25 11:02:54 +00:00
|
|
|
description Encrypt and decrypt files and streams
|
2003-10-24 15:30:45 +00:00
|
|
|
|
2009-08-25 11:02:54 +00:00
|
|
|
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.
|
2003-10-24 15:30:45 +00:00
|
|
|
|
2022-07-03 10:05:17 -05:00
|
|
|
master_sites sourceforge:project/ccrypt/${version}
|
2003-10-14 19:10:47 +00:00
|
|
|
|
2022-07-03 10:05:17 -05:00
|
|
|
checksums rmd160 0515bdaad2dbf9f029acb6361b26be4c280d2a2a \
|
|
|
|
|
sha256 b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f \
|
|
|
|
|
size 834575
|
2009-08-29 10:58:06 +00:00
|
|
|
|
2012-06-29 09:18:08 +00:00
|
|
|
depends_lib port:gettext
|
|
|
|
|
|
|
|
|
|
# test fails, ticket #32377
|
2015-10-12 00:05:23 +00:00
|
|
|
compiler.blacklist {clang <= 318.0.61}
|
2012-06-29 09:18:08 +00:00
|
|
|
|
2009-09-10 03:50:48 +00:00
|
|
|
use_parallel_build yes
|
2003-10-24 15:30:45 +00:00
|
|
|
|
2009-09-10 03:50:48 +00:00
|
|
|
build.target check
|
2007-11-10 14:40:56 +00:00
|
|
|
|
2010-03-26 01:41:29 +00:00
|
|
|
livecheck.type regex
|
|
|
|
|
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
|