Date: Mon, 23 Apr 2007 23:34:12 +0200 (CEST) From: "Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gehm@physik.tu-berlin.de Subject: ports/112056: [NEW PORT] security/aespipe: An AES encrypting or decrypting pipe Message-ID: <200704232134.l3NLYCPC093516@tank.physik-pool.tu-berlin.de> Resent-Message-ID: <200704232150.l3NLo8aE041986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112056 >Category: ports >Synopsis: [NEW PORT] security/aespipe: An AES encrypting or decrypting pipe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 23 21:50:08 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 6.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD tank.physik-pool.tu-berlin.de 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Apr 17 16:32:59 UTC 2007 >Description: 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. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- aespipe-v2.3.d.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # aespipe # aespipe/Makefile # aespipe/pkg-descr # aespipe/distinfo # echo c - aespipe mkdir -p aespipe > /dev/null 2>&1 echo x - aespipe/Makefile sed 's/^X//' >aespipe/Makefile << 'END-of-aespipe/Makefile' X# New ports collection makefile for: aespipe X# Date created: 20 February 1007 X# Whom: Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de> X# X# $FreeBSD$ X# X XPORTNAME= aespipe XDISTVERSION= v2.3d XCATEGORIES= security XMASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ X http://koti.tnnet.fi/jari.ruusu/linux/ XDISTFILES= ${PORTNAME}-v2.3d.tar.bz2 X XMAINTAINER= gehm@physik.tu-berlin.de XCOMMENT= An AES encrypting or decrypting pipe X XRUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg X XMAN1= aespipe.1 X XUSE_BZIP2= yes X XHAS_CONFIGURE= yes X X.include <bsd.port.pre.mk> XALL_TARGET= X.if ${ARCH} == amd64 XMAKE_ARGS= amd64 X.endif X X.if ${ARCH} == i386 XMAKE_ARGS= x86 X.endif X Xpost-build: X cd ${WRKSRC} && make tests X.include <bsd.port.post.mk> END-of-aespipe/Makefile echo x - aespipe/pkg-descr sed 's/^X//' >aespipe/pkg-descr << 'END-of-aespipe/pkg-descr' Xaespipe program is AES encrypting or decrypting pipe. It reads from standard Xinput and writes to standard output. It can be used to create and restore Xencrypted tar or cpio archives. It can be used to encrypt and decrypt Xloop-AES compatible encrypted disk images. END-of-aespipe/pkg-descr echo x - aespipe/distinfo sed 's/^X//' >aespipe/distinfo << 'END-of-aespipe/distinfo' XMD5 (aespipe-v2.3d.tar.bz2) = 9b5369ab2c0d5439b7cd09d61d6ef479 XSHA256 (aespipe-v2.3d.tar.bz2) = 70330cd0710446c9ddf8148a7713fd73f1dc5e0b13fc4d3c75590305b2e3f008 XSIZE (aespipe-v2.3d.tar.bz2) = 88550 END-of-aespipe/distinfo exit --- aespipe-v2.3.d.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704232134.l3NLYCPC093516>