head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.11.06.14.51.41;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.25.05.35.02;	author miwi;	state Exp;
branches;
next	1.6;

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

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

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

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

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

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


desc
@@


1.9
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pear-Crypt_GPG
# Date created:			  14 Jan 2008
# Whom:				  Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-Crypt_GPG/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt_GPG
PORTVERSION=	1.3.2
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	GNU Privacy Guard (GPG)

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

USE_PHP=	posix
PEAR_AUTOINSTALL=yes

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


1.8
log
@- Update to 1.3.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update to 1.2.0
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
d18 2
a19 18
PEAR_CATSRC=	yes
CATEGORY=	Crypt
FILES=		GPG/DecryptStatusHandler.php GPG/Key.php GPG/UserId.php \
		GPG/Engine.php GPG/Signature.php GPG/VerifyStatusHandler.php \
		GPG/Exceptions.php GPG/SubKey.php

TESTS=		AllTests.php GetFingerprintTestCase.php DecryptTestCase.php \
		GetKeysTestCase.php DeletePrivateKeyTestCase.php ImportKeyTestCase.php \
		DeletePublicKeyTestCase.php SignTestCase.php EncryptTestCase.php TestCase.php \
		ExportPublicKeyTestCase.php VerifyTestCase.php GeneralTestCase.php \
		data-files/testDecryptFile.asc data-files/testFileSmall.plain \
		data-files/testDecryptFileDual.asc data-files/testImportKeyFile_private.asc \
		data-files/testDecryptFileDualOnePassphrase.asc data-files/testImportKeyFile_public.asc \
		data-files/testDecryptFileKeyNotFoundException.asc data-files/testVerifyFileClearsignedData.asc \
		data-files/testDecryptFileNoPassphrase.asc data-files/testVerifyFileDualClearsignedData.asc \
		data-files/testDecryptFileToString.asc data-files/testVerifyFileDualNormalSignedData.asc \
		data-files/testFileEmpty.plain data-files/testVerifyFileNormalSignedData.asc \
		data-files/testFileMedium.plain
@


1.6
log
@- Update to 1.0.0
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
d18 1
@


1.5
log
@- Update to 0.7.1
@
text
@d9 1
a9 1
PORTVERSION=	0.7.1
@


1.4
log
@- Update to test 0.7.0
@
text
@d9 1
a9 1
PORTVERSION=	0.7.0
@


1.3
log
@- Update to 0.6.0

PR:		122529
Submitted by:	Wen heping <wenheping@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.6.0
d19 16
a34 5
FILES=		GPG.php GPG/Exceptions.php GPG/Key.php \
		GPG/Signature.php GPG/UserId.php GPG/SubKey.php \
		GPG/Driver/Php.php GPG/Driver/GnuPG.php
TESTS=		PhpDriverTestCase.php DriverTestCase.php \
		GnuPGDriverTestCase.php
@


1.2
log
@- Update to 0.3.11
@
text
@d9 1
a9 1
PORTVERSION=	0.3.11
d20 4
a23 2
		GPG/Signature.php GPG/Driver/Php.php
TESTS=		PhpDriver.php test.php
@


1.1
log
@This package provides an object oriented interface to GNU Privacy
Guard (GPG). It requires the GPG executable to be on the system.

Though GPG can support symmetric-key cryptography, this package is intended
only to facilitate public-key cryptography.

WWW: http://pear.php.net/package/Crypt_GPG/
@
text
@d9 1
a9 1
PORTVERSION=	0.3.10
@

