head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.11.17.54.06;	author anders;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.22.00.35.01;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2008.12.14.20.16.44;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.06.14.01.03;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.14.11.52.54;	author anders;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.11.23.12.02;	author anders;	state Exp;
branches;
next	1.9;

1.9
date	2006.12.22.02.51.15;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2006.12.21.13.31.56;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.15.13;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.10.08.21.32.20;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.04.05.08.51;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.06.10.47;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2002.10.14.22.25.30;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.06.19.35.45;	author anders;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.23.21.58.05;	author anders;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pwman
# Date created:				23 June 2002
# Whom:					Anders Nordby <anders@@FreeBSD.org>
#
# $FreeBSD: head/security/pwman/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pwman
PORTVERSION=	0.4.0
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	anders@@FreeBSD.org
COMMENT=	Console password management application based on gpg(me)

LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1

GNU_CONFIGURE=	yes

MAN1=		pwman.1

PLIST_FILES=	bin/convert_pwdb bin/pwdb2csv bin/pwman

PORTDOCS=	AUTHORS COPYING ChangeLog README TODO

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c

.if !defined(NOPORTDOCS)
post-install:
	@@${INSTALL} -d -m 0755 ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.15
log
@Update to 0.4.0.
The new version has a much welcomed and useful search ability.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d9 1
a9 1
PORTVERSION=	0.3.9
@


1.13
log
@- Update to 0.3.9
- Take advantage of macro name 'SF' for MASTER_SITES
- Use PORTDOCS & PLIST_FILES instead

PR:		128967
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
Approved by:	maintainer timeout
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.12
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.3.8
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d21 1
a21 1
MAN1=	pwman.1
d23 3
a25 1
DOCS=	AUTHORS COPYING ChangeLog README TODO
d33 1
a33 3
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@


1.11
log
@Update to 0.3.8.
@
text
@d10 1
@


1.10
log
@Update to 0.3.5.

PR:		109014
Submitted by:	"Marcelo Araujo" <araujo@@bsdmail.org> (partly)
@
text
@d9 1
a9 1
PORTVERSION=	0.3.5
@


1.9
log
@- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
  depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
@
text
@d9 1
a9 2
PORTVERSION=	0.3.2
PORTREVISION=	4
d27 1
a27 1
	@@${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/misc.c
@


1.8
log
@- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:	dougb, lofi
@
text
@d10 1
a10 1
PORTREVISION=	3
d19 1
a19 1
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg1
@


1.7
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
a10 1
PORTREVISION=	2
d19 1
a19 1
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
@


1.6
log
@- Fix handling of & sign, it need to be escaped for XML storage

PR:		ports/85240
Submitted by:	Maurice Castro <maurice@@sphinx.clari.net.au>
Approved by:	maintainer timeout (anders, 17 days)

- While here, fix runtime crash on 64bit platforms by explicitly declaring
  getenv() (via including <stdlib.h> header)
@
text
@a21 1
USE_REINPLACE=	yes
@


1.5
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 1
d28 3
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d10 1
@


1.3
log
@Update to 0.3.2.
@
text
@d15 1
@


1.2
log
@Update to 0.3.0.
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@


1.1
log
@Add pwman, a console password management application.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
d17 1
a17 2
BUILD_DEPENDS=	gpgme-config:${PORTSDIR}/security/gpgme
RUN_DEPENDS=	gpgme-config:${PORTSDIR}/security/gpgme
@

