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


1.7
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2010.06.14.12.56.43;	author ashish;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.08.07.31.57;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.20;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.08.13.46.34;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.23.17.55.13;	author leeym;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	p5-Digest-Pearson-PurePerl
# Date created:				21 Dec, 2005
# Whom:					Gabor Kovesdan
# $FreeBSD: head/security/p5-Digest-Pearson-PurePerl/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Digest-Pearson-PurePerl
PORTVERSION=	1.00
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	Perl extension for Peter K. Pearson's hash algorithm in pure Perl

PERL_CONFIGURE=	yes

MAN3=	Digest::Pearson::PurePerl.3

.include <bsd.port.mk>
@


1.6
log
@- Adopt unmaintained ports.

Approved by:	pgj, tabthorpe (mentors)
@
text
@d4 1
a4 1
# $FreeBSD$
@


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


1.4
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
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.3
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.2
log
@- unbreak on old perl

Submitted by:	leeym
Approved by:	maintainer via email
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.1
log
@Digest::Pearson::PurePerl is an implementation of Peter K. Pearson's hash
algorithm presented in "Fast Hashing of Variable Length Text Strings"
- ACM 1990. This hashing technique yields good distribution of hashed results
for variable length input strings on the range 0-255, and thus, it is well
suited for data load balancing.
If you prefer a fast implementation, you might want to
consider Digest::Pearson instead.

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

PR:		ports/90770
Submitted by:	Gabor Kovesdan
@
text
@d20 1
a20 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE=	requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

