From 261fcd46f75d2b46b94ae9b67ec549052a9b0434 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 28 Oct 2000 00:03:48 +0000 Subject: [PATCH] Perl5 module to encode and decode objects using Basic Encoding Rules (BER) --- converters/Makefile | 1 + converters/p5-Convert-BER/Makefile | 26 ++++++++++++++++++++++++++ converters/p5-Convert-BER/distinfo | 1 + converters/p5-Convert-BER/pkg-comment | 1 + converters/p5-Convert-BER/pkg-descr | 5 +++++ converters/p5-Convert-BER/pkg-plist | 4 ++++ 6 files changed, 38 insertions(+) create mode 100644 converters/p5-Convert-BER/Makefile create mode 100644 converters/p5-Convert-BER/distinfo create mode 100644 converters/p5-Convert-BER/pkg-comment create mode 100644 converters/p5-Convert-BER/pkg-descr create mode 100644 converters/p5-Convert-BER/pkg-plist diff --git a/converters/Makefile b/converters/Makefile index fbcd914c9e2b..f45251830ac8 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -18,6 +18,7 @@ SUBDIR += mmencode SUBDIR += mpack SUBDIR += mule-ucs-emacs20 + SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-UU SUBDIR += p5-MIME-Base64 diff --git a/converters/p5-Convert-BER/Makefile b/converters/p5-Convert-BER/Makefile new file mode 100644 index 000000000000..8d5321feab8b --- /dev/null +++ b/converters/p5-Convert-BER/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Convert-BER +# Date created: October 27, 2000 +# Whom: Marc Fournier +# +# $FreeBSD$ +# + +PORTNAME= Convert-BER +PORTVERSION= 1.31 +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Convert +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org + +USE_PERL5= YES + +MAN3= Convert::BER.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + PREFIX=${PREFIX} + +.include diff --git a/converters/p5-Convert-BER/distinfo b/converters/p5-Convert-BER/distinfo new file mode 100644 index 000000000000..0c27ab6fac5e --- /dev/null +++ b/converters/p5-Convert-BER/distinfo @@ -0,0 +1 @@ +MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031 diff --git a/converters/p5-Convert-BER/pkg-comment b/converters/p5-Convert-BER/pkg-comment new file mode 100644 index 000000000000..f0190bda7aa7 --- /dev/null +++ b/converters/p5-Convert-BER/pkg-comment @@ -0,0 +1 @@ +Perl5 module to encode and decode objects using Basic Encoding Rules (BER) diff --git a/converters/p5-Convert-BER/pkg-descr b/converters/p5-Convert-BER/pkg-descr new file mode 100644 index 000000000000..d754574f054d --- /dev/null +++ b/converters/p5-Convert-BER/pkg-descr @@ -0,0 +1,5 @@ +DESCRIPTION + `Convert::BER' provides an OO interface to encoding and + decoding data using the ASN.1 Basic Encoding Rules (BER), + a platform independent way of encoding structured binary + data together with the structure. diff --git a/converters/p5-Convert-BER/pkg-plist b/converters/p5-Convert-BER/pkg-plist new file mode 100644 index 000000000000..4cee7311e565 --- /dev/null +++ b/converters/p5-Convert-BER/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/5.6.0/Convert/BER.pod +lib/perl5/site_perl/5.6.0/Convert/BER.pm +lib/perl5/site_perl/5.6.0/mach/auto/Convert/BER/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER