head	1.11;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.11
date	2013.03.22.23.30.10;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2013.03.22.04.07.57;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2013.03.09.09.48.36;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2013.01.31.14.01.31;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.10.06.14.35.45;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2012.07.21.20.42.23;	author eadler;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.23.22.25.18;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.21.20.51.38;	author eadler;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.21.16.12.44;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.23.02.38.51;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314960
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/spass/Makefile 314960 2013-03-22 20:06:14Z makc $

PORTNAME=	spass
PORTVERSION=	3.0
PORTREVISION=	1
CATEGORIES=	security

MAINTAINER=	eadler@@FreeBSD.org
COMMENT=	Secure password generator with a true random number generator

LICENSE=	GPLv3

BUILD_DEPENDS=	${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS=	asound:${PORTSDIR}/audio/alsa-lib \
		boost_program_options:${PORTSDIR}/devel/boost-libs

USE_GITHUB=	yes
GH_ACCOUNT=	guyru
GH_TAGNAME=	cb0de64
GH_COMMIT=	cb0de64

USES=		cmake
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/spass

MAKE_JOBS_SAFE=	yes

.include <bsd.port.mk>
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314850
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/security/spass/Makefile 314850 2013-03-21 15:45:32Z eadler $
d22 1
a22 1
USE_CMAKE=	yes
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313672
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/security/spass/Makefile 313672 2013-03-08 20:23:38Z eadler $
a6 1
MASTER_SITES=	http://cloud.github.com/downloads/guyru/spass/
d17 5
a22 1
USE_BZIP2=	yes
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311310
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/security/spass/Makefile 311310 2013-01-31 13:38:42Z bapt $
a7 1
DISTFILES=	${DISTNAME}.tar.bz2
d10 1
a10 1
COMMENT=	A secure password generator with a true random number generator
d19 1
d25 2
@


1.7
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/security/spass/Makefile 305369 2012-10-06 14:35:45Z eadler $
d5 1
@


1.6
log
@SVN rev 305369 on 2012-10-06 14:35:45Z by eadler

Trim the headers in the ports I maintain.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.5
log
@SVN rev 301287 on 2012-07-21 20:42:23Z by eadler

Update to 3.0

Changes:
spass can now use one of three audio backends (the old version could only use OSS):
Advanced Linux Sound Architecture (ALSA)
Open Sound System (OSS)
PortAudio
@
text
@a0 4
# New ports collection makefile for:	spass
# Date created:        			27 October 2010
# Whom:					Eitan Adler <eadler@@FreeBSD.org>
#
a1 1
#
@


1.4
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	2.0
d11 2
a12 1
MASTER_SITES=	http://www.guyrutenberg.com/wp-content/uploads/2010/08/
d17 1
a17 1
LIB_DEPENDS=	boost_program_options:${PORTSDIR}/devel/boost-libs
d19 5
a23 1
GNU_CONFIGURE=	yes
a25 1
USE_BZIP2=	yes
@


1.3
log
@- change the email address I use to maintain ports

Approved by:	bapt (mentor)
@
text
@a20 1
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
@


1.2
log
@- change the email address I use to maintain ports

Approved by:	bapt (mentor)
@
text
@d3 1
a3 1
# Whom:					Eitan Adler <eadler@@freebsd.org>
d13 1
a13 1
MAINTAINER=	eadler@@freebsd.org
@


1.1
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>
@
text
@d3 1
a3 1
# Whom:					Eitan Adler <ports@@eitanadler.com>
d13 1
a13 1
MAINTAINER=	ports@@eitanadler.com
@

