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

(-)p5-Crypt-Passwd-XS/Makefile (+15 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Crypt-Passwd-XS
4
PORTVERSION=	0.601
5
CATEGORIES=	security perl5
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	perl@FreeBSD.org
10
COMMENT=	Full XS implementation of common crypt() algorithms
11
12
USES=		perl5
13
USE_PERL5=	configure
14
15
.include <bsd.port.mk>
(-)p5-Crypt-Passwd-XS/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (Crypt-Passwd-XS-0.601.tar.gz) = 598398104be3f2f14612126a932f8fcc6786999aedd67238d6de2b97e99cca3a
2
SIZE (Crypt-Passwd-XS-0.601.tar.gz) = 28191
(-)p5-Crypt-Passwd-XS/pkg-descr (+21 lines)
Line 0 Link Here
1
Crypt::Passwd::XS - Full XS implementation of common crypt() algorithms
2
3
This module provides several common crypt() schemes as full XS
4
implementations.  It allows you to validate crypted passwords that were
5
hashed using a scheme that the system's native crypt() implementation
6
does not support.
7
8
The following files are adapted from other sources (primarily DragonFly BSD.)
9
See the copyright notices in these files for full details:
10
11
crypt_to64.c - copyright 1991 University of California
12
crypt_to64.h - copyright 1991 University of California
13
des.c - copyright 1994 David Burren, Geoffrey M. Rehmet, Mark R V Murray
14
md5.c - copyright 1999, 2000, 2002 Aladdin Enterprises
15
md5.h - copyright 1999, 2000, 2002 Aladdin Enterprises
16
md5crypt.c - copyright Poul-Henning Kamp
17
md5crypt.h - copyright Poul-Henning Kamp
18
sha256crypt.c - public domain reference implementation by Ulrich Drepper
19
sha512crypt.c - public domain reference implementation by Ulrich Drepper
20
21
WWW: http://search.cpan.org/dist/Crypt-Passwd-XS/
(-)p5-Crypt-Passwd-XS/pkg-plist (+10 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Crypt::Passwd::XS.3.gz
2
%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Passwd/XS.pm
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Passwd/XS/.packlist
4
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Passwd/XS/XS.bs
5
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Passwd/XS/XS.so
6
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Passwd/XS
7
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Passwd
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
9
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Passwd
10
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt

Return to bug 183974