From ee02779969cc21de9c116161b68f6b89b4e084b0 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 2 Dec 1999 17:02:12 +0000 Subject: Import of p5-Convert-BER-1.26, a perl class to encode and decode objects using Basic Encoding Rules (BER). --- textproc/p5-Convert-BER/Makefile | 16 ++++++++++++++++ textproc/p5-Convert-BER/files/md5 | 3 +++ textproc/p5-Convert-BER/pkg/COMMENT | 1 + textproc/p5-Convert-BER/pkg/DESCR | 9 +++++++++ textproc/p5-Convert-BER/pkg/PLIST | 8 ++++++++ 5 files changed, 37 insertions(+) create mode 100644 textproc/p5-Convert-BER/Makefile create mode 100644 textproc/p5-Convert-BER/files/md5 create mode 100644 textproc/p5-Convert-BER/pkg/COMMENT create mode 100644 textproc/p5-Convert-BER/pkg/DESCR create mode 100644 textproc/p5-Convert-BER/pkg/PLIST (limited to 'textproc/p5-Convert-BER') 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 . + 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 -- cgit v1.2.3