head	1.16;
access;
symbols
	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.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2011.04.18.22.27.44;	author rene;	state dead;
branches;
next	1.15;

1.15
date	2010.05.31.02.00.51;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2010.03.28.06.43.25;	author dinoex;	state Exp;
branches;
next	1.13;

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

1.12
date	2009.08.22.00.34.56;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2009.07.31.13.55.43;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.06.14.00.57;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.22.44;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2007.04.20.15.12.26;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2006.12.01.07.39.00;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.13.04.15.07;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2006.04.14.18.14.57;	author linimon;	state Exp;
branches;
next	1.4;

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

1.3
date	2005.11.15.06.51.01;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.22.09.33.35;	author vsevolod;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.14.13.24.04;	author pav;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Remove unmaintained port that depends on expired security/newpki-lib:
security/newpki-client
@
text
@# New ports collection makefile for:	newpki-client
# Date created:		2005-07-05
# Whom:			Vsevolod Stakhov <vsevolod@@highsecure.ru>
#
# $FreeBSD: ports/security/newpki-client/Makefile,v 1.15 2010/05/31 02:00:51 ade Exp $
#

PORTNAME=	newpki-client
DISTVERSION=	2.0.0-beta4
PORTREVISION=	6
CATEGORIES=	security
MASTER_SITES=	SF/newpki/${PORTNAME}/2.0.0-beta4

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	C++ PKI client from newpki project

LIB_DEPENDS=	newpki.2:${PORTSDIR}/security/newpki-lib \
		xml2:${PORTSDIR}/textproc/libxml2

WRKSRC=		${WRKDIR}/${PORTNAME}-2.0.0

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
USE_GNOME=	gnometarget
USE_GMAKE=	yes
USE_WX=		2.4

CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
		LDFLAGS="-L${LOCALBASE}/lib -L${PREFIX}/lib" \
		WXCONFIG=${WX_CONFIG}
CONFIGURE_ARGS+=	--with-newpki-include=${PREFIX}/include/newpki \
			--with-newpki-lib=${PREFIX}/lib \
			--with-libxml2-include=${PREFIX}/include/libxml2

PLIST_FILES=	bin/newpki-client

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=	--disable-nls
.else
USE_GETTEXT=	yes
PLIST_FILES+=	share/locale/fr/LC_MESSAGES/newpki-client.mo
CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE}
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

.include <bsd.port.mk>
@


1.15
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d5 1
a5 1
# $FreeBSD$
@


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


1.13
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.12
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.11
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	newpki
@


1.10
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=	2
@


1.9
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.8
log
@- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter r-s
@
text
@d10 1
@


1.7
log
@- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver
@
text
@a44 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		"does not compile (C++ libraries compiled with conflicting gcc versions)"
.endif

d48 1
a48 1
.include <bsd.port.post.mk>
@


1.6
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d18 1
a18 2
		xml2:${PORTSDIR}/textproc/libxml2 \
		wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
a23 1
WX_CONFIG=	${X11BASE}/bin/wxgtk2-2.4-config
d26 1
@


1.5
log
@Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:		portmgr
@
text
@a27 1
USE_REINPLACE=	yes
@


1.4
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d14 1
a14 1
MAINTAINER=	vsevolod@@FreeBSD.org
@


1.3
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libtool:15
@


1.2
log
@Update my email address.

Approved by:	perky (mentor)
@
text
@d23 1
a23 1
USE_LIBTOOL_VER=	15
@


1.1
log
@NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled
through a database, which provides a much more flexible PKI than with OpenSSL,
such as seeking a certificate with a search engine.

GUI client that uses wxWidgets.

PR:		ports/83386
Submitted by:	Vsevolod Stakhov <vsevolod@@highsecure.ru>
@
text
@d14 1
a14 1
MAINTAINER=	vsevolod@@highsecure.ru
@

