Add p5-Digest 1.00, modules that calculate message digests.
This commit is contained in:
parent
71915c33d8
commit
d01cf020ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60190
6 changed files with 39 additions and 0 deletions
|
@ -155,6 +155,7 @@
|
|||
SUBDIR += p5-Crypt-TripleDES
|
||||
SUBDIR += p5-Crypt-Twofish
|
||||
SUBDIR += p5-Crypt-UnixCrypt
|
||||
SUBDIR += p5-Digest
|
||||
SUBDIR += p5-Digest-BubbleBabble
|
||||
SUBDIR += p5-Digest-HMAC
|
||||
SUBDIR += p5-Digest-MD2
|
||||
|
|
25
security/p5-Digest/Makefile
Normal file
25
security/p5-Digest/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: Digest
|
||||
# Date created: 28 May 2002
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Digest
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Digest
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Digest.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Digest/distinfo
Normal file
1
security/p5-Digest/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Digest-1.00.tar.gz) = 493c52c320d0e4c544e9ecec16b7eac7
|
1
security/p5-Digest/pkg-comment
Normal file
1
security/p5-Digest/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Modules that calculate message digests
|
8
security/p5-Digest/pkg-descr
Normal file
8
security/p5-Digest/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This is just a simple frontend module for autoloading of various
|
||||
Digest:: modules. It also provide documentation of the interface that
|
||||
all Digest:: modules should provide.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Digest
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
3
security/p5-Digest/pkg-plist
Normal file
3
security/p5-Digest/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Digest.pm
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
|
Loading…
Reference in a new issue