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:
parent
2ae70ba6dc
commit
a7c65255b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190792
@ -9,6 +9,7 @@
|
||||
SUBDIR += aafid2
|
||||
SUBDIR += acid
|
||||
SUBDIR += aescrypt
|
||||
SUBDIR += aespipe
|
||||
SUBDIR += aide
|
||||
SUBDIR += aimsniff
|
||||
SUBDIR += altivore
|
||||
|
39
security/aespipe/Makefile
Normal file
39
security/aespipe/Makefile
Normal 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>
|
3
security/aespipe/distinfo
Normal file
3
security/aespipe/distinfo
Normal 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
|
4
security/aespipe/pkg-descr
Normal file
4
security/aespipe/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user