Skip to content

Commit

Permalink
Updated to ccrypt-1.4
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3025 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Matt Anton committed Jul 11, 2003
1 parent e8612de commit d2d9944
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
24 changes: 13 additions & 11 deletions security/ccrypt/Portfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# $Id: Portfile,v 1.5 2003/03/03 07:13:33 mij Exp $
# $Id: Portfile,v 1.6 2003/07/11 16:57:57 matt Exp $

PortSystem 1.0
name ccrypt
version 1.3
platforms darwin
categories security
maintainers matt@opendarwin.org
homepage http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
description An utility for encrypting and decrypting files and streams
name ccrypt
version 1.4
platforms darwin
categories security
homepage http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
maintainers matt@opendarwin.org

description An utility for encrypting and decrypting files and streams
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 \
Expand All @@ -20,7 +21,8 @@ long_description Utility for encrypting and decrypting files and streams. It was
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.
master_sites http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
checksums md5 5dc4646f684273e8fa9f152286b54256
build.cmd make check

master_sites http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
checksums md5 9eaf357acda3ea0cf26300cffa0d54af

build.cmd make check
24 changes: 13 additions & 11 deletions sysutils/ccrypt/Portfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# $Id: Portfile,v 1.5 2003/03/03 07:13:33 mij Exp $
# $Id: Portfile,v 1.6 2003/07/11 16:57:57 matt Exp $

PortSystem 1.0
name ccrypt
version 1.3
platforms darwin
categories security
maintainers matt@opendarwin.org
homepage http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
description An utility for encrypting and decrypting files and streams
name ccrypt
version 1.4
platforms darwin
categories security
homepage http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
maintainers matt@opendarwin.org

description An utility for encrypting and decrypting files and streams
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 \
Expand All @@ -20,7 +21,8 @@ long_description Utility for encrypting and decrypting files and streams. It was
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.
master_sites http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
checksums md5 5dc4646f684273e8fa9f152286b54256
build.cmd make check

master_sites http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
checksums md5 9eaf357acda3ea0cf26300cffa0d54af

build.cmd make check

0 comments on commit d2d9944

Please sign in to comment.