From nobody@FreeBSD.org  Sat Aug 28 20:42:06 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6E7B0106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Aug 2010 20:42:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 455AE8FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Aug 2010 20:42:06 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7SKg6e9040058
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Aug 2010 20:42:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7SKg5Fk040057;
	Sat, 28 Aug 2010 20:42:05 GMT
	(envelope-from nobody)
Message-Id: <201008282042.o7SKg5Fk040057@www.freebsd.org>
Date: Sat, 28 Aug 2010 20:42:05 GMT
From: Eitan Adler <lists@eitanadler.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: security/spass
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150072
>Category:       ports
>Synopsis:       new port: security/spass
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 20:50:00 UTC 2010
>Closed-Date:    Thu Sep 23 02:42:28 UTC 2010
>Last-Modified:  Thu Sep 23 02:42:28 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Sep 14 06:42:26 UTC 2010 
Responsible-Changed-Why:  
I will take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150072 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150072: commit references a PR
Date: Thu, 23 Sep 2010 02:38:55 +0000 (UTC)

 pgollucci    2010-09-23 02:38:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/spass       Makefile distinfo pkg-descr 
   Log:
   spass is a random password generator written by Guy Rutenberg
   
   WWW: http://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/
   
   PR:             ports/150072
   Submitted by:   Eitan Adler <ports at eitanadler.com>
   
   Revision  Changes    Path
   1.1127    +1 -0      ports/security/Makefile
   1.1       +26 -0     ports/security/spass/Makefile (new)
   1.1       +3 -0      ports/security/spass/distinfo (new)
   1.1       +3 -0      ports/security/spass/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Sep 23 02:42:28 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150072 
>Unformatted:
