diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile new file mode 100644 index 00000000000..a902c263bc9 --- /dev/null +++ b/security/aescrypt/Makefile @@ -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 + +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 diff --git a/security/aescrypt/files/md5 b/security/aescrypt/files/md5 new file mode 100644 index 00000000000..68252e926ab --- /dev/null +++ b/security/aescrypt/files/md5 @@ -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 diff --git a/security/aescrypt/pkg/DESCR b/security/aescrypt/pkg/DESCR new file mode 100644 index 00000000000..5ba04835a1e --- /dev/null +++ b/security/aescrypt/pkg/DESCR @@ -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} diff --git a/security/aescrypt/pkg/PLIST b/security/aescrypt/pkg/PLIST new file mode 100644 index 00000000000..e384fd91df1 --- /dev/null +++ b/security/aescrypt/pkg/PLIST @@ -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