1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

The Crypt::SaltedHash module provides an object oriented interface to create

salted (or seeded) hashes of clear text data. The original formalization of
this concept comes from RFC-3112 and is extended by the use of different
digital agorithms.

WWW: http://search.cpan.org/dist/Crypt-SaltedHash

PR:		ports/90698
Submitted by:	Gabor Kovesdan
This commit is contained in:
Erwin Lansing 2005-12-21 16:37:19 +00:00
parent e67874664b
commit e9e4afbce5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151772
5 changed files with 42 additions and 0 deletions

View File

@ -340,6 +340,7 @@
SUBDIR += p5-Crypt-SKey
SUBDIR += p5-Crypt-SSLeay
SUBDIR += p5-Crypt-Salt
SUBDIR += p5-Crypt-SaltedHash
SUBDIR += p5-Crypt-Serpent
SUBDIR += p5-Crypt-Shark
SUBDIR += p5-Crypt-SmbHash

View File

@ -0,0 +1,27 @@
# New ports collection Makefile for: p5-Crypt-SaltedHash
# Date created: 20 Dec 2006
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-SaltedHash
PORTVERSION= 0.03
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension to work with salted hashes
BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
PERL_CONFIGURE= yes
MAN3= Crypt::SaltedHash.3
.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>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-SaltedHash-0.03.tar.gz) = 0bfaf2c252b18bde41d970e1f3127a7f
SHA256 (Crypt-SaltedHash-0.03.tar.gz) = 4c31654c5e85f29ea2f5d225b625081d801e36fc26ca3e14447c23f120b21df2
SIZE (Crypt-SaltedHash-0.03.tar.gz) = 6800

View File

@ -0,0 +1,6 @@
The Crypt::SaltedHash module provides an object oriented interface to create
salted (or seeded) hashes of clear text data. The original formalization of
this concept comes from RFC-3112 and is extended by the use of different
digital agorithms.
WWW: http://search.cpan.org/dist/Crypt-SaltedHash

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Crypt/SaltedHash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SaltedHash/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SaltedHash/
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true