diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-24 08:00:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-24 08:00:28 +0000 |
commit | a7c65255b859735957bed69b1ee1cb8fc1a903f3 (patch) | |
tree | 7d7ef84f29e93864530d9356ca4c0cf485234bd2 /security/aespipe | |
parent | 2ae70ba6dc706ab93a2291347f2a53f3e3b53c41 (diff) | |
download | ports-a7c65255b859735957bed69b1ee1cb8fc1a903f3.tar.gz ports-a7c65255b859735957bed69b1ee1cb8fc1a903f3.zip |
Notes
Diffstat (limited to 'security/aespipe')
-rw-r--r-- | security/aespipe/Makefile | 39 | ||||
-rw-r--r-- | security/aespipe/distinfo | 3 | ||||
-rw-r--r-- | security/aespipe/pkg-descr | 4 |
3 files changed, 46 insertions, 0 deletions
diff --git a/security/aespipe/Makefile b/security/aespipe/Makefile new file mode 100644 index 000000000000..2e94cb0ec44d --- /dev/null +++ b/security/aespipe/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: aespipe +# Date created: 20 February 1007 +# Whom: Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de> +# +# $FreeBSD$ +# + +PORTNAME= aespipe +DISTVERSION= v2.3d +CATEGORIES= security +MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ + http://koti.tnnet.fi/jari.ruusu/linux/ + +MAINTAINER= gehm@physik.tu-berlin.de +COMMENT= An AES encrypting or decrypting pipe + +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg + +MAN1= aespipe.1 + +USE_BZIP2= yes + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+=--mandir="${MANPREFIX}/man" +PLIST_FILES= bin/aespipe + +.include <bsd.port.pre.mk> +ALL_TARGET= +.if ${ARCH} == amd64 +MAKE_ARGS= amd64 +.endif + +.if ${ARCH} == i386 +MAKE_ARGS= x86 +.endif + +post-build: + cd ${WRKSRC} && make tests +.include <bsd.port.post.mk> diff --git a/security/aespipe/distinfo b/security/aespipe/distinfo new file mode 100644 index 000000000000..92fb23ac66ca --- /dev/null +++ b/security/aespipe/distinfo @@ -0,0 +1,3 @@ +MD5 (aespipe-v2.3d.tar.bz2) = 9b5369ab2c0d5439b7cd09d61d6ef479 +SHA256 (aespipe-v2.3d.tar.bz2) = 70330cd0710446c9ddf8148a7713fd73f1dc5e0b13fc4d3c75590305b2e3f008 +SIZE (aespipe-v2.3d.tar.bz2) = 88550 diff --git a/security/aespipe/pkg-descr b/security/aespipe/pkg-descr new file mode 100644 index 000000000000..4229a02d107d --- /dev/null +++ b/security/aespipe/pkg-descr @@ -0,0 +1,4 @@ +aespipe program is AES encrypting or decrypting pipe. It reads from standard +input and writes to standard output. It can be used to create and restore +encrypted tar or cpio archives. It can be used to encrypt and decrypt +loop-AES compatible encrypted disk images. |