head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	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.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	ache_1_1:1.1.1.1
	ache:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.10.31.02.11.25;	author alepulver;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.21.19.31.18;	author fenner;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.23.14.27.26;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	99.04.07.20.20.33;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.07.20.20.33;	author ache;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Reformat pkg-descr.
- Take maintainership.

PR:		ports/104233
Submitted by:	Thomas Abthorpe <thomas@@goodking.ca>
@
text
@The Digest::MD5 module allows you to use the RSA Data Security Inc.
MD5 Message Digest algorithm from within Perl programs.  The algorithm
takes as input a message of arbitrary length and produces as output
a 128-bit "fingerprint" or "message digest" of the input.

The Digest::MD5 module provide a procedural interface for simple
use, as well as an object oriented interface that can handle messages
of arbitrary length and which can read files directly.

Further documentation is embedded in the individual modules.

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


1.3
log
@search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
@
text
@d2 3
a4 3
MD5 Message Digest algorithm from within Perl programs.  The
algorithm takes as input a message of arbitrary length and produces
as output a 128-bit "fingerprint" or "message digest" of the input.
a12 2
- Pete
petef@@databits.net
@


1.2
log
@- update to version 2.14
- clean up pkg-{comment,descr}
- sort pkg-plist

PR:		ports/29144
Submitted by:	Pete Fritchman
@
text
@d12 1
a12 1
WWW: http://search.cpan.org/search?dist=Digest-MD5
@


1.1
log
@Initial revision
@
text
@d1 4
a4 2
Digest:: MD5, MD2, SHA1 and HMAC
---------------------------------
d6 3
a8 3
This is a Perl extension interface to the RSA Data Security Inc. MD5,
MD2, as well as NIST SHA-1, Message Digest algorithms.  This package
also provide modules which calculate HMAC digests.
a9 5
To build the extensions, unpack this distribution somewhere, create
the Makefile by running 'perl Makefile.PL' and do a 'make', 'make
test', and if successful 'make install'.

You will need perl version 5.004 or better to install these modules.
d12 3
a14 8
Copyright 1998-1999 Gisle Aas.
Copyright 1998 Graham Barr.
Copyright 1997 Uwe Hollerbach.
Copyright 1995-1996 Neil Winton.
Copyright 1990-1992 RSA Data Security, Inc.

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
@


1.1.1.1
log
@Digest:: MD5, MD2, SHA1, and HMAC
@
text
@@
