head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.03.15.15.33;	author miwi;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.07.07.10.04.03;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.30.17.14.46;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.11.09.09.20;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.12.22.43.48;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pear-Crypt_DiffieHellman
# Date created:			  27 Jan 2008
# Whom:				  Ditesh Shashikant Gathani <ditesh@@gathani.org>
#
# $FreeBSD: head/security/pear-Crypt_DiffieHellman/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt_DiffieHellman
PORTVERSION=	0.2.6
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR class implementing Diffie-Hellman Key Exchange protocol for PHP5

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

USE_PHP=	bcmath mbstring gmp

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.6
log
@- Update to 0.2.6
- Switch to PEAR_AUTOINSTALL

PR:		167027
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update 0.2.5
@
text
@d9 1
a9 1
PORTVERSION=	0.2.5
a18 1
PEAR_CATSRC=	yes
d20 1
a20 6
CATEGORY=	Crypt
FILES=		DiffieHellman.php DiffieHellman/Math.php DiffieHellman/Exception.php \
		DiffieHellman/Math/Exception.php DiffieHellman/Math/BigInteger.php \
		DiffieHellman/Math/BigInteger/Interface.php DiffieHellman/Math/BigInteger/Gmp.php \
		DiffieHellman/Math/BigInteger/Exception.php DiffieHellman/Math/BigInteger/Bcmath.php
TESTS=		AllTests.php DiffieHellmanTest.php TestHelper.php TestConfiguration.php.dist
@


1.4
log
@- Update to 0.2.3
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3
d19 1
@


1.3
log
@- Update to 0.2.2
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
d18 2
@


1.2
log
@- Reset ditesh (at) gathani.org due to long period of inactivity.
- Take over some ports

Approved by:	portmgr (linimon)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
@


1.1
log
@Implementation of the Diffie-Hellman Key Exchange cryptographic protocol
in PHP5. Enables two parties without any prior knowledge of each other
establish a secure shared secret key across an insecure channel
of communication.

WWW: http://pear.php.net/package/Crypt_DiffieHellman/

PR:		ports/120010
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
@
text
@d12 1
a12 1
MAINTAINER=	ditesh@@gathani.org
@

