View | Details | Raw Unified | Return to bug 104233
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
MASTER_SITE_SUBDIR=	Digest
12
MASTER_SITE_SUBDIR=	Digest
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	thomas@goodking.ca
16
COMMENT=	Perl5 interface to the MD5 algorithm
16
COMMENT=	Perl5 interface to the MD5 algorithm
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
18
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
(-)pkg-descr (-5 / +3 lines)
Lines 1-7 Link Here
1
The Digest::MD5 module allows you to use the RSA Data Security Inc.
1
The Digest::MD5 module allows you to use the RSA Data Security Inc.
2
MD5 Message Digest algorithm from within Perl programs.  The
2
MD5 Message Digest algorithm from within Perl programs.  The algorithm
3
algorithm takes as input a message of arbitrary length and produces
3
takes as input a message of arbitrary length and produces as output
4
as output a 128-bit "fingerprint" or "message digest" of the input.
4
a 128-bit "fingerprint" or "message digest" of the input.
5
5
6
The Digest::MD5 module provide a procedural interface for simple
6
The Digest::MD5 module provide a procedural interface for simple
7
use, as well as an object oriented interface that can handle messages
7
use, as well as an object oriented interface that can handle messages
Lines 10-14 Link Here
10
Further documentation is embedded in the individual modules.
10
Further documentation is embedded in the individual modules.
11
11
12
WWW: http://search.cpan.org/dist/Digest-MD5/
12
WWW: http://search.cpan.org/dist/Digest-MD5/
13
- Pete
14
petef@databits.net

Return to bug 104233