Files

46 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

PortSystem 1.0
2003-10-24 15:30:45 +00:00
name ccrypt
2022-07-03 10:05:17 -05:00
version 1.11
categories security
license GPL-2+
maintainers nomaintainer
homepage http://ccrypt.sourceforge.net
2002-12-03 05:38:24 +00:00
description Encrypt and decrypt files and streams
2003-10-24 15:30:45 +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
depends_lib port:gettext
# test fails, ticket #32377
compiler.blacklist {clang <= 318.0.61}
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
2010-03-26 01:41:29 +00:00
livecheck.type regex
livecheck.regex ${name}-(\[0-9.\]+)\\.tar