diff options
author | rh <rh@pkgsrc.org> | 1999-12-02 17:02:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-02 17:02:12 +0000 |
commit | 6f24b3ab48266425df36e58bb7a0b40789601ff0 (patch) | |
tree | e3e236ef06666d73ffa189c8b91efee3696f1f76 /textproc | |
parent | 26e02a503ec8bb736cfed07389a3779ddc78d747 (diff) | |
download | pkgsrc-6f24b3ab48266425df36e58bb7a0b40789601ff0.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')
-rw-r--r-- | textproc/p5-Convert-BER/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Convert-BER/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-Convert-BER/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/p5-Convert-BER/pkg/DESCR | 9 | ||||
-rw-r--r-- | textproc/p5-Convert-BER/pkg/PLIST | 8 |
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 |