summaryrefslogtreecommitdiff
path: root/security/p5-MD5
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-08-06 15:18:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-08-06 15:18:27 +0000
commit1e1c07a556adb77ba4b26a262a63dac135147bca (patch)
treeb15d7b7dd62d0357dadd5af54058339472947ebe /security/p5-MD5
parentUpgrade to 1.019, and make it compatible with perl5.00501. (diff)
Compatible with perl5.00501.
Notes
Notes: svn path=/head/; revision=12304
Diffstat (limited to 'security/p5-MD5')
-rw-r--r--security/p5-MD5/Makefile4
-rw-r--r--security/p5-MD5/pkg-descr72
-rw-r--r--security/p5-MD5/pkg-plist15
3 files changed, 45 insertions, 46 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile
index f2b088fbb7d4..937fabf96917 100644
--- a/security/p5-MD5/Makefile
+++ b/security/p5-MD5/Makefile
@@ -3,7 +3,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp $
+# $Id: Makefile,v 1.8 1998/04/26 02:48:44 vanilla Exp $
#
DISTNAME= MD5-1.7
@@ -17,7 +17,7 @@ MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MAN3= MD5.3
-MANPREFIX= ${PREFIX}/lib/perl5
+MANPREFIX= ${PREFIX}/lib/perl5/5.00501
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/security/p5-MD5/pkg-descr b/security/p5-MD5/pkg-descr
index 1ac4d065d20f..90c4febb4fac 100644
--- a/security/p5-MD5/pkg-descr
+++ b/security/p5-MD5/pkg-descr
@@ -1,40 +1,40 @@
- The MD5 module allows you to use the RSA Data Security
- Inc. MD5 Message Digest algorithm from within Perl
- programs.
+The MD5 module allows you to use the RSA Data Security
+Inc. MD5 Message Digest algorithm from within Perl
+programs.
- A new MD5 context object is created with the new
- operation. Multiple simultaneous digest contexts can be
- maintained, if desired. The context is updated with the
- add operation which adds the strings contained in the LIST
- parameter. Note, however, that add('foo', 'bar'),
- add('foo') followed by add('bar') and add('foobar') should
- all give the same result.
+A new MD5 context object is created with the new
+operation. Multiple simultaneous digest contexts can be
+maintained, if desired. The context is updated with the
+add operation which adds the strings contained in the LIST
+parameter. Note, however, that add('foo', 'bar'),
+add('foo') followed by add('bar') and add('foobar') should
+all give the same result.
- The final message digest value is returned by the digest
- operation as a 16-byte binary string. This operation
- delivers the result of add operations since the last new
- or reset operation. Note that the digest operation is
- effectively a destructive, read-once operation. Once it
- has been performed, the context must be reset before being
- used to calculate another digest value.
+The final message digest value is returned by the digest
+operation as a 16-byte binary string. This operation
+delivers the result of add operations since the last new
+or reset operation. Note that the digest operation is
+effectively a destructive, read-once operation. Once it
+has been performed, the context must be reset before being
+used to calculate another digest value.
- Several convenience functions are also provided. The
- addfile operation takes an open file-handle and reads it
- until end-of file in 1024 byte blocks adding the contents
- to the context. The file-handle can either be specified by
- name or passed as a type-glob reference, as shown in the
- examples below. The hexdigest operation calls digest and
- returns the result as a printable string of hexdecimal
- digits. This is exactly the same operation as performed by
- the unpack operation in the examples below.
+Several convenience functions are also provided. The
+addfile operation takes an open file-handle and reads it
+until end-of file in 1024 byte blocks adding the contents
+to the context. The file-handle can either be specified by
+name or passed as a type-glob reference, as shown in the
+examples below. The hexdigest operation calls digest and
+returns the result as a printable string of hexdecimal
+digits. This is exactly the same operation as performed by
+the unpack operation in the examples below.
- The hash operation can act as either a static member
- function (ie you invoke it on the MD5 class as in the
- synopsis above) or as a normal virtual function. In both
- cases it performs the complete MD5 cycle (reset, add,
- digest) on the supplied scalar value. This is convenient
- for handling small quantities of data. When invoked on the
- class a temporary context is created. When invoked through
- an already created context object, this context is used.
- The latter form is slightly more efficient. The hexhash
- operation is analogous to hexdigest.
+The hash operation can act as either a static member
+function (ie you invoke it on the MD5 class as in the
+synopsis above) or as a normal virtual function. In both
+cases it performs the complete MD5 cycle (reset, add,
+digest) on the supplied scalar value. This is convenient
+for handling small quantities of data. When invoked on the
+class a temporary context is created. When invoked through
+an already created context object, this context is used.
+The latter form is slightly more efficient. The hexhash
+operation is analogous to hexdigest.
diff --git a/security/p5-MD5/pkg-plist b/security/p5-MD5/pkg-plist
index db0fdcbe0faf..4dd0bb96b482 100644
--- a/security/p5-MD5/pkg-plist
+++ b/security/p5-MD5/pkg-plist
@@ -1,8 +1,7 @@
-lib/perl5/site_perl/i386-freebsd/auto/MD5/MD5.so
-lib/perl5/site_perl/i386-freebsd/auto/MD5/MD5.bs
-lib/perl5/site_perl/auto/MD5/autosplit.ix
-lib/perl5/site_perl/MD5.pm
-lib/perl5/man/man3/MD5.3.gz
-lib/perl5/site_perl/i386-freebsd/auto/MD5/.packlist
-@dirrm lib/perl5/site_perl/i386-freebsd/auto/MD5
-@dirrm lib/perl5/site_perl/auto/MD5
+lib/perl5/5.00501/man/man3/MD5.3.gz
+lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm
+lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/.packlist
+lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/autosplit.ix
+lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.bs
+lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so
+@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5