summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--textproc/p5-Convert-ASN1/Makefile22
-rw-r--r--textproc/p5-Convert-ASN1/distinfo7
-rw-r--r--textproc/p5-Convert-ASN1/pkg/DESCR14
-rw-r--r--textproc/p5-Convert-ASN1/pkg/PLIST2
8 files changed, 51 insertions, 29 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 $
diff --git a/textproc/p5-Convert-ASN1/Makefile b/textproc/p5-Convert-ASN1/Makefile
index be571412de4..3267e2973f2 100644
--- a/textproc/p5-Convert-ASN1/Makefile
+++ b/textproc/p5-Convert-ASN1/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2001/02/17 17:37:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/01 15:18:36 mcr Exp $
#
-DISTNAME= Convert-ASN1-0.07
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+DISTNAME= Convert-ASN1-0.14
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
-MAINTAINER= packages@netbsd.org
-COMMENT= Perl class to parse ASN.1 descriptions and en/decode perl data structures
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module to encode/decode ASN.1 data
-USE_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASN1/.packlist
-
-post-patch:
- ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASN1/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/textproc/p5-Convert-ASN1/distinfo b/textproc/p5-Convert-ASN1/distinfo
index c253396ac93..26cea958bbf 100644
--- a/textproc/p5-Convert-ASN1/distinfo
+++ b/textproc/p5-Convert-ASN1/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 15:05:01 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/10/01 15:18:36 mcr Exp $
-SHA1 (Convert-ASN1-0.07.tar.gz) = c69e969024253e504e715281f9043140f16d36ec
-Size (Convert-ASN1-0.07.tar.gz) = 34560 bytes
-SHA1 (patch-aa) = e7a6af1691da2c17cdac873ae389f6e658ebaa14
+SHA1 (Convert-ASN1-0.14.tar.gz) = e3ba63f9d64f9b355bd6fd96ed09a1b82669c3d9
+Size (Convert-ASN1-0.14.tar.gz) = 35332 bytes
diff --git a/textproc/p5-Convert-ASN1/pkg/DESCR b/textproc/p5-Convert-ASN1/pkg/DESCR
index 58e0754906c..872157f3e1d 100644
--- a/textproc/p5-Convert-ASN1/pkg/DESCR
+++ b/textproc/p5-Convert-ASN1/pkg/DESCR
@@ -1,12 +1,2 @@
-I consider Convert::ASN1 a replacement for my earlier Convert::BER
-module. While ASN1.pm is not as flexable as BER.pm, because PDUs must
-be described up fronta, it is also more powerful. For example an LDAP
-filter is a recursive structure, BER.pm cannot encode or decode this in
-a single pass, ASN1.pm can.
-
-Convert::ASN1 will parse ASN.1 descriptions and will encode from and
-decode to perl data structures using a hierarchy of references.
-
-Copyright (c) 2000 Graham Barr. All rights reserved.
-This package is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
+Convert::ASN1 will parse ASN.1 descriptions and will encode from and decode
+to perl data structures using a hierarchy of references.
diff --git a/textproc/p5-Convert-ASN1/pkg/PLIST b/textproc/p5-Convert-ASN1/pkg/PLIST
index 55718e56b9e..df4f0c4745a 100644
--- a/textproc/p5-Convert-ASN1/pkg/PLIST
+++ b/textproc/p5-Convert-ASN1/pkg/PLIST
@@ -1 +1 @@
-@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:21 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/10/01 15:18:45 mcr Exp $