head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


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

1.15
date	2011.01.21.03.04.20;	author wen;	state Exp;
branches;
next	1.14;

1.14
date	2009.07.22.16.26.58;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.06.08.13.17.13;	author jadawin;	state Exp;
branches;
next	1.12;

1.12
date	2008.07.28.22.21.08;	author leeym;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.28.12;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.24.06.46.40;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2007.03.23.09.47.31;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.30.20.36.08;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2005.12.15.20.45.08;	author aaron;	state Exp;
branches;
next	1.6;

1.6
date	2003.12.17.04.22.09;	author mharo;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.03.34;	author ijliao;	state Exp;
branches;
next	1.4;

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

1.3
date	2003.02.22.16.12.22;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.26.07.41.44;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.12.01.12.03;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-RSA
# Date created:				Tue Sep 11 10:31:23 PDT 2001
# Whom:	      				Michael Haro <mharo@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Crypt-RSA/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-RSA
PORTVERSION=	1.99
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	RSA public-key cryptosystem

RUN_DEPENDS=	p5-Class-Loader>=2.00:${PORTSDIR}/devel/p5-Class-Loader \
		p5-Convert-ASCII-Armour>=0:${PORTSDIR}/converters/p5-Convert-ASCII-Armour \
		p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
		p5-Crypt-Primes>=0.38:${PORTSDIR}/security/p5-Crypt-Primes \
		p5-Crypt-Random>=0.34:${PORTSDIR}/security/p5-Crypt-Random \
		p5-Data-Buffer>=0:${PORTSDIR}/misc/p5-Data-Buffer \
		p5-Digest-MD2>=0:${PORTSDIR}/security/p5-Digest-MD2 \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-Math-Pari>=2.001804:${PORTSDIR}/math/p5-Math-Pari \
		p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \
		p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
		p5-Tie-EncryptedHash>=0:${PORTSDIR}/security/p5-Tie-EncryptedHash

PERL_CONFIGURE=	yes

MAN3=	Crypt::RSA.3 \
	Crypt::RSA::DataFormat.3 \
	Crypt::RSA::Debug.3 \
	Crypt::RSA::ES::OAEP.3 \
	Crypt::RSA::ES::PKCS1v15.3 \
	Crypt::RSA::Errorhandler.3 \
	Crypt::RSA::Key.3 \
	Crypt::RSA::Key::Private.3 \
	Crypt::RSA::Key::Private::SSH.3 \
	Crypt::RSA::Key::Public.3 \
	Crypt::RSA::Key::Public::SSH.3 \
	Crypt::RSA::Primitives.3 \
	Crypt::RSA::SS::PKCS1v15.3 \
	Crypt::RSA::SS::PSS.3

.include <bsd.port.mk>
@


1.15
log
@- Add missing DEPENDS and bump PORTREVISION

PR:		ports/154162
Submitted by:	Alexey Illarionov <littlesavage@@rambler.ru>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d10 1
d28 1
@


1.13
log
@- Update to 1.99
@
text
@d46 1
a46 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- update to 1.98
- add WWW in pkg-descr
@
text
@d9 1
a9 1
PORTVERSION=	1.98
@


1.11
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.58
d17 11
a27 14
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
		${SITE_PERL}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
		${SITE_PERL}/Crypt/Primes.pm:${PORTSDIR}/security/p5-Crypt-Primes \
		${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
		${SITE_PERL}/Convert/ASCII/Armor.pm:${PORTSDIR}/converters/p5-Convert-ASCII-Armour \
		${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
		${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
		${SITE_PERL}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${SITE_PERL}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \
		${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari
RUN_DEPENDS=	${BUILD_DEPENDS}
d46 8
a53 1
.include <bsd.port.mk>
@


1.10
log
@- Update to 1.58
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.9
log
@Reset mharo due to maintainer-timeouts and no response to PRs.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.57
@


1.8
log
@- remove IGNORE on old perl
@
text
@d15 1
a15 1
MAINTAINER=	mharo@@FreeBSD.org
@


1.7
log
@Updated from v1.50 to v1.57

Approved by: tobez, maintainer timeout
@
text
@d50 1
a50 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires perl 5.6 or above due to dependencies
.endif

.include <bsd.port.post.mk>
@


1.6
log
@- Update to 1.50
- Use SITE_PERL macro to keep portlint happy

PR:		59860
Submitted by:	Lars Thegler <lars@@thegler.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.50
d30 1
a30 1
		${SITE_PERL}/MD5.pm:${PORTSDIR}/security/p5-MD5
d35 14
a48 6
MAN3=		Crypt::RSA::Key.3 Crypt::RSA::SS::PSS.3 \
		Crypt::RSA::Primitives.3 Crypt::RSA::ES::OAEP.3 \
		Crypt::RSA.3 Crypt::RSA::SS::PKCS1v15.3 \
		Crypt::RSA::DataFormat.3 Crypt::RSA::Key::Private.3 \
		Crypt::RSA::ES::PKCS1v15.3 Crypt::RSA::Debug.3 \
		Crypt::RSA::Key::Public.3 Crypt::RSA::Errorhandler.3
d50 7
a56 1
.include <bsd.port.mk>
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.48
d18 14
a31 15
PERLBASE=	${SITE_PERL}

BUILD_DEPENDS=	${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
		${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
		${PERLBASE}/Crypt/Primes.pm:${PORTSDIR}/security/p5-Crypt-Primes \
		${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
		${PERLBASE}/Convert/ASCII/Armor.pm:${PORTSDIR}/converters/p5-Convert-ASCII-Armour \
		${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
		${PERLBASE}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
		${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \
		${PERLBASE}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \
		${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \
		${PERLBASE}/MD5.pm:${PORTSDIR}/security/p5-MD5
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d18 1
a18 1
PERLBASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a35 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@Remove RESTRICTED tag for crypto stuff.

Approved by:	kris (implicitly)
@
text
@d16 1
@


1.2
log
@Update to 1.48 and add missing dependency

PR:		34978, 35122
Submitted by:	Seamus Venasse <svenasse@@polaris.ca>, Jason Harris <jharris@@widomaker.com>
@
text
@a32 2
RESTRICTED=	"Crypto; export-controlled"

@


1.1
log
@Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast
PARI library, for big integer arithmetic and number theoretic computations.
@
text
@d9 1
a9 1
PORTVERSION=	1.47
d30 2
a31 1
		${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash
@

