head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2013.03.16.09.16.02;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.12.17.02.18.03;	author svnexp;	state Exp;
branches;
next	1.9;

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

1.8
date	2011.12.25.19.34.40;	author wxs;	state Exp;
branches;
next	1.7;

1.7
date	2009.12.01.21.46.49;	author tabthorpe;	state Exp;
branches;
next	1.6;

1.6
date	2009.01.07.03.35.15;	author tabthorpe;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.23.04.00.03;	author tabthorpe;	state Exp;
branches;
next	1.4;

1.4
date	2006.11.09.05.29.57;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.23.00.23.32;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.09.19.24.46;	author ale;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314264
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
# $FreeBSD: head/security/pear-Crypt_RSA/Makefile 314264 2013-03-15 07:05:03Z miwi $

PORTNAME=	Crypt_RSA
PORTVERSION=	1.2.1
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR class allows you to use two-key strong cryptography

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

OPTIONS_DEFINE=	BCMATH GMP
BCMATH_DESC=	PHP BCMath extension support
GMP_DESC=	PHP GMP extension support

LATEST_LINK=	pear-${PORTNAME}

PEAR_AUTOINSTALL=	yes

.include <bsd.port.options.mk>

.for opt in BCMATH GMP
.    if ${PORT_OPTIONS:M${opt}}
USE_PHP+=	${opt:L}
.    endif
.endfor

post-extract:
	@@${MV} ${WRKSRC}/CREDITS ${WRKSRC}/docs
	@@${MV} ${WRKSRC}/LICENSE ${WRKSRC}/docs

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


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309053
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309053 | bapt | 2012-12-17 02:15:13 +0000 (Mon, 17 Dec 2012) | 6 lines
## SVN ##
## SVN ## Convert miwi's ports to new Options framework
## SVN ## While here fix some consistency in PEAR options name
## SVN ## bumped revision of net/icpld and net/ipsumdump because IPV6 is now on
## SVN ##
## SVN ## Approved by:	miwi (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/pear-Crypt_RSA/Makefile 309053 2012-12-17 02:15:13Z bapt $
d20 2
a29 8
CATEGORY=	Crypt
FILES=		RSA.php RSA/ErrorHandler.php RSA/Key.php RSA/KeyPair.php \
		RSA/MathLoader.php RSA/Math/BCMath.php RSA/Math/BigInt.php \
		RSA/Math/GMP.php
DOCS=		CREDITS LICENSE Crypt_RSA.txt math_wrappers.txt
EXAMPLES=	web_interface.php
TESTS=		test1.php test2.php bench.php

@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Crypt_RSA
# Date created:			  12 May 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
# $FreeBSD: head/security/pear-Crypt_RSA/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 3
a16 2
OPTIONS=	BCMATH "PHP BCMath extension support" off \
		GMP "PHP GMP extension support" off
d23 1
a23 1
.    if defined(WITH_${opt})
a39 1
.include <bsd.port.pre.mk>
d41 1
a41 1
.include <bsd.port.post.mk>
@


1.8
log
@Switch to using bsd.port.options.mk and remove unnecessary assignments.

While here, be explicit with RUN_DEPENDS (pet pet portlint).

PR:		ports/162754
Submitted by:	Matthew Seaman <m.seaman@@infracaninophile.co.uk>
Approved by:	miwi@@ (maintainer timeout)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Pass maintainership to miwi
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
a20 1
PORT_DBDIR?=	/var/db/ports
a21 1
OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options
d23 1
a23 3
.if exists(${OPTIONSFILE})
.include "${OPTIONSFILE}"
.endif
@


1.6
log
@- Update to 1.2.1

PR:		ports/130223
Submitted by:	Wen Heping <wenheping gmail.com>
@
text
@d12 1
a12 1
MAINTAINER=	tabthorpe@@FreeBSD.org
@


1.5
log
@- change maintainer address on ports I maintain

Approved by:	clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
d41 1
a41 1
TESTS=		test1.php test2.php
@


1.4
log
@- Take maintainership

PR:		porst/105321
Submitted by:	maintainer (Thomas Abthorpe)
@
text
@d12 1
a12 1
MAINTAINER=	thomas@@goodking.ca
@


1.3
log
@Reset maintainership of ports assigned to antonio@@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


1.1
log
@New port: security/pear-Crypt_RSA PEAR class allows you to use two-key strong cryptography

PEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with
arbitrary key length.

PR:		ports/80939
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net>
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d48 1
a48 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@

