head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


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

1.18
date	2012.06.01.05.24.07;	author dinoex;	state Exp;
branches;
next	1.17;

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

1.16
date	2010.02.05.11.43.52;	author dinoex;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.31.13.55.45;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.14.01.03;	author edwin;	state Exp;
branches;
next	1.13;

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

1.12
date	2008.03.23.16.43.57;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2007.05.19.20.22.49;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.13.00.16.28;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.21.10.08.24;	author demon;	state Exp;
branches;
next	1.8;

1.8
date	2005.09.06.06.11.24;	author demon;	state Exp;
branches;
next	1.7;

1.7
date	2005.09.06.06.06.15;	author demon;	state Exp;
branches;
next	1.6;

1.6
date	2005.02.28.21.22.01;	author lofi;	state Exp;
branches;
next	1.5;

1.5
date	2005.02.28.01.50.22;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.18.09.08.40;	author demon;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.26.20.59.36;	author lofi;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.08.51;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.27.13.24.43;	author demon;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	qca-tls
# Date created:				27 January 2004
# Whom:					Dmitry Sivachenko <demon@@FreeBSD.org>
#
# $FreeBSD: head/security/qca-tls/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	qca-tls
PORTVERSION=	1.0
PORTREVISION=	8
CATEGORIES=	security
MASTER_SITES=	http://delta.affinix.com/download/qca/ \
		http://psi.affinix.com/beta/

MAINTAINER=	demon@@FreeBSD.org
COMMENT=	SSL/TLS plugin for Qt

BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake

HAS_CONFIGURE=	yes
USE_BZIP2=	yes
USE_OPENSSL=	yes
USE_QT_VER=	3
QT_NONSTANDARD=	yes
CONFIGURE_ENV=	QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS=	--qtdir=${LOCALBASE} \
		--with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB}
MAKE_ARGS+=	QTDIR=${QT_PREFIX} \
		QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++

PLIST_DIRS=	lib/plugins/crypto
PLIST_FILES=	lib/plugins/crypto/libqca-tls.so

.include <bsd.port.mk>
@


1.18
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.16
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.15
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.14
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
@d10 1
a10 1
PORTREVISION=	4
@


1.13
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
@d10 1
a10 1
PORTREVISION=	3
@


1.12
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d26 1
a26 1
CONFIGURE_ARGS=	--qtdir=${X11BASE} \
@


1.11
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=	2
a20 1
USE_X_PREFIX=	yes
@


1.10
log
@- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:	rafan
Tested on:	pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.9
log
@Fix MASTER_SITES.
@
text
@d29 1
a29 1
MAKE_ARGS+=	QTDIR=${X11BASE} \
@


1.8
log
@Update WWW and MASTER_SITES.
@
text
@d12 1
a12 1
MASTER_SITES=	http://delta.affinix.com/qca/ \
@


1.7
log
@Fix build with openssl-0.9.8.

PR:		85309
Submitted by:	Daniel Roethlisberger <daniel@@roe.ch>
@
text
@d12 2
a13 1
MASTER_SITES=	http://psi.affinix.com/beta/
@


1.6
log
@Fix plist and unbreak.

Not approved by: maintainer, but I need this port unbroken right now and
the fix is trivial.
@
text
@d22 1
d26 2
a27 1
CONFIGURE_ARGS=	--qtdir=${X11BASE}
@


1.5
log
@BROKEN: Incomplete pkg-plist
@
text
@a18 2
BROKEN=		Incomplete pkg-plist

d29 1
@


1.4
log
@Fix build on 5.x.
Get rid of gmake dependency.

PR:		74016
Submitted by:	Eugene Ossintsev <eugos@@gmx.net>
@
text
@d19 2
@


1.3
log
@Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
@
text
@a21 1
USE_GMAKE=	yes
@


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

(Part 1)
@
text
@d17 2
@


1.1
log
@New port: qca-tls.

A plugin to provide SSL/TLS capability to programs that utilize the
Qt Cryptographic Architecture (QCA).
@
text
@d10 1
@

