summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Class-Loader/Makefile20
-rw-r--r--devel/p5-Class-Loader/distinfo4
-rw-r--r--devel/p5-Class-Loader/pkg/DESCR12
-rw-r--r--devel/p5-Class-Loader/pkg/PLIST1
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile19
-rw-r--r--security/p5-Crypt-DES_EDE3/distinfo4
-rw-r--r--security/p5-Crypt-DES_EDE3/pkg/DESCR8
-rw-r--r--security/p5-Crypt-DES_EDE3/pkg/PLIST1
-rw-r--r--security/p5-Crypt-DSA/Makefile26
-rw-r--r--security/p5-Crypt-DSA/distinfo4
-rw-r--r--security/p5-Crypt-DSA/pkg/DESCR7
-rw-r--r--security/p5-Crypt-DSA/pkg/PLIST1
12 files changed, 107 insertions, 0 deletions
diff --git a/devel/p5-Class-Loader/Makefile b/devel/p5-Class-Loader/Makefile
new file mode 100644
index 00000000000..6f3c69974b6
--- /dev/null
+++ b/devel/p5-Class-Loader/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2001/09/30 23:53:24 mcr Exp $
+#
+
+DISTNAME= Class-Loader-2.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= mcr@netbsd.org
+# from sen_ml@eccosys.com
+#HOMEPAGE=
+COMMENT= perl5 module for module loading and on-demand object creation
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Loader/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Loader/distinfo b/devel/p5-Class-Loader/distinfo
new file mode 100644
index 00000000000..bac723a5215
--- /dev/null
+++ b/devel/p5-Class-Loader/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/09/30 23:53:25 mcr Exp $
+
+SHA1 (Class-Loader-2.02.tar.gz) = 4d8df9c82a1c09a1e628f33bdafbfa296a19687b
+Size (Class-Loader-2.02.tar.gz) = 5972 bytes
diff --git a/devel/p5-Class-Loader/pkg/DESCR b/devel/p5-Class-Loader/pkg/DESCR
new file mode 100644
index 00000000000..31d1cb1d279
--- /dev/null
+++ b/devel/p5-Class-Loader/pkg/DESCR
@@ -0,0 +1,12 @@
+Certain applications like to defer the decision to use a particular module
+till runtime. This is possible in perl, and is a useful trick in situations
+where the type of data is not known at compile time and the application
+doesn't wish to pre-compile modules to handle all types of data it can work
+with. Loading modules at runtime can also provide flexible interfaces for
+perl modules. Modules can let the programmer decide what modules will be
+used by it instead of hard-coding their names.
+
+Class::Loader is an inheritable class that provides a method, _load(), to
+load a module from disk and construct an object by calling its constructor.
+It also provides a way to map modules names and associated metadata with
+symbolic names that can be used in place of module names at _load().
diff --git a/devel/p5-Class-Loader/pkg/PLIST b/devel/p5-Class-Loader/pkg/PLIST
new file mode 100644
index 00000000000..0063ed32148
--- /dev/null
+++ b/devel/p5-Class-Loader/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/09/30 23:53:34 mcr Exp $
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
new file mode 100644
index 00000000000..732cd85cd64
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2001/09/30 23:58:41 mcr Exp $
+#
+
+DISTNAME= Crypt-DES_EDE3-0.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for Triple-DES EDE encryption/decryption
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DES_EDE3/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-DES_EDE3/distinfo b/security/p5-Crypt-DES_EDE3/distinfo
new file mode 100644
index 00000000000..870d7a5254c
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/09/30 23:58:41 mcr Exp $
+
+SHA1 (Crypt-DES_EDE3-0.01.tar.gz) = 537759b72af2529466cebf2b1b168f7e43d482ab
+Size (Crypt-DES_EDE3-0.01.tar.gz) = 2328 bytes
diff --git a/security/p5-Crypt-DES_EDE3/pkg/DESCR b/security/p5-Crypt-DES_EDE3/pkg/DESCR
new file mode 100644
index 00000000000..fa9809a6815
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/pkg/DESCR
@@ -0,0 +1,8 @@
+Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
+encryption where an encrypt operation is encrypt-decrypt-encrypt, and
+decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
+to do its dirty DES work, and simply provides a wrapper around that
+module: setting up the individual DES ciphers, initializing the keys,
+and performing the encryption/decryption steps.
+
+DES-EDE3 encryption requires a key size of 24 bytes.
diff --git a/security/p5-Crypt-DES_EDE3/pkg/PLIST b/security/p5-Crypt-DES_EDE3/pkg/PLIST
new file mode 100644
index 00000000000..14892530047
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/09/30 23:58:51 mcr Exp $
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
new file mode 100644
index 00000000000..160d0de586d
--- /dev/null
+++ b/security/p5-Crypt-DSA/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2001/09/30 23:59:08 mcr Exp $
+#
+
+DISTNAME= Crypt-DSA-0.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for the DSA public key algorithm
+
+# XXX: really want p5-Digest-SHA1...waiting for update
+DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari
+DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random
+DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer
+DEPENDS+= p5-Convert-PEM-*:../../converters/p5-Convert-PEM
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DSA/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-DSA/distinfo b/security/p5-Crypt-DSA/distinfo
new file mode 100644
index 00000000000..e881012bfc5
--- /dev/null
+++ b/security/p5-Crypt-DSA/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/09/30 23:59:08 mcr Exp $
+
+SHA1 (Crypt-DSA-0.12.tar.gz) = 1a90589b34102f2a000f4ae91c183ebc542fb096
+Size (Crypt-DSA-0.12.tar.gz) = 11336 bytes
diff --git a/security/p5-Crypt-DSA/pkg/DESCR b/security/p5-Crypt-DSA/pkg/DESCR
new file mode 100644
index 00000000000..ba808f5abab
--- /dev/null
+++ b/security/p5-Crypt-DSA/pkg/DESCR
@@ -0,0 +1,7 @@
+Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
+signature verification system. The implementation itself is pure Perl,
+although the heavy-duty mathematics underneath are provided by the
+Math::Pari library.
+
+This package provides DSA signing, signature verification,
+and key generation.
diff --git a/security/p5-Crypt-DSA/pkg/PLIST b/security/p5-Crypt-DSA/pkg/PLIST
new file mode 100644
index 00000000000..ed429abc452
--- /dev/null
+++ b/security/p5-Crypt-DSA/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/09/30 23:59:18 mcr Exp $