ports/84798: new port: security/bcrypt - A cross-plattform blowfish encryption utility

Emanuel Haupt ehaupt at critical.ch
Thu Aug 11 13:30:25 UTC 2005


>Number:         84798
>Category:       ports
>Synopsis:       new port: security/bcrypt - A cross-plattform blowfish encryption utility
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 11 13:30:24 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root at admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: security/bcrypt - A cross-plattform blowfish encryption utility

Bcrypt is a blowfish file encryption utility which aims for cross-platform
portability.

In addition to providing 448-bit encryption, bcrypt overwrites input files with
random garbage before deletion in order to make low-level data recovery much
more difficult.

>How-To-Repeat:
	
>Fix:

	



--- bcrypt.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:
#
#	bcrypt
#	bcrypt/Makefile
#	bcrypt/pkg-descr
#	bcrypt/distinfo
#
echo c - bcrypt
mkdir -p bcrypt > /dev/null 2>&1
echo x - bcrypt/Makefile
sed 's/^X//' >bcrypt/Makefile << 'END-of-bcrypt/Makefile'
X# New ports collection makefile for:	bcrypt
X# Date created:				11 Aug 2005
X# Whom:					Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bcrypt
XPORTVERSION=	1.1
XCATEGORIES=	security
XMASTER_SITES=	http://bcrypt.sourceforge.net/
X
XMAINTAINER=	ehaupt at critical.ch
XCOMMENT=	A cross-plattform blowfish encryption utility
X
XUSE_REINPLACE=	yes
X
XALL_TARGET=	${PORTNAME}
X
XLDFLAGS+=	-lz
XMAKE_ENV+=	LDFLAGS="${LDFLAGS}"
X
XPORTDOCS=	README
XMAN1=		bcrypt.1
XPLIST_FILES=	bin/bcrypt
X
Xpost-patch:
X	@${REINPLACE_CMD} -E 's/^(CC|CFLAGS|LDFLAGS|PREFIX)\ /\1?/' \
X		${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-bcrypt/Makefile
echo x - bcrypt/pkg-descr
sed 's/^X//' >bcrypt/pkg-descr << 'END-of-bcrypt/pkg-descr'
XBcrypt is a blowfish file encryption utility which aims for cross-platform
Xportability.
X
XIn addition to providing 448-bit encryption, bcrypt overwrites input files with
Xrandom garbage before deletion in order to make low-level data recovery much
Xmore difficult.
X
XWWW: http://bcrypt.sourceforge.net/
X
X- ehaupt
Xehaupt at critical.ch
END-of-bcrypt/pkg-descr
echo x - bcrypt/distinfo
sed 's/^X//' >bcrypt/distinfo << 'END-of-bcrypt/distinfo'
XMD5 (bcrypt-1.1.tar.gz) = 8ce2873836ccd433329c8df0e37e298c
XSIZE (bcrypt-1.1.tar.gz) = 36781
END-of-bcrypt/distinfo
exit
--- bcrypt.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list