head	1.29;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.29
date	2013.03.10.12.56.22;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2013.01.20.17.59.12;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.06.29.10.20.00;	author az;	state Exp;
branches;
next	1.25;

1.25
date	2012.03.18.10.35.52;	author ashish;	state Exp;
branches;
next	1.24;

1.24
date	2012.03.13.16.15.20;	author pgollucci;	state Exp;
branches;
next	1.23;

1.23
date	2012.03.08.18.45.23;	author pgollucci;	state Exp;
branches;
next	1.22;

1.22
date	2012.01.26.08.44.57;	author ashish;	state Exp;
branches;
next	1.21;

1.21
date	2011.12.01.13.14.23;	author ashish;	state Exp;
branches;
next	1.20;

1.20
date	2011.05.20.18.13.44;	author ashish;	state Exp;
branches;
next	1.19;

1.19
date	2011.01.03.18.06.56;	author ashish;	state Exp;
branches;
next	1.18;

1.18
date	2010.06.14.12.56.44;	author ashish;	state Exp;
branches;
next	1.17;

1.17
date	2010.06.08.07.31.57;	author gabor;	state Exp;
branches;
next	1.16;

1.16
date	2010.01.20.22.22.52;	author gabor;	state Exp;
branches;
next	1.15;

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

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

1.13
date	2008.06.14.22.26.23;	author gabor;	state Exp;
branches;
next	1.12;

1.12
date	2008.05.26.18.04.57;	author gabor;	state Exp;
branches;
next	1.11;

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

1.10
date	2007.08.19.14.12.18;	author gabor;	state Exp;
branches;
next	1.9;

1.9
date	2007.03.31.20.33.57;	author gabor;	state Exp;
branches;
next	1.8;

1.8
date	2006.12.08.13.46.34;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2006.10.31.09.21.03;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.08.07.21.22.29;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.07.15.03.13;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.06.17.26.21;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.05.13.44.01;	author erwin;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.12.22.09.25.34;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.29
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313756
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Gabor Kovesdan <gabor@@FreeBSD.org>
# $FreeBSD: head/security/p5-Digest-SHA-PurePerl/Makefile 313756 2013-03-09 21:22:52Z ashish $

PORTNAME=	Digest-SHA-PurePerl
PORTVERSION=	5.81
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	Perl extension for SHA-1/224/256/384/512 in pure Perl

PERL_CONFIGURE=	yes

PORTEXAMPLES=	dups
MAN3=	Digest::SHA::PurePerl.3

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL

