diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-12-12 17:12:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-12-12 17:12:36 +0000 |
commit | 182d890b0b62703d4abfe13426c7b9673b07a50a (patch) | |
tree | bc63c6799034843358b82a8921bc194aeadb66ec /security | |
parent | d2aadade77adbe12b13daaf8c2a76e79cf8dc624 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/aescrypt/Makefile | 22 | ||||
-rw-r--r-- | security/aescrypt/distinfo | 1 | ||||
-rw-r--r-- | security/aescrypt/pkg-comment | 1 | ||||
-rw-r--r-- | security/aescrypt/pkg-descr | 15 | ||||
-rw-r--r-- | security/aescrypt/pkg-plist | 4 |
6 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ee354546913a..aacafe210ea8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -3,6 +3,7 @@ SUBDIR += aafid2 SUBDIR += acid + SUBDIR += aescrypt SUBDIR += aide SUBDIR += bjorb SUBDIR += bro diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile new file mode 100644 index 000000000000..fac91c5b7d41 --- /dev/null +++ b/security/aescrypt/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: aescrypt +# Date created: 12 December 2000 +# Whom: roam@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= aescrypt +PORTVERSION= 0.6 +CATEGORIES= security +MASTER_SITES= http://aescrypt.sourceforge.net/ +MASTER_SITE_SUBDIR=aescrypt + +MAINTAINER= roam@FreeBSD.org + +GNU_CONFIGURE= yes + +post-install: + ${MKDIR} ${PREFIX}/share/doc/aescrypt + ${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/aescrypt + +.include <bsd.port.mk> diff --git a/security/aescrypt/distinfo b/security/aescrypt/distinfo new file mode 100644 index 000000000000..c22e86b292e3 --- /dev/null +++ b/security/aescrypt/distinfo @@ -0,0 +1 @@ +MD5 (aescrypt-0.6.tar.gz) = 63731a0f8248b8bb7b63814c6206b170 diff --git a/security/aescrypt/pkg-comment b/security/aescrypt/pkg-comment new file mode 100644 index 000000000000..727f4c3a6cfc --- /dev/null +++ b/security/aescrypt/pkg-comment @@ -0,0 +1 @@ +A command-line AES encryption/decryption suite diff --git a/security/aescrypt/pkg-descr b/security/aescrypt/pkg-descr new file mode 100644 index 000000000000..52b758a06d43 --- /dev/null +++ b/security/aescrypt/pkg-descr @@ -0,0 +1,15 @@ +From the aescrypt README.html: + + This is a program for encrypting/decrypting streams of data using + Rijndael and Cipher Block Feedback mode (CFB-128). + + ... + + 5. This program was deliberately kept extremely simple. It is not + intended to be a full encryption solution, it is intended to be + used within scripts as part of a complete solution. Keychain + management, public key signatures, etc. are all expected to be + done external to this program. + +Author: Eric Lee Green <eric@estinc.com> +WWW: http://aescrypt.sourceforge.net/ diff --git a/security/aescrypt/pkg-plist b/security/aescrypt/pkg-plist new file mode 100644 index 000000000000..e2c849959cab --- /dev/null +++ b/security/aescrypt/pkg-plist @@ -0,0 +1,4 @@ +bin/aescrypt +bin/aesget +share/doc/aescrypt/README.html +@dirrm share/doc/aescrypt |