head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


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

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

1.9
date	2012.05.18.14.55.18;	author jgh;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.08.21.24.18;	author crees;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.24.16.14.23;	author jgh;	state Exp;
branches;
next	1.6;

1.6
date	2011.08.12.23.51.08;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2011.05.04.19.46.09;	author decke;	state Exp;
branches;
next	1.4;

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

1.3
date	2010.04.09.23.24.29;	author sylvio;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.27.01.03.27;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.25.10.31.40;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308209
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308209 | rm | 2012-12-04 08:38:48 +0000 (Tue, 04 Dec 2012) | 10 lines
## SVN ##
## SVN ## - update to 1.3.4
## SVN ##
## SVN ## while here:
## SVN ## - trim Makefile header
## SVN ## - remove indefinite article from COMMENT
## SVN ##
## SVN ## PR:		174095
## SVN ## Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl> (maintainer)
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Jaap Akkerhuis <jaap@@NLnetLabs.nl>
# $FreeBSD: head/security/softhsm/Makefile 308209 2012-12-04 08:38:48Z rm $

PORTNAME=	softhsm
PORTVERSION=	1.3.4
CATEGORIES=	security
MASTER_SITES=	http://dist.opendnssec.org/source/

MAINTAINER=	jaap@@NLnetLabs.nl
COMMENT=	Software implementation of a Hardware Security Module (HSM)

LIB_DEPENDS=	botan:${PORTSDIR}/security/botan \
		sqlite3:${PORTSDIR}/databases/sqlite3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE}

USE_LDCONFIG=	yes

MAN1=		softhsm.1 softhsm-keyconv.1
MAN5=		softhsm.conf.5

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:   	softhsm
# Date created:        15 December 2009
# Whom:                Jaap Akkerhuis <jaap@@NLnetLabs.nl>
#
# $FreeBSD: head/security/softhsm/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.3.3
d7 1
a7 1
MASTER_SITES=	http://www.opendnssec.org/files/source/
d10 1
a10 1
COMMENT=	A software implementation of a Hardware Security Module (HSM)
@


1.9
log
@- Update to 1.3.3
* Increased performance by adding more indexes to the database.
* Describe the usage of SO and user PIN in the README.

PR:	ports/168079
Submitted by:	maintainer, jaap@@NLnetLabs.nl
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Update to 1.3.2

PR:		ports/165854
Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.2
@


1.7
log
@- Update to 1.3.1
- Move to plist to account for non-default configuration files

PR:	ports/164266
Submitted by: maintainer
Approved by:	rene (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
@


1.6
log
@Update to 1.3.0

PR:		159729
Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.0
d16 2
a17 2
LIB_DEPENDS=	botan:${PORTSDIR}/security/botan
LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
a26 8
PLIST_FILES=	bin/softhsm \
		bin/softhsm-keyconv \
		lib/libsofthsm.a \
		lib/libsofthsm.la \
		lib/libsofthsm.so \
		etc/softhsm.conf \
		etc/softhsm.conf.sample

@


1.5
log
@- Update to 1.2.1
- Remove MD5 checksum

PR:		ports/156820
Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl> (maintainer)
@
text
@d3 1
a3 1
# Whom:                Jaap Akkerhuis <jaap@@NLnetLabs.nl
d9 1
a9 1
PORTVERSION=	1.2.1
d20 1
@


1.4
log
@- Update to 1.2.0

PR:		151144
Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
@


1.3
log
@- Update to 1.1.4

PR:		ports/145523
Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl> (maintainer)
Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.4
@


1.2
log
@- Update to 1.1.3

PR:		143258
Submitted by:	Jaap Akkerhuis <jaap@@NLnetLabs.nl> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
a30 1
		lib/libsofthsm.so.1 \
@


1.1
log
@SoftHSM is an implementation of a cryptographic store accessible
through a PKCS #11 interface. You can use it to explore PKCS #11
without having a Hardware Security Module. It is being developed
as a part of the OpenDNSSEC project. SoftHSM uses Botan for its
cryptographic operations.

WWW: http://www.opendnssec.org/

PR:		ports/141932
Submitted by:	Jaap Akkerhuis <jaap at NLnetLabs.nl
@
text
@d9 1
a9 1
PORTVERSION=	1.1.2
@

