head	1.21;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.19
	RELEASE_8_0_0:1.19
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.15
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2011.10.02.14.58.25;	author sunpoet;	state Exp;
branches;
next	1.19;

1.19
date	2009.07.22.16.26.58;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2009.06.11.07.43.04;	author jadawin;	state Exp;
branches;
next	1.17;

1.17
date	2008.09.03.15.20.16;	author leeym;	state Exp;
branches;
next	1.16;

1.16
date	2008.04.17.14.28.16;	author araujo;	state Exp;
branches;
next	1.15;

1.15
date	2006.03.23.10.44.04;	author skv;	state Exp;
branches;
next	1.14;

1.14
date	2005.12.06.16.21.38;	author skv;	state Exp;
branches;
next	1.13;

1.13
date	2005.10.25.09.34.55;	author skv;	state Exp;
branches;
next	1.12;

1.12
date	2005.09.30.16.38.31;	author skv;	state Exp;
branches;
next	1.11;

1.11
date	2005.09.12.07.56.07;	author skv;	state Exp;
branches;
next	1.10;

1.10
date	2005.06.11.16.12.59;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2004.12.13.12.36.59;	author skv;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.30.08.36.30;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.03.14.17.40;	author skv;	state Exp;
branches;
next	1.6;

1.6
date	2004.03.02.13.23.05;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.23.14.35.23;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.08.12.20.51;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2003.06.19.07.20.50;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.07.06.10.45;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.28.13.02.49;	author skv;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Digest
# Date created:	   28 May 2002
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/security/p5-Digest/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Digest
PORTVERSION=	1.17
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Modules that calculate message digests

PERL_CONFIGURE=	yes

MAN3=		Digest.3 Digest::base.3 Digest::file.3

.include <bsd.port.mk>
@


1.20
log
@- Update to 1.17

Changes:	http://search.cpan.org/dist/Digest/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
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
@d9 1
a9 1
PORTVERSION=	1.16
@


1.18
log
@- Update to 1.16
@
text
@d21 1
a21 7
.include <bsd.port.pre.mk>

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

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


1.17
log
@- simplify dependency
- bump PORTREVISION
@
text
@d9 1
a9 2
PORTVERSION=	1.15
PORTREVISION=	1
@


1.16
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
@d10 1
a17 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS=	${BUILD_DEPENDS}

d22 7
a28 1
.include <bsd.port.mk>
@


1.15
log
@Update to 1.15

PR:		ports/94819
Submitted by:	leeym
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.14
log
@Update to 1.14

Changes:	http://search.cpan.org/src/GAAS/Digest-1.14/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.14
d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.13
log
@Update to 1.13

PR:		ports/87713
Submitted by:	Christian Lackas <delta at lackas.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.13
@


1.12
log
@Update to 1.12
@
text
@d9 1
a9 1
PORTVERSION=	1.12
@


1.11
log
@Update to 1.11

Changes:	http://search.cpan.org/src/GAAS/Digest-1.11/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.11
@


1.10
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d9 1
a9 1
PORTVERSION=	1.10
@


1.9
log
@Updated to 1.10
@
text
@a21 1
CONFIGURE_ARGS+=	INSTALLDIRS="site"
@


1.8
log
@Updated to 1.08
@
text
@d9 1
a9 1
PORTVERSION=	1.08
d24 1
a24 1
MAN3=		Digest.3 Digest::base.3
@


1.7
log
@Updated to 1.06

* rollback to explicit dependency on MIME::Base64
@
text
@d9 1
a9 1
PORTVERSION=	1.06
@


1.6
log
@Bump PORTREVISION  (to reflect changes in prev commit)

Pointed by:	kris
@
text
@d9 1
a9 2
PORTVERSION=	1.05
PORTREVISION=	1
d18 3
d26 1
a26 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS=	${BUILD_DEPENDS}
.endif

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


1.5
log
@Remove dependency on MIME::Base64 if perl >= 5.8.0

PR:		ports/62934
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
@
text
@d10 1
@


1.4
log
@Updated to 1.05

Pointed by:	erwin
@
text
@a17 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS=	${BUILD_DEPENDS}

d23 8
a30 1
.include <bsd.port.mk>
@


1.3
log
@Updated to 1.02
@
text
@d9 1
a9 1
PORTVERSION=	1.02
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
d24 1
a24 1
MAN3=		Digest.3
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.00
d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
d22 1
a23 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@Add p5-Digest 1.00, modules that calculate message digests.
@
text
@d16 1
@

