diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 16:37:19 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 16:37:19 +0000 |
commit | e9e4afbce52e12f488ee8d4cb075265be53f6b24 (patch) | |
tree | 04ab34371cfa09cbb7d8e18392277155b66d66e9 | |
parent | e67874664b5931b7449f2e081ef6d4a204bec21e (diff) |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/Makefile | 27 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 24ae31b2b047..5a9e2406eadf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile new file mode 100644 index 000000000000..086d4587f3d2 --- /dev/null +++ b/security/p5-Crypt-SaltedHash/Makefile @@ -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> diff --git a/security/p5-Crypt-SaltedHash/distinfo b/security/p5-Crypt-SaltedHash/distinfo new file mode 100644 index 000000000000..fb6febff0f33 --- /dev/null +++ b/security/p5-Crypt-SaltedHash/distinfo @@ -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 diff --git a/security/p5-Crypt-SaltedHash/pkg-descr b/security/p5-Crypt-SaltedHash/pkg-descr new file mode 100644 index 000000000000..a74004e04352 --- /dev/null +++ b/security/p5-Crypt-SaltedHash/pkg-descr @@ -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 diff --git a/security/p5-Crypt-SaltedHash/pkg-plist b/security/p5-Crypt-SaltedHash/pkg-plist new file mode 100644 index 000000000000..5ad7b629c294 --- /dev/null +++ b/security/p5-Crypt-SaltedHash/pkg-plist @@ -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 |