head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4;
locks; strict;
comment	@# @;


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

1.15
date	2012.02.01.21.52.47;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2012.02.01.15.53.08;	author tabthorpe;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.23.22.25.15;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2011.07.21.12.43.38;	author jlaffaye;	state Exp;
branches;
next	1.11;

1.11
date	2010.12.16.02.34.02;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.20.00.37.04;	author mnag;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.15.16.47.45;	author wxs;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.01.02;	author edwin;	state Exp;
branches;
next	1.7;

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

1.6
date	2007.05.28.18.21.04;	author mnag;	state Exp;
branches;
next	1.5;

1.5
date	2006.11.09.01.17.15;	author mnag;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.19.14.13.05;	author mnag;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.05.26.20.03.11;	author mnag;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.16.21.40.45;	author mnag;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pear-gnupg
# Date created:			  16 March 2006
# Whom:				  mnag@@FreeBSD.org
#
# $FreeBSD: head/security/pecl-gnupg/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gnupg
PORTVERSION=	1.3.2
CATEGORIES=	security
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	A pecl wrapper around the gpgme library

LIB_DEPENDS=	gpgme.19:${PORTSDIR}/security/gpgme

CFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ARGS=	--with-gnupg=${LOCALBASE}/include/gpgme
LDFLAGS+=	-L${LOCALBASE}/lib
USE_PHP=	yes
USE_PHPEXT=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' \
		${WRKSRC}/config.m4

.include <bsd.port.mk>
@


1.15
log
@- Update to 1.3.2
- Remove PHP_MODNAME
- Cosmetic change
- Take maintainership

Changes:	http://pecl.php.net/package-changelog.php?package=gnupg
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Reassign to the heap
@
text
@d9 1
a9 2
PORTVERSION=	1.3.1
PORTREVISION=	5
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d21 3
a25 5
PHP_MODNAME=	gnupg

CONFIGURE_ARGS=	--with-gnupg=${LOCALBASE}/include/gpgme
CFLAGS+=		-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
d28 1
a28 1
	@@${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
@


1.13
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d17 1
a17 1
MAINTAINER=	mnag@@FreeBSD.org
@


1.12
log
@- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:	tabthorpe
@
text
@d28 1
a28 1
LDFLAGS=	-L${LOCALBASE}/lib
@


1.11
log
@- Chase security/libksba shlib version bump

Requested by:	kwm
Pointyhat to:	glarkin
@
text
@d10 1
a10 1
PORTREVISION=	4
d20 1
a20 1
LIB_DEPENDS=	gpgme.18:${PORTSDIR}/security/gpgme
@


1.10
log
@- Fix segmantation fault with new gnupg
- Bump PORTREVISION

PR:		142311
Submitted by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.9
log
@- Chase security/gpgme update.

Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:		ports/135911
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.8
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=	1
d20 1
a20 1
LIB_DEPENDS=	gpgme.17:${PORTSDIR}/security/gpgme
@


1.7
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d10 1
@


1.6
log
@- Update to 1.3.1
@
text
@a28 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000 && ${PHP_VER} == 5
USE_GCC=	3.2+
.endif

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.5
log
@- Update to 1.3 to fix build with PHP 5.2.0

Notified by:	krismail
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


1.4
log
@- Respect CFLAGS, porters handbook ch 12.15

PR:		102802
Submitted by:	Soeren Straarup <xride___x12.dk>
@
text
@d9 1
a9 2
PORTVERSION=	1.2
PORTREVISION=	1
a28 9
EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}

PLIST_FILES=	%%EXAMPLESDIR%%/clearsign.php %%EXAMPLESDIR%%/decrypt.php \
		%%EXAMPLESDIR%%/encrypt.php %%EXAMPLESDIR%%/encryptsign.php \
		%%EXAMPLESDIR%%/export.php %%EXAMPLESDIR%%/import.php \
		%%EXAMPLESDIR%%/keyinfo.php %%EXAMPLESDIR%%/main.php \
		%%EXAMPLESDIR%%/verify.php
PLIST_DIRS=	%%EXAMPLESDIR%%

d36 1
a36 2
	@@${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/include|${LOCALBASE}/include/gpgme|" \
		-e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
a38 4
post-install:
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/examples/*.php ${EXAMPLESDIR}

@


1.3
log
@Update gpgme to 1.1.2, chase dependencies.
@
text
@d27 1
a27 1
CFLAGS=		-I${LOCALBASE}/include
@


1.2
log
@- Update to 1.2
@
text
@d10 1
d20 1
a20 1
LIB_DEPENDS=	gpgme.15:${PORTSDIR}/security/gpgme
@


1.1
log
@- Add port security/pecl-gnupg

This extension provides methods to PHP interact with gnupg.

WWW:	http://pecl.php.net/package/gnupg
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@

