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.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
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.56;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2007.10.24.23.42.19;	author delphij;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.12.08.13.46.33;	author gabor;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	Digest-MD5-Reverse
PORTVERSION=	1.3
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	Perl extension that looks for MD5 hashes in several databases

PERL_MODBUILD=	yes

MAN3=	Digest::MD5::Reverse.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
@Update to 1.3.

PR:		ports/117459
Approved by:	gabor (via IRC)
@
text
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.3
log
@- Remove support for very old Perl from my ports
@
text
@d7 1
a7 1
PORTVERSION=	1.0
d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
d15 1
a15 1
PERL_CONFIGURE= yes
@


1.2
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
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>
@


1.1
log
@MD5 sums (see RFC 1321 - The MD5 Message-Digest Algorithm) are used as a
one-way hash of data. Due to the nature of the formula used, it is impossible
to reverse it.
This module provides functions to search several online MD5 hashes database and
return the results (or return undefined if no match found).

WWW: http://search.cpan.org/dist/Digest-MD5-Reverse

PR:		ports/90576
Submitted by:	Gabor Kovesdan
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@

