head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2013.03.13.18.33.50;	author svnexp;	state Exp;
branches;
next	1.16;

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

1.15
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.14;

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

1.13
date	2012.03.08.18.45.22;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.12.17.54.10;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2010.01.26.15.01.09;	author kuriyama;	state Exp;
branches;
next	1.10;

1.10
date	2009.11.23.15.23.03;	author mat;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.18.20.56.41;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.04.17.36.12;	author mat;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.28.16;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.09.08.01.03.56;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.04.17.16.31;	author mat;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.08.09.02.46.48;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.08.06.49.09;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.20.01.21.50;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314069
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Gea-Suan Lin <gslin@@gslin.org>
# $FreeBSD: head/security/p5-Data-Entropy/Makefile 314069 2013-03-13 11:17:39Z bapt $

PORTNAME=	Data-Entropy
PORTVERSION=	0.007
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Entropy (randomness) management

RUN_DEPENDS=	p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
		p5-Data-Float>=0.008:${PORTSDIR}/math/p5-Data-Float \
		p5-HTTP-Lite>=0.22:${PORTSDIR}/www/p5-HTTP-Lite \
		p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify

PERL_MODBUILD=	yes

MAN3=		Data::Entropy.3 \
		Data::Entropy::Algorithms.3 \
		Data::Entropy::RawSource::CryptCounter.3 \
		Data::Entropy::RawSource::Local.3 \
		Data::Entropy::RawSource::RandomOrg.3 \
		Data::Entropy::RawSource::RandomnumbersInfo.3 \
		Data::Entropy::Source.3

.include <bsd.port.mk>
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309075
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309075 | az | 2012-12-17 09:54:03 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Data-Entropy
# Date created:		2006-07-19
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/p5-Data-Entropy/Makefile 309075 2012-12-17 09:54:03Z az $
#
@


1.15
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-Data-Entropy/Makefile 300897 2012-07-14 14:29:18Z beat $
d32 1
a32 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

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


1.14
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d32 7
a38 1
.include <bsd.port.mk>
@


1.12
log
@- Update to 0.007
- Sort MAN3

Changes:	http://search.cpan.org/dist/Data-Entropy/Changes
@
text
@d32 1
a32 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

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


1.11
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 8).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	0.006
PORTREVISION=	1
d17 4
a20 4
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \
		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \
		p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float
d24 2
a25 1
MAN3=		Data::Entropy::Algorithms.3 \
d27 1
a27 1
	       	Data::Entropy::RawSource::Local.3 \
d29 2
a30 2
	       	Data::Entropy::RawSource::RandomnumbersInfo.3 \
	       	Data::Entropy::Source.3 Data::Entropy.3
d32 7
a38 1
.include <bsd.port.mk>
@


1.10
log
@Update to 0.006
@
text
@d10 1
a19 2
		${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
		${SITE_PERL}/Math/BigRat.pm:${PORTSDIR}/math/p5-Math-BigRat \
@


1.9
log
@- Update depobjs after p5-Params-Classify update

Reported by:	pointyhat
@
text
@d9 1
a9 1
PORTVERSION=	0.005
@


1.8
log
@Update to 0.005
@
text
@d21 1
a21 1
		${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \
@


1.7
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=	0.004
d24 1
a24 1
PERL_CONFIGURE=	yes
@


1.6
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Data
@


1.5
log
@Update to 0.004
@
text
@d34 1
a34 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600	# Inherited from www/p5-libwww
IGNORE=		requires Perl 5.6.0 or newer.  Please install lang/perl5.8 and try again
.endif

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


1.4
log
@- Update to 0.003
- Drop maintainership to perl@@FreeBSD.org

PR:		ports/108638
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d9 1
a9 1
PORTVERSION=	0.003
@


1.3
log
@- fix dependency
- bump PORTREVISION

PR:		ports/101541
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.002
PORTREVISION=	1
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
@


1.2
log
@- Update to 0.002

PR:		ports/101629
Submitted by:	clsung
Approved by:	maintainer (Gea-Suan Lin)
@
text
@d10 1
d23 2
a24 1
		${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
d28 1
a28 1
MAN3=		Data::Entropy::RawSource::RandomOrg.3 \
d30 2
a31 1
	       	Data::Entropy::Algorithms.3 \
d33 1
a33 2
	       	Data::Entropy::Source.3 Data::Entropy.3 \
	       	Data::Entropy::RawSource::Local.3
@


1.1
log
@Add p5-Data-Entropy 0.000, entropy (randomness) management.

PR:		ports/100547
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.000
@

