1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add aespipe , an AES encrypting or decrypting pipe.

PR:		ports/112056
Submitted by:	Ekkehard 'Ekki' Gehm <gehm at physik.tu-berlin.de>
This commit is contained in:
Cheng-Lung Sung 2007-04-24 08:00:28 +00:00
parent 2ae70ba6dc
commit a7c65255b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190792
4 changed files with 47 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += aafid2
SUBDIR += acid
SUBDIR += aescrypt
SUBDIR += aespipe
SUBDIR += aide
SUBDIR += aimsniff
SUBDIR += altivore

39
security/aespipe/Makefile Normal file
View File

@ -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>

View File

@ -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

View File

@ -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.