head	1.19;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.06.06.44.21;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.01.05.24.04;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2010.06.19.02.13.47;	author glarkin;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.17.18.44.43;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2010.05.06.10.17.43;	author skv;	state Exp;
branches;
next	1.13;

1.13
date	2010.03.28.06.43.22;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2009.12.07.22.32.03;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2009.11.24.13.59.33;	author skv;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.00.34.54;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2009.02.14.22.39.33;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2008.09.03.13.09.46;	author skv;	state Exp;
branches;
next	1.7;

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

1.6
date	2008.06.02.15.49.41;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.19.17.53.25;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.10.10.17.19;	author skv;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.05.19.20.22.40;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.06.11.49.15;	author skv;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	keepassx
# Date created:	   18 September 2006
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/security/keepassx/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	KeePassX
PORTVERSION=	0.4.3
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME:L}/KeePassX/${PORTVERSION}/
DISTNAME=	${PORTNAME:L}-${PORTVERSION}

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	Cross Platform Password Manager

RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info

DATADIR=	${PREFIX}/share/${PORTNAME:L}
WRKSRC=		${WRKDIR}/${PORTNAME:L}-${PORTVERSION}

USE_QT4=	qmake_build moc_build uic_build qt3support_build rcc_build \
		corelib gui xml
HAS_CONFIGURE=	yes
USE_XORG=	xt inputproto xtst xrender xrandr xfixes xcursor\
		xext x11 sm ice xi
MAKE_JOBS_SAFE=	yes

do-configure:
	@@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
		${QMAKE} -unix PREFIX=${PREFIX} \
		INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib \
		keepassx.pro

post-install:
	-@@update-mime-database ${LOCALBASE}/share/mime

.include <bsd.port.mk>
@


1.18
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- update png to 1.5.10
@
text
@d23 1
a23 2
USE_QT_VER=	4
QT_COMPONENTS=	qmake_build moc_build uic_build qt3support_build rcc_build \
@


1.16
log
@- Unbreak with fixed pkg-plist

PR:		ports/147130
Submitted by:	Damian Gerow <dgerow at afflictions dot org>
Approved by:	maintainer timeout (skv - 3 weeks)
Feature safe:	yes
@
text
@d10 1
@


1.15
log
@- Mark BROKEN: bad plist

Reported by:	pointyhat
@
text
@a18 2
BROKEN=		bad plist

@


1.14
log
@Update to 0.4.3

Changes:	http://www.keepassx.org/changelog
PR:		ports/146259
Submitted by:	Gvozdikov Veniamin <g.veniamin xx googlemail.com>
@
text
@d19 2
@


1.13
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.4.1
PORTREVISION=	2
d11 1
a11 1
MASTER_SITES=	SF/${PORTNAME:L}
@


1.12
log
@- Fix plist

Reported by:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.11
log
@Update to 0.4.1

Changes:	http://www.keepassx.org/changelog
PR:		ports/140561
Submitted by:	Shane Bell <decept0 xx gmail.com>
@
text
@d10 1
@


1.10
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d9 1
a9 1
PORTVERSION=	0.3.4
d11 2
a12 1
MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
d17 2
d28 1
d36 3
@


1.9
log
@Update to 0.3.4

Changes:	http://www.keepassx.org/changelog
PR:		ports/131383
Submitted by:	pgollucci
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:L}
@


1.8
log
@Update to 0.3.3

Submitted by:	anders
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
@


1.7
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.1
PORTREVISION=	1
d18 1
d31 1
a31 1
		keepass.pro
@


1.6
log
@Update to 0.3.1

PR:		ports/123649
Submitted by:	Greg Larkin <glarkin xx sourcehosting.net>
Changes:	http://www.keepassx.org/change_log
@
text
@d10 1
@


1.5
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.2.2
PORTREVISION=	3
d17 1
a17 1
WRKSRC=		${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
d20 2
a21 1
QT_COMPONENTS=	qmake_build moc_build uic_build qt3support_build corelib gui xml
@


1.4
log
@Reduce list of runtime dependencies.

PR:		ports/122317
Submitted by:	Bjorn Konig <bkoenig xx alpha-tierchen.de>
@
text
@d23 2
d29 1
a29 1
		INCLUDEPATH+=${X11BASE}/include LIBS+=-L${X11BASE}/lib \
@


1.3
log
@Improve clipboard support, copy to/clear from mouse selection also, not
only clipboard. This makes it possible to paste data to a stock X.org
xterm.

Approved by:	skv (maintainer timeout, 10 days)
@
text
@d10 1
a10 1
PORTREVISION=	2
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
d21 1
a21 1
QT_COMPONENTS=	qmake gui moc uic qt3support
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add keepassx 0.2.2, Cross Platform Password Manager.
@
text
@d10 1
@

