summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-BER
diff options
context:
space:
mode:
authorrh <rh>1999-12-02 17:02:12 +0000
committerrh <rh>1999-12-02 17:02:12 +0000
commit7b3b69c112a87d738f0fb8c2fbd93de2a0b04c95 (patch)
treee3e236ef06666d73ffa189c8b91efee3696f1f76 /textproc/p5-Convert-BER
parent0fe657d38e9a16f2129c9e0325b6c41621e5e87a (diff)
downloadpkgsrc-7b3b69c112a87d738f0fb8c2fbd93de2a0b04c95.tar.gz
Import of p5-Convert-BER-1.26, a perl class to encode and decode objects
using Basic Encoding Rules (BER).
Diffstat (limited to 'textproc/p5-Convert-BER')
-rw-r--r--textproc/p5-Convert-BER/Makefile16
-rw-r--r--textproc/p5-Convert-BER/files/md53
-rw-r--r--textproc/p5-Convert-BER/pkg/COMMENT1
-rw-r--r--textproc/p5-Convert-BER/pkg/DESCR9
-rw-r--r--textproc/p5-Convert-BER/pkg/PLIST8
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-Convert-BER/Makefile b/textproc/p5-Convert-BER/Makefile
new file mode 100644
index 00000000000..be5078a3a99
--- /dev/null
+++ b/textproc/p5-Convert-BER/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 17:02:12 rh Exp $
+#
+
+PKGNAME= p5-Convert-BER-1.26
+DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//'
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Convert-BER/files/md5 b/textproc/p5-Convert-BER/files/md5
new file mode 100644
index 00000000000..daaf550c75c
--- /dev/null
+++ b/textproc/p5-Convert-BER/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/12/02 17:02:12 rh Exp $
+
+MD5 (Convert-BER-1.26.tar.gz) = 26e348074249103cf34bd7834054c660
diff --git a/textproc/p5-Convert-BER/pkg/COMMENT b/textproc/p5-Convert-BER/pkg/COMMENT
new file mode 100644
index 00000000000..ba4ac3cdfee
--- /dev/null
+++ b/textproc/p5-Convert-BER/pkg/COMMENT
@@ -0,0 +1 @@
+a perl class to encode and decode objects using Basic Encoding Rules (BER)
diff --git a/textproc/p5-Convert-BER/pkg/DESCR b/textproc/p5-Convert-BER/pkg/DESCR
new file mode 100644
index 00000000000..1e001008a1c
--- /dev/null
+++ b/textproc/p5-Convert-BER/pkg/DESCR
@@ -0,0 +1,9 @@
+ Convert::BER is a perl object class implementation to encode
+and decode objects as described by ITU-T standard X.209 (ASN.1)
+using Basic Encoding Rules (BER)
+
+ Copyright (c) 1995-7 Graham Barr <gbarr@pobox.com>.
+ All rights reserved.
+
+ This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
diff --git a/textproc/p5-Convert-BER/pkg/PLIST b/textproc/p5-Convert-BER/pkg/PLIST
new file mode 100644
index 00000000000..71aaaf91786
--- /dev/null
+++ b/textproc/p5-Convert-BER/pkg/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/02 17:02:12 rh Exp $
+lib/perl5/site_perl/Convert/BER.pod
+lib/perl5/site_perl/Convert/BER.pm
+lib/perl5/man/man3/Convert::BER.3
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Convert/BER/.packlist
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Convert/BER
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Convert
+@dirrm lib/perl5/site_perl/Convert