diff options
author | mcr <mcr@pkgsrc.org> | 2001-10-01 15:17:58 +0000 |
---|---|---|
committer | mcr <mcr@pkgsrc.org> | 2001-10-01 15:17:58 +0000 |
commit | 70fc4de7452f8253ee8da7f76a4779c69995d7c7 (patch) | |
tree | d937459ff5d8a54e36484bc9ae776c73cd4b25bc /security/p5-Tie-EncryptedHash | |
parent | 98ee18b0e2f3c676fa5da65ed65602a705f4af8b (diff) | |
download | pkgsrc-70fc4de7452f8253ee8da7f76a4779c69995d7c7.tar.gz |
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'security/p5-Tie-EncryptedHash')
-rw-r--r-- | security/p5-Tie-EncryptedHash/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/pkg/DESCR | 7 | ||||
-rw-r--r-- | security/p5-Tie-EncryptedHash/pkg/PLIST | 1 |
4 files changed, 35 insertions, 0 deletions
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile new file mode 100644 index 00000000000..b897615baca --- /dev/null +++ b/security/p5-Tie-EncryptedHash/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2001/10/01 15:17:58 mcr Exp $ +# + +DISTNAME= Tie-EncryptedHash-1.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module for hashes with encrypting fields + +DEPENDS+= p5-Crypt-CBC-*:../../security/p5-Crypt-CBC +DEPENDS+= p5-Crypt-Blowfish-*:../../security/p5-Crypt-Blowfish +DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tie/EncryptedHash/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Tie-EncryptedHash/distinfo b/security/p5-Tie-EncryptedHash/distinfo new file mode 100644 index 00000000000..46f512c9067 --- /dev/null +++ b/security/p5-Tie-EncryptedHash/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/10/01 15:17:58 mcr Exp $ + +SHA1 (Tie-EncryptedHash-1.1.tar.gz) = e5d4e631b62cf2af55cb1ccce9354294b6c60d4a +Size (Tie-EncryptedHash-1.1.tar.gz) = 10714 bytes diff --git a/security/p5-Tie-EncryptedHash/pkg/DESCR b/security/p5-Tie-EncryptedHash/pkg/DESCR new file mode 100644 index 00000000000..f9c182fcc79 --- /dev/null +++ b/security/p5-Tie-EncryptedHash/pkg/DESCR @@ -0,0 +1,7 @@ +Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting +containers of data. Tie::EncryptedHash introduces special hash fields that +are coupled with encrypt/decrypt routines to encrypt assignments at STORE() +and decrypt retrievals at FETCH(). By design, encrypting fields are +associated with keys that begin in single underscore. The remaining keyspace +is used for accessing normal hash fields, which are retained without +modification. diff --git a/security/p5-Tie-EncryptedHash/pkg/PLIST b/security/p5-Tie-EncryptedHash/pkg/PLIST new file mode 100644 index 00000000000..b1c968ea3a3 --- /dev/null +++ b/security/p5-Tie-EncryptedHash/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/01 15:18:06 mcr Exp $ |