summaryrefslogtreecommitdiff
path: root/security/p5-Tie-EncryptedHash
diff options
context:
space:
mode:
authormcr <mcr>2001-10-01 15:17:58 +0000
committermcr <mcr>2001-10-01 15:17:58 +0000
commit6b067a0bc03f49263e3e82b55c7d86e433fd02f1 (patch)
treed937459ff5d8a54e36484bc9ae776c73cd4b25bc /security/p5-Tie-EncryptedHash
parentf22a792d076be7e9955b7678a1f30fe2a7bf0bc1 (diff)
downloadpkgsrc-6b067a0bc03f49263e3e82b55c7d86e433fd02f1.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/Makefile23
-rw-r--r--security/p5-Tie-EncryptedHash/distinfo4
-rw-r--r--security/p5-Tie-EncryptedHash/pkg/DESCR7
-rw-r--r--security/p5-Tie-EncryptedHash/pkg/PLIST1
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 $