.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
	@@${MKDIR} ${EXAMPLESDIR}
	@@${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${EXAMPLESDIR}

.endif

.include <bsd.port.mk>
@


1.28
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310706
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 4
# Ports collection Makefile for:	p5-Digest-SHA-PurePerl
# Date created:				21 Dec, 2005
# Whom:					Gabor Kovesdan
# $FreeBSD: head/security/p5-Digest-SHA-PurePerl/Makefile 310706 2013-01-20 17:16:02Z ashish $
d15 2
a16 1
MAN3=		Digest::SHA::PurePerl.3
d18 1
a18 12
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500803
RUN_DEPENDS+=	${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
.endif

.if ${PERL_LEVEL} >= 501000
PLIST_SUB+=	EXE_FILES="@@comment "
.else
PLIST_SUB+=	EXE_FILES=""
MAN1=		shasum.1
.endif
a20 1
.if ${PERL_LEVEL} >= 501000
a21 1
.endif
d23 1
a23 1
.if !defined(NOPORTEXAMPLES)
d26 2
a27 1
	@@${INSTALL_DATA} ${WRKSRC}/examples/dups ${EXAMPLESDIR}
d30 1
a30 1
.include <bsd.port.post.mk>
@


1.27
log
@Switch exporter over
@
text
@d4 1
a4 1
# $FreeBSD: head/security/p5-Digest-SHA-PurePerl/Makefile 300897 2012-07-14 14:29:18Z beat $
d7 1
a7 1
PORTVERSION=	5.71
d22 1
a22 1
RUN_DEPENDS+=	p5-Digest>=0:${PORTSDIR}/security/p5-Digest
@


1.26
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.25
log
@Update to 5.71

Feature safe:	yes
@
text
@d22 1
a22 1
RUN_DEPENDS+=	${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
@


1.24
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
@d7 1
a7 1
PORTVERSION=	5.70
@


1.23
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
@d19 13
d33 1
d35 1
d43 1
a43 1
.include <bsd.port.mk>
@


1.22
log
@- Update to 5.70
@
text
@a18 13
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500803
RUN_DEPENDS+=	${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
.endif

.if ${PERL_LEVEL} >= 501000
PLIST_SUB+=	EXE_FILES="@@comment "
.else
PLIST_SUB+=	EXE_FILES=""
MAN1=		shasum.1
.endif

a19 1
.if ${PERL_LEVEL} >= 501000
a20 1
.endif
d28 1
a28 1
.include <bsd.port.post.mk>
@


1.21
log
@- Update to 5.63

Feature safe:	yes
@
text
@d7 1
a7 1
PORTVERSION=	5.63
@


1.20
log
@- Upgrade to 5.62.
@
text
@d7 1
a7 1
PORTVERSION=	5.62
@


1.19
log
@- Update to 5.50.

Approved by:	pgj (mentor, implicit)
@
text
@d7 1
a7 1
PORTVERSION=	5.50
@


1.18
log
@- Adopt unmaintained ports.

Approved by:	pgj, tabthorpe (mentors)
@
text
@d7 1
a7 1
PORTVERSION=	5.48
@


1.17
log
@- Drop maintainership
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.16
log
@- Update to 5.48

PR:		ports/142669
Submitted by:	pgollucci
@
text
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.15
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
@d7 1
a7 1
PORTVERSION=	5.47
@


1.14
log
@Introduce Perl 5.10.0
@
text
@a20 4
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+=	${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif

@


1.13
log
@- Update to 5.47
@
text
@a16 1
MAN1=		shasum.1
d29 12
@


1.12
log
@- Update to 5.46
@
text
@d7 1
a7 1
PORTVERSION=	5.46
@


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
@d7 1
a7 1
PORTVERSION=	5.45
@


1.10
log
@- Update to 5.45
- Install example dups file when NOPORTEXAMPLES unset

PR:		ports/115347
Submitted by:	Felippe de Meirelles Motta <lippe@@freebsdbrasil.com.br>
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.9
log
@- Remove support for old Perl from my ports
@
text
@d7 1
a7 1
PORTVERSION=	5.44
d31 6
@


1.8
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@a22 4
.if ${PERL_LEVEL} < 500600
IGNORE=		requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif

@


1.7
log
@- Update to 5.44

PR:		ports/104415
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (gabor)
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.6
log
@- Fix typo, unbreak INDEX, salvage the world

Pointy hat to:	clsung
@
text
@d7 1
a7 1
PORTVERSION=	5.43
@


1.5
log
@- Update to 5.43
- PurePerl.pm has used "eval" to try MIME::Base64 & Digest::base, so
  add these dependencies.

PR:		ports/101406
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (gkovesdan_AT_t-hosting dot hu)
@
text
@d28 1
a28 1
RUN_DEPENDS+=	${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Bas64
@


1.4
log
@Update to 5.41

PR:		98562
Submitted by:	Rong-En Fan <rafan@@infor.org>
Approved by:	gabor (maintainer)
@
text
@d7 1
a7 1
PORTVERSION=	5.41
d18 2
a19 2
MAN1=	shasum.1
MAN3=	Digest::SHA::PurePerl.3
d22 7
a28 2
.if ${PERL_LEVEL} <= 500503
IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
d30 5
@


1.3
log
@Update to 5.39

PR:		98288
Submitted by:	Rong-En Fan <rafan@@infor.org>
Approved by:	maintainer
@
text
@d7 1
a7 1
PORTVERSION=	5.39
@


1.2
log
@- Update to 5.37

PR:		97639
Submitted by:	Christopher Boumenot <boumenot_AT_gmail dot com>
Approved by:	maintainer
@
text
@d7 1
a7 1
PORTVERSION=	5.37
@


1.1
log
@Digest::SHA::PurePerl is a complete implementation of the NIST
Secure Hash Standard.  It gives Perl programmers a convenient way
to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message
digests.  The module can handle all types of input, including
partial-byte data.
Digest::SHA::PurePerl is written entirely in Perl.  If your platform
has a C compiler, you should install the functionally-equivalent
(but much faster) Digest::SHA module.

WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl

PR:		ports/90773
Submitted by:	Gabor Kovesdan
@
text
@d7 1
a7 1
PORTVERSION=	5.32
@

