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


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

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

1.6
date	2012.03.23.14.27.51;	author zi;	state Exp;
branches;
next	1.5;

1.5
date	2012.02.25.14.08.09;	author zi;	state Exp;
branches;
next	1.4;

1.4
date	2009.10.15.11.04.12;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.18.16.09.35;	author roam;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.24.02.56.43;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.06.14.09.46;	author roam;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310015
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310015 | zi | 2013-01-06 21:24:03 +0000 (Sun, 06 Jan 2013) | 4 lines
## SVN ##
## SVN ## - Update to 1.3
## SVN ## - Update header for new 'created by' style
## SVN ## - Add LICENSE
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Peter Pentchev <roam@@FreeBSD.org>
# $FreeBSD: head/security/paperkey/Makefile 310015 2013-01-06 21:24:03Z zi $

PORTNAME=	paperkey
PORTVERSION=	1.3
CATEGORIES=	security
MASTER_SITES=	http://www.jabberwocky.com/software/paperkey/ \
		http://mirrors.rit.edu/zi/

MAINTAINER=	zi@@FreeBSD.org
COMMENT=	Extract just the secret information out of OpenPGP secret keys

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
ALL_TARGET=	all check

PLIST_FILES=	bin/paperkey
MAN1=		paperkey.1
PORTDOCS=	NEWS README

.if !defined(NOPORTDOCS)
post-install:
		${MKDIR} ${DOCSDIR}
		${INSTALL_DATA} ${PORTDOCS:S@@^@@${WRKSRC}/@@} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	paperkey
# Date created:		Mon Oct  6 12:56:53 EEST 2008
# Whom:			Peter Pentchev <roam@@FreeBSD.org>
#
# $FreeBSD: head/security/paperkey/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.2
d13 3
@


1.6
log
@- Update mirror URL on my ports

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Adopt port per maintainers request

Approved by:	roam@@
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.jabberwocky.com/software/paperkey/
@


1.4
log
@Update paperkey to version 1.2, getting rid of the packing list by
using the PLIST_FILES and PORTDOCS variables in a slightly different
way than in the PR.

PR:		139642
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
@
text
@d13 1
a13 1
MAINTAINER=	roam@@FreeBSD.org
@


1.3
log
@Update to paperkey-1.1.
No longer fix up the README location in the manpage - it's not there anymore :)
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d19 1
d21 1
d26 1
a26 1
		${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR}
@


1.2
log
@Update to paperkey-1.0.
@
text
@d9 1
a9 1
PORTVERSION=	1.0
a20 3
post-patch:
		${REINPLACE_CMD} -e 's@@/usr/share/doc/paperkey/README.gz@@${DOCSDIR}/README@@' ${WRKSRC}/paperkey.1

@


1.1
log
@Initial import of paperkey-0.8, a simple tool for extracting the truly
secret parts of a PGP secret key for backup purposes.

Obtained from:	http://www.jabberwocky.com/software/paperkey/
Author:		David Shaw <dshaw@@jabberwocky.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.8
@

