summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-Convert-ASCII-Armour/Makefile23
-rw-r--r--textproc/p5-Convert-ASCII-Armour/distinfo4
-rw-r--r--textproc/p5-Convert-ASCII-Armour/pkg/DESCR3
-rw-r--r--textproc/p5-Convert-ASCII-Armour/pkg/PLIST1
-rw-r--r--textproc/p5-Convert-PEM/Makefile25
-rw-r--r--textproc/p5-Convert-PEM/distinfo4
-rw-r--r--textproc/p5-Convert-PEM/pkg/DESCR3
-rw-r--r--textproc/p5-Convert-PEM/pkg/PLIST1
8 files changed, 64 insertions, 0 deletions
diff --git a/textproc/p5-Convert-ASCII-Armour/Makefile b/textproc/p5-Convert-ASCII-Armour/Makefile
new file mode 100644
index 00000000000..6c1f71c55cb
--- /dev/null
+++ b/textproc/p5-Convert-ASCII-Armour/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:00 mcr Exp $
+#
+
+DISTNAME= Convert-ASCII-Armour-1.4
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module to convert binary octets into ASCII armour
+
+DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
+DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64
+DEPENDS+= p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASCII/Armour/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Convert-ASCII-Armour/distinfo b/textproc/p5-Convert-ASCII-Armour/distinfo
new file mode 100644
index 00000000000..7e8b6a2382e
--- /dev/null
+++ b/textproc/p5-Convert-ASCII-Armour/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/10/02 01:46:00 mcr Exp $
+
+SHA1 (Convert-ASCII-Armour-1.4.tar.gz) = fb8faeffe1b1b4e2cab6d548fd2dc37c5ef911c6
+Size (Convert-ASCII-Armour-1.4.tar.gz) = 6002 bytes
diff --git a/textproc/p5-Convert-ASCII-Armour/pkg/DESCR b/textproc/p5-Convert-ASCII-Armour/pkg/DESCR
new file mode 100644
index 00000000000..2ccd9be587e
--- /dev/null
+++ b/textproc/p5-Convert-ASCII-Armour/pkg/DESCR
@@ -0,0 +1,3 @@
+This module converts hashes of binary octets into ASCII messages suitable
+for transfer over 6-bit clean transport channels. The encoded ASCII
+resembles PGP's armoured messages, but are in no way compatible with PGP.
diff --git a/textproc/p5-Convert-ASCII-Armour/pkg/PLIST b/textproc/p5-Convert-ASCII-Armour/pkg/PLIST
new file mode 100644
index 00000000000..faacaa2dd8d
--- /dev/null
+++ b/textproc/p5-Convert-ASCII-Armour/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/10/02 01:46:10 mcr Exp $
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile
new file mode 100644
index 00000000000..0fe15ddb430
--- /dev/null
+++ b/textproc/p5-Convert-PEM/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:18 mcr Exp $
+#
+
+DISTNAME= Convert-PEM-0.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module to read/write ASN.1-encoded PEM files
+
+DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64
+DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1
+DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES
+DEPENDS+= p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/PEM/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Convert-PEM/distinfo b/textproc/p5-Convert-PEM/distinfo
new file mode 100644
index 00000000000..5dbfa38c163
--- /dev/null
+++ b/textproc/p5-Convert-PEM/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/10/02 01:46:18 mcr Exp $
+
+SHA1 (Convert-PEM-0.06.tar.gz) = 0f23a6b7eb819cbe07031c89a86365531c2af633
+Size (Convert-PEM-0.06.tar.gz) = 9332 bytes
diff --git a/textproc/p5-Convert-PEM/pkg/DESCR b/textproc/p5-Convert-PEM/pkg/DESCR
new file mode 100644
index 00000000000..42054f33a52
--- /dev/null
+++ b/textproc/p5-Convert-PEM/pkg/DESCR
@@ -0,0 +1,3 @@
+Convert::PEM reads and writes PEM files containing ASN.1-encoded objects.
+The files can optionally be encrypted using a symmetric cipher algorithm,
+such as 3DES.
diff --git a/textproc/p5-Convert-PEM/pkg/PLIST b/textproc/p5-Convert-PEM/pkg/PLIST
new file mode 100644
index 00000000000..10d018c8882
--- /dev/null
+++ b/textproc/p5-Convert-PEM/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/10/02 01:46:26 mcr Exp $