Date: Sat, 28 Aug 2010 20:42:05 GMT From: Eitan Adler <lists@eitanadler.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/150072: new port: security/spass Message-ID: <201008282042.o7SKg5Fk040057@www.freebsd.org> Resent-Message-ID: <201008282050.o7SKo1oZ097778@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150072 >Category: ports >Synopsis: new port: security/spass >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: Sat Aug 28 20:50:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: Attached is a new port for secure password generation. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: spass X# Date created: 27 October 2010 X# Whom: Eitan Adler <ports@eitanadler.com> X# X# $FreeBSD$ X# X XPORTNAME= spass XPORTVERSION= 2.0 XCATEGORIES= security XMASTER_SITES= http://www.guyrutenberg.com/wp-content/uploads/2010/08/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ports@eitanadler.com XCOMMENT= A secure password generator with a true random number generator X XLIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs X XGNU_CONFIGURE= yes XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" XUSE_BZIP2= yes X XPLIST_FILES= bin/spass X X.include <bsd.port.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (spass-2.0.tar.bz2) = 19b8a964100c9f4f126dbce5d338a4b9 XSHA256 (spass-2.0.tar.bz2) = 9dcda4c68f635e71fb23a2971c8fca2e2b1fbc5ee602c6182fa06155281e1d58 XSIZE (spass-2.0.tar.bz2) = 76762 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' Xspass is a random password generator written by Guy Rutenberg X XWWW: http://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/ 7f9555c3c1089940396b503dd37f3979 echo This could have been evil. Check your shars exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008282042.o7SKg5Fk040057>