initial import of aescrypt-0.7:
-- Encrypt/decrypt stdin using the Advanced Encryption Standard winner "Rijndael" encryption algorithm in Cipher Block Feedback (stream) mode. Uses /dev/urandom to create a salt. Prepends the output stream with salt when encrypting, strips it off when decrypting. WWW: http://aescrypt.sourceforge.net/
This commit is contained in:
parent
07fd86fb61
commit
f5d033c180
31
security/aescrypt/Makefile
Normal file
31
security/aescrypt/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/05 03:28:09 lebel Exp $
|
||||
|
||||
COMMENT= "encrypt/decrypt using Rijndael encryption algorithm"
|
||||
|
||||
V= 0.7
|
||||
DISTNAME= aescrypt-${V}
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.402
|
||||
|
||||
MAINTAINER= David Lebel <lebel@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://aescrypt.sourceforge.net/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://aescrypt.sourceforge.net/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aescrypt
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/aescrypt ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/aesget ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/aescrypt
|
||||
${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/aescrypt
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/aescrypt/files/md5
Normal file
3
security/aescrypt/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (aescrypt-0.7.tar.gz) = cbec5d7f00a289944397a8079c1d3c6c
|
||||
RMD160 (aescrypt-0.7.tar.gz) = 137bfb796e60f8d9cbc2de03ee16c1ef62ab27fd
|
||||
SHA1 (aescrypt-0.7.tar.gz) = 72756ccccd43a4f19796835395512616c86c273f
|
6
security/aescrypt/pkg/DESCR
Normal file
6
security/aescrypt/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Encrypt/decrypt stdin using the Advanced Encryption Standard winner
|
||||
"Rijndael" encryption algorithm in Cipher Block Feedback (stream)
|
||||
mode. Uses /dev/urandom to create a salt. Prepends the output stream
|
||||
with salt when encrypting, strips it off when decrypting.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
security/aescrypt/pkg/PLIST
Normal file
5
security/aescrypt/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/05 03:28:09 lebel Exp $
|
||||
bin/aescrypt
|
||||
bin/aesget
|
||||
share/doc/aescrypt/README.html
|
||||
@dirrm share/doc/aescrypt
|
Loading…
Reference in New Issue
Block a user