FreeBSD Bugzilla – Attachment 56182 Details for
Bug 84798
new port: security/bcrypt - A cross-plattform blowfish encryption utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bcrypt.shar
bcrypt.shar (text/plain), 1.96 KB, created by
Emanuel Haupt
on 2005-08-11 14:30:24 UTC
(
hide
)
Description:
bcrypt.shar
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2005-08-11 14:30:24 UTC
Size:
1.96 KB
patch
obsolete
># 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@critical.ch> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= bcrypt >XPORTVERSION= 1.1 >XCATEGORIES= security >XMASTER_SITES= http://bcrypt.sourceforge.net/ >X >XMAINTAINER= ehaupt@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@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 84798
: 56182