From 6b067a0bc03f49263e3e82b55c7d86e433fd02f1 Mon Sep 17 00:00:00 2001 From: mcr Date: Mon, 1 Oct 2001 15:17:58 +0000 Subject: pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP --- security/p5-Tie-EncryptedHash/Makefile | 23 +++++++++++++++++++++++ security/p5-Tie-EncryptedHash/distinfo | 4 ++++ security/p5-Tie-EncryptedHash/pkg/DESCR | 7 +++++++ security/p5-Tie-EncryptedHash/pkg/PLIST | 1 + 4 files changed, 35 insertions(+) create mode 100644 security/p5-Tie-EncryptedHash/Makefile create mode 100644 security/p5-Tie-EncryptedHash/distinfo create mode 100644 security/p5-Tie-EncryptedHash/pkg/DESCR create mode 100644 security/p5-Tie-EncryptedHash/pkg/PLIST (limited to 'security/p5-Tie-EncryptedHash') 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 $ -- cgit v1.2.3